Uses of Record Class
org.egothor.stemmer.StemmerDictionaryParser.ParseStatistics
Packages that use StemmerDictionaryParser.ParseStatistics
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of StemmerDictionaryParser.ParseStatistics in org.egothor.stemmer
Methods in org.egothor.stemmer that return StemmerDictionaryParser.ParseStatisticsModifier 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.