stemmerExceptions property Null safety
A hashmap of terms (keys) with their stem values that will be returned rather than being processed by the stemmer.
The default is Porter2Stemmer.kExceptions.
Implementation
Map<String, String> get stemmerExceptions;