Package org.egothor.stemmer
Enum Class StemmerPatchTrieLoader.Language
- All Implemented Interfaces:
Serializable,Comparable<StemmerPatchTrieLoader.Language>,Constable
- Enclosing class:
StemmerPatchTrieLoader
Supported bundled stemmer dictionaries.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the resource directory name.Returns the classpath resource path of the stemmer dictionary.Returns the enum constant of this class with the specified name.static StemmerPatchTrieLoader.Language[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DA_DK
Danish. -
DE_DE
German. -
ES_ES
Spanish. -
FR_FR
French. -
IT_IT
Italian. -
NL_NL
Dutch. -
NO_NO
Norwegian. -
PT_PT
Portuguese. -
RU_RU
Russian. -
SV_SE
Swedish. -
US_UK
English. -
US_UK_PROFI
English professional dictionary.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
resourcePath
Returns the classpath resource path of the stemmer dictionary.- Returns:
- classpath resource path
-
resourceDirectory
Returns the resource directory name.- Returns:
- resource directory name
-