Class Morpheme
java.lang.Object
org.episteme.social.linguistics.Morpheme
- All Implemented Interfaces:
Serializable
Represents a morpheme—the smallest irreducible unit of meaning or
grammatical function within a language. Morphemes are the building
blocks of words.
* @version 2.0
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFunctional and structural classification of morphemes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetMeaning(String meaning) voidsetType(Morpheme.Type type) toString()
-
Constructor Details
-
Morpheme
-
Morpheme
-
-
Method Details
-
getLanguage
-
getGraphemes
-
getPhonemes
-
getType
-
setType
-
getMeaning
- Returns:
- the semantic meaning or definition of the morpheme
-
setMeaning
-
getString
- Returns:
- the concatenated string of the morphemes's graphemes
-
equals
-
hashCode
-
toString
-