Uses of Record Class
org.episteme.social.linguistics.MorphologicalAnalyzer.Morpheme
Packages that use MorphologicalAnalyzer.Morpheme
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of MorphologicalAnalyzer.Morpheme in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics that return types with arguments of type MorphologicalAnalyzer.MorphemeModifier and TypeMethodDescriptionMorphologicalAnalyzer.MorphologicalAnalysis.morphemes()Returns the value of themorphemesrecord component.Constructor parameters in org.episteme.social.linguistics with type arguments of type MorphologicalAnalyzer.MorphemeModifierConstructorDescriptionMorphologicalAnalysis(String originalWord, List<MorphologicalAnalyzer.Morpheme> morphemes, String rootWord, String partOfSpeech, Map<String, String> features) Creates an instance of aMorphologicalAnalysisrecord class.