isStopword method Null safety
- String term
inherited
Returns true if the term is a stopword excluded from tokenization.
Implementation
bool isStopword(String term);
Returns true if the term is a stopword excluded from tokenization.
bool isStopword(String term);