Property StopWords
StopWords
Gets or Sets the set of stopwords. Any word in this set is considered "uninteresting" and ignored. Even if your Analyzer allows stopwords, you might want to tell the MoreLikeThis code to ignore them, as for the purposes of document similarity it seems reasonable to assume that "a stop word is never interesting".
Declaration
public ISet<string> StopWords { get; set; }
Property Value
Type | Description |
---|---|
ISet<System.String> |