mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
=Implemented the abstract function fun
This commit is contained in:
@@ -10,6 +10,7 @@ lin
|
|||||||
|
|
||||||
NoPConj = {s = ""} ;
|
NoPConj = {s = ""} ;
|
||||||
NoVoc = {s = ""} ;
|
NoVoc = {s = ""} ;
|
||||||
|
VocNP np = {s=np.s !Nom} ;
|
||||||
|
|
||||||
-- Utterances are formed from sentences, questions, and imperatives.
|
-- Utterances are formed from sentences, questions, and imperatives.
|
||||||
UttNP np = {s= np.s!Acc}; --: NP -> Utt ;
|
UttNP np = {s= np.s!Acc}; --: NP -> Utt ;
|
||||||
|
|||||||
Reference in New Issue
Block a user