Table of Contents

Public classStatic StopWords

Namespace
Rowles.LeanLucene.Analysis
Assembly
Rowles.LeanLucene.dll

Stop word lists for common languages.

public static class StopWords
StopWords

Public field Arabic

Gets the built-in Arabic stop word list.

Public field Chinese

Gets the built-in Chinese stop word list.

Public field Dutch

Gets the built-in Dutch stop word list.

Public field English

Gets the built-in English stop word list.

Public field French

Gets the built-in French stop word list.

Public field German

Gets the built-in German stop word list.

Public field Italian

Gets the built-in Italian stop word list.

Public field Japanese

Gets the built-in Japanese stop word list.

Public field Korean

Gets the built-in Korean stop word list.

Public field Portuguese

Gets the built-in Portuguese stop word list.

Public field Russian

Gets the built-in Russian stop word list.

Public field Spanish

Gets the built-in Spanish stop word list.

Public property SupportedLanguages

Returns all supported BCP 47 language codes.

Public method ForLanguage(string)

Gets the stop word list for a BCP 47 language code, or null if the language is not supported.