1
0
forked from GitHub/gf-rgl

(Por) misc fixes

- add n_units_of_NP
- add n_unit_CN
- refactor adjective paradigm opers
- rm identity definitions in Idiom
This commit is contained in:
odanoburu
2019-01-07 13:35:31 -02:00
parent 560f9b22c2
commit 3b55eaa89d
3 changed files with 23 additions and 18 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ concrete IdiomPor of Idiom = CatPor **
s = "deixe" ++ (np.s ! Nom).ton ++ infVP vp np.a ;
} ;
SelfAdvVP vp = vp ;
SelfAdvVP vp = variants {} ;
SelfAdVVP = insertComplement (
\\agr => case agr of {
@@ -68,6 +68,6 @@ concrete IdiomPor of Idiom = CatPor **
}
) ;
SelfNP np = np ;
SelfNP np = variants {} ;
} ;