Uses of Enum Class
org.egothor.stemmer.StemmerPatchTrieLoader.Language
Packages that use StemmerPatchTrieLoader.Language
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of StemmerPatchTrieLoader.Language in org.egothor.stemmer
Methods in org.egothor.stemmer that return StemmerPatchTrieLoader.LanguageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StemmerPatchTrieLoader.Language[]StemmerPatchTrieLoader.Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.egothor.stemmer with parameters of type StemmerPatchTrieLoader.LanguageModifier and TypeMethodDescriptionstatic FrequencyTrie<String> StemmerPatchTrieLoader.load(StemmerPatchTrieLoader.Language language, boolean storeOriginal, ReductionMode reductionMode) Loads a bundled dictionary using default settings for the supplied reduction mode.static FrequencyTrie<String> StemmerPatchTrieLoader.load(StemmerPatchTrieLoader.Language language, boolean storeOriginal, ReductionSettings reductionSettings) Loads a bundled dictionary using explicit reduction settings.