-
Notifications
You must be signed in to change notification settings - Fork 0
/
kawe-verb-pref.lexc
48 lines (31 loc) · 1 KB
/
kawe-verb-pref.lexc
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
!! Verbal prefixes
LEXICON VerbPrefixes
TemporalPrefix ;
<0:[teMarker {te}] "@P.RequireTe.On@"> TePrefix ; !! this is a verb with the dualistic te-prefix
<0:[niMarker {ni}] "@P.RequireNi.On@"> TemporalPrefix ; !! this is a verb with the quantitative ni-prefix
LEXICON TePrefix
FuturePrefix ;
CondPrefix ;
PronomPrefix ;
LEXICON TemporalPrefix
FuturePrefix ;
PastPrefix ;
PastTePrefix ; !! Punctual Past for te-verbs: wa + te + pron + verb
CondPrefix ;
PronomPrefix ;
LEXICON PastTePrefix
<0:pastPref "@U.Aspect.Punct@" > DefiniteTePast;
LEXICON DefiniteTePast
< DefPast%+:[{wa'} teMarker {te}] "@P.RequireTe.On@"> PronomPrefix ;
LEXICON FuturePrefix
<0:futPref "@U.Aspect.Punct@"> Future;
LEXICON Future
Fut+:en PronomPrefix;
LEXICON CondPrefix
<0:condPref "@U.Aspect.Punct@"> Conditional;
LEXICON Conditional
Cond+:a PronomPrefix;
LEXICON PastPrefix
<0:pastPref "@U.Aspect.Punct@" "@D.RequireTe@"> DefinitePast;
LEXICON DefinitePast
DefPast+:wa PronomPrefix;