nlptoolkit-morphologicalanalysis 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +144 -0
  2. package/dist/Corpus/DisambiguatedWord.d.ts +20 -0
  3. package/dist/Corpus/DisambiguatedWord.js +38 -0
  4. package/dist/Corpus/DisambiguatedWord.js.map +1 -0
  5. package/dist/Corpus/DisambiguationCorpus.d.ts +4 -0
  6. package/dist/Corpus/DisambiguationCorpus.js +54 -0
  7. package/dist/Corpus/DisambiguationCorpus.js.map +1 -0
  8. package/dist/MorphologicalAnalysis/FiniteStateMachine.d.ts +63 -0
  9. package/dist/MorphologicalAnalysis/FiniteStateMachine.js +178 -0
  10. package/dist/MorphologicalAnalysis/FiniteStateMachine.js.map +1 -0
  11. package/dist/MorphologicalAnalysis/FsmMorphologicalAnalyzer.d.ts +399 -0
  12. package/dist/MorphologicalAnalysis/FsmMorphologicalAnalyzer.js +1255 -0
  13. package/dist/MorphologicalAnalysis/FsmMorphologicalAnalyzer.js.map +1 -0
  14. package/dist/MorphologicalAnalysis/FsmParse.d.ts +290 -0
  15. package/dist/MorphologicalAnalysis/FsmParse.js +684 -0
  16. package/dist/MorphologicalAnalysis/FsmParse.js.map +1 -0
  17. package/dist/MorphologicalAnalysis/FsmParseList.d.ts +96 -0
  18. package/dist/MorphologicalAnalysis/FsmParseList.js +242 -0
  19. package/dist/MorphologicalAnalysis/FsmParseList.js.map +1 -0
  20. package/dist/MorphologicalAnalysis/InflectionalGroup.d.ts +77 -0
  21. package/dist/MorphologicalAnalysis/InflectionalGroup.js +213 -0
  22. package/dist/MorphologicalAnalysis/InflectionalGroup.js.map +1 -0
  23. package/dist/MorphologicalAnalysis/MetamorphicParse.d.ts +63 -0
  24. package/dist/MorphologicalAnalysis/MetamorphicParse.js +592 -0
  25. package/dist/MorphologicalAnalysis/MetamorphicParse.js.map +1 -0
  26. package/dist/MorphologicalAnalysis/MorphologicalParse.d.ts +301 -0
  27. package/dist/MorphologicalAnalysis/MorphologicalParse.js +969 -0
  28. package/dist/MorphologicalAnalysis/MorphologicalParse.js.map +1 -0
  29. package/dist/MorphologicalAnalysis/MorphologicalTag.d.ts +510 -0
  30. package/dist/MorphologicalAnalysis/MorphologicalTag.js +525 -0
  31. package/dist/MorphologicalAnalysis/MorphologicalTag.js.map +1 -0
  32. package/dist/MorphologicalAnalysis/State.d.ts +40 -0
  33. package/dist/MorphologicalAnalysis/State.js +64 -0
  34. package/dist/MorphologicalAnalysis/State.js.map +1 -0
  35. package/dist/MorphologicalAnalysis/Transition.d.ts +159 -0
  36. package/dist/MorphologicalAnalysis/Transition.js +751 -0
  37. package/dist/MorphologicalAnalysis/Transition.js.map +1 -0
  38. package/index.js +12 -0
  39. package/package.json +30 -0
  40. package/penntreebank.txt +208431 -0
  41. package/source/Corpus/DisambiguatedWord.ts +29 -0
  42. package/source/Corpus/DisambiguationCorpus.ts +39 -0
  43. package/source/MorphologicalAnalysis/FiniteStateMachine.ts +165 -0
  44. package/source/MorphologicalAnalysis/FsmMorphologicalAnalyzer.ts +1256 -0
  45. package/source/MorphologicalAnalysis/FsmParse.ts +664 -0
  46. package/source/MorphologicalAnalysis/FsmParseList.ts +238 -0
  47. package/source/MorphologicalAnalysis/InflectionalGroup.ts +210 -0
  48. package/source/MorphologicalAnalysis/MetamorphicParse.ts +589 -0
  49. package/source/MorphologicalAnalysis/MorphologicalParse.ts +995 -0
  50. package/source/MorphologicalAnalysis/MorphologicalTag.ts +510 -0
  51. package/source/MorphologicalAnalysis/State.ts +59 -0
  52. package/source/MorphologicalAnalysis/Transition.ts +733 -0
  53. package/source/tsconfig.json +13 -0
  54. package/tests/DisambiguationCorpusTest.ts +12 -0
  55. package/tests/FiniteStateMachineTest.ts +87 -0
  56. package/tests/FsmMorphologicalAnalyzerTest.ts +204 -0
  57. package/tests/FsmParseListTest.ts +90 -0
  58. package/tests/FsmParseTest.ts +66 -0
  59. package/tests/InflectionalGroupTest.ts +84 -0
  60. package/tests/MorphologicalParseTest.ts +152 -0
  61. package/tests/TransitionTest.ts +174 -0
  62. package/tsconfig.json +15 -0
  63. package/turkish_dictionary.txt +62120 -0
  64. package/turkish_finite_state_machine.xml +1887 -0
  65. package/turkish_misspellings.txt +148932 -0
@@ -0,0 +1,1887 @@
1
+ <statelist>
2
+ <state name="HeaderRoot" start="yes" end="yes" originalpos="HEAD">
3
+ </state>
4
+ <state name="QuestionRoot" start="yes" end="no" originalpos="QUES">
5
+ <to name="NominalVerb">
6
+ <with name="PRES+A1SG">yHm</with>
7
+ <with name="PRES+A2SG">SHn</with>
8
+ <with name="PRES+A1PL">yHz</with>
9
+ <with name="PRES+A2PL">SHnHz</with>
10
+ <with name="PRES+A3SG">0</with>
11
+ </to>
12
+ <to name="SecondTensePerfectConditional">
13
+ <with name="PAST">yDH</with>
14
+ </to>
15
+ <to name="SecondTenseOther">
16
+ <with name="NARR">ymHs</with>
17
+ </to>
18
+ </state>
19
+ <state name="InterjectionRoot" start="yes" end="yes" originalpos="INTERJ">
20
+ </state>
21
+ <state name="DuplicateRoot" start="yes" end="yes" originalpos="DUP">
22
+ </state>
23
+ <state name="DeterminerRoot" start="yes" end="yes" originalpos="DET">
24
+ </state>
25
+ <state name="ConjunctionRoot" start="yes" end="yes" originalpos="CONJ">
26
+ </state>
27
+ <state name="PostP" start="yes" end="yes" originalpos="POSTP">
28
+ <to name="NominalVerb">
29
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
30
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
31
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
32
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
33
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
34
+ </to>
35
+ <to name="NominalVerb1">
36
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
37
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
38
+ </to>
39
+ <to name="NominalVerb2">
40
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
41
+ </to>
42
+ <to name="NominalVerb4">
43
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
44
+ </to>
45
+ </state>
46
+ <state name="AdverbRoot" start="yes" end="yes" originalpos="ADVERB">
47
+ </state>
48
+ <state name="CardinalRoot" start="yes" end="yes" originalpos="NUM">
49
+ <to name="NominalRoot(NUMBER)">
50
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
51
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
52
+ <with name="^DB+NOUN+ORD" topos="NOUN">HncH</with>
53
+ </to>
54
+ <to name="VerbalRoot(F5PR)">
55
+ <with name="^DB+VERB+BECOME" topos="VERB">lAs</with>
56
+ </to>
57
+ <to name="NominalVerb">
58
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
59
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
60
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
61
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
62
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
63
+ </to>
64
+ <to name="NominalVerb1">
65
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
66
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
67
+ </to>
68
+ <to name="NominalVerb2">
69
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
70
+ </to>
71
+ <to name="AdjectiveRoot(ADJ)">
72
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
73
+ </to>
74
+ <to name="Adjective">
75
+ <with name="^DB+ADJ+DISTRIB" topos="ADJ">ŞAr</with>
76
+ </to>
77
+ </state>
78
+ <state name="FractionRoot" start="yes" end="yes" originalpos="NUM">
79
+ <to name="NominalRoot(NUMBER)">
80
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
81
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
82
+ </to>
83
+ <to name="NominalVerb">
84
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
85
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
86
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
87
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
88
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
89
+ </to>
90
+ <to name="NominalVerb1">
91
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
92
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
93
+ </to>
94
+ <to name="NominalVerb2">
95
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
96
+ </to>
97
+ <to name="AdjectiveRoot(ADJ)">
98
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
99
+ </to>
100
+ </state>
101
+ <state name="DateRoot" start="yes" end="yes" originalpos="NUM">
102
+ <to name="NominalRoot(NUMBER)">
103
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
104
+ </to>
105
+ <to name="NominalVerb">
106
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
107
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
108
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
109
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
110
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
111
+ </to>
112
+ <to name="NominalVerb1">
113
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
114
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
115
+ </to>
116
+ <to name="NominalVerb2">
117
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
118
+ </to>
119
+ <to name="AdjectiveRoot(ADJ)">
120
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
121
+ </to>
122
+ </state>
123
+ <state name="PercentRoot" start="yes" end="yes" originalpos="NUM">
124
+ <to name="NominalRoot(NUMBER)">
125
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
126
+ </to>
127
+ <to name="NominalVerb">
128
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
129
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
130
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
131
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
132
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
133
+ </to>
134
+ <to name="NominalVerb1">
135
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
136
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
137
+ </to>
138
+ <to name="NominalVerb2">
139
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
140
+ </to>
141
+ <to name="AdjectiveRoot(ADJ)">
142
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
143
+ </to>
144
+ </state>
145
+ <state name="RangeRoot" start="yes" end="yes" originalpos="NUM">
146
+ <to name="NominalRoot(NUMBER)">
147
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
148
+ </to>
149
+ <to name="NominalVerb">
150
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
151
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
152
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
153
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
154
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
155
+ </to>
156
+ <to name="NominalVerb1">
157
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
158
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
159
+ </to>
160
+ <to name="NominalVerb2">
161
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
162
+ </to>
163
+ <to name="AdjectiveRoot(ADJ)">
164
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
165
+ </to>
166
+ </state>
167
+ <state name="TimeRoot" start="yes" end="yes" originalpos="NUM">
168
+ <to name="NominalRoot(NUMBER)">
169
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
170
+ </to>
171
+ <to name="NominalVerb1">
172
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
173
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
174
+ </to>
175
+ <to name="NominalVerb2">
176
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
177
+ </to>
178
+ </state>
179
+ <state name="OrdinalRoot" start="yes" end="yes" originalpos="NUM">
180
+ </state>
181
+ <state name="RealRoot" start="yes" end="yes" originalpos="NUM">
182
+ <to name="NominalRoot(NUMBER)">
183
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
184
+ </to>
185
+ <to name="NominalVerb1">
186
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
187
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
188
+ </to>
189
+ <to name="NominalVerb2">
190
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
191
+ </to>
192
+ </state>
193
+ <state name="AdjectiveRoot" start="yes" end="yes" originalpos="ADJ">
194
+ <to name="NominalRoot(ADJ)">
195
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
196
+ </to>
197
+ <to name="NominalRoot">
198
+ <with name="^DB+NOUN+AGT" topos="NOUN">CH</with>
199
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
200
+ </to>
201
+ <to name="AdjectiveRoot(ADJ)">
202
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
203
+ </to>
204
+ <to name="VerbalRoot(F5PR)">
205
+ <with name="^DB+VERB+BECOME" topos="VERB">lAs</with>
206
+ <with name="^DB+VERB+ACQUIRE" topos="VERB">lAn</with>
207
+ </to>
208
+ <to name="NominalVerb">
209
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
210
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
211
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
212
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
213
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
214
+ </to>
215
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
216
+ <with>CA</with>
217
+ </to>
218
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
219
+ <with>CA</with>
220
+ </to>
221
+ <to name="NominalVerb1">
222
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
223
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
224
+ </to>
225
+ <to name="NominalVerb2">
226
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
227
+ </to>
228
+ <to name="TemporalAdverb">
229
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">yken</with>
230
+ </to>
231
+ <to name="NominalVerb4">
232
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
233
+ </to>
234
+ </state>
235
+ <state name="AdjectiveRoot(PRESPART)" start="yes" end="yes" originalpos="ADJ">
236
+ <to name="NominalRoot(ADJ)">
237
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
238
+ </to>
239
+ <to name="NominalRoot">
240
+ <with name="^DB+NOUN+AGT" topos="NOUN">CH</with>
241
+ </to>
242
+ <to name="AdjectiveRoot(ADJ)">
243
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
244
+ </to>
245
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
246
+ <with>CA</with>
247
+ </to>
248
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
249
+ <with>CA</with>
250
+ </to>
251
+ <to name="NominalVerb1">
252
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
253
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
254
+ </to>
255
+ <to name="NominalVerb2">
256
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
257
+ </to>
258
+ <to name="TemporalAdverb">
259
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">yken</with>
260
+ </to>
261
+ <to name="NominalVerb4">
262
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
263
+ </to>
264
+ </state>
265
+ <state name="AdjectiveRoot(ADJ)" start="yes" end="yes" originalpos="ADJ">
266
+ <to name="NominalRoot">
267
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
268
+ <with name="^DB+NOUN+AGT" topos="NOUN">CH</with>
269
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
270
+ </to>
271
+ <to name="VerbalRoot(F5PR)">
272
+ <with name="^DB+VERB+BECOME" topos="VERB">lAs</with>
273
+ <with name="^DB+VERB+ACQUIRE" topos="VERB">lAn</with>
274
+ </to>
275
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
276
+ <with>CA</with>
277
+ </to>
278
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
279
+ <with>CA</with>
280
+ </to>
281
+ <to name="NominalVerb">
282
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
283
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
284
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
285
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
286
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
287
+ </to>
288
+ <to name="NominalVerb1">
289
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
290
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
291
+ </to>
292
+ <to name="NominalVerb2">
293
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
294
+ </to>
295
+ <to name="TemporalAdverb">
296
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">yken</with>
297
+ </to>
298
+ <to name="NominalVerb4">
299
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
300
+ </to>
301
+ </state>
302
+ <state name="AdjectiveRoot(NOUN)" start="yes" end="yes" originalpos="ADJ">
303
+ <to name="NominalRoot(ADJ)">
304
+ <with name="^DB+NOUN+AGT" topos="NOUN">CH</with>
305
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
306
+ </to>
307
+ <to name="NominalRoot">
308
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
309
+ </to>
310
+ <to name="AdjectiveRoot(NOUN)">
311
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
312
+ </to>
313
+ <to name="VerbalRoot(F5PR)">
314
+ <with name="^DB+VERB+BECOME" topos="VERB">lAs</with>
315
+ <with name="^DB+VERB+ACQUIRE" topos="VERB">lAn</with>
316
+ </to>
317
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
318
+ <with>CA</with>
319
+ </to>
320
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
321
+ <with>CA</with>
322
+ </to>
323
+ <to name="NominalVerb">
324
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
325
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
326
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
327
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
328
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
329
+ </to>
330
+ <to name="NominalVerb1">
331
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
332
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
333
+ </to>
334
+ <to name="NominalVerb2">
335
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
336
+ </to>
337
+ <to name="TemporalAdverb">
338
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">yken</with>
339
+ </to>
340
+ <to name="NominalVerb4">
341
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
342
+ </to>
343
+ </state>
344
+ <state name="AdjectiveRoot(VERB)" start="yes" end="yes" originalpos="ADJ">
345
+ <to name="NominalRoot(VERB-ADJ)">
346
+ <with name="^DB+NOUN+AGT" topos="NOUN">CH</with>
347
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
348
+ </to>
349
+ <to name="NominalRoot(VERB-ADJ-NOUN)">
350
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
351
+ </to>
352
+ <to name="AdjectiveRoot(VERB)">
353
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
354
+ </to>
355
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
356
+ <with>CA</with>
357
+ </to>
358
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
359
+ <with>CA</with>
360
+ </to>
361
+ </state>
362
+ <state name="AdjectiveRoot(VERB2)" start="yes" end="yes" originalpos="ADJ">
363
+ <to name="NominalRoot(VERB-ADJ)">
364
+ <with name="^DB+NOUN+NESS" topos="NOUN">lHk</with>
365
+ </to>
366
+ <to name="AdjectiveRoot(VERB)">
367
+ <with name="^DB+ADJ+JUSTLIKE" topos="ADJ">SH</with>
368
+ </to>
369
+ <to name="Adverb2" transitionname="^DB+ADV+LY" topos="ADVERB">
370
+ <with>CA</with>
371
+ </to>
372
+ <to name="Adjective" transitionname="^DB+ADJ+ASIF" topos="ADJ">
373
+ <with>CA</with>
374
+ </to>
375
+ </state>
376
+ <state name="NominalRoot" start="yes" end="no" originalpos="NOUN">
377
+ <to name="NominalRoot">
378
+ <with name="A3SG+PNON+NOM^DB+NOUN+DIM" topos="NOUN">CHk</with>
379
+ </to>
380
+ <to name="Adverb">
381
+ <with name="A3SG+PNON+NOM^DB+ADV+SINCE" topos="ADVERB">DHr</with>
382
+ <with name="A3PL+PNON+NOM^DB+ADV+SINCE" topos="ADVERB">lArDHr</with>
383
+ </to>
384
+ <to name="Adjective">
385
+ <with name="^DB+ADJ+ALMOST" topos="ADJ">SH</with>
386
+ <with name="A3SG+PNON+NOM^DB+ADJ+AGT" topos="ADJ">CH</with>
387
+ </to>
388
+ <to name="VerbalRoot(F5PR)">
389
+ <with name="A3SG+PNON+NOM^DB+VERB+BECOME" topos="VERB">lAs</with>
390
+ <with name="A3SG+PNON+NOM^DB+VERB+ACQUIRE" topos="VERB">lAn</with>
391
+ </to>
392
+ <to name="Plural">
393
+ <with name="A3SG">0</with>
394
+ <with name="A3PL">lAr</with>
395
+ </to>
396
+ <to name="Possessive3">
397
+ <with name="A3SG+P3PL">lArH</with>
398
+ <with name="A3SG+P3PL">lArH'</with>
399
+ </to>
400
+ <to name="Possesive3">
401
+ <with name="A3PL+P3PL">lArH</with>
402
+ <with name="PROP+A3PL+P3PL">lArH'</with>
403
+ </to>
404
+ <to name="Relative" transitionname="A3SG+PNON+NOM^DB+ADJ+REL" topos="ADJ">
405
+ <with>ki</with>
406
+ <with>kü</with>
407
+ </to>
408
+ </state>
409
+ <state name="NominalRoot(NUMBER)" start="yes" end="no" originalpos="NOUN">
410
+ <to name="NominalRoot">
411
+ <with name="A3SG+PNON+NOM^DB+NOUN+DIM" topos="NOUN">CHk</with>
412
+ </to>
413
+ <to name="Adverb">
414
+ <with name="A3SG+PNON+NOM^DB+ADV+SINCE" topos="ADVERB">DHr</with>
415
+ <with name="A3PL+PNON+NOM^DB+ADV+SINCE" topos="ADVERB">lArDHr</with>
416
+ </to>
417
+ <to name="Adjective">
418
+ <with name="^DB+ADJ+ALMOST" topos="ADJ">SH</with>
419
+ <with name="A3SG+PNON+NOM^DB+ADJ+AGT" topos="ADJ">CH</with>
420
+ </to>
421
+ <to name="VerbalRoot(F5PR)">
422
+ <with name="A3SG+PNON+NOM^DB+VERB+BECOME" topos="VERB">lAs</with>
423
+ <with name="A3SG+PNON+NOM^DB+VERB+ACQUIRE" topos="VERB">lAn</with>
424
+ </to>
425
+ <to name="Plural">
426
+ <with name="A3SG">0</with>
427
+ <with name="A3SG">'</with>
428
+ <with name="A3PL">lAr</with>
429
+ <with name="A3PL">'lAr</with>
430
+ </to>
431
+ <to name="Possessive3">
432
+ <with name="A3SG+P3PL">lArH</with>
433
+ <with name="A3SG+P3PL">lArH'</with>
434
+ </to>
435
+ <to name="Possesive3">
436
+ <with name="A3PL+P3PL">lArH</with>
437
+ <with name="PROP+A3PL+P3PL">lArH'</with>
438
+ </to>
439
+ <to name="Relative" transitionname="A3SG+PNON+NOM^DB+ADJ+REL" topos="ADJ">
440
+ <with>ki</with>
441
+ <with>kü</with>
442
+ </to>
443
+ </state>
444
+ <state name="NominalRoot(VERB-ADJ)" start="yes" end="no" originalpos="NOUN">
445
+ <to name="Plural(VERB-ADJ)">
446
+ <with name="A3SG">0</with>
447
+ </to>
448
+ <to name="Plural">
449
+ <with name="A3PL">lAr</with>
450
+ </to>
451
+ <to name="Possessive3">
452
+ <with name="A3SG+P3PL">lArH</with>
453
+ </to>
454
+ <to name="Possesive3">
455
+ <with name="A3PL+P3PL">lArH</with>
456
+ </to>
457
+ </state>
458
+ <state name="NominalRoot(VERB-ADJ-NOUN)" start="yes" end="no" originalpos="NOUN">
459
+ <to name="Singular(VERB-ADJ-NOUN)">
460
+ <with name="A3SG">0</with>
461
+ </to>
462
+ <to name="Plural(VERB-ADJ-NOUN)">
463
+ <with name="A3PL">lAr</with>
464
+ </to>
465
+ <to name="Possessive3">
466
+ <with name="A3SG+P3PL">lArH</with>
467
+ </to>
468
+ <to name="Possesive3">
469
+ <with name="A3PL+P3PL">lArH</with>
470
+ </to>
471
+ </state>
472
+ <state name="NominalRoot(ADJ)" start="yes" end="no" originalpos="NOUN">
473
+ <to name="Plural(ADJ)">
474
+ <with name="A3SG">0</with>
475
+ </to>
476
+ <to name="Plural">
477
+ <with name="A3PL">lAr</with>
478
+ </to>
479
+ <to name="Possessive3">
480
+ <with name="A3SG+P3PL">lArH</with>
481
+ </to>
482
+ <to name="Possesive3">
483
+ <with name="A3PL+P3PL">lArH</with>
484
+ </to>
485
+ </state>
486
+ <state name="NominalRoot(VERB)" start="yes" end="no" originalpos="NOUN">
487
+ <to name="Plural(VERB)">
488
+ <with name="A3SG">0</with>
489
+ <with name="A3PL">lAr</with>
490
+ </to>
491
+ <to name="Possessive3">
492
+ <with name="A3SG+P3PL">lArH</with>
493
+ </to>
494
+ <to name="Possesive3">
495
+ <with name="A3PL+P3PL">lArH</with>
496
+ </to>
497
+ </state>
498
+ <state name="NominalRoot(PASTPART)" start="yes" end="no" originalpos="NOUN">
499
+ <to name="Plural(PASTPART)">
500
+ <with name="A3SG">0</with>
501
+ <with name="A3PL">lAr</with>
502
+ </to>
503
+ <to name="Possessive3">
504
+ <with name="A3SG+P3PL">lArH</with>
505
+ </to>
506
+ <to name="Possesive3">
507
+ <with name="A3PL+P3PL">lArH</with>
508
+ </to>
509
+ </state>
510
+ <state name="NominalRoot(FUTPART)" start="yes" end="no" originalpos="NOUN">
511
+ <to name="Plural(FUTPART)">
512
+ <with name="A3SG">0</with>
513
+ </to>
514
+ <to name="Plural">
515
+ <with name="A3PL">lAr</with>
516
+ </to>
517
+ <to name="Possessive3">
518
+ <with name="A3SG+P3PL">lArH</with>
519
+ </to>
520
+ <to name="Possesive3">
521
+ <with name="A3PL+P3PL">lArH</with>
522
+ </to>
523
+ </state>
524
+ <state name="PronounRoot(QUANT)" start="yes" end="no" originalpos="PRON">
525
+ <to name="Possessive(PRON)">
526
+ <with name="A1PL+P1PL">HmHz</with>
527
+ <with name="A2PL+P2PL">HnHz</with>
528
+ <with name="A3PL+P3PL">lArH</with>
529
+ <with name="A3SG+P3SG">0</with>
530
+ <with name="A3SG+P3SG">sH</with>
531
+ </to>
532
+ </state>
533
+ <state name="PronounRoot(REFLEX)" start="yes" end="no" originalpos="PRON">
534
+ <to name="Possessive(PRON)">
535
+ <with name="A1SG+P1SG">Hm</with>
536
+ <with name="A2SG+P2SG">Hn</with>
537
+ <with name="A1PL+P1PL">HmHz</with>
538
+ <with name="A2PL+P2PL">HnHz</with>
539
+ <with name="A3PL+P3PL">lArH</with>
540
+ <with name="A3SG+P3SG">0</with>
541
+ <with name="A3SG+P3SG">sH</with>
542
+ </to>
543
+ </state>
544
+ <state name="PronounRoot(DEMONS)" start="yes" end="no" originalpos="PRON">
545
+ <to name="Possessive(PRON)">
546
+ <with name="A3PL+PNON">nlAr</with>
547
+ <with name="A3SG+PNON">0</with>
548
+ </to>
549
+ </state>
550
+ <state name="PronounRoot(PERS)" start="yes" end="no" originalpos="PRON">
551
+ <to name="Possessive(PRON)">
552
+ <with>lAr</with>
553
+ <with>0</with>
554
+ </to>
555
+ </state>
556
+ <state name="PronounRoot(QUES)" start="yes" end="no" originalpos="PRON">
557
+ <to name="Possessive(PRON)">
558
+ <with name="A3SG+P1SG">yHm</with>
559
+ <with name="A3SG+P2SG">yHn</with>
560
+ <with name="A3SG+P3SG">yH</with>
561
+ <with name="A3SG+P1PL">HmHz</with>
562
+ <with name="A2PL+P1PL">HnHz</with>
563
+ <with name="A3PL+P3PL">lArH</with>
564
+ <with name="A3SG+PNON">0</with>
565
+ <with name="A3SG+P3SG">sH</with>
566
+ </to>
567
+ </state>
568
+ <state name="PronounRoot(QUANTPLURAL)" start="yes" end="no" originalpos="PRON">
569
+ <to name="Possessive(PRON)">
570
+ <with name="A1PL+P1PL">HmHz</with>
571
+ <with name="A2PL+P2PL">HnHz</with>
572
+ <with name="A3PL+P3PL">lArH</with>
573
+ <with name="A3PL+P3PL">0</with>
574
+ <with name="A3PL+P3PL">sH</with>
575
+ </to>
576
+ </state>
577
+ <state name="ProperRoot" start="yes" end="no" originalpos="PROP">
578
+ <to name="Plural(PROP)">
579
+ <with name="A3SG">0</with>
580
+ <with name="A3PL">lAr</with>
581
+ </to>
582
+ <to name="Plural">
583
+ <with name="A3PL">'lAr</with>
584
+ </to>
585
+ <to name="AdjectiveRoot(NOUN)">
586
+ <with name="A3SG+PNON+NOM^DB+ADJ+WITH" topos="ADJ">'lH</with>
587
+ </to>
588
+ <to name="VerbalRoot(F5PR)">
589
+ <with name="A3SG+PNON+NOM^DB+VERB+BECOME" topos="VERB">'lAs</with>
590
+ <with name="A3SG+PNON+NOM^DB+VERB+ACQUIRE" topos="VERB">'lAn</with>
591
+ </to>
592
+ <to name="NominalVerb1">
593
+ <with name="A3SG+PNON+NOM^DB+VERB+ZERO+PAST" topos="VERB">'yDH</with>
594
+ <with name="A3SG+PNON+NOM^DB+VERB+ZERO+COND" topos="VERB">'ysA</with>
595
+ </to>
596
+ <to name="NominalVerb2">
597
+ <with name="A3SG+PNON+NOM^DB+VERB+ZERO+NARR" topos="VERB">'ymHs</with>
598
+ </to>
599
+ </state>
600
+ <state name="Plural" start="no" end="no">
601
+ <to name="AdjectiveRoot(NOUN)">
602
+ <with name="PNON+NOM^DB+ADJ+RELATED" topos="ADJ">SAl</with>
603
+ <with name="PNON+NOM^DB+ADJ+WITH" topos="ADJ">lH</with>
604
+ <with name="PNON+NOM^DB+ADJ+WITHOUT" topos="ADJ">SHz</with>
605
+ </to>
606
+ <to name="Possessive">
607
+ <with name="PNON">0</with>
608
+ <with name="P1SG">Hm</with>
609
+ <with name="P2SG">Hn</with>
610
+ <with name="P1PL">HmHz</with>
611
+ <with name="P2PL">HnHz</with>
612
+ </to>
613
+ <to name="Possessive3" transitionname="P3SG">
614
+ <with>sH</with>
615
+ </to>
616
+ </state>
617
+ <state name="Plural(VERB-ADJ)" start="no" end="no">
618
+ <to name="Possessive(VERB-ADJ)">
619
+ <with name="PNON">0</with>
620
+ </to>
621
+ <to name="Possessive">
622
+ <with name="P1SG">Hm</with>
623
+ <with name="P2SG">Hn</with>
624
+ <with name="P1PL">HmHz</with>
625
+ <with name="P2PL">HnHz</with>
626
+ </to>
627
+ <to name="Possessive3" transitionname="P3SG">
628
+ <with>sH</with>
629
+ </to>
630
+ </state>
631
+ <state name="Singular(VERB-ADJ-NOUN)" start="no" end="no">
632
+ <to name="Possessive(VERB-ADJ-NOUN)">
633
+ <with name="PNON">0</with>
634
+ </to>
635
+ <to name="Possessive">
636
+ <with name="P1SG">Hm</with>
637
+ <with name="P2SG">Hn</with>
638
+ <with name="P1PL">HmHz</with>
639
+ <with name="P2PL">HnHz</with>
640
+ </to>
641
+ <to name="Possessive3" transitionname="P3SG">
642
+ <with>sH</with>
643
+ </to>
644
+ </state>
645
+ <state name="Plural(VERB-ADJ-NOUN)" start="no" end="no">
646
+ <to name="Possessive(VERB-ADJ)">
647
+ <with name="PNON">0</with>
648
+ </to>
649
+ <to name="Possessive">
650
+ <with name="P1SG">Hm</with>
651
+ <with name="P2SG">Hn</with>
652
+ <with name="P1PL">HmHz</with>
653
+ <with name="P2PL">HnHz</with>
654
+ </to>
655
+ <to name="Possessive3" transitionname="P3SG">
656
+ <with>sH</with>
657
+ </to>
658
+ </state>
659
+ <state name="Plural(ADJ)" start="no" end="no">
660
+ <to name="Possessive(ADJ)">
661
+ <with name="PNON">0</with>
662
+ </to>
663
+ <to name="Possessive">
664
+ <with name="P1SG">Hm</with>
665
+ <with name="P2SG">Hn</with>
666
+ <with name="P1PL">HmHz</with>
667
+ <with name="P2PL">HnHz</with>
668
+ </to>
669
+ <to name="Possessive3" transitionname="P3SG">
670
+ <with>sH</with>
671
+ </to>
672
+ </state>
673
+ <state name="Plural(VERB)" start="no" end="no">
674
+ <to name="Possessive(VERB)">
675
+ <with name="PNON">0</with>
676
+ </to>
677
+ <to name="Possessive">
678
+ <with name="P1SG">Hm</with>
679
+ <with name="P2SG">Hn</with>
680
+ <with name="P1PL">HmHz</with>
681
+ <with name="P2PL">HnHz</with>
682
+ </to>
683
+ <to name="Possessive3" transitionname="P3SG">
684
+ <with>sH</with>
685
+ </to>
686
+ </state>
687
+ <state name="Plural(PASTPART)" start="no" end="no">
688
+ <to name="Possessive(PASTPART)">
689
+ <with name="PNON">0</with>
690
+ </to>
691
+ <to name="Possessive">
692
+ <with name="P1SG">Hm</with>
693
+ <with name="P2SG">Hn</with>
694
+ <with name="P1PL">HmHz</with>
695
+ <with name="P2PL">HnHz</with>
696
+ </to>
697
+ <to name="Possessive3" transitionname="P3SG">
698
+ <with>sH</with>
699
+ </to>
700
+ </state>
701
+ <state name="Plural(FUTPART)" start="no" end="no">
702
+ <to name="Possessive(FUTPART)">
703
+ <with name="PNON">0</with>
704
+ </to>
705
+ <to name="Possessive">
706
+ <with name="P1SG">Hm</with>
707
+ <with name="P2SG">Hn</with>
708
+ <with name="P1PL">HmHz</with>
709
+ <with name="P2PL">HnHz</with>
710
+ </to>
711
+ <to name="Possessive3" transitionname="P3SG">
712
+ <with>sH</with>
713
+ </to>
714
+ </state>
715
+ <state name="Plural(PROP)" start="no" end="no">
716
+ <to name="Possessive(PROP)">
717
+ <with name="PNON">0</with>
718
+ </to>
719
+ <to name="Possessive">
720
+ <with name="P1SG">'Hm</with>
721
+ <with name="P2SG">'Hn</with>
722
+ <with name="P1PL">'HmHz</with>
723
+ <with name="P2PL">'HnHz</with>
724
+ </to>
725
+ <to name="NominalVerb4">
726
+ <with name="PNON+NOM^DB+VERB+ZERO+PRES+COP" topos="VERB">'DHr</with>
727
+ </to>
728
+ <to name="Adjective">
729
+ <with name="PNON+NOM^DB+ADJ+FITFOR" topos="NOUN">'lHk</with>
730
+ </to>
731
+ <to name="Possessive3" transitionname="P3SG">
732
+ <with>'sH</with>
733
+ </to>
734
+ </state>
735
+ <state name="Adjective" start="yes" end="yes" originalpos="ADJ">
736
+ </state>
737
+ <state name="Possessive" start="no" end="no">
738
+ <to name="AccusativeNoun" transitionname="ACC">
739
+ <with>yH</with>
740
+ </to>
741
+ <to name="Adverb" transitionname="EQU">
742
+ <with>CA</with>
743
+ </to>
744
+ <to name="Case1">
745
+ <with name="NOM">0</with>
746
+ <with name="DAT">yA</with>
747
+ <with name="LOC">DA</with>
748
+ <with name="ABL">DAn</with>
749
+ <with name="GEN">nHn</with>
750
+ <with name="INS">ylA</with>
751
+ </to>
752
+ <to name="Case2">
753
+ <with name="LOC">DA</with>
754
+ <with name="GEN">nHn</with>
755
+ </to>
756
+ </state>
757
+ <state name="Possessive(PROP)" start="no" end="no">
758
+ <to name="AccusativeNoun" transitionname="ACC">
759
+ <with>'yH</with>
760
+ </to>
761
+ <to name="Adverb" transitionname="EQU">
762
+ <with>'CA</with>
763
+ </to>
764
+ <to name="Case1">
765
+ <with name="DAT">'yA</with>
766
+ <with name="DAT">'nA</with>
767
+ <with name="LOC">'DA</with>
768
+ <with name="ABL">'DAn</with>
769
+ <with name="GEN">'nHn</with>
770
+ <with name="INS">'ylA</with>
771
+ </to>
772
+ <to name="Case1(PROP)">
773
+ <with name="NOM">0</with>
774
+ </to>
775
+ <to name="Case2">
776
+ <with name="LOC">'DA</with>
777
+ <with name="GEN">'nHn</with>
778
+ </to>
779
+ </state>
780
+ <state name="Possessive(PRON)" start="no" end="no">
781
+ <to name="AccusativeNoun" transitionname="ACC">
782
+ <with>nH</with>
783
+ </to>
784
+ <to name="Case1">
785
+ <with name="NOM">0</with>
786
+ <with name="DAT">yA</with>
787
+ <with name="DAT">nA</with>
788
+ <with name="LOC">DA</with>
789
+ <with name="LOC">nDA</with>
790
+ <with name="ABL">DAn</with>
791
+ <with name="ABL">nDAn</with>
792
+ <with name="GEN">nHn</with>
793
+ <with name="GEN">Hm</with>
794
+ <with name="INS">ylA</with>
795
+ <with name="INS">HmlA</with>
796
+ <with name="INS">HnlA</with>
797
+ </to>
798
+ <to name="Case2">
799
+ <with name="LOC">DA</with>
800
+ <with name="LOC">nDA</with>
801
+ <with name="GEN">nHn</with>
802
+ </to>
803
+ <to name="Adverb" transitionname="EQU">
804
+ <with>CA</with>
805
+ </to>
806
+ </state>
807
+ <state name="Possessive(ADJ)" start="no" end="no">
808
+ <to name="AccusativeNoun" transitionname="ACC">
809
+ <with>yH</with>
810
+ </to>
811
+ <to name="Adverb" transitionname="EQU">
812
+ <with>CA</with>
813
+ </to>
814
+ <to name="Case1">
815
+ <with name="DAT">yA</with>
816
+ <with name="LOC">DA</with>
817
+ <with name="ABL">DAn</with>
818
+ <with name="GEN">nHn</with>
819
+ <with name="INS">ylA</with>
820
+ </to>
821
+ <to name="Case2">
822
+ <with name="LOC">DA</with>
823
+ <with name="GEN">nHn</with>
824
+ </to>
825
+ </state>
826
+ <state name="Possessive(VERB-ADJ)" start="no" end="no">
827
+ <to name="Case1(VERB-ADJ)">
828
+ <with name="NOM">0</with>
829
+ <with name="DAT">yA</with>
830
+ <with name="LOC">DA</with>
831
+ <with name="ABL">DAn</with>
832
+ <with name="GEN">nHn</with>
833
+ <with name="INS">ylA</with>
834
+ </to>
835
+ </state>
836
+ <state name="Possessive(VERB-ADJ-NOUN)" start="no" end="no">
837
+ <to name="Case1">
838
+ <with name="ABL">DAn</with>
839
+ </to>
840
+ </state>
841
+ <state name="Possessive(VERB)" start="no" end="no">
842
+ <to name="AccusativeNoun" transitionname="ACC">
843
+ <with>yH</with>
844
+ </to>
845
+ <to name="Adverb" transitionname="EQU">
846
+ <with>CA</with>
847
+ </to>
848
+ <to name="Case1">
849
+ <with name="DAT">yA</with>
850
+ <with name="LOC">DA</with>
851
+ <with name="ABL">DAn</with>
852
+ <with name="GEN">nHn</with>
853
+ <with name="INS">ylA</with>
854
+ </to>
855
+ <to name="Case2">
856
+ <with name="LOC">DA</with>
857
+ <with name="GEN">nHn</with>
858
+ </to>
859
+ </state>
860
+ <state name="Possessive(PASTPART)" start="no" end="no">
861
+ <to name="Nominative">
862
+ <with name="NOM">0</with>
863
+ </to>
864
+ <to name="Case1">
865
+ <with name="DAT">yA</with>
866
+ <with name="LOC">DA</with>
867
+ <with name="ABL">DAn</with>
868
+ <with name="GEN">nHn</with>
869
+ <with name="INS">ylA</with>
870
+ </to>
871
+ <to name="Case2">
872
+ <with name="LOC">DA</with>
873
+ <with name="GEN">nHn</with>
874
+ </to>
875
+ </state>
876
+ <state name="Possessive(FUTPART)" start="no" end="no">
877
+ <to name="Adverb" transitionname="EQU">
878
+ <with>CA</with>
879
+ </to>
880
+ <to name="Case1">
881
+ <with name="DAT">yA</with>
882
+ <with name="LOC">DA</with>
883
+ <with name="ABL">DAn</with>
884
+ <with name="GEN">nHn</with>
885
+ <with name="INS">ylA</with>
886
+ </to>
887
+ <to name="Case2">
888
+ <with name="LOC">DA</with>
889
+ <with name="GEN">nHn</with>
890
+ </to>
891
+ </state>
892
+ <state name="AccusativeNoun" start="no" end="yes">
893
+ </state>
894
+ <state name="Adverb" start="no" end="yes">
895
+ </state>
896
+ <state name="Possessive3" start="no" end="no">
897
+ <to name="AccusativeNoun" transitionname="ACC">
898
+ <with>nH</with>
899
+ <with>'nH</with>
900
+ </to>
901
+ <to name="Adverb" transitionname="EQU">
902
+ <with>ncA</with>
903
+ <with>'ncA</with>
904
+ </to>
905
+ <to name="Case1">
906
+ <with name="NOM">0</with>
907
+ <with name="DAT">nA</with>
908
+ <with name="DAT">'nA</with>
909
+ <with name="LOC">nDA</with>
910
+ <with name="LOC">'nDA</with>
911
+ <with name="ABL">nDAn</with>
912
+ <with name="ABL">'nDAn</with>
913
+ <with name="GEN">nHn</with>
914
+ <with name="GEN">'nHn</with>
915
+ <with name="INS">ylA</with>
916
+ <with name="INS">'ylA</with>
917
+ </to>
918
+ <to name="Case2">
919
+ <with name="LOC">nDA</with>
920
+ <with name="LOC">'nDA</with>
921
+ <with name="GEN">nHn</with>
922
+ <with name="GEN">'nHn</with>
923
+ </to>
924
+ </state>
925
+ <state name="Possesive3" start="no" end="no">
926
+ <to name="AccusativeNoun" transitionname="ACC">
927
+ <with>nH</with>
928
+ </to>
929
+ <to name="Adverb" transitionname="EQU">
930
+ <with>ncA</with>
931
+ </to>
932
+ <to name="Case1">
933
+ <with name="NOM">0</with>
934
+ <with name="DAT">nA</with>
935
+ <with name="LOC">nDA</with>
936
+ <with name="ABL">nDAn</with>
937
+ <with name="GEN">nHn</with>
938
+ <with name="INS">ylA</with>
939
+ </to>
940
+ <to name="Case2">
941
+ <with name="LOC">nDA</with>
942
+ <with name="GEN">nHn</with>
943
+ </to>
944
+ </state>
945
+ <state name="Case1" start="no" end="no">
946
+ <to name="Nominative">
947
+ <with>0</with>
948
+ </to>
949
+ <to name="Adjective">
950
+ <with name="^DB+ADJ+FITFOR" topos="ADJ">lHk</with>
951
+ </to>
952
+ <to name="NominalVerb">
953
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
954
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
955
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
956
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
957
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
958
+ </to>
959
+ <to name="NominalVerb1">
960
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">yDH</with>
961
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">ysA</with>
962
+ </to>
963
+ <to name="NominalVerb2">
964
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">ymHs</with>
965
+ </to>
966
+ <to name="TemporalAdverb">
967
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">yken</with>
968
+ </to>
969
+ <to name="NominalVerb4">
970
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">DHr</with>
971
+ </to>
972
+ </state>
973
+ <state name="Case1(PROP)" start="no" end="no">
974
+ <to name="Nominative">
975
+ <with>0</with>
976
+ </to>
977
+ <to name="Adjective">
978
+ <with name="^DB+ADJ+FITFOR" topos="ADJ">'lHk</with>
979
+ </to>
980
+ <to name="NominalVerb">
981
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">'yHm</with>
982
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">'SHn</with>
983
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">'yHz</with>
984
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">'SHnHz</with>
985
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">'lAr</with>
986
+ </to>
987
+ <to name="NominalVerb1">
988
+ <with name="^DB+VERB+ZERO+PAST" topos="VERB">'yDH</with>
989
+ <with name="^DB+VERB+ZERO+COND" topos="VERB">'ysA</with>
990
+ </to>
991
+ <to name="NominalVerb2">
992
+ <with name="^DB+VERB+ZERO+NARR" topos="VERB">'ymHs</with>
993
+ </to>
994
+ <to name="TemporalAdverb">
995
+ <with name="^DB+VERB+ZERO^DB+ADV+WHILE" topos="ADVERB">'yken</with>
996
+ </to>
997
+ <to name="NominalVerb4">
998
+ <with name="^DB+VERB+ZERO+PRES+COP" topos="VERB">'DHr</with>
999
+ </to>
1000
+ </state>
1001
+ <state name="Case1(VERB-ADJ)" start="no" end="no">
1002
+ <to name="Nominative">
1003
+ <with>0</with>
1004
+ </to>
1005
+ <to name="NominalVerb">
1006
+ <with name="^DB+VERB+ZERO+PRES+A1SG" topos="VERB">yHm</with>
1007
+ <with name="^DB+VERB+ZERO+PRES+A2SG" topos="VERB">SHn</with>
1008
+ <with name="^DB+VERB+ZERO+PRES+A1PL" topos="VERB">yHz</with>
1009
+ <with name="^DB+VERB+ZERO+PRES+A2PL" topos="VERB">SHnHz</with>
1010
+ <with name="^DB+VERB+ZERO+PRES+A3PL" topos="VERB">lAr</with>
1011
+ </to>
1012
+ </state>
1013
+ <state name="Nominative" start="no" end="yes">
1014
+ </state>
1015
+ <state name="NominalVerb" start="no" end="yes">
1016
+ <to name="OtherVerb">
1017
+ <with name="COP">DHr</with>
1018
+ </to>
1019
+ </state>
1020
+ <state name="TemporalAdverb" start="no" end="yes">
1021
+ </state>
1022
+ <state name="Case2" start="no" end="no">
1023
+ <to name="Relative" transitionname="^DB+ADJ+REL" topos="ADJ">
1024
+ <with>ki</with>
1025
+ </to>
1026
+ </state>
1027
+ <state name="Relative" start="no" end="no">
1028
+ <to name="Case2">
1029
+ <with name="LOC">nDA</with>
1030
+ <with name="GEN">nHn</with>
1031
+ </to>
1032
+ <to name="Case1">
1033
+ <with>0</with>
1034
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+DAT" topos="NOUN">nA</with>
1035
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+LOC" topos="NOUN">nDA</with>
1036
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+ABL" topos="NOUN">nDAn</with>
1037
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+GEN" topos="NOUN">nHn</with>
1038
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+INS" topos="NOUN">ylA</with>
1039
+ </to>
1040
+ <to name="NominalRoot">
1041
+ <with name="^DB+NOUN+ZERO" topos="NOUN">0</with>
1042
+ <with name="^DB+ADJ+WITH" topos="ADJ">lH</with>
1043
+ <with name="^DB+ADJ+WITHOUT" topos="ADJ">SHz</with>
1044
+ </to>
1045
+ </state>
1046
+ <state name="NominalVerb1" start="no" end="no">
1047
+ <to name="NominalVerb">
1048
+ <with name="A3SG">0</with>
1049
+ <with name="A1SG">m</with>
1050
+ <with name="A2SG">n</with>
1051
+ <with name="A1PL">k</with>
1052
+ <with name="A2PL">nHz</with>
1053
+ <with name="A3PL">lAr</with>
1054
+ </to>
1055
+ </state>
1056
+ <state name="NominalVerb2" start="no" end="no">
1057
+ <to name="NominalVerb2Person">
1058
+ <with name="A3SG">0</with>
1059
+ <with name="A1SG">Hm</with>
1060
+ <with name="A2SG">SHn</with>
1061
+ <with name="A1PL">Hz</with>
1062
+ <with name="A2PL">SHnHz</with>
1063
+ <with name="A3PL">lAr</with>
1064
+ </to>
1065
+ </state>
1066
+ <state name="NominalVerb2Person" start="no" end="no">
1067
+ <to name="NominalVerb">
1068
+ <with>0</with>
1069
+ <with name="COP">DHr</with>
1070
+ </to>
1071
+ <to name="AttitudeAdverb">
1072
+ <with name="^DB+ADV+ASIF" topos="ADVERB">CAsHnA</with>
1073
+ </to>
1074
+ </state>
1075
+ <state name="AttitudeAdverb" start="no" end="yes">
1076
+ </state>
1077
+ <state name="NominalVerb4" start="no" end="no">
1078
+ <to name="OtherVerb">
1079
+ <with name="A3SG">0</with>
1080
+ <with name="A3PL">lAr</with>
1081
+ </to>
1082
+ </state>
1083
+ <state name="NominalRootNoPossesive" start="yes" end="no" originalpos="NOUN">
1084
+ <to name="Case1">
1085
+ <with name="A3SG+PNON+NOM">0</with>
1086
+ <with name="A3SG+PNON+DAT">nA</with>
1087
+ <with name="A3SG+PNON+ACC">nH</with>
1088
+ <with name="A3SG+PNON+LOC">nDA</with>
1089
+ <with name="A3SG+PNON+ABL">nDAn</with>
1090
+ <with name="A3SG+PNON+GEN">nHn</with>
1091
+ <with name="A3SG+PNON+INS">ylA</with>
1092
+ </to>
1093
+ </state>
1094
+ <state name="CompoundNounRoot" start="yes" end="no" originalpos="NOUN">
1095
+ <to name="Possessive">
1096
+ <with name="A3SG+P1SG">Hm</with>
1097
+ <with name="A3SG+P2SG">Hn</with>
1098
+ <with name="A3SG+P1PL">HmHz</with>
1099
+ <with name="A3SG+P2PL">HnHz</with>
1100
+ </to>
1101
+ <to name="Possessive3">
1102
+ <with name="A3SG+P3SG">H</with>
1103
+ <with name="A3PL+P3PL">lArH</with>
1104
+ </to>
1105
+ <to name="Plural">
1106
+ <with name="A3PL">lAr</with>
1107
+ </to>
1108
+ </state>
1109
+ <state name="NominalRootPlural" start="yes" end="no" originalpos="NOUN">
1110
+ <to name="Possessive">
1111
+ <with name="A3PL+PNON">0</with>
1112
+ <with name="A3PL+P1SG">Hm</with>
1113
+ <with name="A3PL+P2SG">Hn</with>
1114
+ <with name="A3PL+P1PL">HmHz</with>
1115
+ <with name="A3PL+P2PL">HnHz</with>
1116
+ </to>
1117
+ <to name="Possessive3">
1118
+ <with name="A3PL+P3SG">sH</with>
1119
+ <with name="A3PL+P3PL">lArH</with>
1120
+ </to>
1121
+ </state>
1122
+ <state name="VerbalRoot" start="yes" end="no" originalpos="VERB">
1123
+ <to name="Reflexive" transitionname="^DB+VERB+REFLEX" topos="VERB">
1124
+ <with>Hn</with>
1125
+ </to>
1126
+ <to name="Reciprocal" transitionname="RECIP">
1127
+ <with>Hs</with>
1128
+ </to>
1129
+ <to name="PassiveHn">
1130
+ <with>0</with>
1131
+ </to>
1132
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1133
+ <with>DHr</with>
1134
+ </to>
1135
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1136
+ <with>Hl</with>
1137
+ </to>
1138
+ </state>
1139
+ <state name="VerbalRoot(F1P1)" start="yes" end="no" originalpos="VERB">
1140
+ <to name="Reciprocal" transitionname="RECIP">
1141
+ <with>Hs</with>
1142
+ </to>
1143
+ <to name="PassiveHn">
1144
+ <with>0</with>
1145
+ </to>
1146
+ <to name="CausativeAr" transitionname="^DB+VERB+CAUS" topos="VERB">
1147
+ <with>Ar</with>
1148
+ </to>
1149
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1150
+ <with>Hl</with>
1151
+ </to>
1152
+ </state>
1153
+ <state name="VerbalRoot(F2P1)" start="yes" end="no" originalpos="VERB">
1154
+ <to name="Reciprocal" transitionname="RECIP">
1155
+ <with>Hs</with>
1156
+ </to>
1157
+ <to name="PassiveHn">
1158
+ <with>0</with>
1159
+ </to>
1160
+ <to name="CausativeHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1161
+ <with>Hr</with>
1162
+ </to>
1163
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1164
+ <with>Hl</with>
1165
+ </to>
1166
+ </state>
1167
+ <state name="VerbalRoot(F2PL)" start="yes" end="no" originalpos="VERB">
1168
+ <to name="Reciprocal" transitionname="RECIP">
1169
+ <with>Hs</with>
1170
+ </to>
1171
+ <to name="PassiveHn">
1172
+ <with>0</with>
1173
+ </to>
1174
+ <to name="CausativeHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1175
+ <with>Hr</with>
1176
+ </to>
1177
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1178
+ <with>DHr</with>
1179
+ </to>
1180
+ </state>
1181
+ <state name="VerbalRoot(F3P1)" start="yes" end="no" originalpos="VERB">
1182
+ <to name="Reciprocal" transitionname="RECIP">
1183
+ <with>Hs</with>
1184
+ </to>
1185
+ <to name="PassiveHn">
1186
+ <with>0</with>
1187
+ </to>
1188
+ <to name="CausativeHt" transitionname="^DB+VERB+CAUS" topos="VERB">
1189
+ <with>Ht</with>
1190
+ </to>
1191
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1192
+ <with>Hl</with>
1193
+ </to>
1194
+ </state>
1195
+ <state name="VerbalRoot(F4P1)" start="yes" end="no" originalpos="VERB">
1196
+ <to name="Reciprocal" transitionname="RECIP">
1197
+ <with>Hs</with>
1198
+ </to>
1199
+ <to name="PassiveHn">
1200
+ <with>0</with>
1201
+ </to>
1202
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1203
+ <with>t</with>
1204
+ </to>
1205
+ </state>
1206
+ <state name="VerbalRoot(F4PR)" start="yes" end="no" originalpos="VERB">
1207
+ <to name="Reciprocal" transitionname="RECIP">
1208
+ <with>Hs</with>
1209
+ </to>
1210
+ <to name="PassiveHn">
1211
+ <with>0</with>
1212
+ </to>
1213
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1214
+ <with>t</with>
1215
+ </to>
1216
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1217
+ <with>Hl</with>
1218
+ </to>
1219
+ </state>
1220
+ <state name="VerbalRoot(F4PL)" start="yes" end="no" originalpos="VERB">
1221
+ <to name="Reciprocal" transitionname="RECIP">
1222
+ <with>Hs</with>
1223
+ </to>
1224
+ <to name="PassiveHn">
1225
+ <with>0</with>
1226
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1227
+ </to>
1228
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1229
+ <with>t</with>
1230
+ </to>
1231
+ </state>
1232
+ <state name="VerbalRoot(F4PW)" start="yes" end="no" originalpos="VERB">
1233
+ <to name="Reciprocal" transitionname="RECIP">
1234
+ <with>Hs</with>
1235
+ </to>
1236
+ <to name="PassiveHn">
1237
+ <with>0</with>
1238
+ </to>
1239
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1240
+ <with>t</with>
1241
+ </to>
1242
+ <to name="PassiveN" transitionname="^DB+VERB+PASS" topos="VERB">
1243
+ <with>n</with>
1244
+ </to>
1245
+ </state>
1246
+ <state name="VerbalRoot(F5P1)" start="yes" end="no" originalpos="VERB">
1247
+ <to name="Reciprocal" transitionname="RECIP">
1248
+ <with>Hs</with>
1249
+ </to>
1250
+ <to name="PassiveHn">
1251
+ <with>0</with>
1252
+ <with name="REFLEX">Hn</with>
1253
+ </to>
1254
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1255
+ <with>DHr</with>
1256
+ </to>
1257
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1258
+ <with>Hl</with>
1259
+ </to>
1260
+ </state>
1261
+ <state name="VerbalRoot(F5PL)" start="yes" end="no" originalpos="VERB">
1262
+ <to name="Reciprocal" transitionname="RECIP">
1263
+ <with>Hs</with>
1264
+ </to>
1265
+ <to name="PassiveHn">
1266
+ <with>0</with>
1267
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1268
+ </to>
1269
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1270
+ <with>DHr</with>
1271
+ </to>
1272
+ </state>
1273
+ <state name="VerbalRoot(F5PR)" start="yes" end="no" originalpos="VERB">
1274
+ <to name="Reciprocal" transitionname="RECIP">
1275
+ <with>Hs</with>
1276
+ </to>
1277
+ <to name="PassiveHn">
1278
+ <with>0</with>
1279
+ </to>
1280
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1281
+ <with>DHr</with>
1282
+ </to>
1283
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1284
+ <with>Hl</with>
1285
+ </to>
1286
+ </state>
1287
+ <state name="VerbalRoot(F5PW)" start="yes" end="no" originalpos="VERB">
1288
+ <to name="Reciprocal" transitionname="RECIP">
1289
+ <with>Hs</with>
1290
+ </to>
1291
+ <to name="PassiveHn">
1292
+ <with>0</with>
1293
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1294
+ </to>
1295
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1296
+ <with>DHr</with>
1297
+ </to>
1298
+ </state>
1299
+ <state name="VerbalRoot(F5PW-S)" start="yes" end="no" originalpos="VERB">
1300
+ <to name="PassiveHn">
1301
+ <with>0</with>
1302
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1303
+ </to>
1304
+ <to name="PassiveN">
1305
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1306
+ </to>
1307
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1308
+ <with>DHr</with>
1309
+ </to>
1310
+ </state>
1311
+ <state name="VerbalRoot(F6P1)" start="yes" end="no" originalpos="VERB">
1312
+ <to name="Reciprocal" transitionname="RECIP">
1313
+ <with>Hs</with>
1314
+ </to>
1315
+ <to name="PassiveHn">
1316
+ <with>0</with>
1317
+ <with name="REFLEX">Hn</with>
1318
+ </to>
1319
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1320
+ <with>t</with>
1321
+ </to>
1322
+ <to name="PassiveN" transitionname="^DB+VERB+PASS" topos="VERB">
1323
+ <with>n</with>
1324
+ </to>
1325
+ </state>
1326
+ <state name="VerbalRoot(F1P1-NO-REF)" start="yes" end="no" originalpos="VERB">
1327
+ <to name="PassiveHn">
1328
+ <with>0</with>
1329
+ </to>
1330
+ <to name="CausativeAr" transitionname="^DB+VERB+CAUS" topos="VERB">
1331
+ <with>Ar</with>
1332
+ </to>
1333
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1334
+ <with>Hl</with>
1335
+ </to>
1336
+ </state>
1337
+ <state name="VerbalRoot(F2P1-NO-REF)" start="yes" end="no" originalpos="VERB">
1338
+ <to name="PassiveHn">
1339
+ <with>0</with>
1340
+ </to>
1341
+ <to name="CausativeHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1342
+ <with>Hr</with>
1343
+ </to>
1344
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1345
+ <with>Hl</with>
1346
+ </to>
1347
+ </state>
1348
+ <state name="VerbalRoot(F3P1-NO-REF)" start="yes" end="no" originalpos="VERB">
1349
+ <to name="PassiveHn">
1350
+ <with>0</with>
1351
+ </to>
1352
+ <to name="CausativeHt" transitionname="^DB+VERB+CAUS" topos="VERB">
1353
+ <with>Ht</with>
1354
+ </to>
1355
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1356
+ <with>Hl</with>
1357
+ </to>
1358
+ </state>
1359
+ <state name="VerbalRoot(F4PR-NO-REF)" start="yes" end="no" originalpos="VERB">
1360
+ <to name="PassiveHn">
1361
+ <with>0</with>
1362
+ </to>
1363
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1364
+ <with>t</with>
1365
+ </to>
1366
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1367
+ <with>Hl</with>
1368
+ </to>
1369
+ </state>
1370
+ <state name="VerbalRoot(F4PL-NO-REF)" start="yes" end="no" originalpos="VERB">
1371
+ <to name="PassiveHn">
1372
+ <with>0</with>
1373
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1374
+ </to>
1375
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1376
+ <with>t</with>
1377
+ </to>
1378
+ </state>
1379
+ <state name="VerbalRoot(F4P1-NO-REF)" start="yes" end="no" originalpos="VERB">
1380
+ <to name="PassiveHn">
1381
+ <with>0</with>
1382
+ </to>
1383
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1384
+ <with>t</with>
1385
+ </to>
1386
+ </state>
1387
+ <state name="VerbalRoot(F4PW-NO-REF)" start="yes" end="no" originalpos="VERB">
1388
+ <to name="PassiveHn">
1389
+ <with>0</with>
1390
+ </to>
1391
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1392
+ <with>t</with>
1393
+ </to>
1394
+ <to name="PassiveN" transitionname="^DB+VERB+PASS" topos="VERB">
1395
+ <with>n</with>
1396
+ </to>
1397
+ </state>
1398
+ <state name="VerbalRoot(F5PL-NO-REF)" start="yes" end="no" originalpos="VERB">
1399
+ <to name="PassiveHn">
1400
+ <with>0</with>
1401
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1402
+ </to>
1403
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1404
+ <with>DHr</with>
1405
+ </to>
1406
+ </state>
1407
+ <state name="VerbalRoot(F5PR-NO-REF)" start="yes" end="no" originalpos="VERB">
1408
+ <to name="PassiveHn">
1409
+ <with>0</with>
1410
+ </to>
1411
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1412
+ <with>DHr</with>
1413
+ </to>
1414
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1415
+ <with>Hl</with>
1416
+ </to>
1417
+ </state>
1418
+ <state name="VerbalRoot(F5PW-NO-REF)" start="yes" end="no" originalpos="VERB">
1419
+ <to name="PassiveHn">
1420
+ <with>0</with>
1421
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1422
+ </to>
1423
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1424
+ <with>DHr</with>
1425
+ </to>
1426
+ </state>
1427
+ <state name="Reflexive" start="no" end="no">
1428
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1429
+ <with>DHr</with>
1430
+ </to>
1431
+ <to name="PassiveHl">
1432
+ <with name="^DB+VERB+PASS" topos="VERB">Hl</with>
1433
+ </to>
1434
+ <to name="PassiveHn">
1435
+ <with>0</with>
1436
+ </to>
1437
+ </state>
1438
+ <state name="Reciprocal" start="no" end="no">
1439
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1440
+ <with>DHr</with>
1441
+ </to>
1442
+ <to name="PassiveHl">
1443
+ <with name="^DB+VERB+PASS" topos="VERB">Hl</with>
1444
+ </to>
1445
+ <to name="PassiveHn">
1446
+ <with>0</with>
1447
+ </to>
1448
+ </state>
1449
+ <state name="CausativeAr" start="no" end="no">
1450
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1451
+ <with>t</with>
1452
+ </to>
1453
+ <to name="PassiveHn">
1454
+ <with>0</with>
1455
+ </to>
1456
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1457
+ <with>Hl</with>
1458
+ </to>
1459
+ </state>
1460
+ <state name="CausativeHr" start="no" end="no">
1461
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1462
+ <with>t</with>
1463
+ </to>
1464
+ <to name="PassiveHn">
1465
+ <with>0</with>
1466
+ </to>
1467
+ <to name="PassiveHl" transitionname="^DB+VERB+PASS" topos="VERB">
1468
+ <with>Hl</with>
1469
+ </to>
1470
+ </state>
1471
+ <state name="CausativeDHr" start="no" end="no">
1472
+ <to name="Causativet" transitionname="^DB+VERB+CAUS" topos="VERB">
1473
+ <with>t</with>
1474
+ </to>
1475
+ <to name="PassiveHl">
1476
+ <with name="^DB+VERB+PASS" topos="VERB">Hl</with>
1477
+ </to>
1478
+ <to name="PassiveHn">
1479
+ <with>0</with>
1480
+ </to>
1481
+ </state>
1482
+ <state name="Causativet" start="no" end="no">
1483
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1484
+ <with>DHr</with>
1485
+ </to>
1486
+ <to name="PassiveHl">
1487
+ <with name="^DB+VERB+PASS" topos="VERB">Hl</with>
1488
+ </to>
1489
+ <to name="PassiveHn">
1490
+ <with>0</with>
1491
+ </to>
1492
+ </state>
1493
+ <state name="CausativeHt" start="no" end="no">
1494
+ <to name="CausativeDHr" transitionname="^DB+VERB+CAUS" topos="VERB">
1495
+ <with>DHr</with>
1496
+ </to>
1497
+ <to name="PassiveHn">
1498
+ <with>0</with>
1499
+ </to>
1500
+ <to name="PassiveHl">
1501
+ <with name="^DB+VERB+PASS" topos="VERB">Hl</with>
1502
+ </to>
1503
+ </state>
1504
+ <state name="PassiveHl" start="no" end="no">
1505
+ <to name="PassiveHn">
1506
+ <with>0</with>
1507
+ <with name="^DB+VERB+PASS" topos="VERB">Hn</with>
1508
+ </to>
1509
+ </state>
1510
+ <state name="PassiveN" start="no" end="no">
1511
+ <to name="PassiveHn">
1512
+ <with>0</with>
1513
+ </to>
1514
+ <to name="PassiveHl">
1515
+ <with>Hl</with>
1516
+ </to>
1517
+ </state>
1518
+ <state name="PassiveHn" start="yes" end="no" originalpos="VERB">
1519
+ <to name="Negativema" transitionname="NEG">
1520
+ <with>mA</with>
1521
+ </to>
1522
+ <to name="Negativeyama" transitionname="^DB+VERB+ABLE+NEG" topos="VERB">
1523
+ <with>yAmA</with>
1524
+ </to>
1525
+ <to name="Positive">
1526
+ <with name="POS">0</with>
1527
+ <with name="POS^DB+VERB+REPEAT" topos="VERB">yAdur</with>
1528
+ <with name="POS^DB+VERB+HASTILY" topos="VERB">yHver</with>
1529
+ <with name="POS^DB+VERB+EVERSINCE" topos="VERB">yAgel</with>
1530
+ <with name="POS^DB+VERB+REPEAT">yAgor</with>
1531
+ <with name="POS^DB+VERB+ABLE" topos="VERB">yAbil</with>
1532
+ <with name="POS^DB+VERB+ALMOST">yAyaz</with>
1533
+ <with name="POS^DB+VERB+STAY">yAkal</with>
1534
+ <with name="POS^DB+VERB+START">yAkoy</with>
1535
+ </to>
1536
+ </state>
1537
+ <state name="Negativema" start="no" end="no">
1538
+ <to name="NegAorist">
1539
+ <with name="AOR+A1SG">m</with>
1540
+ <with name="AOR+A2SG">zsHn</with>
1541
+ <with name="AOR+A3SG">z</with>
1542
+ <with name="AOR+A1PL">yHz</with>
1543
+ <with name="AOR+A2PL">zsHnHz</with>
1544
+ <with name="AOR+A3PL">zlAr</with>
1545
+ </to>
1546
+ <to name="NominalRoot">
1547
+ <with name="^DB+NOUN+AGT" topos="NOUN">yHcH</with>
1548
+ <with name="^DB+NOUN+ACTOF" topos="NOUN">mAcA</with>
1549
+ </to>
1550
+ <to name="AdjectiveRoot(VERB)">
1551
+ <with name="AOR^DB+ADJ+ZERO" topos="ADJ">z</with>
1552
+ </to>
1553
+ <to name="NegativeAorist">
1554
+ <with name="AOR">z</with>
1555
+ <with name="AOR">zlAr</with>
1556
+ </to>
1557
+ <to name="VerbalStem">
1558
+ <with>0</with>
1559
+ <with name="^DB+VERB+REPEAT" topos="VERB">yAdur</with>
1560
+ <with name="^DB+VERB+HASTILY" topos="VERB">yHver</with>
1561
+ <with name="^DB+VERB+EVERSINCE" topos="VERB">yAgel</with>
1562
+ <with name="POS^DB+VERB+REPEAT">yAgor</with>
1563
+ <with name="^DB+VERB+ABLE" topos="VERB">yAbil</with>
1564
+ </to>
1565
+ </state>
1566
+ <state name="Negativeyama" start="no" end="no">
1567
+ <to name="NegAorist">
1568
+ <with name="AOR+A1SG">m</with>
1569
+ <with name="AOR+A2SG">zsHn</with>
1570
+ <with name="AOR+A3SG">z</with>
1571
+ <with name="AOR+A1PL">yHz</with>
1572
+ <with name="AOR+A2PL">zsHnHz</with>
1573
+ <with name="AOR+A3PL">zlAr</with>
1574
+ </to>
1575
+ <to name="NominalRoot">
1576
+ <with name="^DB+NOUN+AGT" topos="NOUN">yHcH</with>
1577
+ <with name="^DB+NOUN+ACTOF" topos="NOUN">mAcA</with>
1578
+ </to>
1579
+ <to name="NegativeAorist">
1580
+ <with name="AOR+A3SG">z</with>
1581
+ <with name="AOR+A3PL">zlAr</with>
1582
+ </to>
1583
+ <to name="AdjectiveRoot(VERB)">
1584
+ <with name="AOR^DB+ADJ+ZERO" topos="ADJ">z</with>
1585
+ </to>
1586
+ <to name="VerbalStem">
1587
+ <with>0</with>
1588
+ <with name="^DB+VERB+ABLE" topos="VERB">yAbil</with>
1589
+ </to>
1590
+ </state>
1591
+ <state name="NegativeAorist" start="no" end="no">
1592
+ <to name="SecondTensePerfectConditional">
1593
+ <with name="PAST">yDH</with>
1594
+ <with name="COND">ysA</with>
1595
+ </to>
1596
+ <to name="SecondTenseOther">
1597
+ <with name="NARR">ymHs</with>
1598
+ </to>
1599
+ <to name="TemporalAdverb">
1600
+ <with name="^DB+ADV+WHILE" topos="ADVERB">yken</with>
1601
+ </to>
1602
+ </state>
1603
+ <state name="NegAorist" start="no" end="yes">
1604
+ </state>
1605
+ <state name="Positive" start="no" end="no">
1606
+ <to name="VerbalStem">
1607
+ <with>0</with>
1608
+ </to>
1609
+ <to name="NominalRoot">
1610
+ <with name="^DB+NOUN+AGT" topos="NOUN">yHcH</with>
1611
+ <with name="^DB+NOUN+ACTOF" topos="NOUN">mAcA</with>
1612
+ </to>
1613
+ <to name="Adverb" transitionname="^DB+ADV+WITHOUTHAVINGDONESO" topos="ADVERB">
1614
+ <with>mAksHzHn</with>
1615
+ <with>mAdAn</with>
1616
+ </to>
1617
+ </state>
1618
+ <state name="VerbalStem" start="no" end="no">
1619
+ <to name="Adverb">
1620
+ <with name="^DB+ADV+AFTERDOINGSO" topos="ADVERB">yHp</with>
1621
+ <with name="^DB+ADV+SINCEDOINGSO" topos="ADVERB">yAlH</with>
1622
+ <with name="^DB+ADV+ASLONGAS" topos="ADVERB">DHkCA</with>
1623
+ </to>
1624
+ <to name="Adverb1" transitionname="^DB+ADV+BYDOINGSO" topos="ADVERB">
1625
+ <with>yArAk</with>
1626
+ </to>
1627
+ <to name="Adverb2" transitionname="^DB+ADV+WHEN" topos="ADVERB">
1628
+ <with>yHncA</with>
1629
+ </to>
1630
+ <to name="Adverb3" transitionname="^DB+ADV+WITHOUTBEINGABLETOHAVEDONESO" topos="ADVERB">
1631
+ <with>yAmAdAn</with>
1632
+ </to>
1633
+ <to name="NominalRoot(VERB)">
1634
+ <with name="^DB+NOUN+FEELLIKE" topos="NOUN">yAsH</with>
1635
+ <with name="^DB+NOUN+NOTABLESTATE" topos="NOUN">mAzlHk</with>
1636
+ </to>
1637
+ <to name="NominalRoot(PASTPART)">
1638
+ <with name="^DB+NOUN+PASTPART" topos="NOUN">DHk</with>
1639
+ </to>
1640
+ <to name="NominalRoot(FUTPART)">
1641
+ <with name="^DB+NOUN+FUTPART" topos="NOUN">yAcAk</with>
1642
+ </to>
1643
+ <to name="NominalRoot">
1644
+ <with name="^DB+NOUN+INF2" topos="NOUN">mA</with>
1645
+ <with name="^DB+NOUN+INF3" topos="NOUN">yHs</with>
1646
+ </to>
1647
+ <to name="AdjectiveRoot(VERB)">
1648
+ <with name="AOR^DB+ADJ+ZERO" topos="ADJ">Ar</with>
1649
+ <with name="AOR^DB+ADJ+ZERO" topos="ADJ">Hr</with>
1650
+ <with name="NARR^DB+ADJ+ZERO" topos="ADJ">mHs</with>
1651
+ </to>
1652
+ <to name="AdjectiveRoot(VERB2)">
1653
+ <with name="^DB+ADJ+AGT" topos="ADJ">yHcH</with>
1654
+ </to>
1655
+ <to name="AdjectiveRoot(PRESPART)">
1656
+ <with name="^DB+ADJ+PRESPART" topos="ADJ">yAn</with>
1657
+ </to>
1658
+ <to name="AdjectiveParticiple">
1659
+ <with name="^DB+ADJ+PASTPART" topos="ADJ">DHk</with>
1660
+ <with name="^DB+ADJ+FUTPART" topos="ADJ">yAcAk</with>
1661
+ </to>
1662
+ <to name="Infinitive" transitionname="^DB+NOUN+INF" topos="NOUN">
1663
+ <with>mAk</with>
1664
+ </to>
1665
+ <to name="OtherTense">
1666
+ <with name="FUT">yAcAk</with>
1667
+ <with name="PROG1">Hyor</with>
1668
+ <with name="PROG2">mAktA</with>
1669
+ <with name="NECES">mAlH</with>
1670
+ </to>
1671
+ <to name="OtherTense2">
1672
+ <with name="NARR">mHs</with>
1673
+ <with name="AOR">Hr</with>
1674
+ <with name="AOR">Ar</with>
1675
+ </to>
1676
+ <to name="Optative">
1677
+ <with name="OPT">yA</with>
1678
+ </to>
1679
+ <to name="Imperative">
1680
+ <with name="IMP">0</with>
1681
+ </to>
1682
+ <to name="PerfectConditional">
1683
+ <with name="PAST">DH</with>
1684
+ <with name="DESR">SA</with>
1685
+ </to>
1686
+ </state>
1687
+ <state name="AdjectiveParticiple" start="no" end="no">
1688
+ <to name="Adjective">
1689
+ <with name="PNON">0</with>
1690
+ <with name="P1SG">Hm</with>
1691
+ <with name="P2SG">Hn</with>
1692
+ <with name="P3SG">sH</with>
1693
+ <with name="P1PL">HmHz</with>
1694
+ <with name="P2PL">HnHz</with>
1695
+ <with name="P3PL">lArH</with>
1696
+ </to>
1697
+ </state>
1698
+ <state name="Adverb1" start="no" end="no">
1699
+ <to name="Adverb">
1700
+ <with>0</with>
1701
+ <with name="AdvTAdv">DAn</with>
1702
+ </to>
1703
+ </state>
1704
+ <state name="Adverb2" start="no" end="no">
1705
+ <to name="Adverb">
1706
+ <with>0</with>
1707
+ <with name="^DB+NOUN+ZERO+A3SG+PNON+DAT" topos="NOUN">yA</with>
1708
+ </to>
1709
+ </state>
1710
+ <state name="Adverb3" start="no" end="yes">
1711
+ </state>
1712
+ <state name="Infinitive" start="no" end="no">
1713
+ <to name="Case1">
1714
+ <with name="A3SG+PNON+NOM">0</with>
1715
+ <with name="A3SG+PNON+ABL">DAn</with>
1716
+ <with name="A3SG+PNON+LOC">DA</with>
1717
+ <with name="A3SG+PNON+INS">ylA</with>
1718
+ <with name="A3SG+PNON+DAT">yA</with>
1719
+ </to>
1720
+ <to name="Adverb3">
1721
+ <with name="A3SG+PNON+NOM^DB+ADV+SINCE" topos="ADVERB">DHr</with>
1722
+ </to>
1723
+ </state>
1724
+ <state name="OtherTense" start="no" end="no">
1725
+ <to name="OtherTenseSecondTense3PP" transitionname="A3PL">
1726
+ <with>lAr</with>
1727
+ </to>
1728
+ <to name="OtherTenseSecondTense">
1729
+ <with>0</with>
1730
+ </to>
1731
+ <to name="OtherVerb">
1732
+ <with name="A3SG">0</with>
1733
+ </to>
1734
+ <to name="OtherTenseCopula" transitionname="COP">
1735
+ <with>DHr</with>
1736
+ </to>
1737
+ <to name="OtherTense3rdPerson">
1738
+ <with>0</with>
1739
+ <with name="A3PL">lAr</with>
1740
+ </to>
1741
+ <to name="OtherTensePerson">
1742
+ <with name="A1SG">yHm</with>
1743
+ <with name="A2SG">SHn</with>
1744
+ <with name="A1PL">yHz</with>
1745
+ <with name="A2PL">SHnHz</with>
1746
+ <with name="A3PL">lAr</with>
1747
+ </to>
1748
+ </state>
1749
+ <state name="OtherTense2" start="no" end="no">
1750
+ <to name="OtherTenseSecondTense3PP" transitionname="A3PL">
1751
+ <with>lAr</with>
1752
+ </to>
1753
+ <to name="OtherTenseSecondTense">
1754
+ <with>0</with>
1755
+ </to>
1756
+ <to name="OtherVerb">
1757
+ <with name="A3SG">0</with>
1758
+ </to>
1759
+ <to name="OtherTenseCopula" transitionname="COP">
1760
+ <with>DHr</with>
1761
+ </to>
1762
+ <to name="OtherTense3rdPerson">
1763
+ <with>0</with>
1764
+ <with name="A3PL">lAr</with>
1765
+ </to>
1766
+ <to name="OtherTensePerson">
1767
+ <with name="A1SG">yHm</with>
1768
+ <with name="A2SG">SHn</with>
1769
+ <with name="A1PL">yHz</with>
1770
+ <with name="A2PL">SHnHz</with>
1771
+ <with name="A3PL">lAr</with>
1772
+ </to>
1773
+ </state>
1774
+ <state name="Optative" start="no" end="no">
1775
+ <to name="OptativeVerb">
1776
+ <with name="A3SG">0</with>
1777
+ <with name="A1SG">yHm</with>
1778
+ <with name="A2SG">SHn</with>
1779
+ <with name="A1PL">lHm</with>
1780
+ <with name="A2PL">SHnHz</with>
1781
+ <with name="A3PL">lAr</with>
1782
+ </to>
1783
+ <to name="SecondTensePerfectConditional">
1784
+ <with name="PAST">yDH</with>
1785
+ <with name="COND">ysA</with>
1786
+ </to>
1787
+ <to name="SecondTenseOther">
1788
+ <with name="NARR">ymHs</with>
1789
+ </to>
1790
+ </state>
1791
+ <state name="Imperative" start="no" end="no">
1792
+ <to name="ImperativeVerb">
1793
+ <with name="A2SG">0</with>
1794
+ <with name="A3SG">SHn</with>
1795
+ <with name="A2PL">yHnHz</with>
1796
+ <with name="A2PL">yHn</with>
1797
+ <with name="A3PL">SHnlAr</with>
1798
+ </to>
1799
+ </state>
1800
+ <state name="PerfectConditional" start="no" end="no">
1801
+ <to name="PerfectConditionalVerb">
1802
+ <with name="A3SG">0</with>
1803
+ <with name="A1SG">m</with>
1804
+ <with name="A2SG">n</with>
1805
+ <with name="A1PL">k</with>
1806
+ <with name="A2PL">nHz</with>
1807
+ <with name="A3PL">lAr</with>
1808
+ </to>
1809
+ <to name="SecondTensePerfectConditional">
1810
+ <with name="PAST">yDH</with>
1811
+ <with name="COND">ysA</with>
1812
+ </to>
1813
+ <to name="OtherTenseSecondTense3PP" transitionname="A3PL">
1814
+ <with>lAr</with>
1815
+ </to>
1816
+ <to name="SecondTenseOther">
1817
+ <with name="NARR">ymHs</with>
1818
+ </to>
1819
+ </state>
1820
+ <state name="OptativeVerb" start="no" end="yes">
1821
+ </state>
1822
+ <state name="ImperativeVerb" start="no" end="yes">
1823
+ </state>
1824
+ <state name="PerfectConditionalVerb" start="no" end="yes">
1825
+ </state>
1826
+ <state name="OtherTense3rdPerson" start="no" end="no">
1827
+ <to name="Adverb">
1828
+ <with name="A3SG^DB+ADV+ASIF" topos="ADVERB">CAsHnA</with>
1829
+ <with name="^DB+ADV+WHILE" topos="ADVERB">yken</with>
1830
+ </to>
1831
+ </state>
1832
+ <state name="OtherTensePerson" start="no" end="no">
1833
+ <to name="OtherVerb">
1834
+ <with>0</with>
1835
+ <with name="COP">DHr</with>
1836
+ </to>
1837
+ </state>
1838
+ <state name="OtherTenseCopula" start="no" end="no">
1839
+ <to name="OtherVerb">
1840
+ <with name="A3SG">0</with>
1841
+ <with name="A3PL">lAr</with>
1842
+ </to>
1843
+ </state>
1844
+ <state name="OtherVerb" start="no" end="yes">
1845
+ </state>
1846
+ <state name="OtherTenseSecondTense" start="no" end="no">
1847
+ <to name="SecondTensePerfectConditional">
1848
+ <with name="PAST">yDH</with>
1849
+ <with name="COND">ysA</with>
1850
+ </to>
1851
+ <to name="SecondTenseOther">
1852
+ <with name="NARR">ymHs</with>
1853
+ </to>
1854
+ </state>
1855
+ <state name="OtherTenseSecondTense3PP" start="no" end="no">
1856
+ <to name="Verb">
1857
+ <with name="PAST">yDH</with>
1858
+ <with name="COND">ysA</with>
1859
+ <with name="NARR">ymHs</with>
1860
+ </to>
1861
+ </state>
1862
+ <state name="SecondTensePerfectConditional" start="no" end="no">
1863
+ <to name="Verb">
1864
+ <with name="A3SG">0</with>
1865
+ <with name="A1SG">m</with>
1866
+ <with name="A2SG">n</with>
1867
+ <with name="A1PL">k</with>
1868
+ <with name="A2PL">nHz</with>
1869
+ <with name="A3PL">lAr</with>
1870
+ </to>
1871
+ </state>
1872
+ <state name="Verb" start="no" end="yes">
1873
+ </state>
1874
+ <state name="SecondTenseOther" start="no" end="no">
1875
+ <to name="Verb">
1876
+ <with name="A3SG">0</with>
1877
+ <with name="A1SG">yHm</with>
1878
+ <with name="A2SG">SHn</with>
1879
+ <with name="A1PL">yHz</with>
1880
+ <with name="A2PL">SHnHz</with>
1881
+ <with name="A3PL">lAr</with>
1882
+ </to>
1883
+ <to name="Adverb" transitionname="^DB+ADV+ASIF" topos="ADVERB">
1884
+ <with>CAsHnA</with>
1885
+ </to>
1886
+ </state>
1887
+ </statelist>