stopWords property Null safety
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
Set<String> get stopWords;
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.
Set<String> get stopWords;