stemmerFunction property Null safety
English uses the Porter2Stemmer.stem with default stemming exceptions.
Implementation
Stemmer get stemmerFunction => ((term) => term.stemPorter2());
English uses the Porter2Stemmer.stem with default stemming exceptions.
Stemmer get stemmerFunction => ((term) => term.stemPorter2());