home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / science / ktext094.sit / Tagalog / tag.rul < prev    next >
Text File  |  1991-05-03  |  14KB  |  392 lines

  1. ; TAG.RUL  8-Mar-91
  2.  
  3. ; Copyright (c) 1991 by the Summer Institute of Linguistics
  4. ; for academic use only
  5.  
  6. ; Bloomfield's Tagalog texts
  7.  
  8. ; Bloomfield, Leonard. 1917. Tagalog texts with grammatical analysis.
  9. ;  University of Illinois.
  10.  
  11. ; û = velar nasal;
  12. ; N = nasal unspecified for point of articulation
  13. ; q = glottal stop
  14. ; I and U are used in the Infixation rules
  15. ; RE is used in the Reduplication rules
  16. ; - indicates prefix boundary
  17. ; + indicates suffix boundary
  18. ; _ (underline) indicates enclitic boundary
  19. ; = indicates compound boundary
  20.  
  21. ALPHABET
  22.   p t k b d g m n û s l r w y q h - + = _
  23.   a e i o u ç Ä Æ ù £ ê Å ô ÿ ¥
  24.   N I U R E
  25. NULL 0
  26. ANY  @
  27. BOUNDARY #
  28. SUBSET C p t k b d g m n û s l r w y q h    ; consonants
  29. SUBSET V a e i o u ç Ä Æ ù £ ê Å ô ÿ ¥        ; vowels
  30. SUBSET V[1str] ç Ä Æ ù £    ; primary stress
  31. SUBSET V[2str] ê Å ô ÿ ¥    ; secondary stress
  32. SUBSET V[-str] a e i o u    ; unstressed
  33. SUBSET O o ÿ
  34. SUBSET P p b            ; labial stops
  35. SUBSET T t d l r        ; dental stops and liquids
  36. SUBSET K k g            ; velar stops
  37. SUBSET M N m n û        ; nasals
  38.  
  39. ; - and + (morpheme boundaries) are always deleted
  40. RULE "1 Consonant defaults"  1 22
  41.    p t k b d g m n û s l r w y q h N - + _ = @
  42.    p t k b d g m n û s l r w y q h û 0 0 _ = @
  43. 1: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  44.  
  45. RULE "2 Vowel defaults"  1 23
  46.    a e i i o o u ç Ä Æ ù £ ê Å ô ÿ ¥ ê Å ô ÿ ¥ @
  47.    a e i e u o u ç Ä Æ ù £ ê Å ô ÿ ¥ a e i o u @
  48. 1: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  49.  
  50. ; q-insertion            y-insertion
  51. ; 0alis  nag-0alis        i-I-çlay
  52. ; qalis  nag0qalis        iniyçlay
  53.  
  54. RULE "3 q-insertion, 0:q => [#|-]___V" 3 5
  55.    # - 0 @ @
  56.    # 0 q V @
  57. 1: 2 2 0 1 1
  58. 2: 1 2 3 1 1
  59. 3. 0 0 0 1 0
  60.  
  61. RULE "4 y-insertion, 0:y => :i___V" 3 5
  62.    @ 0 @ - @
  63.    i y V 0 @
  64. 1: 2 0 1 1 1
  65. 2: 2 3 1 2 1
  66. 3. 0 0 1 3 0
  67.  
  68. ; Coalescence: N is deleted before a consonant that assimilates
  69. ; to a homorganic nasal.
  70. ; Coalescence is normally viewed as nasal assimilation and
  71. ; consonant deletion, but due to reduplication the table is easier
  72. ; to write the other way round.
  73. ; maN-bili maN-RE-bili maN-tahiq maN-RE-ta.hiq maN-kuha maN-RE-ku.ha
  74. ; ma00mili ma00mi0mili ma00nahiq ma00na0na.hiq ma00ûuha ma00ûu0ûu.ha
  75.  
  76. RULE "5 Nasal Deletion, N:0 <=> __(-:0) (R:C E:V -:0) :M"  3 10
  77.     N N - R R R R E @ @
  78.     0 @ 0 C m n û V M @
  79.  1: 3 2 1 1 1 1 1 1 1 1
  80.  2: 3 2 2 2 2 2 2 2 0 1
  81.  3. 0 0 3 3 3 3 3 3 1 0
  82.  
  83. ; d and g do not undergo coalesence
  84. RULE "6 Assimilation correspondences"  1 5
  85.    p b t k @
  86.    m m n û @
  87. 1: 1 1 1 1 1
  88.  
  89. RULE
  90. "7 Assimilation to Nasal, {P,T,K}:{m,n,û} <=> N: (-:0) (R:C E:V -:0) __"  2 11
  91.     N - R E P T K P T K @
  92.     @ 0 C V m n û @ @ @ @
  93.  1: 2 1 1 1 0 0 0 1 1 1 1
  94.  2: 2 2 2 2 1 1 1 0 0 0 1
  95.  
  96. ; Infixation: the infixes <um> and <in> are inserted between a
  97. ; following C and V.
  98. ; Before l, <in> is optionally realized as the prefix ni-.
  99. ; U-b00ili i-I0-l00agay
  100. ; 00bumili i0000linagay
  101. ;          i0ni0lagay
  102.  
  103. ; Since I has no surface realization other than the one
  104. ; specified in the Infixation rule, this table effectively applies
  105. ; "always and only". If I had another surface realization besides 0,
  106. ; then a <= table would be necessary to make the rule obligatory.
  107.  
  108. ; I:n column to allow ni- allomorph of <in>
  109. RULE "8 <in> infix, I:0 => __-:0 :C 0:i 0:n :V"  9 8
  110.    I - @ 0 0 @ I @
  111.    0 0 C i n V n @
  112. 1: 2 1 1 0 0 1 7 1
  113. 2. 0 3 0 0 0 0 0 0
  114. 3. 0 0 4 0 0 0 0 0
  115. 4. 0 0 0 5 0 0 0 0
  116. 5. 0 0 0 0 6 0 0 0
  117. 6. 0 0 0 0 0 1 0 0
  118. 7. 0 0 0 8 0 0 0 0
  119. 8. 0 9 0 0 0 0 0 0
  120. 9. 0 0 1 0 0 0 0 0
  121.  
  122. ; ni- prefix before l
  123. ; I:0 column to allow <in>
  124. RULE "9 ni- prefix, I:n => __0:i -:0 l:"  6 8
  125.    I 0 - @ @ @ I @
  126.    n i 0 l q y 0 @
  127. 1: 2 1 1 1 1 1 5 1
  128. 2. 0 3 0 0 0 0 0 0
  129. 3. 0 0 4 0 0 0 0 0
  130. 4. 0 0 0 1 1 1 0 0
  131. 5. 0 0 6 0 0 0 0 0
  132. 6. 0 0 0 1 1 1 0 1
  133.  
  134. ; ni- prefix after qi-, before q or y
  135. ; 0i-I0-0alis    0i-I0-l£toq        0i-I0-0çlay
  136. ; qi0ni0qalis   qi0ni0l£toq        qi0ni0yçlay
  137.  
  138. ; I:0 column to allow <in>
  139. RULE "10 ni- prefix, I:n => # :q i: -:0___0:i -:0 :q" 10 10
  140.     #  @  @ @  i  -  I  0  I  @
  141.     #  q  l y  @  0  n  i  0  @
  142. 1:  2  1  1 1  1  1  9  1  10 1
  143. 2:  2  3  1 1  1  1  9  1  10 1
  144. 3:  2  1  1 1  4  1  0  1  0  1
  145. 4:  2  1  1 1  1  5  0  1  0  1
  146. 5:  2  1  1 1  1  1  6  1  9  1
  147. 6.  0  0  0 0  0  0  0  7  0  0
  148. 7.  0  0  0 0  0  8  0  0  0  0
  149. 8.  0  1  1 1  0  0  0  0  0  0
  150. 9:  2  0  1 1  1  9  0  9  0  1
  151. 10: 2  1  1 1  1  10 0  10 0  1
  152.  
  153. RULE "11 <um> infix, U:0 => __-:0 :C 0:u 0:m :V"  6 7
  154.    U - @ 0 0 @ @
  155.    0 0 C u m V @
  156. 1: 2 1 1 0 0 1 1
  157. 2. 0 3 0 0 0 0 0
  158. 3. 0 0 4 0 0 0 0
  159. 4. 0 0 0 5 0 0 0
  160. 5. 0 0 0 0 6 0 0
  161. 6. 0 0 0 0 0 1 0
  162.  
  163. ; Reduplication: the first CV of a root is reduplicated.
  164. ; Note the interaction with infixation and coalescence.
  165. ; RE-kuha I-R00E-tahi maN-RE-pili
  166. ; ku0kuha 00tina0tahi ma00mi0mili
  167.  
  168. ; As an ad hoc abbreviation, {C} stands for {p,m,b,t,n,d,k,û,g,l,r,q,s,h,y}.
  169. ; Consonants not yet included this table: w
  170. RULE "12 C-Redup, R:{C} => __ (0:V 0:C) E:V (.) -:0 C:{C}"  46 37
  171.     R R R R  R  R  R  R  R  R  R  R  R  R  R  0  0  E  -  p p b b t t d d k k g l r 0 s h y @
  172.     p m b t  n  d  k  û  g  l  r  q  s  h  y  V  C  V  0  p m b m t n @ r k û g l r q s h y @
  173.  1: 2 5 8 11 14 17 20 23 26 29 32 35 38 41 44 1  1  1  1  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  174.  2. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  2  2  3  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  175.  3. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  4  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  176.  4. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  177.  5. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  5  5  6  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  178.  6. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  7  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  179.  7. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  180.  8. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  8  8  9  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  181.  9. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  182. 10. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  183. 11. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  11 11 12 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  184. 12. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  185. 13. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
  186. 14. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  14 14 15 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  187. 15. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  188. 16. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
  189. 17. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  17 17 18 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  190. 18. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  191. 19. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0
  192. 20. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  20 20 21 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  193. 21. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  194. 22. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
  195. 23. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  23 23 24 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  196. 24. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  197. 25. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
  198. 26. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  26 26 27 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  199. 27. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  200. 28. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
  201. 29. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  29 29 30 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  202. 30. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  31 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  203. 31. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
  204. 32. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  32 32 33 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  205. 33. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  206. 34. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0
  207. 35. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  35 35 36 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  208. 36. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  37 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  209. 37. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
  210. 38. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  38 38 39 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  211. 39. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  212. 40. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
  213. 41. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  41 41 42 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  214. 42. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  215. 43. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
  216. 44. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  44 44 45 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  217. 45. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  218. 46. 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
  219.  
  220. ; add vowels as needed
  221. RULE
  222. "13 V-Redup, E:{a,i,u} => R:C (0:V 0:C) __ -:0 @:C {a,i,u}:{a,i,u}"  11 19
  223.     R  0  0  E  E  E  E  E  E  E  -  C  ç  @  Æ  @  £  @  @
  224.     C  V  C  ç  ê  a  Æ  ô  i  ¥  0  C  @  a  @  i  @  u  @
  225.  1: 2  1  1  0  0  0  0  0  0  0  1  1  1  1  1  1  1  1  1
  226.  2: 2  2  2  3  3  3  6  6  6  9  0  1  1  1  1  1  1  1  1
  227.  3. 0  0  0  0  0  0  0  0  0  0  4  0  0  0  0  0  0  0  0
  228.  4. 0  0  5  0  0  0  0  0  0  0  0  5  0  0  0  0  0  0  0
  229.  5. 0  0  0  0  0  0  0  0  0  0  0  0  1  1  0  0  0  0  0
  230.  6. 0  0  0  0  0  0  0  0  0  0  7  0  0  0  0  0  0  0  0
  231.  7. 0  0  8  0  0  0  0  0  0  0  0  8  0  0  0  0  0  0  0
  232.  8. 0  0  0  0  0  0  0  0  0  0  0  0  0  0  1  1  0  0  0
  233.  9. 0  0  0  0  0  0  0  0  0  0  10 0  0  0  0  0  0  0  0
  234. 10. 0  0  11 0  0  0  0  0  0  0  0  11 0  0  0  0  0  0  0
  235. 11. 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1  1  0
  236.  
  237. ; Flapping: d is optionally realized as r intervocalically and word-initially.
  238. ; RE-datiû U-R00E-datiû ma-dinig ma-RE-dinig
  239. ; da0ratiû 00duma0ratiû ma0rinig ma0ri0rinig
  240.  
  241. RULE "14 Flapping, d:r => :V (-:0)__(-:0) :V"  3 6
  242.    # @ - + d @
  243.    # V 0 0 r @
  244. 1: 2 2 1 1 0 1
  245. 2: 1 2 2 2 3 1
  246. 3. 0 1 3 3 0 0
  247.  
  248. ; 0ilan_û
  249. ; qila0_û
  250.  
  251. RULE "15 n:0 <=> ___ _û" 5 5
  252.    n n _ û @
  253.    0 @ _ û @
  254. 1: 4 2 1 1 1
  255. 2: 4 2 3 1 1
  256. 3: 4 2 1 0 1
  257. 4. 0 0 5 0 0
  258. 5. 0 0 0 1 0
  259.  
  260. ; Raising: o:u in a long penultimate syllable (but not a word-initial
  261. ; syllable).
  262. ; sagÿt+in t£kod+an
  263. ; sag£t0in tuk£r0an
  264.  
  265. ; Compensatory lengthening
  266. ; hintÿq
  267. ; hint£0
  268.  
  269. RULE "16 Raising correspondences" 1 3
  270.    o ÿ @
  271.    £ £ @
  272. 1: 1 1 1
  273.  
  274. RULE "17 Raising, O:£ <=> V(C)___(C) +:0 V(C)#" 9 8
  275.    V @ O O + # q @
  276.    V C £ @ 0 # 0 @
  277. 1: 2 1 9 1 1 1 1 1
  278. 2: 2 2 6 3 1 1 1 1
  279. 3: 2 3 9 2 4 1 1 1
  280. 4: 5 1 9 5 1 1 1 1
  281. 5: 2 5 9 2 1 0 1 1
  282. 6. 0 6 0 0 7 0 1 0
  283. 7. 8 0 0 8 0 0 0 0
  284. 8. 0 8 0 0 0 1 0 0
  285. 9. 0 0 0 0 0 0 1 0
  286.  
  287. ; Primary Stress Shift from penult to ultima of root when suffixed
  288. ; (alternatively, stress is maintained on penult of word).
  289. ; bçyad+an h£log+an
  290. ; bayçr0an hul£g0an
  291.  
  292. RULE "18 Stress shift correspondences" 1 21
  293.    ç Ä Æ ù £ a e i o u ê Å ô ÿ ¥ a e i o u @
  294.    a e i o u ç Ä Æ ù £ a e i o u ê Å ô ÿ ¥ @
  295. 1: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  296.  
  297. RULE "19 Primary Stress shift, V[1str]:V[-str] => __C V[-str]:V[1str] (:C) +:0 V(C)#" 6 7
  298.    V[1str] @ V[-str] + V # @
  299.    V[-str] C V[1str] 0 V # @
  300. 1: 2       1 0       1 1 1 1
  301. 2. 0       3 0       0 0 0 0
  302. 3. 0       0 4       0 0 0 0
  303. 4. 0       4 0       5 0 0 0
  304. 5. 0       0 0       0 6 0 0
  305. 6. 0       6 0       0 0 1 0
  306.  
  307. ; Secondary Stress shift from ultima of root to suffix
  308. ; dikdôk+in  bigêy+an
  309. ; dikdik0ôn  big0y0ên
  310.  
  311. RULE "20 V[-str]:V[2str] => V[2str]:@ (:C) +:0 ___ (C)#" 4 7
  312.    V[2str] V[2str] @ + V[-str] # @
  313.    V[-str] 0       C 0 V[2str] # @
  314. 1: 2       2       1 1 0       1 1
  315. 2: 2       2       2 3 0       1 1
  316. 3: 2       2       1 1 4       1 1
  317. 4. 0       0       4 0 0       1 0
  318.  
  319. ; h-insertion after a vowel-final root, preceding a vowel-initial suffix.
  320. ; punta0+an bili0+in
  321. ; puntah0an bil0h0in
  322.  
  323. RULE "21 h-insertion 0:h <=> V: ___ +:0 V(C)#"  7 6
  324.    V 0 + C # @
  325.    @ h 0 C # @
  326. 1: 2 0 1 1 1 1
  327. 2: 2 5 3 1 1 1
  328. 3: 4 0 3 1 1 1
  329. 4: 1 0 4 4 0 1
  330. 5. 0 0 6 0 0 0
  331. 6. 7 0 6 0 0 0
  332. 7. 0 0 7 7 1 0
  333.  
  334. ; Syncope occurs in an open penultimate syllable, following an open syllable,
  335. ;  and preceding a vowel-inital suffix.
  336. ; bigay+an bili0+in gawaq+in
  337. ; big0y0an bil0h0in gaw0q0in
  338.  
  339. ; High vowels are dropped before homorganic glides:
  340. ; niyê  datapuwat
  341. ; n0yê  datap0wat
  342.  
  343. RULE "22 Syncope correspondences"  1 6
  344.    ê ô ÿ i u @
  345.    0 0 0 0 0 @
  346. 1: 1 1 1 1 1 1
  347.  
  348. ; Syncope is "optional" (lexically restricted).
  349. RULE "23 Syncope V:0 => VC __ [C|0:h|q:0] +:0 V(C)#, {i,u}:0 => C___{y,w}V"  14 12
  350.     V C y  w  V i  u  0 q + # @
  351.     V C y  w  0 0  0  h 0 0 # @
  352.  1: 2 8 8  8  0 0  0  1 1 1 1 1
  353.  2: 2 3 3  3  0 0  0  1 1 2 1 1
  354.  3: 2 1 1  1  4 12 14 1 1 3 1 1
  355.  4. 0 5 5  5  0 0  0  5 5 4 0 0
  356.  5. 0 0 0  0  0 0  0  0 0 6 0 0
  357.  6. 7 0 0  0  0 0  0  0 0 6 0 0
  358.  7. 0 7 7  7  0 0  0  0 0 7 1 0
  359.  8: 2 8 8  8  0 9  11 1 1 1 1 1
  360.  9. 0 0 10 0  0 0  0  0 0 0 0 0
  361. 10. 2 0 0  0  0 0  0  0 0 0 0 0
  362. 11. 0 0 0  10 0 0  0  0 0 0 0 0
  363. 12. 0 5 13 5  0 0  0  5 5 4 0 0
  364. 13. 2 0 0  0  0 0  0  0 0 6 0 0
  365. 14. 0 5 5  13 0 0  0  5 5 4 0 0
  366.  
  367. ; q-deletion after a syncopated vowel, preceding a vowel-initial suffix.
  368. ; Also optionally before # or _.
  369. ; gawaq+in
  370. ; gaw000in
  371.  
  372. RULE "24 q-deletion q:0 <=> C V:0 __ (+:0) V(C)#"  8 9
  373.     C  V  q  q  +  V  #  _  @
  374.     C  0  0  @  0  V  #  _  @
  375. 1:  2  1  8  1  1  1  1  1  1
  376. 2:  2  3  8  1  2  1  1  1  1
  377. 3:  2  1  6  4  3  1  1  1  1
  378. 4:  2  1  1  1  4  5  1  1  1
  379. 5:  5  1  1  5  5  1  0  0  1
  380. 6.  0  0  0  0  6  7  0  0  0
  381. 7.  7  0  0  0  7  0  1  1  0
  382. 8.  0  0  0  0  0  0  1  1  0
  383.  
  384. RULE "25 High vowel fluctuation" 3 7
  385.    V[1str] C i o ô ÿ @
  386.    @       C e u Å ¥ @
  387. 1: 2       1 0 0 1 1 1
  388. 2: 2       3 0 0 1 1 1
  389. 3: 2       3 1 1 1 1 1
  390.  
  391. END
  392.