some more conversion patterns for Susanne

This commit is contained in:
krasimir
2015-11-18 10:16:55 +00:00
parent ee1d19555a
commit 43011ebdb1
3 changed files with 126 additions and 29 deletions

View File

@@ -39,6 +39,7 @@ cidConsS = app0 "ConsS"
cidConjS = app0 "ConjS"
cidMassNP = app1 "MassNP"
cidAdvNP = app2 "AdvNP"
cidExtAdvNP = app2 "ExtAdvNP"
cidTPres = app0 "TPres"
cidTPast = app0 "TPast"
cidTFut = app0 "TFut"
@@ -64,10 +65,10 @@ cidAdvS = app2 "AdvS"
cidPositA = app1 "PositA"
cidIDig = app0 "IDig"
cidIIDig = app0 "IIDig"
cidNumCard = app0 "NumCard"
cidNumDigits = app0 "NumDigits"
cidNumNumeral = app0 "NumNumeral"
cidnum = app0 "num"
cidNumCard = app1 "NumCard"
cidNumDigits = app1 "NumDigits"
cidNumNumeral = app1 "NumNumeral"
cidnum = app1 "num"
cidpot2as3 = app0 "pot2as3"
cidpot1as2 = app0 "pot1as2"
cidpot0as1 = app0 "pot0as1"
@@ -94,7 +95,7 @@ cidDashSgN = app2 "DashSgN"
cidDashPlN = app2 "DashPlN"
cidProgrVP = app0 "ProgrVP"
cidGerundN = app0 "GerundN"
cidGerundAP = app0 "GerundAP"
cidPresPartAP = app1 "PresPartAP"
cidGenNP = app1 "GenNP"
cidPredetNP = app1 "PredetNP"
cidDetNP = app1 "DetNP"