stopWords property Null safety

Set<String> stopWords
override

Stopwords are terms that commonly occur in a language and that do not add material value to the analysis of text.

Stopwords are used by the keywordExtractor and termFilter.

Implementation

@override
Set<String> get stopWords => _EnglishConstants.kStopWords;