mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
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:
@@ -7,9 +7,11 @@ abstract ExtraEstAbs = Extra [
|
||||
|
||||
flags coding=utf8 ;
|
||||
fun
|
||||
GenCN : NP -> CN -> CN ; -- auton merkki
|
||||
GenCN : NP -> CN -> CN ; -- soome mees
|
||||
ComitCN : NP -> CN -> CN ; -- põlenud puudega mets
|
||||
ElatCN : NP -> CN -> CN ; -- puust laud
|
||||
AbessCN : NP -> CN -> CN ; -- autota pere
|
||||
TerminCN : NP -> CN -> CN ; -- maani kleit
|
||||
|
||||
AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me
|
||||
AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko
|
||||
|
||||
Reference in New Issue
Block a user