Akron | 67dca8b | 2025-06-05 14:06:34 +0200 | [diff] [blame] | 1 | id: stts-upos |
| 2 | desc: Mapping from STTS and Universal dependency Part-of-Speech |
| 3 | foundryA: opennlp |
| 4 | layerA: p |
| 5 | foundryB: upos |
| 6 | layerB: p |
| 7 | mappings: |
| 8 | - "[$\\(] <> [PUNCT & PunctType=Brck]" |
| 9 | - "[$,] <> [PUNCT & PunctType=Comm]" |
| 10 | - "[$.] <> [PUNCT & PunctType=Peri]" |
| 11 | - "[ADJA] <> [ADJ]" |
| 12 | - "[ADJD] <> [ADJ & Variant=Short]" |
| 13 | - "[ADV] <> [ADV]" |
| 14 | - "[APPO] <> [ADP & AdpType=Post]" |
| 15 | - "[APPR] <> [ADP & AdpType=Prep]" |
| 16 | - "[APPRART] <> [ADP & AdpType=Prep & PronType=Art]" |
| 17 | - "[APZR] <> [ADP & AdpType=Circ]" |
| 18 | - "[ART] <> [DET & PronType=Art]" |
| 19 | - "[CARD] <> [NUM & NumType=Card]" |
| 20 | - "[FM] <> [X & Foreign=Yes]" |
| 21 | - "[ITJ] <> [INTJ]" |
| 22 | - "[KOKOM] <> [CCONJ & ConjType=Comp]" |
| 23 | - "[KON] <> [CCONJ]" |
| 24 | - "[KOUI] <> [SCONJ]" |
| 25 | - "[KOUS] <> [SCONJ]" |
| 26 | - "[NE] <> [PROPN]" |
| 27 | - "[NN] <> [NOUN]" |
| 28 | - "[PAV] <> [ADV & PronType=Dem]" |
| 29 | - "[PDAT] <> [DET & PronType=Dem]" |
| 30 | - "[PDS] <> [PRON & PronType=Dem]" |
| 31 | - "[PIAT] <> [DET & (PronType=Ind | PronType=Neg | PronType=Tot)]" |
| 32 | - "[PIDAT] <> [DET & AdjType=Pdt & (PronType=Ind | PronType=Neg | PronType=Tot)]" |
| 33 | - "[PIS] <> [PRON & (PronType=Ind | PronType=Neg | PronType=Tot)]" |
| 34 | - "[PPER] <> [PRON & PronType=Prs]" |
| 35 | - "[PPOSAT] <> [DET & Poss=Yes & PronType=Prs]" |
| 36 | - "[PPOSS] <> [PRON & Poss=Yes & PronType=Prs]" |
| 37 | - "[PRELAT] <> [DET & PronType=Rel]" |
| 38 | - "[PRELS] <> [PRON & PronType=Rel]" |
| 39 | - "[PRF] <> [PRON & PronType=Prs & Reflex=Yes]" |
| 40 | - "[PTKA] <> [PART]" |
| 41 | - "[PTKANT] <> [PART & PartType=Res]" |
| 42 | - "[PTKNEG] <> [PART & Polarity=Neg]" |
| 43 | - "[PTKVZ] <> [ADP & PartType=Vbp]" |
| 44 | - "[PTKZU] <> [PART & PartType=Inf]" |
| 45 | - "[PWAT] <> [DET & PronType=Int]" |
| 46 | - "[PWAV] <> [ADV & PronType=Int]" |
| 47 | - "[PWS] <> [PRON & PronType=Int]" |
| 48 | - "[TRUNC] <> [X & Hyph=Yes]" |
| 49 | - "[VAFIN] <> [AUX & Mood=Ind & VerbForm=Fin]" |
| 50 | - "[VAIMP] <> [AUX & Mood=Imp & VerbForm=Fin]" |
| 51 | - "[VAINF] <> [AUX & VerbForm=Inf]" |
| 52 | - "[VAPP] <> [AUX & Aspect=Perf & VerbForm=Part]" |
| 53 | - "[VMFIN] <> [VERB & Mood=Ind & VerbForm=Fin & VerbType=Mod]" |
| 54 | - "[VMINF] <> [VERB & VerbForm=Inf & VerbType=Mod]" |
| 55 | - "[VMPP] <> [VERB & Aspect=Perf & VerbForm=Part & VerbType=Mod]" |
| 56 | - "[VVFIN] <> [VERB & Mood=Ind & VerbForm=Fin]" |
| 57 | - "[VVIMP] <> [VERB & Mood=Imp & VerbForm=Fin]" |
| 58 | - "[VVINF] <> [VERB & VerbForm=Inf]" |
| 59 | - "[VVIZU] <> [VERB & VerbForm=Inf]" |
| 60 | - "[VVPP] <> [VERB & Aspect=Perf & VerbForm=Part]" |
| 61 | - "[XY] <> [X]" |
| 62 | |