Closed
Description
#801 is making the parameters default and hardcoded for the following options of Text featurizer:
- Stop word remover (defaults to none) - Fixed in Made 'StopWordsRemover' in TextFeaturizer configurable again. #2962
- Custom term dictionary (defaults to none) - This parameter is hidden
- Word feature extractor (defaults to unigrams) - Fixed in Exposed ngram extraction options in TextFeaturizer #2911
- Char feature extractor (defaults to 3-char) - Fixed in Exposed ngram extraction options in TextFeaturizer #2911
Once individual building blocks become estimators, we should bring these parameters back (in a form of estimator for word/char extractor etc.).
Or maybe we shouldn't, and instead just demonstrate how to compose your version of text transform from the individual building blocks?