more variants in ParseChi: topicalized adverbs, V-not-V questions

This commit is contained in:
aarne
2013-12-09 10:43:57 +00:00
parent 1cd4424f17
commit 61fb3790c1
3 changed files with 10 additions and 6 deletions

View File

@@ -10,9 +10,9 @@ abstract ExtraChiAbs = Cat,
Aspect ;
fun
CompBareAP : AP -> Comp ; -- adjectival predication without copula
CompBareAP : AP -> Comp ; -- adjectival predication without copula
QuestRepV : Cl -> QCl ; -- V neg V question
TopicAdvCl : Adv -> Cl -> Cl ; -- topicalized adverb
TopicAdvVP : VP -> Adv -> VP ; -- topicalized adverb
} ;