keywordExtractor property Null safety

KeywordExtractor keywordExtractor

A splitter function that returns an ordered collection of keyword phrases from text.

The text is split at punctuation, line endings and stop-words, resulting in an ordered collection of term sequences of varying length.

Implementation

KeywordExtractor get keywordExtractor;