diff options
Diffstat (limited to 'treebanks/susanne/Idents.hs')
| -rw-r--r-- | treebanks/susanne/Idents.hs | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/treebanks/susanne/Idents.hs b/treebanks/susanne/Idents.hs index 14a731f76..50fbc6d26 100644 --- a/treebanks/susanne/Idents.hs +++ b/treebanks/susanne/Idents.hs @@ -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" |
