mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
Anna Ehrlemark's additional work on Slv
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user