Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Microsoft.ML.Transforms/Text/TextFeaturizingEstimator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public sealed class Options : TransformInputBase

/// <summary>
/// Ngram feature extractor to use for words (WordBag/WordHashBag).
/// Set to <see langword="null" /> to turn off n-gram generation for words.
/// </summary>
public WordBagEstimator.Options WordFeatureExtractor
{
Expand Down Expand Up @@ -160,6 +161,7 @@ public WordBagEstimator.Options WordFeatureExtractor

/// <summary>
/// Ngram feature extractor to use for characters (WordBag/WordHashBag).
/// Set to <see langword="null" /> to turn off n-gram generation for characters.
/// </summary>
public WordBagEstimator.Options CharFeatureExtractor
{
Expand Down