Sentence adverbials.

This commit is contained in:
aarne
2003-10-03 13:11:23 +00:00
parent 719fcd09ea
commit 3aa5921fbc
6 changed files with 50 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ lincat
V = Verb ;
-- = {s : VForm => Str ; s2 : Particle} ;
VP = Verb ** {s3 : Number => Str} ;
VP = Verb ** {s3 : Number => Str ; s4 : Str} ;
TV = TransVerb ;
-- = Verb ** {s3 : Preposition ; c : Case} ;
V3 = TransVerb ** {s4 : Preposition ; c2 : Case} ;
@@ -173,6 +173,7 @@ lin
SubjS = subjunctSentence ;
SubjImper = subjunctImperative ;
SubjQu = subjunctQuestion ;
SubjVP = subjunctVerbPhrase ;
PhrNP = useNounPhrase ;
PhrOneCN = useCommonNounPhrase singular ;