1
0
forked from GitHub/gf-rgl

prodrop pronouns from Anna's grammar

This commit is contained in:
krasimir
2016-08-30 11:28:11 +00:00
parent f1aff40123
commit 5fc11c8cb0
6 changed files with 41 additions and 20 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
concrete CatSlv of Cat = CommonX ** open ResSlv, (P=ParamX) in {
concrete CatSlv of Cat = CommonX ** open ResSlv, (P=ParamX), Prelude in {
lincat
-- Sentence
@@ -18,7 +18,7 @@ lincat
-- Noun
CN = {s : Species => Case => Number => Str; g : AGender} ;
NP = {s : Case => Str ; a : Agr} ;
NP = {s : Case => Str; a : Agr; isPron : Bool} ;
Pron = {s : Case => Str; poss : Gender => Case => Number => Str; a : Agr} ;