1
0
forked from GitHub/gf-rgl

(Pes) add ZWNJ + remove some repetition for pronouns

This commit is contained in:
Inari Listenmaa
2019-03-05 15:18:57 +01:00
parent 2f8e4dfad6
commit 9aa34ac2b6
4 changed files with 31 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ concrete CatPes of Cat = CommonX - [Adv] ** open ResPes, Prelude in {
CN = ResPes.CN ;
NP = ResPes.NP ;
Pron = {s : Str ; ps : Str ; a : Agr};
Pron = ResPes.Pron ;
Det = ResPes.Determiner ;
Predet = {s : Str} ;
Num = {s : Str ; n : Number ; isNum : Bool} ;