termExceptions property Null safety

Map<String, String> termExceptions

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;