mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
Add comitative and elative modifiers of type NP -> CN -> CN; use shortPronoun in ma_Pron,sa_Pron etc
This commit is contained in:
@@ -8,6 +8,8 @@ abstract ExtraEstAbs = Extra [
|
||||
flags coding=utf8 ;
|
||||
fun
|
||||
GenCN : NP -> CN -> CN ; -- auton merkki
|
||||
ComitCN : NP -> CN -> CN ; -- põlenud puudega mets
|
||||
ElatCN : NP -> CN -> CN ; -- puust laud
|
||||
|
||||
AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me
|
||||
AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko
|
||||
@@ -22,8 +24,6 @@ abstract ExtraEstAbs = Extra [
|
||||
|
||||
PartCN : CN -> NP ; -- olutta
|
||||
|
||||
vai_Conj : Conj ; -- minä vai sinä? ("or" in question)
|
||||
|
||||
--Short forms of the pronouns
|
||||
ma_Pron : Pron ;
|
||||
sa_Pron : Pron ;
|
||||
|
||||
Reference in New Issue
Block a user