1 instantiation of TextTransforms
Microsoft.ML.Data (1)
Transforms\TransformsCatalog.cs (1)
44Text = new TextTransforms(this);
40 references to TextTransforms
Microsoft.ML.Data (1)
Transforms\TransformsCatalog.cs (1)
30public TextTransforms Text { get; }
Microsoft.ML.Transforms (39)
Text\LdaTransform.cs (1)
1028/// <seealso cref="TextCatalog.LatentDirichletAllocation(TransformsCatalog.TextTransforms, string, string, int, float, float, int, int, int, int, int, int, int, bool)"/>
Text\NgramHashingTransformer.cs (1)
884/// <seealso cref="TextCatalog.ProduceHashedNgrams(TransformsCatalog.TextTransforms, string, string, int, int, int, bool, uint, bool, int, bool)" />
Text\NgramTransform.cs (1)
858/// <seealso cref="TextCatalog.ProduceNgrams(TransformsCatalog.TextTransforms, string, string, int, int, bool, int, WeightingCriteria)"/>
Text\StopWordsRemovingTransformer.cs (2)
545/// <seealso cref="TextCatalog.RemoveDefaultStopWords(TransformsCatalog.TextTransforms, string, string, Language)" /> 1192/// <seealso cref="TextCatalog.RemoveStopWords(TransformsCatalog.TextTransforms, string, string, string[])" />
Text\TextCatalog.cs (24)
36public static TextFeaturizingEstimator FeaturizeText(this TransformsCatalog.TextTransforms catalog, 61public static TextFeaturizingEstimator FeaturizeText(this TransformsCatalog.TextTransforms catalog, 89public static TokenizingByCharactersEstimator TokenizeIntoCharactersAsKeys(this TransformsCatalog.TextTransforms catalog, 104internal static TokenizingByCharactersEstimator TokenizeIntoCharactersAsKeys(this TransformsCatalog.TextTransforms catalog, 134public static TextNormalizingEstimator NormalizeText(this TransformsCatalog.TextTransforms catalog, 162public static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.TextTransforms catalog, 186public static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.TextTransforms catalog, 208internal static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.TextTransforms catalog, 229public static WordTokenizingEstimator TokenizeIntoWords(this TransformsCatalog.TextTransforms catalog, 241internal static WordTokenizingEstimator TokenizeIntoWords(this TransformsCatalog.TextTransforms catalog, 268public static NgramExtractingEstimator ProduceNgrams(this TransformsCatalog.TextTransforms catalog, 286internal static NgramExtractingEstimator ProduceNgrams(this TransformsCatalog.TextTransforms catalog, 307public static StopWordsRemovingEstimator RemoveDefaultStopWords(this TransformsCatalog.TextTransforms catalog, 330public static CustomStopWordsRemovingEstimator RemoveStopWords(this TransformsCatalog.TextTransforms catalog, 354public static WordBagEstimator ProduceWordBags(this TransformsCatalog.TextTransforms catalog, 381public static WordBagEstimator ProduceWordBags(this TransformsCatalog.TextTransforms catalog, 408public static WordBagEstimator ProduceWordBags(this TransformsCatalog.TextTransforms catalog, 442public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.TextTransforms catalog, 480public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.TextTransforms catalog, 519public static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.TextTransforms catalog, 565public static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.TextTransforms catalog, 590internal static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.TextTransforms catalog, 622public static LatentDirichletAllocationEstimator LatentDirichletAllocation(this TransformsCatalog.TextTransforms catalog, 649this TransformsCatalog.TextTransforms catalog,
Text\TextFeaturizingEstimator.cs (2)
65/// <seealso cref="TextCatalog.FeaturizeText(TransformsCatalog.TextTransforms, string, Options, string[])"/> 66/// <seealso cref="TextCatalog.FeaturizeText(TransformsCatalog.TextTransforms, string, string)"/>
Text\TokenizingByCharacters.cs (1)
638/// <seealso cref="TextCatalog.TokenizeIntoCharactersAsKeys(TransformsCatalog.TextTransforms, string, string, bool)" />
Text\WordEmbeddingsExtractor.cs (2)
761/// <seealso cref="TextCatalog.ApplyWordEmbedding(TransformsCatalog.TextTransforms, string, string, PretrainedModelKind)"/> 762/// <seealso cref="TextCatalog.ApplyWordEmbedding(TransformsCatalog.TextTransforms, string, string, string)"/>
Text\WordTokenizing.cs (1)
451/// <seealso cref="TextCatalog.TokenizeIntoWords(TransformsCatalog.TextTransforms, string, string, char[])"/>
Text\WrappedTextTransformers.cs (4)
37/// <seealso cref="TextCatalog.ProduceWordBags(TransformsCatalog.TextTransforms, string, string, int, int, bool, int, NgramExtractingEstimator.WeightingCriteria)" /> 38/// <seealso cref="TextCatalog.ProduceWordBags(TransformsCatalog.TextTransforms, string, string[], int, int, bool, int, NgramExtractingEstimator.WeightingCriteria)" /> 249/// <seealso cref="TextCatalog.ProduceHashedWordBags(TransformsCatalog.TextTransforms, string, string, int, int, int, bool, uint, bool, int)" /> 250/// <seealso cref="TextCatalog.ProduceHashedWordBags(TransformsCatalog.TextTransforms, string, string[], int, int, int, bool, uint, bool, int)" />