Microsoft.ML.Transforms.Text Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Namespace containing text data transformation components.
Classes
Structs
LatentDirichletAllocationTransformer.ModelParameters.ItemScore | |
LatentDirichletAllocationTransformer.ModelParameters.WordItemScore |
Interfaces
IStopWordsRemoverOptions |
Defines the different type of stop words remover supported. |
Enums
NgramExtractingEstimator.WeightingCriteria |
A statistical measure used to evaluate how important a word is to a document in a corpus. This enumeration is serialized. |
StopWordsRemovingEstimator.Language |
Stopwords language. This enumeration is serialized. |
TextFeaturizingEstimator.Language |
Text language. This enumeration is serialized. |
TextFeaturizingEstimator.NormFunction |
Text vector normalizer kind. |
TextNormalizingEstimator.CaseMode |
Case normalization mode of text. This enumeration is serialized. |
WordEmbeddingEstimator.PretrainedModelKind |
Specifies which word embeddings to use. |