Contents

MLTextClassifier.FeatureExtractorType.staticEmbedding

A feature extractor that uses the standard, built-in word embeddings.

Declaration

case staticEmbedding

Discussion

The standard word embeddings are the same as those that NLEmbedding provides with its wordEmbedding(for:) method.

See Also

Selecting a feature extractor type