Add comitative and elative modifiers of type NP -> CN -> CN; use shortPronoun in ma_Pron,sa_Pron etc

This commit is contained in:
Inari Listenmaa
2017-08-28 17:17:04 +02:00
parent 919d8c74cf
commit c0f3f43350
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -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 ;