You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.Transforms/Text/TextFeaturizingEstimator.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ public IStopWordsRemoverOptions StopWordsRemoverOptions
195
195
[Argument(ArgumentType.AtMostOnce,HelpText="Column containing the transformed text tokens.",ShortName="tokens,showtext,showTransformedText",SortOrder=9)]
196
196
publicstringOutputTokensColumnName;
197
197
198
-
[Argument(ArgumentType.Multiple,HelpText="A dictionary of whitelisted terms.",ShortName="dict",NullName="<None>",SortOrder=10,Hide=true)]
198
+
[Argument(ArgumentType.Multiple,HelpText="A dictionary of allowed terms.",ShortName="dict",NullName="<None>",SortOrder=10,Hide=true)]
0 commit comments