mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 05:02:50 -06:00
fused Conj and DConj in exper
This commit is contained in:
@@ -22,10 +22,10 @@ abstract Conjunction = Cat ** {
|
||||
ConjNP : Conj -> [NP] -> NP ; -- "she or we"
|
||||
ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there"
|
||||
|
||||
DConjS : DConj -> [S] -> S ; -- "either he walks or she runs"
|
||||
DConjAP : DConj -> [AP] -> AP ; -- "both warm and cold"
|
||||
DConjNP : DConj -> [NP] -> NP ; -- "either he or she"
|
||||
DConjAdv : DConj -> [Adv] -> Adv; -- "both here and there"
|
||||
---b DConjS : DConj -> [S] -> S ; -- "either he walks or she runs"
|
||||
---b DConjAP : DConj -> [AP] -> AP ; -- "both warm and cold"
|
||||
---b DConjNP : DConj -> [NP] -> NP ; -- "either he or she"
|
||||
---b DConjAdv : DConj -> [Adv] -> Adv; -- "both here and there"
|
||||
|
||||
--2 Categories
|
||||
|
||||
|
||||
Reference in New Issue
Block a user