mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
experiment with dep resource
This commit is contained in:
21
grammars/dep/AppEng.gf
Normal file
21
grammars/dep/AppEng.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
concrete AppEng of App = open DepEng in {
|
||||
lincat
|
||||
S = SG ;
|
||||
Q = SG ;
|
||||
NP = NG ;
|
||||
QP = NG ;
|
||||
V = VG ;
|
||||
V2 = VG ;
|
||||
|
||||
lin
|
||||
SPredV np v = MkSG NtS Vt1 np v CG1 ;
|
||||
SPredV2 np v y = MkSG NtS Vt2 np v (CG2 y) ;
|
||||
QPredV np v = MkSG NtQ Vt1 np v CG1 ;
|
||||
QPredV2 np v y = MkSG NtQ Vt2 np v (CG2 y) ;
|
||||
|
||||
aJohn = John ;
|
||||
aWho = Who ;
|
||||
|
||||
aWalk = Walk ;
|
||||
aLove = Love ;
|
||||
}
|
||||
Reference in New Issue
Block a user