mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Por) Implement AForm+related opers in DiffPor
This commit is contained in:
@@ -116,7 +116,7 @@ lin
|
||||
|
||||
nounHeading n = ss (n.s ! Sg) ;
|
||||
nounPluralHeading n = ss (n.s ! Pl) ;
|
||||
modNounHeading a n = ss (n.s ! Sg ++ a.s ! genNumPos2Aform n.g Sg False) ;
|
||||
modNounHeading a n = ss (n.s ! Sg ++ a.s ! genNum2Aform n.g Sg) ;
|
||||
|
||||
exampleGr_N = mkN "exemplo" ;
|
||||
formGr_N = mkN "forma" ;
|
||||
|
||||
Reference in New Issue
Block a user