query language extended and generalized

This commit is contained in:
aarne
2010-06-19 10:29:06 +00:00
parent cca3039505
commit d9c34ce848
8 changed files with 174 additions and 61 deletions

View File

@@ -65,7 +65,8 @@ abstract Verb = Cat ** {
-- Adjectival phrases, noun phrases, and adverbs can be used.
CompAP : AP -> Comp ; -- (be) small
CompNP : NP -> Comp ; -- (be) a man
CompNP : NP -> Comp ; -- (be) the man
CompAdv : Adv -> Comp ; -- (be) here
CompCN : CN -> Comp ; -- (be) a man/men
}