mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
=Implemented the abstract function VocNP and PConjConj in PhraseCgg.gf
This commit is contained in:
@@ -9,6 +9,7 @@ lin
|
||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
|
||||
NoPConj = {s = ""} ;
|
||||
PConjConj conj = {s = conj.s ! AConj Other} ;
|
||||
NoVoc = {s = ""} ;
|
||||
VocNP np = {s=np.s !Nom} ;
|
||||
|
||||
|
||||
@@ -1626,6 +1626,7 @@ oper
|
||||
|
||||
|
||||
--Conjunctions
|
||||
-- arguments to conjunctions determine which version is used
|
||||
Conjunction : Type = {s : AgrConj =>Str ;s2 : Str ; n : Number} ;
|
||||
|
||||
-- For $Numeral$.
|
||||
|
||||
Reference in New Issue
Block a user