* Add missing tags to the German tag map

This commit is contained in:
Matthew Honnibal 2016-02-02 22:30:22 +01:00
parent bf5a7cc598
commit d0f06c5cc4
1 changed files with 4 additions and 1 deletions

View File

@ -18,8 +18,10 @@
"KOUI": {"pos": "SCONJ"},
"KOUS": {"pos": "SCONJ"},
"NE": {"pos": "PROPN"},
"NNE": {"pos": "PROPN"},
"NN": {"pos": "NOUN"},
"PAV": {"pos": "ADV", "PronType": "Dem"},
"PROAV": {"pos": "ADV", "PronType": "Dem"},
"PDAT": {"pos": "DET", "PronType": "Dem"},
"PDS": {"pos": "PRON", "PronType": "Dem"},
"PIAT": {"pos": "DET", "PronType": "Ind,Neg,Tot"},
@ -52,5 +54,6 @@
"VVINF": {"pos": "VERB", "VerbForm": "Inf"},
"VVIZU": {"pos": "VERB", "VerbForm": "Inf"},
"VVPP": {"pos": "VERB", "Aspect": "Perf", "VerbForm": "Part"},
"XY": {"pos": "X"}
"XY": {"pos": "X"},
"SP": {"pos": "SPACE"}
}