forked from GitHub/gf-core
query language extended and generalized
This commit is contained in:
@@ -63,5 +63,11 @@ abstract Extra = Cat ** {
|
||||
|
||||
UseFoc : Temp -> Pol -> Foc -> Utt ;
|
||||
|
||||
|
||||
cat
|
||||
[CN] {2} ;
|
||||
fun
|
||||
ConjCN : Conj -> [CN] -> CN ; -- (every) man and woman
|
||||
|
||||
PartVP : VP -> AP ; -- looking at Mary
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user