Anna Ehrlemark's additional work on Slv

This commit is contained in:
aarne
2016-11-11 07:45:16 +00:00
parent d37d00b6db
commit bdbbf7d2e7
11 changed files with 172 additions and 41 deletions
+4 -3
View File
@@ -37,11 +37,12 @@ lincat
Prep = {s : Str; c : Case} ;
-- Open lexical classes, e.g. Lexicon
V = {s : VForm => Str ; p : Str}; ----AR: +p particle
VS = {s : VForm => Str ; p : Str};
V = {s : VForm => Str ; p : Str ; refl : Str}; ----AR: +p particle
VS = {s : VForm => Str ; p : Str ; refl : Str};
VQ = {s : VForm => Str};
VV = {s : VForm => Str};
V2 = {s : VForm => Str; c2 : Prep ; p : Str}; ----AR: +p particle
V2 = {s : VForm => Str; c2 : Prep ; p : Str ; refl : Str}; ----AR: +p particle
V3 = {s : VForm => Str; c2 : Prep ; c3 : Prep ; p : Str ; refl : Str};
A = {s : AForm => Str};