File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Microsoft.ML.Transforms/Text Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ public sealed class Options : TransformInputBase
128
128
129
129
/// <summary>
130
130
/// Ngram feature extractor to use for words (WordBag/WordHashBag).
131
+ /// Set to <see langword="null" /> to turn off n-gram generation for words.
131
132
/// </summary>
132
133
public WordBagEstimator . Options WordFeatureExtractor
133
134
{
@@ -160,6 +161,7 @@ public WordBagEstimator.Options WordFeatureExtractor
160
161
161
162
/// <summary>
162
163
/// Ngram feature extractor to use for characters (WordBag/WordHashBag).
164
+ /// Set to <see langword="null" /> to turn off n-gram generation for characters.
163
165
/// </summary>
164
166
public WordBagEstimator . Options CharFeatureExtractor
165
167
{
You can’t perform that action at this time.
0 commit comments