-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapertium-haa.haa.lexd
More file actions
1139 lines (978 loc) · 104 KB
/
Copy pathapertium-haa.haa.lexd
File metadata and controls
1139 lines (978 loc) · 104 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Morphological Transducer for Han
# Tags below
#
# not exhaustive list - please add if anything is missing
# see also https://wiki.apertium.org/wiki/Tagset
#
# Part of speech categories
# <n> # Noun
# <v> # Verb
# <adj> # Adjective
# <num> # Numeral
# <cnjcoo> # coordinating conjunction
# <cnjsub> # subordinating conjunction
# <det> # determiner
# <np> # proper noun
# <mod> # "modal word"
# <pr> # preposition
# <prn> # pronoun
# <adv> # adverb
# verb subcategories
# <tv> # transitive
# <iv> # intransitive
# determiner subcategories
# <dem> # demonstrative
# <ind> # indefinite
# <qnt> # quantifying
# proper noun subcategories
# <ant> # anthroponym (personal name)
# <cog> # cogonem (family name)
# <top> # toponym (place name)
# pronoun subcategories
# <pers> # personal
# <itg> # interrogative
# Verb grammatical tags
# - subject person
# <s_1sg>
# <s_2sg>
# <s_3sg>
# <s_1pl>
# <s_2pl>
# <s_3pl>
# - object person
# <o_1sg>
# <o_2sg>
# <o_3sg>
# <o_1pl>
# <o_2pl>
# <o_3pl>
# <refl> # reflexive
# - aspect
# <impf> # imperfect
# <perf> # perfect
# <incp> # inceptive
# <fut> # future (optative?)
# <sent> # Sentence-ending punctuation
# <guio> # Hyphen
# <cm> # Comma
# <apos> # Apostrophe
# <quot> # Quotation mark
# <lquot> # Left quotation mark
# <rquot> # Right quotation mark
# <lpar> # Left parenthesis
# <rpar> # Right parenthesis
# Noun grammatical tags
## possession
# <px1sg>
# <px1pl>
# <px2sg>
# <px2pl>
# <px3sg>
# <px3pl>
# <pxrefl>
# Preposition tags
# FIXME
# Number morphology
# <pl> # Plural
# <sg> # Singular
#Filter documentation
#[3Ssub,non3Ssub] - The 3rd person object marker changes
# if the subject of the verb is 3rd person singular or not.
# 3Ssub - This denotes a 3rd person singular subject,
# so the different 3rd person object marker is used
# non3Ssub - This denotes a non 3rd person singular subject,
# so the more common 3rd person object marker is used.
# [impf,perf,incp,fut,opt] - These filters are used to match the
# correct aspect to the correct verb stem and subject
# Impf - imperfective
# perf - perfective
# incp - inceptive
# fut - future
# opt - optative
# [sg,pl] - some stems change based on whether the subject is singular
# or plural, these filters select the correct stem and subject marker accordingly
# sg - singular subject
# pl - plural subject
# [l,d,0cl,ł] - verbs in Han are sorted into different classifications that have different
# subject marker morphology. The classifications are largely arbitrary
# l - contrasts with barred l
# d
# 0cl - the 0 classifier filter is marked 0cl to distinguish from 0cm, the 0 conjugation marker
# ł - barred l
# [0cm,dh,gh,n] - Verbs in Han are sorted into different event classes that take different
# morphology (specifically, forms of the person markers).
# WDR calls these classes conjugation markers. Usually, perfective and imperfective
# stems are each assigned a conjugation marker. More information on Han event classes
# can be found in the guide to WDR paradigms
# 0cm - default conjugation marker for imperfectives , "cm" added to contrast with 0cl
# dh - accomplishments, semelfactives (with perfectives and imperfectives)
# gh - achievements (with perfectives)
# n - states, activities (with perfectives)
# Other symbols
# > # Morpheme boundary
###############################################################################
### M O R P H O T A C T I C S ###
###############################################################################
PATTERNS
## Example inflection pattern:
# NounRoot RegNounInfl
Verbs-Tv
Verbs-Iv
Number
Nouns
ProperNouns(1) [<np>:] ProperNouns(2)
PrepositionPrefixes?(1) Prepositions [<pr>:] PrepositionPrefixes?(2)
Determiners(1) [<det>:] Determiners(2)
Adjectives [<adj>:]
Conjunctions(1) Conjunctions(2)
Punctuation
ModalWord [<mod>:]
Adverbs [<adv>:]
Pronoun(1) [<prn>:] Pronoun(2)
Numeral [<num>:]
PATTERN Nouns
NounPrefixes(1) NounRoot[possessed] [<n>:] NounPrefixes(2) #for possessed tag prefixes
NounRoot[bare] [<n>:] #for bare nouns standing alone
#NounPrefixes?(1) NounRoot [<n>:] NounPrefixes?(2)
PATTERN Verbs-Tv
#disjunctPref plSubj object deicticSubj refl directive aspect gender/qualifier theme conjMarker,subj,cl stem
# VerbStem-Tv(1) subject(1) object(1) subject(2) object(2) VerbStem-Tv(2) aspect(1) VerbStem-Tv(3) VerbStem-Tv(4) subject(3) VerbStem-Tv(5)
(VerbStem-Tv(1) subject(1) object?(1) subject(2) object?(2) :VerbStem-Tv(2) aspect(1) VerbStem-Tv(3) VerbStem-Tv(4) subject(3) [ :{NOV} ] VerbStem-Tv(5) [ <v><tv>: ] VerbStem-Tv(2): aspect(2) subject(4) object?(3))[^[3Ssub,non3Ssub],^[impf,perf,incp,fut,opt],^[sg,pl],^[l,d,0cl,ł],^[0cm,dh,gh,n]]
PATTERN Verbs-Iv
#disjunctPref plSubj object deicticSubj refl directive aspect gender/qualifier theme conjMarker,subj,cl stem
# VerbStem-IV(1) subject(1) -- subject(2) object(2) VerbStem-Iv(2) aspect(1) VerbStem-Iv(3) VerbStem-Iv(4) subject(3) VerbStem-Iv(5)
(VerbStem-Iv(1) subject(1) subject(2) object-refl-only?(1) :VerbStem-Iv(2) aspect(1) VerbStem-Iv(3) VerbStem-Iv(4) subject(3) VerbStem-Iv(5) [ <v><iv>: ] VerbStem-Tv(2): :aspect(2) subject(4) object-refl-only?(2))[^[3Ssub,non3Ssub],^[impf,perf,incp,fut,opt],^[sg,pl],^[l,d,0cl,ł],^[0cm,dh,gh,n]]
###############################################################################
### L E X I C O N ###
###############################################################################
## Example stem lexicon:
# LEXICON NounRoot
# house:house # A noun
LEXICON VerbStem-Tv(5)
#CURRENT ORDER OF COLUMNS
#disjunct directive gender/qualifier theme stem gloss file name form commands
[l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]:n> jënochèe:chèe[l,impf,0cm] # "turn over" (ANOturnOver1) Lemma/1sg-impf - missing jë prefix, what is it?
[l,perf,dh]: [l,perf,dh]: [l,perf,dh]: [l,perf,dh]:n> jënochèe:chįį[l,perf,dh] # "turn over" (ANOturnOver1) Lemma/1sg-impf
[l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]:n> jënochèe:chew[l,fut,0cm] # "turn over" (ANOturnOver1) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:j{E}{¨}> [ł,impf,0cm]: jënohtlòt:nohtlòt[ł,impf,0cm] # "boil liquid caus." (Boil1LiquidCaus) Lemma/3sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nöksreww:{Z}reww[ł,impf,0cm] # "comb" (CombBrush1) Lemma/1sg-impf
[ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]:n> nöksreww:{Z}reww[ł,fut,0cm] # "comb" (CombBrush1) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nöksreww:{Z}rew[ł,impf,0cm] # "comb" (CombBrush1) Lemma/1sg-impf Dir/LR
[ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]:n> nöksreww:{Z}rew[ł,fut,0cm] # "comb" (CombBrush1) Lemma/1sg-impf
# [ł,perf,??]: [ł,perf,??]: [ł,perf,??]: [ł,perf,??]:n> nöksreww:{Z}rew'[ł,perf,??] #"comb" (CombBrush1) Lemma/1sg-impf - not enough data to determine perfective conj marking
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihtröö:tröö[0cl,impf,0cm] # "cry, weep" (CryWeep1) Lemma/1sg-impf
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihtröö:tröh[0cl,impf,0cm] # "cry, weep" (CryWeep1) Lemma/1sg-impf Dir/LR
[0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: ihtröö:tröö[0cl,fut,0cm] # "cry, weep" (CryWeep1) Lemma/1sg-impf
[0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: ihtröö:tröh[0cl,fut,0cm] # "cry, weep" (CryWeep1) Lemma/1sg-impf Dir/LR
[0cl,perf,n]: [0cl,perf,n]: [0cl,perf,n]: [0cl,perf,n]: ihtröö:trö̀ʼ[0cl,perf,n] # "cry, weep" (CryWeep1) Lemma/1sg-impf
[l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: chʼeydzöö:odzöö[l,impf,0cm] # "dance" (Dance) Lemma/1sg-impf - missing ch' prefix
[l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: chʼeydzöö:odzöö[l,fut,0cm] # "dance" (Dance) Lemma/1sg-impf
[l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: chʼeydzöö:odzöh[l,impf,0cm] # "dance" (Dance) Lemma/1sg-impf Dir/LR
[l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: chʼeydzöö:odzöh[l,fut,0cm] # "dance" (Dance) Lemma/1sg-impf
[L,PErf,gh]: [l,perf,gh]: [l,perf,gh]: [l,perf,gh]: chʼeydzöö:odzö̀ʼ[l,perf,gh] # "dance" (Dance) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]<dir>:u> [ł,impf,0cm]: [ł,impf,0cm]:d> udohkät:kät[ł,impf,0cm] # "ask" (DID NOT FIND FILE NAME) Lemma/3sg-impf - d is sometimes j, add phonology rule?
[ł,fut,0cm]: [ł,fut,0cm]<dir>:u> [ł,fut,0cm]: [ł,fut,0cm]:d> udohkät:kät[ł,fut,0cm] # "ask" (DID NOT FIND FILE NAME) Lemma/3sg-impf - TODO: NEED TO FIND FILE AND GET 1SG-IMPF FORM
[l,perf,gh]: [l,perf,gh]<dir>:u> [l,perf,gh]: [l,perf,gh]:d> udohkät:ket[l,perf,gh] # "ask" (DID NOT FIND FILE NAME) Lemma/3sg-impf
[d,impf,0cm]: [d,impf,0cm]: [d,impf,0cm]: [d,impf,0cm]: ishnąą:nąą[d,impf,0cm] # "drink" (Drink) Lemma/1sg-impf
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihnąą:nąą[0cl,impf,0cm] # "drink" (Drink) Lemma/1sg-impf Dir/LR alternating classifers for verb
[d,perf,gh]: [d,perf,gh]: [d,perf,gh]: [d,perf,gh]: jënąą:nąʼ[d,perf,gh] # "drink" (Drink) Lemma/3sg-impf - this can also be conjugated in the 0cl gh-perf
# [d,incp,dh]: [d,incp,dh]: [d,incp,dh]: [d,incp,dh]: jënąą:nąʼ[d,incp,dh] # "drink" (Drink) Lemma/3sg-impf
[d,fut,0cm]: [d,fut,0cm]: [d,fut,0cm]: [d,fut,0cm]: jënąą:naw[d,fut,0cm] # "drink" (Drink) Lemma/3sg-impf - there is also sometimes a second w, as well as unclear nasality
[l,impf,0cm]:nä> [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: nä’aww:’àww[l,impf,0cm] # "eat" (Eat) Lemma/3sg-impf
[l,perf,dh]:nä> [l,perf,dh]: [l,perf,dh]: [l,perf,dh]: nädhozrèe:ozrèe[l,perf,dh] # "hunt around" (HuntAround2) - RB, confirm this lemma and prefix
[l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: neyzrèe:zrèe[l,impf,0cm] # "hunt around" (HuntAround2) Lemma/1sg-impf - missing perambulative "nä"
[l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: neyzrèe:zrèe[l,fut,0cm] # "hunt around" (HuntAround2) Lemma/1sg-impf
[l,perf,dh]: [l,perf,dh]: [l,perf,dh]: [l,perf,dh]: neyzrèe:zrèʼ[l,perf,dh] # "hunt around" (HuntAround2) Lemma/1sg-impf
[0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: ihdlòo:dlòo[0cl,fut,0cm] # "laugh" (Laugh) Lemma/1sg-impf
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihdlòo:dlòo[0cl,impf,0cm] # "laugh" (Laugh) Lemma/1sg-impf
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihdlòo:dlòh[0cl,impf,0cm] # "laugh" (Laugh) Lemma/1sg-impf Dir/LR
[0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: ihdlòo:dlòh[0cl,fut,0cm] # "laugh" (Laugh) Lemma/1sg-impf Dir/LR
[0cl,perf,n]: [0cl,perf,n]: [0cl,perf,n]: [0cl,perf,n]: ihdlòo:dlòʼ[0cl,perf,n] # "laugh" (Laugh) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: öktseyy:tseyy[ł,impf,0cm] # "make" (Make) Lemma/1sg-impf
[ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: öktseyy:tseyy[ł,fut,0cm] # "make" (Make) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: öktseyy:tsey[ł,impf,0cm] # "make" (Make) Lemma/1sg-impf Dir/LR
[ł,perf,dh]: [ł,perf,dh]: [ł,perf,dh]: [ł,perf,dh]: öktseyy:tsąyy[ł,perf,dh] # "make" (Make) Lemma/1sg-impf
[ł,perf,dh]: [ł,perf,dh]: [ł,perf,dh]: [ł,perf,dh]: öktseyy:tsąy[ł,perf,dh] # "make" (Make) Lemma/1sg-impf Dir/LR
[l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]:n> neyjät:jät[l,impf,0cm] # "scare" (ScareScared1) Lemma/1sg-impf
[l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]: [l,fut,0cm]:n> neyjät:jät[l,fut,0cm] # "scare" (ScareScared1) Lemma/1sg-impf
[l,perf,0cm]: [l,perf,0cm]: [l,perf,0cm]: [l,perf,0cm]:n> neyjät:jät[l,perf,n] # "scare" (ScareScared1) Lemma/1sg-impf
[l,impf,fut,0cm]: [l,impf,fut,0cm]: [l,impf,fut,0cm]: [l,impf,fut,0cm]:n> neyjät:jöt[l,impf,fut,0cm] # "scare" (ScareScared1) Lemma/1sg-impf Dir/LR
[l,perf,gh]: [l,perf,gh]: [l,perf,gh]: [l,perf,gh]:n> neyjät:jït[l,perf,gh] # "scare" (ScareScared1) Lemma/1sg-impf Dir/LR
[l,perf,gh]: [l,perf,gh]: [l,perf,gh]: [l,perf,gh]:n> neyjät:jö̀t[l,perf,gh] # "scare" (ScareScared1) Lemma/1sg-impf Dir/LR
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nök-ʼįį:ʼįį[ł,impf,0cm] # "see" (SeeA) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nök-ʼįį:ʼįh[ł,impf,0cm] # "see" (SeeA) Lemma/1sg-impf Dir/LR
[ł,perf,n]: [ł,perf,n]: [ł,perf,n]: [ł,perf,n]:n> nök-ʼįį:ʼį̀ʼ[ł,perf,n] # "see" (SeeA) Lemma/1sg-impf
[ł,perf,n]: [ł,perf,n]: [ł,perf,n]: [ł,perf,n]:n> nök-ʼįį:ʼį[ł,perf,n] # "see (SeeA) Lemma/1sg-impf Dir/LR
[ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]:n> nök-ʼįį:ʼį̀ww[ł,fut,0cm] # "see" (SeeA) Lemma/1sg-impf
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nök-ʼįį:{-}ʼįį[ł,impf,0cm] # "see" (SeeA) Lemma/1sg-impf Dir/LR
[ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]: [ł,impf,0cm]:n> nök-ʼįį:{-}ʼįh[ł,impf,0cm] # "see" (SeeA) Lemma/1sg-impf Dir/LR
[ł,perf,n]: [ł,perf,n]: [ł,perf,n]: [ł,perf,n]:n> nök-ʼįį:{-}ʼį̀ʼ[ł,perf,n] # "see" (SeeA) Lemma/1sg-impf Dir/LR
[ł,perf,n]: [ł,perf,n]: [ł,perf,n]: [ł,perf,n]:n> nök-ʼįį:{-}ʼį[ł,perf,n] # "see" (SeeA) Lemma/1sg-impf Dir/LR
[ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]: [ł,fut,0cm]:n> nök-ʼįį:{-}ʼį̀ww[ł,fut,0cm] # "see" (SeeA) Lemma/1sg-impf Dir/LR
# [0cl,perf,dh]: [0cl,perf,dh]: [0cl,perf,dh]: [0cl,perf,dh]: ä’netl’ǫǫ:tl’ǫǫ[0cl,perf,dh] #"tie, sew" (TieSew) - TODO: Add form? -RB
# [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ä̀htyënètl’ùt:[0cl,impf,0cm] #"tie, sew" (TieSew) Lemma/3sg-impf
# [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: [l,impf,0cm]: nënä̀tąyy:tąyy[l,impf,0cm] #"visit, keep visiting" (VisitKeepVisiting) - TODO: ADD FORM -RB
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ihsrök:{Z}rök[0cl,impf,0cm] # "yell" (YellA1) Lemma/1sg-impf
[0cl,perf,0cm]: [0cl,perf,0cm]: [0cl,perf,0cm]: [0cl,perf,0cm]: ihsrök:{Z}rök[0cl,perf,n] # "yell" (YellA1) Lemma/1sg-impf
[0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: [0cl,fut,0cm]: ihsrök:{Z}rök[0cl,fut,0cm] # "yell" (YellA1) Lemma/1sg-impf
## [0cl,incp,dh]: [0cl,incp,dh]: [0cl,incp,dh]: [0cl,incp,dh]: ihsrök:{Z}rök[0cl,incp,dh] # "yell" (YellA1) Lemma/1sg-impf - Why is this commented out? -RB
#working guessers TV
# FIXME: the 0cl,0cm guesser line makes the entire guesser not work
[0cl,0cm]: [0cl,0cm]<GUESSER_0cl_0cm>: [0cl,0cm]: [0cl,0cm]: /([a-zʼ\̈\̀\̨])+/[0cl,0cm] # Use/Guesser
[d,0cm]: [d,0cm]<GUESSER_d_0cm>: [d,0cm]: [d,0cm]: /([a-zʼ\̈\̀\̨])+/[d,0cm] # Use/Guesser
[l,0cm]: [l,0cm]<GUESSER_l_0cm>: [l,0cm]: [l,0cm]: /([a-zʼ\̈\̀\̨])+/[l,0cm] # Use/Guesser
[ł,0cm]: [ł,0cm]<GUESSER_ł_0cm>: [ł,0cm]: [ł,0cm]: /([a-zʼ\̈\̀\̨])+/[ł,0cm] # Use/Guesser
# FIXME: the following guesser lines also break things
[0cl,0cm]: [0cl,0cm]<GUESSER_0cl_0cm_nthm>: [0cl,0cm]: [0cl,0cm]:n> /([a-zʼ\̈\̀\̨])+/[0cl,0cm] # Use/Guesser
[d,0cm]: [d,0cm]<GUESSER_d_0cm_nthm>: [d,0cm]: [d,0cm]:n> /([a-zʼ\̈\̀\̨])+/[d,0cm] # Use/Guesser
[l,0cm]: [l,0cm]<GUESSER_l_0cm_nthm>: [l,0cm]: [l,0cm]:n> /([a-zʼ\̈\̀\̨])+/[l,0cm] # Use/Guesser
[ł,0cm]: [ł,0cm]<GUESSER_ł_0cm_nthm>: [ł,0cm]: [ł,0cm]:n> /([a-zʼ\̈\̀\̨])+/[ł,0cm] # Use/Guesser
#PROBLEM1: how to make guessed forms less likely than forms already in Transducer
#SOLUTION: add a deprioritizing weight to all guesser lines
#PROBLEM2: h- and n- initial stems are very uncommon, better to assume those consonants as ends of prefixes (when possible)
#SOLUTION: split each guesser line into 2 lines, one with h- and n- as the only two possible stem-initial letters, the other with all letters but h- and n- possible, deprioritize the h- and n- only line
#PROBLEM3: donʼt guess vowel-initial stems (as there are none in the list of roots)
#SOLUTION: an archiphoneme at the beginning of the stem column (3rd) in the guesser, always mapped to 0 in twol, but a twol rule that removes forms where a vowel immediately follows that archiphoneme from the transducer
#NOTE: addressed by adding {NOV} in TV pattern, however, this will make it impossible to ever add a vowel-initial verb stem. we added {NOV} to pattern, instead of in lexicon, because thereʼs no way to specify that the {NOV} is only on one side of the colon
#another possible solution: modify the guesser regx to only accept vowel intial stems
#PROBLEM4: be better about guessing transitivity correctly
#SOLUTION: context and disambiguation rules
#PROBLEM5: because 3sg is (seems to be?) null in 0cl, we always get analyses where the guesser assumes the full form is the stem, with the null morpheme prefixed
#SOLUTION: deprioritize these forms using weights
LEXICON VerbStem-Iv(5)
#disjunct directive gender/qualifier theme stem gloss form commands
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ëkoo:koo[0cl,impf,0cm] # "cough" Lemma ...etc.
[0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: [0cl,impf,0cm]: ëkoo:koh[0cl,impf,0cm] # "cough" Lemma Dir/LR
[0cl,impf,0cm,sg]: [0cl,impf,0cm,sg]: [0cl,impf,0cm,sg]: [0cl,impf,0cm,sg]:n> nähaa:haa[0cl,impf,0cm,sg] # "GoComeArrive(sg)" Lemma
[0cl,perf,n,sg]: [0cl,perf,n,sg]: [0cl,perf,n,sg]: [0cl,perf,n,sg]:n> nähaa:zhaa[0cl,perf,n,sg] # "GoComeArrive(sg)" Lemma
[0cl,fut,0cm,sg]: [0cl,fut,0cm,sg]: [0cl,fut,0cm,sg]: [0cl,fut,0cm,sg]:n> nähaa:haw[0cl,fut,0cm,sg] # "GoComeArrive(sg)" Lemma
[0cl,impf,0cm,pl]: [0cl,impf,0cm,pl]: [0cl,impf,0cm,pl]: [0cl,impf,0cm,pl]:n> nähaa:jèww[0cl,impf,0cm,pl] # "GoComeArrive(sg)" Lemma #no elicited forms in the impf
[0cl,perf,n,pl]: [0cl,perf,n,pl]: [0cl,perf,n,pl]: [0cl,perf,n,pl]:n> nähaa:jeww[0cl,perf,n,pl] # "GoComeArrive(sg)" Lemma
[0cl,fut,0cm,pl]: [0cl,fut,0cm,pl]: [0cl,perf,n,pl]: [0cl,fut,0cm,pl]:n> nähaa:dä̀w[0cl,fut,0cm,pl] # "GoComeArrive(sg)" Lemma
#cough, cryweep1 are intv?
# [x,impf,0cm]: [x,impf,0cm]: ëtröö:tröö[x,impf,0cm] #cryweep1 #not sure about verb’s base (x)
#working guessers IV
[0cl,0cm]: [0cl,0cm]<GUESSER_0cl_0cm>: [0cl,0cm]: [0cl,0cm]: /([a-zʼ\̈\̀\̨])+/[0cl,0cm] # Use/Guesser
[d,0cm]: [d,0cm]<GUESSER_d_0cm>: [d,0cm]: [d,0cm]: /([a-zʼ\̈\̀\̨])+/[d,0cm] # Use/Guesser
[l,0cm]: [l,0cm]<GUESSER_l_0cm>: [l,0cm]: [l,0cm]: /([a-zʼ\̈\̀\̨])+/[l,0cm] # Use/Guesser
[ł,0cm]: [ł,0cm]<GUESSER_ł_0cm>: [ł,0cm]: [ł,0cm]: /([a-zʼ\̈\̀\̨])+/[ł,0cm] # Use/Guesser
LEXICON aspect(2)
[impf]: [impf]<impf>:
[perf]: [perf]<perf>:
[incp]:ch{E}{¨}> [incp]<incp>:
[incp]:t{E}{¨}> [incp]<incp>:
[fut]:ch{E}{¨}> [fut]<fut>:
[fut]:j{E}{¨}> [fut]<fut>: # Dir/LR
[fut]:t{E}{¨}> [fut]<fut>:
LEXICON subject(4)
[ł,impf,0cm,non3Ssub,sg]: [ł,impf,0cm,non3Ssub,sg]: [ł,impf,0cm,non3Ssub,sg]:ök> [ł,impf,0cm,non3Ssub,sg]<s_1sg>:
[ł,impf,0cm,non3Ssub,pl]: [ł,impf,0cm,non3Ssub,pl]:trʼ{E}{¨}> [ł,impf,0cm,non3Ssub,pl]:oh> [ł,impf,0cm,non3Ssub,pl]<s_1pl>:
[ł,impf,0cm,non3Ssub,sg]: [ł,impf,0cm,non3Ssub,sg]: [ł,impf,0cm,non3Ssub,sg]:ą̈h> [ł,impf,0cm,non3Ssub,sg]<s_2sg>:
[ł,impf,0cm,non3Ssub,pl]: [ł,impf,0cm,non3Ssub,pl]: [ł,impf,0cm,non3Ssub,pl]:äh> [ł,impf,0cm,non3Ssub,pl]<s_2pl>:
[ł,impf,0cm,3Ssub,sg]: [ł,impf,0cm,3Ssub,sg]: [ł,impf,0cm,3Ssub,sg]:oh> [ł,impf,0cm,3Ssub,sg]<s_3sg>:
[ł,impf,0cm,non3Ssub,pl]:h{E}{¨}> [ł,impf,0cm,non3Ssub,pl]: [ł,impf,0cm,non3Ssub,pl]:oh> [ł,impf,0cm,non3Ssub,pl]<s_3pl>:
#[ł,impf,0cm,non3Ssub,pl]:h> [ł,impf,0cm,non3Ssub,pl]: [ł,impf,0cm,non3Ssub,pl]:oh> [ł,impf,0cm,non3Ssub,pl]<s_3pl>: # Dir/LR
# TODO: gonna treat these as orthographic variation (ë sometimes not written)
[0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]:ih> [0cl,impf,0cm,non3Ssub,sg]<s_1sg>:
[0cl,impf,0cm,non3Ssub,pl]: [0cl,impf,0cm,non3Ssub,pl]:trʼ{E}{¨}> [0cl,impf,0cm,non3Ssub,pl]:{E}{¨}> [0cl,impf,0cm,non3Ssub,pl]<s_1pl>:
[0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]:į> [0cl,impf,0cm,non3Ssub,sg]<s_2sg>:
[0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]: [0cl,impf,0cm,non3Ssub,sg]:in> [0cl,impf,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[0cl,impf,0cm,non3Ssub,pl]: [0cl,impf,0cm,non3Ssub,pl]: [0cl,impf,0cm,non3Ssub,pl]:äh> [0cl,impf,0cm,non3Ssub,pl]<s_2pl>:
[0cl,impf,0cm,3Ssub,sg]: [0cl,impf,0cm,3Ssub,sg]: [0cl,impf,0cm,3Ssub,sg]:{E}{¨}> [0cl,impf,0cm,3Ssub,sg]<s_3sg>:
[0cl,impf,0cm,non3Ssub,pl]:h{E}{¨}> [0cl,impf,0cm,non3Ssub,pl]: [0cl,impf,0cm,non3Ssub,pl]:{E}{¨}> [0cl,impf,0cm,non3Ssub,pl]<s_3pl>:
[d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]:ish> [d,impf,0cm,non3Ssub,sg]<s_1sg>:
[d,impf,0cm,non3Ssub,pl]: [d,impf,0cm,non3Ssub,pl]:trʼ{E}{¨}> [d,impf,0cm,non3Ssub,pl]:j{E}{¨}> [d,impf,0cm,non3Ssub,pl]<s_1pl>:
[d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]:į> [d,impf,0cm,non3Ssub,sg]<s_2sg>:
[d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]: [d,impf,0cm,non3Ssub,sg]:in> [d,impf,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[d,impf,0cm,non3Ssub,pl]: [d,impf,0cm,non3Ssub,pl]: [d,impf,0cm,non3Ssub,pl]:äh> [d,impf,0cm,non3Ssub,pl]<s_2pl>:
[d,impf,0cm,3Ssub,sg]: [d,impf,0cm,3Ssub,sg]: [d,impf,0cm,3Ssub,sg]:j{E}{¨}> [d,impf,0cm,3Ssub,sg]<s_3sg>:
[d,impf,0cm,non3Ssub,pl]:h{E}{¨}> [d,impf,0cm,non3Ssub,pl]: [d,impf,0cm,non3Ssub,pl]:j{E}{¨}> [d,impf,0cm,non3Ssub,pl]<s_3pl>:
[l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]:ey> [l,impf,0cm,non3Ssub,sg]<s_1sg>:
[l,impf,0cm,non3Ssub,pl]: [l,impf,0cm,non3Ssub,pl]:trʼ{E}{¨}> [l,impf,0cm,non3Ssub,pl]:o> [l,impf,0cm,non3Ssub,pl]<s_1pl>:
[l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]:än> [l,impf,0cm,non3Ssub,sg]<s_2sg>:
[l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]: [l,impf,0cm,non3Ssub,sg]:ą̈> [l,impf,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[l,impf,0cm,non3Ssub,pl]: [l,impf,0cm,non3Ssub,pl]: [l,impf,0cm,non3Ssub,pl]:ä> [l,impf,0cm,non3Ssub,pl]<s_2pl>:
[l,impf,0cm,3Ssub,sg]: [l,impf,0cm,3Ssub,sg]: [l,impf,0cm,3Ssub,sg]:o> [l,impf,0cm,3Ssub,sg]<s_3sg>:
[l,impf,0cm,non3Ssub,pl]:h{E}{¨}> [l,impf,0cm,non3Ssub,pl]: [l,impf,0cm,non3Ssub,pl]:o> [l,impf,0cm,non3Ssub,pl]<s_3pl>:
[ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]:ök> [ł,perf,n,non3Ssub,sg]<s_1sg>:
[ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [ł,perf,n,non3Ssub,pl]:äh> [ł,perf,n,non3Ssub,pl]<s_1pl>:
[ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]:äh> [ł,perf,n,non3Ssub,sg]<s_2sg>:
[ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]:ą̈h> [ł,perf,n,non3Ssub,sg]<s_2sg>: # Dir/LR
[ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:äh> [ł,perf,n,non3Ssub,pl]<s_2pl>:
[ł,perf,n,3Ssub,sg]: [ł,perf,n,3Ssub,sg]: [ł,perf,n,3Ssub,sg]:äh> [ł,perf,n,3Ssub,sg]<s_3sg>:
[ł,perf,n,non3Ssub,pl]:h{E}{¨}> [ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:äh> [ł,perf,n,non3Ssub,pl]<s_3pl>:
#We assume that these don't exist, the n is just thematic
#[ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]:nök> [ł,perf,n,non3Ssub,sg]<s_1sg>:
#[ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [ł,perf,n,non3Ssub,pl]:näh> [ł,perf,n,non3Ssub,pl]<s_1pl>:
#[ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]: [ł,perf,n,non3Ssub,sg]:ną̈h> [ł,perf,n,non3Ssub,sg]<s_2sg>:
#[ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:ną̈h> [ł,perf,n,non3Ssub,pl]<s_2pl>:
#[ł,perf,n,3Ssub,sg]: [ł,perf,n,3Ssub,sg]: [ł,perf,n,3Ssub,sg]:näh> [ł,perf,n,3Ssub,sg]<s_3sg>:
#[ł,perf,n,non3Ssub,pl]:h{E}{¨}> [ł,perf,n,non3Ssub,pl]: [ł,perf,n,non3Ssub,pl]:näh> [ł,perf,n,non3Ssub,pl]<s_3pl>:
[ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]:dhök> [ł,perf,dh,non3Ssub,sg]<s_1sg>:
[ł,perf,dh,non3Ssub,pl]: [ł,perf,dh,non3Ssub,pl]:trʼ{E}{¨}> [ł,perf,dh,non3Ssub,pl]:äh> [ł,perf,dh,non3Ssub,pl]<s_1pl>:
[ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]:dhäh> [ł,perf,dh,non3Ssub,sg]<s_2sg>:
[ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]: [ł,perf,dh,non3Ssub,sg]:dhą̈h> [ł,perf,dh,non3Ssub,sg]<s_2sg>: # Dir/LR
[ł,perf,dh,non3Ssub,pl]: [ł,perf,dh,non3Ssub,pl]: [ł,perf,dh,non3Ssub,pl]:dhäh> [ł,perf,dh,non3Ssub,pl]<s_2pl>:
[ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]:oh> [ł,perf,dh,3Ssub,sg]<s_3sg>:
[ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]:dhoh> [ł,perf,dh,3Ssub,sg]<s_3sg>: # Dir/LR
[ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]: [ł,perf,dh,3Ssub,sg]:eh> [ł,perf,dh,3Ssub,sg]<s_3sg>: # Dir/LR
[ł,perf,dh,non3Ssub,pl]:h{E}{¨}> [ł,perf,dh,non3Ssub,pl]: [ł,perf,dh,non3Ssub,pl]:oh> [ł,perf,dh,non3Ssub,pl]<s_3pl>:
[ł,perf,dh,non3Ssub,pl]:h{E}{¨}> [ł,perf,dh,non3Ssub,pl]: [ł,perf,dh,non3Ssub,pl]:eh> [ł,perf,dh,non3Ssub,pl]<s_3pl>: # Dir/LR
[ł,perf,gh,non3Ssub,sg]: [ł,perf,gh,non3Ssub,sg]: [ł,perf,gh,non3Ssub,sg]:ök> [ł,perf,gh,non3Ssub,sg]<s_1sg>:
[ł,perf,gh,non3Ssub,pl]: [ł,perf,gh,non3Ssub,pl]:trʼ{E}{¨}> [ł,perf,gh,non3Ssub,pl]:ą̈h> [ł,perf,gh,non3Ssub,pl]<s_1pl>:
[ł,perf,gh,non3Ssub,sg]: [ł,perf,gh,non3Ssub,sg]: [ł,perf,gh,non3Ssub,sg]:ą̈h> [ł,perf,gh,non3Ssub,sg]<s_2sg>:
[ł,perf,gh,non3Ssub,pl]: [ł,perf,gh,non3Ssub,pl]: [ł,perf,gh,non3Ssub,pl]:äh> [ł,perf,gh,non3Ssub,pl]<s_2pl>:
[ł,perf,gh,3Ssub,sg]: [ł,perf,gh,3Ssub,sg]: [ł,perf,gh,3Ssub,sg]:ą̈h> [ł,perf,gh,3Ssub,sg]<s_3sg>:
[ł,perf,gh,non3Ssub,pl]:h{E}{¨}> [ł,perf,gh,non3Ssub,pl]: [ł,perf,gh,non3Ssub,pl]:ą̈h> [ł,perf,gh,non3Ssub,pl]<s_3pl>:
[0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]:i> [0cl,perf,n,non3Ssub,sg]<s_1sg>:
[0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [0cl,perf,n,non3Ssub,pl]:in> [0cl,perf,n,non3Ssub,pl]<s_1pl>:
[0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]:in> [0cl,perf,n,non3Ssub,sg]<s_2sg>:
[0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:ä> [0cl,perf,n,non3Ssub,pl]<s_2pl>:
[0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]:in> [0cl,perf,n,3Ssub,sg]<s_3sg>:
[0cl,perf,n,non3Ssub,pl]:h{E}{¨}> [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:in> [0cl,perf,n,non3Ssub,pl]<s_3pl>:
#We're assuming these don't exist, the n is just thematic
#[0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]:ni> [0cl,perf,n,non3Ssub,sg]<s_1sg>:
#[0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:nin> [0cl,perf,n,non3Ssub,pl]<s_1pl>:
#[0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:nį> [0cl,perf,n,non3Ssub,pl]<s_1pl>: # Dir/LR
#[0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]:nin> [0cl,perf,n,non3Ssub,sg]<s_2sg>:
#[0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]: [0cl,perf,n,non3Ssub,sg]:nį> [0cl,perf,n,non3Ssub,sg]<s_2sg>: # Dir/LR
#[0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:nä> [0cl,perf,n,non3Ssub,pl]<s_2pl>:
#[0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]:nin> [0cl,perf,n,3Ssub,sg]<s_3sg>:
#[0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]: [0cl,perf,n,3Ssub,sg]:nį> [0cl,perf,n,3Ssub,sg]<s_3sg>: # Dir/LR
#[0cl,perf,n,non3Ssub,pl]:h{E}{¨}> [0cl,perf,n,non3Ssub,pl]: [0cl,perf,n,non3Ssub,pl]:nin> [0cl,perf,n,non3Ssub,pl]<s_3pl>:
[0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]:dhi> [0cl,perf,dh,non3Ssub,sg]<s_1sg>:
[0cl,perf,dh,non3Ssub,pl]: [0cl,perf,dh,non3Ssub,pl]:trʼ{E}{¨}> [0cl,perf,dh,non3Ssub,pl]:e> [0cl,perf,dh,non3Ssub,pl]<s_1pl>:
[0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]:dhin> [0cl,perf,dh,non3Ssub,sg]<s_2sg>:
[0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]: [0cl,perf,dh,non3Ssub,sg]:dhį> [0cl,perf,dh,non3Ssub,sg]<s_2sg>: # Dir/LR
[0cl,perf,dh,non3Ssub,pl]: [0cl,perf,dh,non3Ssub,pl]: [0cl,perf,dh,non3Ssub,pl]:dhä> [0cl,perf,dh,non3Ssub,pl]<s_2pl>:
[0cl,perf,dh,3Ssub,sg]: [0cl,perf,dh,3Ssub,sg]: [0cl,perf,dh,3Ssub,sg]:dhë> [0cl,perf,dh,3Ssub,sg]<s_3sg>:
[0cl,perf,dh,non3Ssub,pl]:h{E}{¨}> [0cl,perf,dh,non3Ssub,pl]: [0cl,perf,dh,non3Ssub,pl]:dhë> [0cl,perf,dh,non3Ssub,pl]<s_3pl>:
[0cl,perf,gh,non3Ssub,sg]: [0cl,perf,gh,non3Ssub,sg]: [0cl,perf,gh,non3Ssub,sg]:i> [0cl,perf,gh,non3Ssub,sg]<s_1sg>:
[0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]:trʼ{E}{¨}> [0cl,perf,gh,non3Ssub,pl]:in> [0cl,perf,gh,non3Ssub,pl]<s_1pl>:
[0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]:trʼ{E}{¨}> [0cl,perf,gh,non3Ssub,pl]:į> [0cl,perf,gh,non3Ssub,pl]<s_1pl>: # Dir/LR
[0cl,perf,gh,non3Ssub,sg]: [0cl,perf,gh,non3Ssub,sg]: [0cl,perf,gh,non3Ssub,sg]:in> [0cl,perf,gh,non3Ssub,sg]<s_2sg>:
[0cl,perf,gh,non3Ssub,sg]: [0cl,perf,gh,non3Ssub,sg]:trʼ{E}{¨}> [0cl,perf,gh,non3Ssub,sg]:į> [0cl,perf,gh,non3Ssub,sg]<s_2sg>: # Dir/LR
[0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]:ä> [0cl,perf,gh,non3Ssub,pl]<s_2pl>:
[0cl,perf,gh,3Ssub,sg]: [0cl,perf,gh,3Ssub,sg]: [0cl,perf,gh,3Ssub,sg]:in> [0cl,perf,gh,3Ssub,sg]<s_3sg>:
[0cl,perf,gh,3Ssub,sg]: [0cl,perf,gh,3Ssub,sg]: [0cl,perf,gh,3Ssub,sg]:į> [0cl,perf,gh,3Ssub,sg]<s_3sg>: # Dir/LR
[0cl,perf,gh,non3Ssub,pl]:h{E}{¨}> [0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]:in> [0cl,perf,gh,non3Ssub,pl]<s_3pl>:
[0cl,perf,gh,non3Ssub,pl]:h{E}{¨}> [0cl,perf,gh,non3Ssub,pl]: [0cl,perf,gh,non3Ssub,pl]:į> [0cl,perf,gh,non3Ssub,pl]<s_3pl>: # Dir/LR
[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:ish> [d,perf,n,non3Ssub,sg]<s_1sg>: #is the s-deletion phonological?
[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:ih> [d,perf,n,non3Ssub,sg]<s_1sg>: # Dir/LR
[d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [d,perf,n,non3Ssub,pl]:j{E}{¨}> [d,perf,n,non3Ssub,pl]<s_1pl>:
[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:į> [d,perf,n,non3Ssub,sg]<s_2sg>:
[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:in> [d,perf,n,non3Ssub,sg]<s_2sg>: # Dir/LR
[d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:äh> [d,perf,n,non3Ssub,pl]<s_2pl>:
[d,perf,n,3Ssub,sg]: [d,perf,n,3Ssub,sg]: [d,perf,n,3Ssub,sg]:j{E}{¨}> [d,perf,n,3Ssub,sg]<s_3sg>:
[d,perf,n,non3Ssub,pl]:h{E}{¨}> [d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:j{E}{¨}> [d,perf,n,non3Ssub,pl]<s_3pl>:
#We assume these don't exist, the n is just thematic
#[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:nish> [d,perf,n,non3Ssub,sg]<s_1sg>:
#[d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [d,perf,n,non3Ssub,pl]:ni> [d,perf,n,non3Ssub,pl]<s_1pl>:
#[d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]: [d,perf,n,non3Ssub,sg]:nin> [d,perf,n,non3Ssub,sg]<s_2sg>:
#[d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:nay> [d,perf,n,non3Ssub,pl]<s_2pl>:
#[d,perf,n,3Ssub,sg]: [d,perf,n,3Ssub,sg]: [d,perf,n,3Ssub,sg]:ni> [d,perf,n,3Ssub,sg]<s_3sg>:
#[d,perf,n,non3Ssub,pl]:h{E}{¨}> [d,perf,n,non3Ssub,pl]: [d,perf,n,non3Ssub,pl]:ni> [d,perf,n,non3Ssub,pl]<s_3pl>:
#[d,perf,dh,non3Ssub,sg]: [d,perf,dh,non3Ssub,sg]: [d,perf,dh,non3Ssub,sg]:dhish> [d,perf,dh,non3Ssub,sg]<s_1sg>: MISSING FORM
[d,perf,dh,non3Ssub,pl]: [d,perf,dh,non3Ssub,pl]:trʼ{E}{¨}> [d,perf,dh,non3Ssub,pl]:èy> [d,perf,dh,non3Ssub,pl]<s_1pl>:
[d,perf,dh,non3Ssub,sg]: [d,perf,dh,non3Ssub,sg]: [d,perf,dh,non3Ssub,sg]:dhin> [d,perf,dh,non3Ssub,sg]<s_2sg>:
#[d,perf,dh,non3Ssub,pl]: [d,perf,dh,non3Ssub,pl]: [d,perf,dh,non3Ssub,pl]:dhay> [d,perf,dh,non3Ssub,pl]<s_2pl>: MISSING FORM
[d,perf,dh,3Ssub,sg]: [d,perf,dh,3Ssub,sg]: [d,perf,dh,3Ssub,sg]:èy> [d,perf,dh,3Ssub,sg]<s_3sg>:
[d,perf,dh,non3Ssub,pl]:h{E}{¨}> [d,perf,dh,non3Ssub,pl]: [d,perf,dh,non3Ssub,pl]:èy> [d,perf,dh,non3Ssub,pl]<s_3pl>:
[d,perf,gh,non3Ssub,sg]: [d,perf,gh,non3Ssub,sg]: [d,perf,gh,non3Ssub,sg]:ish> [d,perf,gh,non3Ssub,sg]<s_1sg>:
[d,perf,gh,non3Ssub,pl]: [d,perf,gh,non3Ssub,pl]:trʼ{E}{¨}> [d,perf,gh,non3Ssub,pl]:ay> [d,perf,gh,non3Ssub,pl]<s_1pl>:
[d,perf,gh,non3Ssub,sg]: [d,perf,gh,non3Ssub,sg]: [d,perf,gh,non3Ssub,sg]:in> [d,perf,gh,non3Ssub,sg]<s_2sg>:
[d,perf,gh,non3Ssub,pl]: [d,perf,gh,non3Ssub,pl]: [d,perf,gh,non3Ssub,pl]:ay> [d,perf,gh,non3Ssub,pl]<s_2pl>:
[d,perf,gh,3Ssub,sg]: [d,perf,gh,3Ssub,sg]: [d,perf,gh,3Ssub,sg]:ay> [d,perf,gh,3Ssub,sg]<s_3sg>:
[d,perf,gh,non3Ssub,pl]:h{E}{¨}> [d,perf,gh,non3Ssub,pl]: [d,perf,gh,non3Ssub,pl]:ay> [d,perf,gh,non3Ssub,pl]<s_3pl>:
[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:ey> [l,perf,n,non3Ssub,sg]<s_1sg>:
[l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [l,perf,n,non3Ssub,pl]:ä> [l,perf,n,non3Ssub,pl]<s_1pl>:
[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:än> [l,perf,n,non3Ssub,sg]<s_2sg>:
[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:ą̈> [l,perf,n,non3Ssub,sg]<s_2sg>: # Dir/LR
[l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:ä> [l,perf,n,non3Ssub,pl]<s_2pl>:
[l,perf,n,3Ssub,sg]: [l,perf,n,3Ssub,sg]: [l,perf,n,3Ssub,sg]:ä> [l,perf,n,3Ssub,sg]<s_3sg>:
[l,perf,n,non3Ssub,pl]:h{E}{¨}> [l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:ä> [l,perf,n,non3Ssub,pl]<s_3pl>:
#We assume these don't exist, the n is just thematic
#[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:ney> [l,perf,n,non3Ssub,sg]<s_1sg>:
#[l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:trʼ{E}{¨}> [l,perf,n,non3Ssub,pl]:nä> [l,perf,n,non3Ssub,pl]<s_1pl>:
#[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:nän> [l,perf,n,non3Ssub,sg]<s_2sg>:
#[l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]: [l,perf,n,non3Ssub,sg]:ą̈> [l,perf,n,non3Ssub,sg]<s_2sg>: # Dir/LR
#[l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:nä> [l,perf,n,non3Ssub,pl]<s_2pl>:
#[l,perf,n,3Ssub,sg]: [l,perf,n,3Ssub,sg]: [l,perf,n,3Ssub,sg]:nä> [l,perf,n,3Ssub,sg]<s_3sg>:
#[l,perf,n,non3Ssub,pl]:h{E}{¨}> [l,perf,n,non3Ssub,pl]: [l,perf,n,non3Ssub,pl]:nä> [l,perf,n,non3Ssub,pl]<s_3pl>:
[l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]:dhey> [l,perf,dh,non3Ssub,sg]<s_1sg>:
#[l,perf,dh,non3Ssub,pl]: [l,perf,dh,non3Ssub]:trʼ{E}{¨}> [l,perf,dh,non3Ssub,pl]:lë> [l,perf,dh,non3Ssub,pl]<s_1pl>:
[l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]:dhän> [l,perf,dh,non3Ssub,sg]<s_2sg>:
[l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]: [l,perf,dh,non3Ssub,sg]:dhą̈> [l,perf,dh,non3Ssub,sg]<s_2sg>: # Dir/LR
#[l,perf,dh,non3Ssub,pl]: [l,perf,dh,non3Ssub,pl]: [l,perf,dh,non3Ssub,pl]:dhä> [l,perf,dh,non3Ssub,pl]<s_2pl>:
#[l,perf,dh,3Ssub,sg]: [l,perf,dh,3Ssub,sg]: [l,perf,dh,3Ssub,sg]:lë> [l,perf,dh,3Ssub,sg]<s_3sg>:
#[l,perf,dh,non3Ssub,pl]:h{E}{¨}> [l,perf,dh,non3Ssub,pl]: [l,perf,dh,non3Ssub,pl]:lë> [l,perf,dh,non3Ssub,pl]<s_3pl>:
[l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]:ey> [l,perf,gh,non3Ssub,sg]<s_1sg>:
[l,perf,gh,non3Ssub,pl]: [l,perf,gh,non3Ssub,pl]:trʼ{E}{¨}> [l,perf,gh,non3Ssub,pl]:ä> [l,perf,gh,non3Ssub,pl]<s_1pl>:
[l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]:än> [l,perf,gh,non3Ssub,sg]<s_2sg>:
[l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]: [l,perf,gh,non3Ssub,sg]:ą̈> [l,perf,gh,non3Ssub,sg]<s_2sg>: # Dir/LR
[l,perf,gh,non3Ssub,pl]: [l,perf,gh,non3Ssub,pl]: [l,perf,gh,non3Ssub,pl]:ä> [l,perf,gh,non3Ssub,pl]<s_2pl>:
[l,perf,gh,3Ssub,sg]: [l,perf,gh,3Ssub,sg]: [l,perf,gh,3Ssub,sg]:ä> [l,perf,gh,3Ssub,sg]<s_3sg>:
[l,perf,gh,non3Ssub,pl]:h{E}{¨}> [l,perf,gh,non3Ssub,pl]: [l,perf,gh,non3Ssub,pl]:ä> [l,perf,gh,non3Ssub,pl]<s_3pl>:
[ł,incp,dh,non3Ssub,sg]: [ł,incp,dh,non3Ssub,sg]: [ł,incp,dh,non3Ssub,sg]:dhök> [ł,incp,dh,non3Ssub,sg]<s_1sg>:
[ł,incp,dh,non3Ssub,pl]: [ł,incp,dh,non3Ssub,pl]:trʼ{E}{¨}> [ł,incp,dh,non3Ssub,pl]:oh> [ł,incp,dh,non3Ssub,pl]<s_1pl>:
[ł,incp,dh,non3Ssub,sg]: [ł,incp,dh,non3Ssub,sg]: [ł,incp,dh,non3Ssub,sg]:dhą̈h> [ł,incp,dh,non3Ssub,sg]<s_2sg>:
[ł,incp,dh,non3Ssub,pl]: [ł,incp,dh,non3Ssub,pl]: [ł,incp,dh,non3Ssub,pl]:dhäh> [ł,incp,dh,non3Ssub,pl]<s_2pl>:
[ł,incp,dh,3Ssub,sg]: [ł,incp,dh,3Ssub,sg]: [ł,incp,dh,3Ssub,sg]:eh> [ł,incp,dh,3Ssub,sg]<s_3sg>:
[ł,incp,dh,non3Ssub,pl]:h{E}{¨}> [ł,incp,dh,non3Ssub,pl]: [ł,incp,dh,non3Ssub,pl]:eh> [ł,incp,dh,non3Ssub,pl]<s_3pl>:
[ł,fut,0cm,non3Ssub,sg]: [ł,fut,0cm,non3Ssub,sg]: [ł,fut,0cm,non3Ssub,sg]:ök> [ł,fut,0cm,non3Ssub,sg]<s_1sg>:
[ł,fut,0cm,non3Ssub,pl]: [ł,fut,0cm,non3Ssub,pl]:trʼ{E}{¨}> [ł,fut,0cm,non3Ssub,pl]:äh> [ł,fut,0cm,non3Ssub,pl]<s_1pl>:
[ł,fut,0cm,non3Ssub,sg]: [ł,fut,0cm,non3Ssub,sg]: [ł,fut,0cm,non3Ssub,sg]:ą̈h> [ł,fut,0cm,non3Ssub,sg]<s_2sg>:
[ł,fut,0cm,non3Ssub,pl]: [ł,fut,0cm,non3Ssub,pl]: [ł,fut,0cm,non3Ssub,pl]:äh> [ł,fut,0cm,non3Ssub,pl]<s_2pl>:
[ł,fut,0cm,3Ssub,sg]: [ł,fut,0cm,3Ssub,sg]: [ł,fut,0cm,3Ssub,sg]:äh> [ł,fut,0cm,3Ssub,sg]<s_3sg>:
[ł,fut,0cm,non3Ssub,pl]:h{E}{¨}> [ł,fut,0cm,non3Ssub,pl]: [ł,fut,0cm,non3Ssub,pl]:äh> [ł,fut,0cm,non3Ssub,pl]<s_3pl>:
[0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]:ih> [0cl,fut,0cm,non3Ssub,sg]<s_1sg>:
[0cl,fut,0cm,non3Ssub,pl]: [0cl,fut,0cm,non3Ssub,pl]:trʼ{E}{¨}> [0cl,fut,0cm,non3Ssub,pl]:ä> [0cl,fut,0cm,non3Ssub,pl]<s_1pl>:
[0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]:į> [0cl,fut,0cm,non3Ssub,sg]<s_2sg>:
[0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]: [0cl,fut,0cm,non3Ssub,sg]:in> [0cl,fut,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[0cl,fut,0cm,non3Ssub,pl]: [0cl,fut,0cm,non3Ssub,pl]: [0cl,fut,0cm,non3Ssub,pl]:äh> [0cl,fut,0cm,non3Ssub,pl]<s_2pl>:
[0cl,fut,0cm,3Ssub,sg]: [0cl,fut,0cm,3Ssub,sg]: [0cl,fut,0cm,3Ssub,sg]:ä> [0cl,fut,0cm,3Ssub,sg]<s_3sg>:
[0cl,fut,0cm,non3Ssub,pl]:h{E}{¨}> [0cl,fut,0cm,non3Ssub,pl]: [0cl,fut,0cm,non3Ssub,pl]:ä> [0cl,fut,0cm,non3Ssub,pl]<s_3pl>:
[d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]:ish> [d,fut,0cm,non3Ssub,sg]<s_1sg>:
[d,fut,0cm,non3Ssub,pl]: [d,fut,0cm,non3Ssub,pl]:trʼ{E}{¨}> [d,fut,0cm,non3Ssub,pl]:ay> [d,fut,0cm,non3Ssub,pl]<s_1pl>:
[d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]:in> [d,fut,0cm,non3Ssub,sg]<s_2sg>:
[d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]: [d,fut,0cm,non3Ssub,sg]:įn> [d,fut,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[d,fut,0cm,non3Ssub,pl]: [d,fut,0cm,non3Ssub,pl]: [d,fut,0cm,non3Ssub,pl]:ay> [d,fut,0cm,non3Ssub,pl]<s_2pl>:
[d,fut,0cm,3Ssub,sg]: [d,fut,0cm,3Ssub,sg]: [d,fut,0cm,3Ssub,sg]:ay> [d,fut,0cm,3Ssub,sg]<s_3sg>:
[d,fut,0cm,non3Ssub,pl]:h{E}{¨}> [d,fut,0cm,non3Ssub,pl]: [d,fut,0cm,non3Ssub,pl]:ay> [d,fut,0cm,non3Ssub,pl]<s_3pl>:
[l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]:ey> [l,fut,0cm,non3Ssub,sg]<s_1sg>:
[l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]:trʼ{E}{¨}> [l,fut,0cm,non3Ssub,pl]:ä> [l,fut,0cm,non3Ssub,pl]<s_1pl>:
[l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]:än> [l,fut,0cm,non3Ssub,sg]<s_2sg>:
[l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]: [l,fut,0cm,non3Ssub,sg]:ą̈> [l,fut,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]:ä> [l,fut,0cm,non3Ssub,pl]<s_2pl>:
[l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]:äh> [l,fut,0cm,non3Ssub,pl]<s_2pl>: # Dir/LR
[l,fut,0cm,3Ssub,sg]: [l,fut,0cm,3Ssub,sg]: [l,fut,0cm,3Ssub,sg]:ä> [l,fut,0cm,3Ssub,sg]<s_3sg>:
[l,fut,0cm,non3Ssub,pl]:h{E}{¨}> [l,fut,0cm,non3Ssub,pl]: [l,fut,0cm,non3Ssub,pl]:ä> [l,fut,0cm,non3Ssub,pl]<s_3pl>:
[ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]:ok> [ł,opt,0cm,non3Ssub,sg]<s_1sg>:
[ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]:uk> [ł,opt,0cm,non3Ssub,sg]<s_1sg>: # Dir/LR
[ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]:trʼ{E}{¨}> [ł,opt,0cm,non3Ssub,pl]:uh> [ł,opt,0cm,non3Ssub,pl]<s_1pl>:
[ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]:trʼ{E}{¨}> [ł,opt,0cm,non3Ssub,pl]:oh> [ł,opt,0cm,non3Ssub,pl]<s_1pl>: # Dir/LR
[ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]: [ł,opt,0cm,non3Ssub,sg]:ǫh> [ł,opt,0cm,non3Ssub,sg]<s_2sg>:
[ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]:äh> [ł,opt,0cm,non3Ssub,pl]<s_2pl>:
[ł,opt,0cm,3Ssub,sg]: [ł,opt,0cm,3Ssub,sg]: [ł,opt,0cm,3Ssub,sg]:uh> [ł,opt,0cm,3Ssub,sg]<s_3sg>:
[ł,opt,0cm,3Ssub,sg]: [ł,opt,0cm,3Ssub,sg]: [ł,opt,0cm,3Ssub,sg]:oh> [ł,opt,0cm,3Ssub,sg]<s_3sg>: # Dir/LR
[ł,opt,0cm,non3Ssub,pl]:h{E}{¨}> [ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]:uh> [ł,opt,0cm,non3Ssub,pl]<s_3pl>:
[ł,opt,0cm,non3Ssub,pl]:h{E}{¨}> [ł,opt,0cm,non3Ssub,pl]: [ł,opt,0cm,non3Ssub,pl]:oh> [ł,opt,0cm,non3Ssub,pl]<s_3pl>: # Dir/LR
[0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]:uh> [0cl,opt,0cm,non3Ssub,sg]<s_1sg>:
[0cl,opt,0cm,non3Ssub,pl]: [0cl,opt,0cm,non3Ssub,pl]:trʼ{E}{¨}> [0cl,opt,0cm,non3Ssub,pl]:u> [0cl,opt,0cm,non3Ssub,pl]<s_1pl>:
[0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]:on> [0cl,opt,0cm,non3Ssub,sg]<s_2sg>:
[0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]: [0cl,opt,0cm,non3Ssub,sg]:ǫ> [0cl,opt,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[0cl,opt,0cm,non3Ssub,pl]: [0cl,opt,0cm,non3Ssub,pl]: [0cl,opt,0cm,non3Ssub,pl]:äh> [0cl,opt,0cm,non3Ssub,pl]<s_2pl>:
[0cl,opt,0cm,3Ssub,sg]: [0cl,opt,0cm,3Ssub,sg]: [0cl,opt,0cm,3Ssub,sg]:u> [0cl,opt,0cm,3Ssub,sg]<s_3sg>:
[0cl,opt,0cm,non3Ssub,pl]:h{E}{¨}> [0cl,opt,0cm,non3Ssub,pl]: [0cl,opt,0cm,non3Ssub,pl]:u> [0cl,opt,0cm,non3Ssub,pl]<s_3pl>:
[d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]:ush> [d,opt,0cm,non3Ssub,sg]<s_1sg>:
[d,opt,0cm,non3Ssub,pl]: [d,opt,0cm,non3Ssub,pl]:trʼ{E}{¨}> [d,opt,0cm,non3Ssub,pl]:u> [d,opt,0cm,non3Ssub,pl]<s_1pl>:
[d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]:on> [d,opt,0cm,non3Ssub,sg]<s_2sg>:
[d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]:ǫ> [d,opt,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[d,opt,0cm,non3Ssub,pl]: [d,opt,0cm,non3Ssub,pl]: [d,opt,0cm,non3Ssub,pl]:äh> [d,opt,0cm,non3Ssub,pl]<s_2pl>:
[d,opt,0cm,3Ssub,sg]: [d,opt,0cm,3Ssub,sg]: [d,opt,0cm,3Ssub,sg]:u> [d,opt,0cm,3Ssub,sg]<s_3sg>:
[d,opt,0cm,non3Ssub,pl]:h{E}{¨}> [d,opt,0cm,non3Ssub,pl]: [d,opt,0cm,non3Ssub,pl]:u> [d,opt,0cm,non3Ssub,pl]<s_3pl>:
[l,opt,0cm,non3Ssub,sg]: [l,opt,0cm,non3Ssub,sg]: [l,opt,0cm,non3Ssub,sg]:oy> [l,opt,0cm,non3Ssub,sg]<s_1sg>:
[l,opt,0cm,non3Ssub,pl]: [l,opt,0cm,non3Ssub,pl]:trʼ{E}{¨}> [l,opt,0cm,non3Ssub,pl]:u> [l,opt,0cm,non3Ssub,pl]<s_1pl>:
[l,opt,0cm,non3Ssub,sg]: [l,opt,0cm,non3Ssub,sg]: [l,opt,0cm,non3Ssub,sg]:on> [l,opt,0cm,non3Ssub,sg]<s_2sg>:
[d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]: [d,opt,0cm,non3Ssub,sg]:ǫ> [d,opt,0cm,non3Ssub,sg]<s_2sg>: # Dir/LR
[l,opt,0cm,non3Ssub,pl]: [l,opt,0cm,non3Ssub,pl]: [l,opt,0cm,non3Ssub,pl]:äh> [l,opt,0cm,non3Ssub,pl]<s_2pl>:
[l,opt,0cm,3Ssub,sg]: [l,opt,0cm,3Ssub,sg]: [l,opt,0cm,3Ssub,sg]:u> [l,opt,0cm,3Ssub,sg]<s_3sg>:
[l,opt,0cm,non3Ssub,pl]:h{E}{¨}> [l,opt,0cm,non3Ssub,pl]: [l,opt,0cm,non3Ssub,pl]:u> [l,opt,0cm,non3Ssub,pl]<s_3pl>:
LEXICON object-refl-only(2)
:jë> <refl>:
LEXICON object(3)
# prefix commands comments
:sh{E}{¨}> : <o_1sg>:
:sh> : <o_1sg>: # Dir/LR
:ni> : <o_1pl>:
:n> : <o_2sg>:
:khw{E}{¨}> : <o_2pl>:
#:khw> : <o_2pl>: # Dir/LR
#:khu> : <o_2pl>: # Dir/LR
[3Ssub]:y{E}{¨}> : [3Ssub]<o_3sg>: #The 3Ssub filter helps condition which 3sg object form appears
[3Ssub]:y> : [3Ssub]<o_3sg>: # Dir/LR
[non3Ssub]:w{E}{¨}> : [non3Ssub]<o_3sg>:
[non3Ssub]:w> : [non3Ssub]<o_3sg>: # Dir/LR
:hu> : <o_3pl>:
: :jë> <refl>: #maura checking on schwa deletion here, should we make a separate lexicon for reflexive
LEXICON NounPrefixes(2)
# prefix pattern commands comments
:sh{E}{¨}> <px1sg>:
:sh> <px1sg>: # Dir/LR
:ni> <px1pl>:
:n> <px2sg>:
:khw{E}{¨}> <px2pl>:
:y{E}{¨}> <px3sg_s3sg>:
:y> <px3sg_s3sg>: # Dir/LR
:w{E}{¨}> <px3sg>:
:w> <px3sg>: # Dir/LR
:hu> <px3pl>:
:j{E}{¨}> <pxrefl>:
:j> <pxrefl>: # Dir/LR
# TODO: add reflexive jë/j?
LEXICON PrepositionPrefixes(2)
#prefix pattern gloss commands comments
:sh{E}{¨}> <io_1sg>: # "me"
:sh> <io_1sg>: # "me" Dir/LR
:ni> <io_1pl>: # "us"
:n> <io_2sg>: # "you"
:khw{E}{¨}> <io_2pl>: # "y'all"
:y{E}{¨}> <io_3sg_s3sg>: # "do we still want these other tags?
:y> <io_3sg_s3sg>: # Dir/LR
:w{E}{¨}> <io_3sg>: # "her/him/it"
:w> <io_3sg>: # "her/him/it" Dir/LR
:hu> <io_3pl>: # "them"
:j{E}{¨}> <io_refl>: # "-self/-selves"
:j> <io_refl>: # "-self/-selves" Dir/LR
LEXICON Conjunctions(2)
# conjunction gloss commands comments
etsänn:etsänn <cnjcoo>: # "and"
etsän:etsän <cnjcoo>: # "and" Dir/LR (likely incorrect)
tʼoo:tʼoo <cnjcoo>: # "but"
tsʼą̈̀ʼ:tsʼą̈̀ʼ <cnjcoo>: # "and"
LEXICON Prepositions
# preposition gloss commands comments
ezheyy:ezheyy # "there"
ezheyy:ëzheyy # "there" Dir/LR
ghat:ghat # "by"
haa:haa # "for"
het:het # "near"
huwèe:huwèe # "with them" FIXME: already possessed?
hèe:hèe # "with"
kayy:kayy # "on"
kʼǫ̈ǫ̈:kʼǫ̈ǫ̈ # "over"
kʼämën:kʼämën # "around"
nnenn:nnenn # "over" what is the distinciton between these two? - RB
nä̀zheyy:nä̀zheyy # "down, below, under"
tsʼą̈̀ʼ:tsʼą̈̀ʼ # "to, towards"
tsʼänn:tsʼänn # "from, away from"
tłänn:tłänn # "after"
tłänn:tłä̀nn # "after" Dir/LR
zhìt:zhìt # "in"
LEXICON Adjectives
# adjective gloss commands comments
choo:choo # "big"
choo:choh # "big" Dir/LR
dhaww:dhaww # "hot"
dhëberr:dhëberr # "boiled"
dhëchʼee:dhëchʼee # "fried"
dorr:dorr # "ugly"
ghörr:ghörr # "round"
gʼąyy:gʼąyy # "dried"
hondòrr:hondòrr # "terrible"
hǫkayy:hǫkayy # "delicious"
hǫzǫǫ:hǫzǫǫ # "good"
khänn:khänn # "fast"
nähshi:nähshi # "silly"
nzoo:nzoo # "nice"
shòo:shòo # "happy"
tlät:tlät # "fat"
tsöll:tsöll # "small"
tʼäww:tʼäww # "red, raw"
tʼöö:tʼöö # "cooked"
zų̀ʼ:zų̀ʼ # "beautiful"
zų̀ʼ:zùʼ # "beautiful" Dir/LR FIXME: Err/Orth
LEXICON Determiners(2)
# determiner tag gloss commands comments
chʼèe:chʼèe <ind>: # "a"
eyy:eyy <dem>: # "that"
hontlʼät:hontlʼät <qnt>: # "lots, a lot"
LEXICON ProperNouns(2)
# proper noun tag comments
Bert:Bert <ant>:
Didą̀:Didą̀ <ant>: #RR grandchild
Didą̀ʼ:Didą̀ʼ <ant>: #RR grandchild
Eagle:Eagle <top>:
Ethel:Ethel <ant>:
Fairbanks:Fairbanks <top>:
Jody:Jody <ant>:
John:John <ant>:
Michael:Michael <ant>: #RR grandchild
Willem:Willem <ant>:
LEXICON ModalWord (2)
# modal pattern gloss comments
in:in <plural>: #pluralizer
įh:įh <plural>: #pluralizer maybe don't want a separate tag for this? discuss -JNW
kǒo:kǒo : #negation
nöö:nöö : #our one focus marker- is foc a good tag?
LEXICON NounRoot[bare,possessed]
# bare means can stand on its own
# possessed means can combined with possessive prefixes
# root gloss bare? +poss? commands comments
Dänzhìt\ hwëch’inn:Dänzhèt\ hwëch’enn ### move to Proper? # "Circle City People" bare possessed Dir/LR
Dänzhìt\ hwëch’inn:Dänzhìt\ hwëch’inn ### move to Proper? # "Circle City People bare possessed # FIXME: is this not compositional? if so, it should probably be a proper noun and a common noun
Dä̀htl’ah\ Choo:Dä̀htl’ah\ Choo # "Bible" bare possessed
# A
ajee\ tthit:ajee\ tthit[-bare] # "oldest sister" = possessed
äjee:äjee[-bare] # "older sister" = possessed
äk’ayy:äk’ayy[-bare] # "aunt" = possessed
# B
bä̀t:bä̀t[-bare] # "belly; his/her" - possessed
bèbii:bèbii # "baby" bare possessed
bìzhorr:bìzhorr # "bizhorr card game" bare possessed
bìzhorr\ choo:bìzhorr\ choo # "king of hearts" bare possessed
bìzhorr\ tsäww:bìzhorr\ tsäww # "jack of clubs" bare possessed
böh:böh # "load" bare possessed # multiple entries, see buh
böh\ ndä̀h:böh\ ndä̀h # "heavy load" bare possessed # multiple entries, see ǹdä̀h and böh ǹdä̀h
buh:buh # "load" bare possessed # multiple entries, see böh
buh\ ndää:buh\ ndää # "heavy load" bare possessed # multiple entries, see böh ndä̀h and ǹdä̀h
# C
chaa:chaa # "boy" bare possessed
chaww:chaww # "three" bare possessed
chà’:chà’[-bare] # "father" = possessed
chäghänn:chäghänn # "woman, old" bare possessed
chehłuu:chehłuu # "burbot fish" bare possessed
chin:chin # "bucket" bare possessed
chin\ wëchèʼ\ hònlįh:chin\ wëchèʼ\ hònlįh # "dipper" bare possessed
choo:choo[-bare] # "younger brother" = possessed
choo:choo[-bare] # "younger brother" bare possessed
chòo\ hąyts’änn:chòo\ hąts’änn[-bare] # "youngest brother" = possessed
chugah:chugah # "bird" bare possessed
chuu:chuu # "water" bare possessed
chuu\ chin:chuu\ chin # "cup" bare possessed
chʼëghö̀rr:chʼëghö̀rr # "eggs" bare possessed
chʼë̀zhànn:chʼë̀zhànn # "eagle" bare possessed
chʼìtseyy:chitseyy # "metal, stove" bare possessed Dir/LR
chʼìtseyy:chʼìtseyy # "metal, stove" bare possessed
chʼìtsèyy\ tlʼaa:chʼìtsèyy\ tlʼaa # "oven" bare possessed
chʼìtsèyy\ tlʼaa\ tʼàychènn:chʼìtsèyy\ tlʼaa\ tʼàychènn # "ovenpan" bare possessed
#D
dahzhää’:dahzhää’ # "snow on branches" bare possessed
dats’enn:dats’enn # "humpback whitefish" bare possessed
daydhoo:daydhoo # "scraper for skin (stone)" bare possessed
dàydhoo:dàydhoo # "scraper for skin (stone)" bare possessed Dir/LR
däbä̀ww’:däbä̀ww’ # "lips" bare possessed
däghà:däghà # "whiskers" bare possessed
däghä̀nn’:däghä̀nn’ # "rib cage" bare possessed
dähdräw:dähdräw # "cache" bare possessed
dähk’et:dähk’et # "bed" bare possessed
dähk’et:dähk’èt # "bed" bare possessed Dir/LR
dähmènn’:dähmènn’ # "baby swing" bare possessed
dähsroo:dähsroo # "canvas" bare possessed
dähsroo:dähsroo # "towel" bare possessed
dähsroo\ tr’ey:dähsroo\ tr’ey # "canvas canoe" bare possessed
dähsroo\ tsöll:dähsroo\ tsöll # "wash rag" bare possessed
dähtsaa:dähtsaa # "rack cache" bare possessed
dähtsaa:dähtsah # "rack cache" bare possessed Dir/LR
dähzhrùu’:dähzhrùu’ # "roof" bare possessed
däk’aww:däk’aww # "rock ptarmigan" bare possessed
dänoją̀’\ jëjee\ įh:dänoją̀’\ jëjee\ ęh # "people of long ago" bare possessed Dir/LR
dänoją̀’\ jëjee\ įh:dänoją̀’\ jëjee\ įh # "people of long ago" bare possessed
dät’ö̀h:dät’ö̀h # "white-fronted goose" bare possessed
däw:däw # "blood" bare possessed
däw\ nghä̀w:däw\ nghä̀w # "blood clot" bare possessed
däww:däww # "log splitter" bare possessed #again, has numerous definitions (pg 34)
däzhìi’:däzhìi’ # "breath" bare possessed
däzhurr:däzhurr # "voice" bare possessed #variant that I want to double check with someone - RB
däzrąyy:däzrąyy # "spades (cards)" bare possessed
dä̀baww:dä̀baww # "door" bare possessed
dä̀baww\ tthè’:dä̀baww\ tthè’ # "door knob" bare possessed Dir/LR
dä̀baww\ tthì’:dä̀baww\ tthì’ # "door knob" bare possessed
dä̀tleh:dä̀tleh # "soap" bare possessed
dä̀tleh:dä̀tlèh # "soap" bare possessed Dir/LR
dä̀tleh\ tth’àk\ choo:dä̀tleh\ tth’àk\ choo # "wash tub" bare possessed
dä̀’ä̀lann\ ch’į’àa’:dä̀’ä̀lann\ ch’į’àa’ # "stone axe" bare possessed
dä̀’ëlànn:dä̀’ëlànn # "old timer" bare possessed
dä̀’ëlànn:dä̀’ë̀lenn # "old tiemr" bare possessed Dir/LR
dä’idhoo:dä̀’idhoo # "scraper for skin (stone) bare possessed Dir/LR
dä’idhoo:dä’idhoo # "scraper for skin (stone)" bare possessed
dąyy:dąyy # "late spring" bare possessed
dą̈̀htl’ah:dą̈̀htl’ah # "paper" bare possessed New dictionary refers to this as "bills" and "book" and "credit" and "debt" and 2 other def.s(pg34), how to best proceed? -RB
dą̈̀htl’ah\ chu’:dą̈̀htl’ah\ chu’ # "ink" bare possessed
dą̈̀htl’ah\ tąy’:dą̈̀htl’ah\ tąy’ # "pen, pencil" bare possessed
ddhäw:ddhäw # "mountain" bare possessed
ddhäw\ dächänn:ddhäw\ dächänn # "foothills" bare possessed
ddhäw\ dägorr:ddhäw\ dägorr # "mountain pass" bare possessed
ddhäw\ däteyy:ddhäw\ däteyy #### missing definition #### # Dir/LR #not sure about this one - RB # FIXME: why is this Dir/LR? There doesn't seem to be a primary entry
ddhäw\ k’aww:ddhäw\ k’aww # "mountain ridge" bare possessed
ddhäw\ t’òrr’:ddhäw\ t’òrr’ # "bare mountain" bare possessed
dey:dey # "(spruce) grouse" bare possessed
dëfą̀ą\ ek:dä̀fąą\ ek # "shirt of mixed colors" bare possessed Dir/LR
dëfą̀ą\ ek:dëfą̀ą\ ek # "shirt of mixed colors" bare possessed
dëfą̀ą\ ek:dëfą̈̀ą̈\ ek # "shirt of mixed colors" bare possessed Dir/LR #again, not sure about this one, does this have to do with the usage being French? -RB
dhö̀ö:dhö̀ö # "skin, covering" bare possessed
dleyy:dleyy # "squirrel" bare possessed
drinn:drinn # "day" bare possessed
dzänn:dzänn # "muskrat" bare possessed
dzèh # "chewing gum" bare possessed
#E
ëbaàà’:ëbàà’ # "shirt sleeve" bare possessed
ëbàà’:ë̀bàà’ # "shirt sleeve" bare possessed Dir/LR
ëchänn:ëchänn # "stick" bare possessed
ëchänn:ë̀chänn # "stick" bare possessed Dir/LR
ëchänn:ëchänn # "wood" bare possessed
ëchänn:ë̀chänn # "wood" bare possessed Dir/LR
ëchänn\ ch’ìk’aa:ëchänn\ ch’ìk’aa # "wood file" bare possessed
ëchänn\ ch’ìk’aa:ë̀chänn\ ch’ìk’aa # "wood file" bare possessed Dir/LR
ëchänn\ chǫhkhorr:ëchänn\ chǫhkhorr # "knot in wood" bare possessed
ëchänn\ chǫhkhorr:ë̀chänn\ chǫhkhorr # "knot in wood" bare possessed Dir/LR
ëchänn\ ghorr:ëchänn\ ghorr # "knot in wood" bare possessed # Same translation as ëchänn chǫhkhorr
ëchänn\ ghorr:ë̀chänn\ ghorr # "knot in wood" bare possessed Dir/LR # Same translation as ëchänn chǫhkhorr
ëchänn\ hèw:ëchänn\ hèw # "deadfall" bare possessed
ëchänn\ hèw:ë̀chänn\ hèw # "deadfall" bare possessed Dir/LR
ëchänn\ kanträn:ëchänn\ kanträn # "shoes (street)" bare possessed
ëchänn\ ohkhä̀t:ëchänn\ ohkhä̀t # "termites" bare possessed
ëchänn\ ohkhä̀t:ë̀chänn\ ohkhä̀t # "termites" bare possessed Dir/LR
ëchänn\ sree:ëchänn\ sree # "wooden knife" bare possessed
ëchänn\ sree:ë̀chänn\ sree # "wooden knife" bare possessed Dir/LR
ëchänn\ tth’àk:ëchänn\ tth’àk # "wooden dish" bare possessed
ëchänn\ tth’àk:ë̀chänn\ tth’àk # "wooden dish" bare possessed Dir/LR
ëchänn\ wèe\ tr’ëheww:ëchänn\ wèe\ tr’ëheww # "hand plane" bare possessed
ëchänn\ wèe\ tr’ëheww:ë̀chänn\ wèe\ tr’ë̀ghèww # "hand plane" bare possessed Dir/LR
ëchänn\ zhoo:ëchänn\ zhoo # "log cabin" bare possessed
ëchänn\ zhoo:ëchänn\ zhoh # "log cabin" bare possessed Dir/LR
ëchenn\ chen:ëchenn\ chen # "coffin" bare possessed
ëchenn\ chen:ë̀chenn\ chen # "coffin" bare possessed Dir/LR
ëchenn\ chin:ëchenn\ chin # "trunk" bare possessed
ëchenn\ chin:ë̀chenn\ chen # "trunk" bare possessed Dir/LR
ëchinnn\ buh:ëchinn\ buh # "toboggan" bare possessed
ëchinn\ chèw:ëchinn\ chèw # "floor" bare possessed
ëchönn\ böh:ëchönn\ böh # "toboggan" bare possessed #multiple entries, see ëchinnn buh
ë̀chenn\ böh:ë̀chenn\ böh # "toboggan" bare possessed Dir/LR #multiple entries, see ëchinnn buh
ëdą̀y’:ëdą̀y’ # "blow fly" bare possessed
ëdą̀y’:ë̀dą̀y’ # "blow fly" bare possessed Dir/LR
ëdhäk:ëdhäk # "straight pin" bare possessed
ëdhäk:ëdhä̀k # "straight pin" bare possessed Dir/LR
ëdhö̀h\ dä̀hchann:ëdhö̀h\ dä̀hchann # "Stick used in tanning" bare possessed
ëdhö̀h\ dä̀hchann:ë̀dhö̀h\ dä̀hchann # "Stick used in tanning" bare possessed Dir/LR
ëdhö̀h\ zhoo:ëdhö̀h\ zhoo # "Smokehouse for skin" bare possessed
ëdhö̀h\ zhoo:ëdhö̀h\ zhoh # "Smokehouse for skin" bare possessed Dir/LR
ëdzöh\ zhoo:ëdzöh\ zhoo # "Dance hall" bare possessed
ëdzöh\ zhoo:ëdzöh\ zhoh # "Dance hall" bare possessed Dir/LR
e’ee:e’ee[-bare] # "Uncle (mothers brother)" = possessed
èhdàyy’:èhdàyy’[-bare] # "Back throat" = possessed
èhjà’:èhjà’[-bare] # "Chin" = possessed
ehl`aa\ įh:ehl`aa\ įh[-bare] # "Relatives" = possessed
ehl`aa\ įh:wehlaa\ ęh[-bare] # "Relatives" = possessed Dir/LR
ehonk’ǫ̈̀ǫ̈’:ehonk’ǫ̈̀ǫ̈’[-bare] # "shadow" = possessed
èhtl’akä̀ä’:èhtl’akä̀ä’[-bare] # "Throat glands" = possessed
ëjëtsuu:ëjëtsuu # "rust" bare possessed
ëjëtsuu:ë̀jë̀tsuu # "rust" bare possessed Dir/LR
ejèww’:ejèww’[-bare] # "language" = possessed
ë̀jëzhǫ̀rr’:ë̀jëzhǫ̀rr’[-bare] # "upper arm" = possessed
ë̀jëzhǫ̀rr’:wë̀jëzhǫ̀rr’[-bare] # "upper arm" = possessed Dir/LR
ehìi’:ehìi’[-bare] # "mind" = possessed
ek:ek # "dress" bare possessed
ek:ek # "shirt" bare possessed
ek\ tsä̀ww’:ek\ tsä̀ww’ # "button" bare possessed
ëlähdzǫ̈ǫ̈:ëlähdzǫ̈ǫ̈ # "bees" bare possessed
ëlähdzǫ̈ǫ̈:ë̀lä̀hdzǫ̈ǫ̈ # "bees" bare possessed Dir/LR
ëlähdzǫ̈ǫ̈\ t’oo:ëlähdzǫ̈ǫ̈\ t’oo # "bee hive" bare possessed
ëlähdzǫ̈ǫ̈\ t’oo:ë̀lä̀hdzǫ̈ǫ̈\ t’oo # "bee hive" bare possessed Dir/LR
ëlähdzǫ̈ǫ̈\ ts’iww:ëlähdzǫ̈ǫ̈\ ts’iww # "wasps" bare possessed
ëlähdzǫ̈ǫ̈\ ts’iww:ë̀lä̀hdzǫ̈ǫ̈\ ts’eww # "wasps" bare possessed Dir/LR
ëlëchann:ëlëchann # "jackfish" bare possessed
ëlëchann:ë̀lë̀chann # "jackfish" bare possessed Dir/LR
ëlëchann:ëlëchann # "pike" bare possessed
ëlëchann:ë̀lë̀chann # "pike" bare possessed Dir/LR
ëlink:ëlink # "song" bare possessed
ëlink:ëlenk # "song" bare possessed Dir/LR
ëts’änn:ëts’änn # "duck" bare possessed
ëts’ik:ëts’ik # "frost" bare possessed
ëts’ik:ts’ik # "frost" bare possessed Dir/LR
ëtth’ąyy\ ch’òndèyy’:ëtth’ąyy\ ch’òndèyy’ # "mosquito dope" bare possessed
ëtth’ąyy\ ch’òndèyy’:ë̀tth’ąyy\ ch’òndèyy’ # "mosquito dope" bare possessed Dir/LR
èww\ tthähtsä̀ww’:èww\ tthähtsä̀ww’ # "beads needle" bare possessed
èww\ tthähtsä̀ww’:uuw\ tthähtsä̀ww’ # "beads needle" bare possessed
èww’:èww’[-bare] # "dress (her)" = possessed
#G
gah:gah # "rabbit" bare possessed
gaa:gaa[-bare] # "child, his/her" - possessed
gah\ gaa:gah\ gaa # "rabbit baby" bare possessed
gah\ gànn’:gah\ gànn’ # "rabbit snare" bare possessed
gah\ ts’ä̀t:gah\ ts’ä̀t # "rabbit skin blanket" bare possessed
gàn:gàn # "snare" bare possessed
ganchä̀nn’:ganchä̀nn[-bare] # "shoulderblade, his/her" - possessed
gànn’:gànn’[-bare] # "arm, his/her" - possessed
ghee:ghee[-bare] # "sister-in-law, his/her" - possessed # should this be combined with brother-in-law?
ghee:ghee[-bare] # "brother-in-law, his/her" - possessed # should this be combined with sister-in-law?
ghò:ghò[-bare] # "teeth, his/her" - possessed
ghohk’ät:ghohk’ät[-bare] # "shoulder, his/her" - possessed
ghòhtl’at:ghòhtl’at # "snuff" bare possessed # variant tl’àt listed in dict
ghòll’:ghòll’[-bare] # "rump, his/her" - possessed
ghö̀rr’\ dhö̀h:ghö̀rr\ dhö̀h[-bare] # "scrotum, his" - possessed
ghö̀rr’:ghö̀rr’[-bare] # "testicles, his" - possessed
ghotl’ö̀ö’:ghotl’ö̀ö’[-bare] # "gums, his/her" - possessed # variant wëghotl’òo’ listed in dict
gįhii:gįhii # "minister" bare possessed # variant ginhii listed in dict
gįhii\ choh:gįhii\ choh # "bishop" bare possessed # variant ginhii listed in dict
göö:göö # "glacier" bare possessed
gòt\ tlèe’:gòt\ tlèe’[-bare] # "knee cartilage, his/her" - possessed
gòt:gòt[-bare] # "knee, his/her" - possessed
gųų:gųų # "bugs; worms" bare possessed # combined entries for bugs and worms
gųų\ jëzhorr:gųų\ jëzhorr # "hairy caterpillar" bare possessed
gų̀h:gų̀h # "plants; weeds" bare possessed #combined entries for plants and weeds
gųh\ däww:gųh\ däww # "strawberry blight" bare possessed
gųh\ dòdlerr:gųh\ dòdlerr # "bluebells" bare possessed
gų̀h\ dòdlerr:gų̀h\ dòdlerr # "lupine" bare possessed
gų̀h\ k’ää:gùh\ k’ää # "plants" bare possessed
gų̀h\ tsän:gų̀h\ tsän # "weeds" bare possessed #variant tsä̀n listed in dict
gwä̀t\ tlèe’:gwä̀t\ tlèe’[-bare] # "knee cartilage, his/her" - possessed
gwä̀t:gwä̀t[-bare] # "knee, his/her" - possessed
#H
hèw:hèw # "trap" bare possessed
hintsi’:hintsi’ # "loves" bare possessed
#I
itseyy\ gùk:itseyy\ gùk # "fork" bare possessed
iww:iww # "beads" bare possessed
#J
jaa:jaa[-bare] # "friend" = possessed
jew:jew # "crane" bare possessed
jeyy:jeyy # "blueberry" bare possessed
jèww:jèww[-bare] # "younger sister" = possessed
jèww\ hąyts’änn:jèww\ hąyts’änn[-bare] # "youngest sister" = possessed
jëjee:jëjee # "man" bare possessed
jëjee\ įh:jëjee\ įh # "people" bare possessed
jěyy:jěyy # "berries" bare possessed
jǫ̀rr\ baa:jǫ̀rr\ baa # "blue jay" bare possessed
juu:juu # "island" bare possessed
jëbee:jëbee # "sheep" bare possessed
jëjezhuu:jëjezhuu # "native person" bare possessed
jëjuu:jëjuu # "moose" bare possessed
#K
khah:khah # "goose" bare possessed
khaytsʼą̈̀ʼ:khaytsʼą̈̀ʼ # "autumn" bare possessed
khayy:khayy # "winter" bare possessed
koy:koy # "vomit" bare possessed
känträn:känträn # "slipper, moccasin" bare possessed
kʼä̀hmä̀ʼ:kʼä̀hmä̀ʼ # "morning" bare possessed
kʼä̀htsäww:kʼä̀htsäww # "spoon" bare possessed
kʼàyʼ:kʼàyʼ # "willow" bare possessed
#L
lëgäldä̀h:lëgäldä̀h # "playing cards" bare possessed
lë̀galdä̀h:lë̀galdä̀h # "playing cards" bare possessed Dir/LR
lëjìi\ chin:lëjìi\ chin # "tea kettle" bare possessed
lë̀seww:lë̀seww # "salt" bare possessed
lëjii:lëjii # "tea" bare possessed
#M
männ:männ # "lake" bare possessed
#N
naä̀ghayy:nä̀ghayy # "frog" bare possessed
nąą:nąą[-bare] # "mother" = possessed
nehjèʼ:nehjèʼ # "man, old" bare possessed
ninchǫ̀ʼ:ninchǫ̀ʼ # "rose hips" bare possessed
nintlʼät:nintlʼät # "low bush cranberries" bare possessed
nunn:nunn # "animal" bare possessed
nägöö:nägöö # "fox" bare possessed
nìnjuu\ gah:nìnjuu\ gah # "cat" bare possessed
ǹląyy:ǹląyy # "meat" bare possessed
ǹląyy\ gąyy:ǹląyy\ gąyy # "dried meat" bare possessed
ǹląyy\ tlorr:ǹląyy\ tlorr # "meat and gravy,stew" bare possessed
#O
ondayy:ondayy[-bare] # "older brother" = possessed
ondayy\ tthit:ondayy\ tthit[-bare] # "oldest brother" = possessed
#S
shär:shär # "bear" bare possessed
shä̀tsöö:shä̀tsöö # "mouse" bare possessed