Uses of Interface
org.egothor.stemmer.StemmerDictionaryParser.EntryHandler
Packages that use StemmerDictionaryParser.EntryHandler
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of StemmerDictionaryParser.EntryHandler in org.egothor.stemmer
Methods in org.egothor.stemmer with parameters of type StemmerDictionaryParser.EntryHandlerModifier and TypeMethodDescriptionStemmerDictionaryParser.parse(Reader reader, String sourceDescription, StemmerDictionaryParser.EntryHandler entryHandler) Parses a dictionary from a reader.StemmerDictionaryParser.parse(String fileName, StemmerDictionaryParser.EntryHandler entryHandler) Parses a dictionary file from a path string.StemmerDictionaryParser.parse(Path path, StemmerDictionaryParser.EntryHandler entryHandler) Parses a dictionary file from a filesystem path.