termExceptions property Null safety
A hashmap of words to token terms for special words that should not be re-capitalized, stemmed or lemmatized.
Implementation
Map<String, String> get termExceptions;
A hashmap of words to token terms for special words that should not be re-capitalized, stemmed or lemmatized.
Map<String, String> get termExceptions;