edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Tokenizers: Use initializer arguments in base class #23

Open edponce opened 4 years ago

edponce commented 4 years ago

In the Tokenizer package, there are parameters which are not used in base class but rather in the specialized classes. To make the API consistent, use those parameters in base methods, for example, use_stopwords can be used to trigger filtering in base tokenizer method. Similarly, for min_token_length.