forked from GitHub/gf-rgl
minor Estonian additions from last summer (#51)
* add two new nominal modifiers of type NP -> CN -> CN * change married_A2 to invariant adjective * rename CommonNoun to Noun * change type of relPron * merge CompAP and ICompAP using the same oper ; fix reflPron (ise, enda, ...) and add a helper function fixPlNom * minor cleanup * change in who_RP, reflecting the change of relative pronouns in ResEst * Add new functions to ExtendEst ; update comments in ResEst
This commit is contained in:
@@ -119,7 +119,7 @@ lin
|
||||
love_N = mkN "armastus" ;
|
||||
love_V2 = mkV2 (mkV "armastama") partitive ;
|
||||
man_N = mkN "mees" "mehe" "meest" "mehesse" "meeste" "mehi" ;
|
||||
married_A2 = mkA2 (mkA "abielus") (casePrep comitative) ;
|
||||
married_A2 = mkA2 (invA "abielus") (casePrep comitative) ;
|
||||
meat_N = mkN "liha" ;
|
||||
milk_N = mkN "piim" "piima" "piima" ;
|
||||
moon_N = mkN "kuu" ;
|
||||
|
||||
Reference in New Issue
Block a user