Uses of Record Class
org.egothor.stemmer.StemmerKnowledgeExperiment.ResultRow
Packages that use StemmerKnowledgeExperiment.ResultRow
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of StemmerKnowledgeExperiment.ResultRow in org.egothor.stemmer
Methods in org.egothor.stemmer that return types with arguments of type StemmerKnowledgeExperiment.ResultRowModifier and TypeMethodDescriptionStemmerKnowledgeExperiment.evaluate(Reader reader, String sourceDescription, String languageLabel, long seed) Evaluates a dictionary provided through an arbitrary reader.StemmerKnowledgeExperiment.evaluateAllBundledLanguages(long seed) Evaluates all supported bundled dictionaries using the supplied seed.StemmerKnowledgeExperiment.evaluateBundledLanguage(StemmerPatchTrieLoader.Language language, long seed) Evaluates one bundled dictionary across all supported experiment configurations.StemmerKnowledgeExperiment.evaluatePath(Path dictionaryPath, long seed) Evaluates one filesystem dictionary across all supported experiment configurations.Method parameters in org.egothor.stemmer with type arguments of type StemmerKnowledgeExperiment.ResultRowModifier and TypeMethodDescriptionstatic voidStemmerKnowledgeExperiment.writeCsv(Path outputPath, List<StemmerKnowledgeExperiment.ResultRow> rows) Writes result rows as UTF-8 CSV with a stable fixed header.