public static enum StopwordsCorpus.StopwordsLanguage extends Enum<StopwordsCorpus.StopwordsLanguage>
Enum Constant and Description |
---|
danish |
dutch |
english |
finnish |
french |
german |
hungarian |
italian |
norwegian |
portuguese |
russian |
spanish |
swedish |
turkish |
Modifier and Type | Method and Description |
---|---|
static StopwordsCorpus.StopwordsLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopwordsCorpus.StopwordsLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StopwordsCorpus.StopwordsLanguage danish
public static final StopwordsCorpus.StopwordsLanguage dutch
public static final StopwordsCorpus.StopwordsLanguage english
public static final StopwordsCorpus.StopwordsLanguage finnish
public static final StopwordsCorpus.StopwordsLanguage french
public static final StopwordsCorpus.StopwordsLanguage german
public static final StopwordsCorpus.StopwordsLanguage hungarian
public static final StopwordsCorpus.StopwordsLanguage italian
public static final StopwordsCorpus.StopwordsLanguage norwegian
public static final StopwordsCorpus.StopwordsLanguage portuguese
public static final StopwordsCorpus.StopwordsLanguage russian
public static final StopwordsCorpus.StopwordsLanguage spanish
public static final StopwordsCorpus.StopwordsLanguage swedish
public static final StopwordsCorpus.StopwordsLanguage turkish
public static StopwordsCorpus.StopwordsLanguage[] values()
for (StopwordsCorpus.StopwordsLanguage c : StopwordsCorpus.StopwordsLanguage.values()) System.out.println(c);
public static StopwordsCorpus.StopwordsLanguage 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 nullCopyright © 2011-2014. All Rights Reserved.