---
title: MLTextClassifier.FeatureExtractorType.staticEmbedding
framework: createml
role: symbol
role_heading: Case
path: createml/mltextclassifier/featureextractortype/staticembedding
---

# MLTextClassifier.FeatureExtractorType.staticEmbedding

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

## Declaration

```swift
case staticEmbedding
```

## Discussion

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

- [MLTextClassifier.FeatureExtractorType.customEmbedding(_:)](createml/mltextclassifier/featureextractortype/customembedding(_:).md)
- [MLTextClassifier.FeatureExtractorType.bertEmbedding](createml/mltextclassifier/featureextractortype/bertembedding.md)
- [MLTextClassifier.FeatureExtractorType.elmoEmbedding](createml/mltextclassifier/featureextractortype/elmoembedding.md)
- [MLTextClassifier.FeatureExtractorType.dynamicEmbedding](createml/mltextclassifier/featureextractortype/dynamicembedding.md)
