2 references to CustomStopWordsRemovingTransformer
Microsoft.ML.Transforms (2)
Text\StopWordsRemovingTransformer.cs (2)
740
return new
CustomStopWordsRemovingTransformer
(env, Stopword, DataFile, StopwordsColumn, Loader, column.Select(x => (x.Name, x.Source)).ToArray());
1047
transfrom = new
CustomStopWordsRemovingTransformer
(env, options.Stopword, options.DataFile, options.StopwordsColumn, options.Loader, cols);