mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
added trivial morphological functions
This commit is contained in:
@@ -36,8 +36,8 @@ concrete CatTur of Cat = CommonX - [CAdv,AdN] ** open ResTur, Prelude in {
|
||||
AP = {s : Number => Case => Str} ;
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
V, VS, VQ, VA = Verb ;
|
||||
V2, V2Q, V2V, V2A, V2S = Verb ** {c : Prep} ;
|
||||
V, VS, VV, VQ, VA = Verb ;
|
||||
V2, V2S, V2V, V2Q, V2A = Verb ** {c : Prep} ;
|
||||
V3 = Verb ** {c1,c2 : Prep} ;
|
||||
|
||||
A = Adjective ;
|
||||
|
||||
Reference in New Issue
Block a user