1
0
forked from GitHub/gf-rgl

documenting and reorganizing Verb

This commit is contained in:
aarne
2006-01-13 14:48:53 +00:00
parent 5815838f74
commit 2ae84f68b9
9 changed files with 77 additions and 39 deletions

View File

@@ -12,4 +12,8 @@ abstract Sentence = Cat ** {
AdvSlash : Slash -> Adv -> Slash ;
SlashPrep : Cl -> Prep -> Slash ;
EmbedS : S -> SC ;
EmbedQS : QS -> SC ;
EmbedVP : VP -> SC ;
}