Table of Contents

Public fieldStaticRead-only EnglishExtended

Namespace
Rowles.LeanCorpus.Analysis
Assembly
Rowles.LeanCorpus.dll

Gets the extended English stop word list (~95 words) which covers prepositions, pronouns, modals, adverbs, and negation fragments in addition to the classic set. Pass this to IndexWriterConfig.StopWords to opt in to more aggressive stop word removal.

public static readonly IReadOnlyList<string> EnglishExtended

Returns

Gets the extended English stop word list (~95 words) which covers prepositions, pronouns, modals, adverbs, and negation fragments in addition to the classic set. Pass this to IndexWriterConfig.StopWords to opt in to more aggressive stop word removal.