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
I can modify settings in the TextFeaturizer to update the number of word-grams and char-grams used along with things like the normalization.
In the current API for TextFeaturizer, it is possible to create n-grams from words and/or characters (UseCharExtrator, UseWordExtractor) but it is not possible to specify what sorts of n-grams to make.