stemmerFunction property Null safety
override
A stemmer function that returns the stem of term.
Implementation
@override
Stemmer get stemmerFunction =>
Porter2Stemmer(exceptions: stemmerExceptions).stem;
A stemmer function that returns the stem of term.
@override
Stemmer get stemmerFunction =>
Porter2Stemmer(exceptions: stemmerExceptions).stem;