morpheme (Morpheme)
Part of a Word which cannot be subdivided
and which expresses a meaning.
Ontology
SUMO / OBJECTSSuperclass(es)
Coordinate term(s)
language
phrase
text
word
Related WordNet synsets
- formative
- minimal language unit that has a syntactic (or morphological) function
- morpheme
- minimal meaningful language unit; it cannot be divided into smaller meaningful units
- morphemic
- of or relating to morphemes
See more related synsets on a separate page.
Axioms (3)
If morph is an instance of morpheme, then there doesn't exist morpheme othermorph so that othermorph is a part of morph and othermorph is not equal to morph.
(=>
(instance ?MORPH Morpheme)
(not
(exists
(?OTHERMORPH)
(and
(instance ?OTHERMORPH Morpheme)
(part ?OTHERMORPH ?MORPH)
(not
(equal ?OTHERMORPH ?MORPH))))))
If morph is an instance of morpheme, then there exists word word so that morph is a part of word.
(=>
(instance ?MORPH Morpheme)
(exists
(?WORD)
(and
(instance ?WORD Word)
(part ?MORPH ?WORD))))
If word is an instance of word, then there exists morpheme part so that part is a part of word.
(=>
(instance ?WORD Word)
(exists
(?PART)
(and
(part ?PART ?WORD)
(instance ?PART Morpheme))))