1
0
forked from GitHub/gf-rgl
This commit is contained in:
aarne
2005-11-29 15:21:45 +00:00
parent fc495062fe
commit fa46831981
24 changed files with 323 additions and 23 deletions

View File

@@ -4,10 +4,10 @@ abstract Sentence = Cat ** {
PredVP : NP -> VP -> Cl ;
SlashV2 : NP -> V2 -> Slash ;
AdvSlash : Slash -> Adv -> Slash ;
ImpVP : VP -> Imp ;
SlashV2 : NP -> V2 -> Slash ;
AdvSlash : Slash -> Adv -> Slash ;
SlashPrep : Cl -> Prep -> Slash ;
}