mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
(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:
@@ -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 {} ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user