mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
experimenting with English VP
This commit is contained in:
16
lib/resource/exper/gf/CatEng.gf
Normal file
16
lib/resource/exper/gf/CatEng.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
concrete CatEng of Cat = open ResEng in {
|
||||
lincat
|
||||
S = {s : Str} ;
|
||||
Cl = {s : Tense => Anteriority => Ord => Pol => Str} ;
|
||||
VP = {
|
||||
s : Tense => Anteriority => Ord => Pol => Agr => {fin, inf : Str} ;
|
||||
s2 : Agr => Str
|
||||
} ;
|
||||
NP = {s : Case => Str ; a : Agr} ;
|
||||
AP = {s : Str} ;
|
||||
Comp = {s : Agr => Str} ;
|
||||
V = Verb ; -- = {s : VForm => Str} ;
|
||||
V2 = Verb ** {s2 : Str} ;
|
||||
VV = Verb ** {s2 : Str} ;
|
||||
Adv = {s : Str} ;
|
||||
}
|
||||
Reference in New Issue
Block a user