stemmerExceptions property Null safety

Map<String, String> stemmerExceptions
override

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

@override
Map<String, String> get stemmerExceptions => Porter2Stemmer.kExceptions;