Syllable(syllable) | reduplication, syllable, ultima |
appearance as argument number 1 |
(documentation Syllable EnglishLanguage "A sequence of Characters from the same Word that denote a single sound.") | Mid-level-ontology.kif 19483-19484 | |
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/4/ 49/ Yunjing.jpg") | pictureList.kif 8028-8028 | |
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/a/ a7/ Syllable_structure.png") | pictureList.kif 6911-6911 | |
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/c/ c4/ Hangeul.png") | pictureList.kif 8029-8029 | |
(subclass Syllable SymbolicString) | Mid-level-ontology.kif 19482-19482 | Syllable is a subclass of symbolic string |
appearance as argument number 2 |
(termFormat ChineseLanguage Syllable "音节") | domainEnglishFormat.kif 56589-56589 | |
(termFormat ChineseTraditionalLanguage Syllable "音節") | domainEnglishFormat.kif 56588-56588 | |
(termFormat EnglishLanguage Syllable "syllable") | domainEnglishFormat.kif 56587-56587 |
consequent |
(=> (and (attribute ?SYLLABLE Stressed) (instance ?WORD Word) (part ?SYLLABLE ?WORD)) (not (exists (?SYLLABLE2) (and (instance ?SYLLABLE2 Syllable) (part ?SYLLABLE2 ?WORD) (attribute ?SYLLABLE2 Stressed) (not (equal ?SYLLABLE2 ?SYLLABLE)))))) |
Mid-level-ontology.kif 19470-19480 |
|
(=> (attribute ?SYLLABLE Stressed) (instance ?SYLLABLE Syllable)) |
Mid-level-ontology.kif 19466-19468 | |
(=> (instance ?WORD Word) (exists (?SYLLABLE) (and (instance ?SYLLABLE Syllable) (part ?SYLLABLE ?WORD)))) |
Mid-level-ontology.kif 19486-19491 |
|