conjunction of AdV

This commit is contained in:
kr.angelov
2013-08-27 12:00:38 +00:00
parent 0ea4c754c0
commit 4369ed9f3f
3 changed files with 15 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ abstract Conjunction = Cat ** {
ConjAP : Conj -> [AP] -> AP ; -- "cold and warm"
ConjNP : Conj -> [NP] -> NP ; -- "she or we"
ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there"
ConjAdV : Conj -> [AdV] -> AdV ;
ConjIAdv : Conj -> [IAdv] -> IAdv ; -- "where and with whom"
ConjCN : Conj -> [CN] -> CN ; -- "man and woman"
@@ -32,7 +33,8 @@ abstract Conjunction = Cat ** {
cat
[S]{2} ;
[RS]{2} ;
[Adv]{2} ;
[Adv]{2} ;
[AdV]{2} ;
[NP]{2} ;
[AP]{2} ;
[IAdv]{2} ;