% Andrea Heiberg, (University of Arizona, 1997-1998 % feature type set for Mende example % FEATURETYPE % format: featuretype(Type,Anchor) % example: featuretype(ATR,root) % example: featuretype(H,syllable) featuretype(H,syllable) % tone feature featuretype(L,syllable) % tone feature featuretype(ATR,mora) % vowel feature featuretype(back,mora) % vowel feature featuretype(high,mora) % vowel feature featuretype(round,mora) % vowel feature featuretype(continuant,root) % consonant feature featuretype(coronal,root) % consonant feature featuretype(dorsal,root) % consonant feature featuretype(labial,root) % consonant feature featuretype("-nasal",root) % consonant feature featuretype(+nasal,root) % consonant feature featuretype(voiced,root) % consonant feature % INERT inert(featuretype(ATR,mora)) inert(featuretype(back,mora)) inert(featuretype(high,mora)) inert(featuretype(round,mora)) inert(featuretype(continuant,root)) inert(featuretype(coronal,root)) inert(featuretype(dorsal,root)) inert(featuretype(labial,root)) inert(featuretype("-nasal",root)) inert(featuretype(+nasal,root)) inert(featuretype(voiced,root)) %SYMBOL symbol(p,featuretype(labial,root)) symbol(kp,featuretype(labial,root),featuretype(dorsal,root)) symbol(f,featuretype(labial,root),featuretype(continuant,root)) symbol(b,featuretype(labial,root),featuretype(voiced,root)) symbol(m,featuretype(labial,root),featuretype(+nasal,root)) symbol(mb,featuretype(labial,root),featuretype(+nasal,root),featuretype("-nasal",root)) symbol(v,featuretype(labial,root),featuretype(continuant,root),featuretype(voiced,root)) symbol(w,featuretype(labial,root),featuretype(dorsal,root),featuretype(continuant,root)) symbol(l,featuretype(coronal,root)) symbol(n,featuretype(coronal,root),featuretype(+nasal,root)) symbol(nd,featuretype(coronal,root),featuretype(+nasal,root),featuretype("-nasal",root)) symbol(ny,featuretype(coronal,root),featuretype(+nasal,root),featuretype(dorsal,root)) symbol(k,featuretype(dorsal,root)) symbol(h,featuretype(dorsal,root),featuretype(continuant,root)) symbol(ng,featuretype(dorsal,root),featuretype(+nasal,root),featuretype("-nasal",root)) symbol(i,featuretype(ATR,mora),featuretype(high,mora)) symbol(í,featuretype(ATR,mora),featuretype(high,mora),featuretype(H,syllable)) symbol(ì,featuretype(ATR,mora),featuretype(high,mora),featuretype(L,syllable)) symbol(í,featuretype(ATR,mora),featuretype(high,mora),ordered(featuretype(H,syllable))) symbol(ì,featuretype(ATR,mora),featuretype(high,mora),ordered(featuretype(L,syllable))) symbol(î,featuretype(ATR,mora),featuretype(high,mora),ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(ï,featuretype(ATR,mora),featuretype(high,mora),ordered(featuretype(L,syllable),featuretype(H,syllable))) symbol(e,featuretype(ATR,mora)) symbol(é,featuretype(ATR,mora),featuretype(H,syllable)) symbol(è,featuretype(ATR,mora),featuretype(L,syllable)) symbol(é,featuretype(ATR,mora),ordered(featuretype(H,syllable))) symbol(è,featuretype(ATR,mora),ordered(featuretype(L,syllable))) symbol(ê,featuretype(ATR,mora),ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(ë,featuretype(ATR,mora),ordered(featuretype(L,syllable),featuretype(H,syllable))) symbol(E) symbol(É,featuretype(H,syllable)) symbol(È,featuretype(L,syllable)) symbol(É,ordered(featuretype(H,syllable))) symbol(È,ordered(featuretype(L,syllable))) symbol(Ê,ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(Ë,ordered(featuretype(L,syllable),featuretype(H,syllable))) symbol(u,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora)) symbol(ú,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),featuretype(H,syllable)) symbol(ù,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),featuretype(L,syllable)) symbol(ú,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),ordered(featuretype(H,syllable))) symbol(ù,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),ordered(featuretype(L,syllable))) symbol(û,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(ü,featuretype(ATR,mora),featuretype(high,mora),featuretype(back,mora),featuretype(round,mora),ordered(featuretype(L,syllable),featuretype(H,syllable))) symbol(O,featuretype(back,mora),featuretype(round,mora)) symbol(Ó,featuretype(back,mora),featuretype(round,mora),featuretype(H,syllable)) symbol(Ò,featuretype(back,mora),featuretype(round,mora),featuretype(L,syllable)) symbol(Ó,featuretype(back,mora),featuretype(round,mora),ordered(featuretype(H,syllable))) symbol(Ò,featuretype(back,mora),featuretype(round,mora),ordered(featuretype(L,syllable))) symbol(Ô,featuretype(back,mora),featuretype(round,mora),ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(Ö,featuretype(back,mora),featuretype(round,mora),ordered(featuretype(L,syllable),featuretype(H,syllable))) symbol(a,featuretype(back,mora)) symbol(á,featuretype(back,mora),featuretype(H,syllable)) symbol(à,featuretype(back,mora),featuretype(L,syllable)) symbol(á,featuretype(back,mora),ordered(featuretype(H,syllable))) symbol(à,featuretype(back,mora),ordered(featuretype(L,syllable))) symbol(â,featuretype(back,mora),ordered(featuretype(H,syllable),featuretype(L,syllable))) symbol(ä,featuretype(back,mora),ordered(featuretype(L,syllable),featuretype(H,syllable)))