1 instantiation of TextTransforms
Microsoft.ML.Data (1)
Transforms\TransformsCatalog.cs (1)
44
Text = new
TextTransforms
(this);
40 references to TextTransforms
Microsoft.ML.Data (1)
Transforms\TransformsCatalog.cs (1)
30
public
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)
36
public static TextFeaturizingEstimator FeaturizeText(this TransformsCatalog.
TextTransforms
catalog,
61
public static TextFeaturizingEstimator FeaturizeText(this TransformsCatalog.
TextTransforms
catalog,
89
public static TokenizingByCharactersEstimator TokenizeIntoCharactersAsKeys(this TransformsCatalog.
TextTransforms
catalog,
104
internal static TokenizingByCharactersEstimator TokenizeIntoCharactersAsKeys(this TransformsCatalog.
TextTransforms
catalog,
134
public static TextNormalizingEstimator NormalizeText(this TransformsCatalog.
TextTransforms
catalog,
162
public static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.
TextTransforms
catalog,
186
public static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.
TextTransforms
catalog,
208
internal static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.
TextTransforms
catalog,
229
public static WordTokenizingEstimator TokenizeIntoWords(this TransformsCatalog.
TextTransforms
catalog,
241
internal static WordTokenizingEstimator TokenizeIntoWords(this TransformsCatalog.
TextTransforms
catalog,
268
public static NgramExtractingEstimator ProduceNgrams(this TransformsCatalog.
TextTransforms
catalog,
286
internal static NgramExtractingEstimator ProduceNgrams(this TransformsCatalog.
TextTransforms
catalog,
307
public static StopWordsRemovingEstimator RemoveDefaultStopWords(this TransformsCatalog.
TextTransforms
catalog,
330
public static CustomStopWordsRemovingEstimator RemoveStopWords(this TransformsCatalog.
TextTransforms
catalog,
354
public static WordBagEstimator ProduceWordBags(this TransformsCatalog.
TextTransforms
catalog,
381
public static WordBagEstimator ProduceWordBags(this TransformsCatalog.
TextTransforms
catalog,
408
public static WordBagEstimator ProduceWordBags(this TransformsCatalog.
TextTransforms
catalog,
442
public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.
TextTransforms
catalog,
480
public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.
TextTransforms
catalog,
519
public static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.
TextTransforms
catalog,
565
public static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.
TextTransforms
catalog,
590
internal static NgramHashingEstimator ProduceHashedNgrams(this TransformsCatalog.
TextTransforms
catalog,
622
public static LatentDirichletAllocationEstimator LatentDirichletAllocation(this TransformsCatalog.
TextTransforms
catalog,
649
this 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)" />