
StopWords
- Namespace
- Rowles.LeanLucene.Analysis
- Assembly
- Rowles.LeanLucene.dll
Stop word lists for common languages.
public static class StopWords
StopWords
Arabic
Gets the built-in Arabic stop word list.
Chinese
Gets the built-in Chinese stop word list.
Dutch
Gets the built-in Dutch stop word list.
English
Gets the built-in English stop word list.
French
Gets the built-in French stop word list.
German
Gets the built-in German stop word list.
Italian
Gets the built-in Italian stop word list.
Japanese
Gets the built-in Japanese stop word list.
Korean
Gets the built-in Korean stop word list.
Portuguese
Gets the built-in Portuguese stop word list.
Russian
Gets the built-in Russian stop word list.
Spanish
Gets the built-in Spanish stop word list.
SupportedLanguages
Returns all supported BCP 47 language codes.
ForLanguage(string)
Gets the stop word list for a BCP 47 language code, or null if the language is not supported.