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