Class MorphologicalAnalyzer
java.lang.Object
org.episteme.social.linguistics.MorphologicalAnalyzer
Morphological analysis for word decomposition.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enumstatic final record -
Method Summary
Modifier and TypeMethodDescriptionAnalyzes the morphological structure of a word.generateDerivations(String root) Generates all possible derivations of a root.static StringIdentifies the word formation process.static intCalculates morphological complexity score.static booleanChecks if two words share the same root.
-
Method Details
-
analyze
Analyzes the morphological structure of a word. -
generateDerivations
-
morphologicalComplexity
Calculates morphological complexity score. -
identifyFormationProcess
-