| # Chol Rule Set |
| # Written by: Emily |
| # Last Updated: 2019-10-15 |
| type,sfrom,sto,weight,precede,follow,comment |
| # Class Rules |
| class,passthrough,[abeiklmoprsuw],,,, |
| class,apostrophe,[ʼ'ꞌˈ‘’],,,, |
| class,ejective,(p|tʲ|k|ts|tʃ),,,, |
| class,vowels,[aeiouɨ],,,, |
| # Individual Letters |
| sub,j,x,2,,, |
| sub,n,ɲ,2,,, |
| sub,ñ,ɲ,2,,, |
| sub,t,tʲ,2,,, |
| sub,x,ʃ,2,,, |
| sub,y,j,2,,, |
| sub,-,ʔ,2,,, |
| sub,ä,ɨ,2,,, |
| sub,{apostrophe},ʔ,1,,, |
| sub,({passthrough}),\1,2,,, |
| # Digraphs |
| sub,c,tʃ,3,,h, |
| sub,h,,3,c,,"clean-up", |
| sub,t,ts,3,,s, |
| sub,s,,3,t,,"clean-up", |
| sub,t,tʲ,3,,y, |
| sub,y,,3,t,,"clean-up", |
| # Orthographic Variations |
| sub,c,k,2,,, |
| sub,q,k,2,,u, |
| sub,u,,3,q,,"clean-up" |
| sub,{apostrophe},kʼ,3,q,u,"exception to ejective rule", |
| sub,q,,2,,{apostrophe}u,"clean-up", |
| sub,u,,3,q{apostrophe},,"clean-up", |
| sub,t,ts,4,,z, |
| sub,z,,3,t,, |
| sub,ü,ɨ,2,,, |
| sub,ʌ,ɨ,2,,, |
| # Ejectives/Glottal Stops |
| ipasub,({ejective}) ʔ,\1ʼ,2,,, |
|
|