public enum StopwordLang extends Enum<StopwordLang>
| Enum Constant and Description |
|---|
ARABIC |
ARMENIAN |
BASQUE |
BRAZILIAN |
BULGARIAN |
CATALAN |
CJK |
CZECH |
DANISH |
DUTCH |
ENGLISH |
FINNISH |
FRENCH |
GALICIAN |
GERMAN |
GREEK |
HINDI |
HUNGARIAN |
INDONESIAN |
IRISH |
ITALIAN |
LATVIAN |
LITHUANIAN |
NORWEGIAN |
PERSIAN |
PORTUGUESE |
ROMANIAN |
RUSSIAN |
SORANI |
SPANISH |
SWEDISH |
THAI |
TURKISH |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static StopwordLang |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopwordLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StopwordLang ARABIC
public static final StopwordLang ARMENIAN
public static final StopwordLang BASQUE
public static final StopwordLang BRAZILIAN
public static final StopwordLang BULGARIAN
public static final StopwordLang CATALAN
public static final StopwordLang CJK
public static final StopwordLang CZECH
public static final StopwordLang DANISH
public static final StopwordLang DUTCH
public static final StopwordLang ENGLISH
public static final StopwordLang FINNISH
public static final StopwordLang FRENCH
public static final StopwordLang GALICIAN
public static final StopwordLang GERMAN
public static final StopwordLang GREEK
public static final StopwordLang HINDI
public static final StopwordLang HUNGARIAN
public static final StopwordLang INDONESIAN
public static final StopwordLang IRISH
public static final StopwordLang ITALIAN
public static final StopwordLang LATVIAN
public static final StopwordLang LITHUANIAN
public static final StopwordLang NORWEGIAN
public static final StopwordLang PERSIAN
public static final StopwordLang PORTUGUESE
public static final StopwordLang ROMANIAN
public static final StopwordLang RUSSIAN
public static final StopwordLang SORANI
public static final StopwordLang SPANISH
public static final StopwordLang SWEDISH
public static final StopwordLang TURKISH
public static final StopwordLang THAI
public static StopwordLang[] values()
for (StopwordLang c : StopwordLang.values()) System.out.println(c);
public static StopwordLang valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
Copyright © 2017. All Rights Reserved.