1 write to Language
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
167
Language
= (_stopWordsRemoverOptions as StopWordsRemovingEstimator.Options).Language;
2 references to Language
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
379
host.Check(Enum.IsDefined(typeof(Language), parent.OptionalSettings.
Language
));
384
Language = parent.OptionalSettings.
Language
;