exceptions property

Map<String, String> exceptions

A hashmap of terms (keys) with their stem values that will be returned rather than being processed by the stemmer.

The default is Porter2StemmerConstants.kExceptions.

Implementation

Map<String, String> get exceptions;