Closed
Description
One of the stated goals of the V1 API was:
- 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.
Related to #2711