![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Noun
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Morpheme LinguisticExpression) | Merge.kif 15566-15566 | Morpheme is a subclass of linguistic expression |
| (documentation Morpheme EnglishLanguage "Part of a Word which cannot be subdivided and which expresses a meaning.") | Merge.kif 15567-15568 | Morpheme is a subclass of linguistic expression |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage Morpheme "morpheme") | english_format.kif 1282-1282 |
| antecedent |
|
|
| (=> (instance ?MORPH Morpheme) (not (exists (?OTHERMORPH) (and (instance ?OTHERMORPH Morpheme) (part ?OTHERMORPH ?MORPH) (not (equal ?OTHERMORPH ?MORPH)))))) |
Merge.kif 15570-15577 | If X is an instance of morpheme, then there doesn't exist Y such that Y is an instance of morpheme, Y is a part of X, equal Y, and X |
| (=> (instance ?MORPH Morpheme) (exists (?WORD) (and (instance ?WORD Word) (part ?MORPH ?WORD)))) |
Merge.kif 15579-15584 | If X is an instance of morpheme, then there exists Y such that Y is an instance of word and X is a part of Y |
| consequent |
|
|
| (=> (instance ?MORPH Morpheme) (not (exists (?OTHERMORPH) (and (instance ?OTHERMORPH Morpheme) (part ?OTHERMORPH ?MORPH) (not (equal ?OTHERMORPH ?MORPH)))))) |
Merge.kif 15570-15577 | If X is an instance of morpheme, then there doesn't exist Y such that Y is an instance of morpheme, Y is a part of X, equal Y, and X |
| (=> (instance ?WORD Word) (exists (?PART) (and (part ?PART ?WORD) (instance ?PART Morpheme)))) |
Merge.kif 15586-15591 | If X is an instance of word, then there exists Y such that Y is a part of X and Y is an instance of morpheme |