From d0f06c5cc424887cd72b945324a8c58499113617 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 2 Feb 2016 22:30:22 +0100 Subject: [PATCH] * Add missing tags to the German tag map --- lang_data/de/tag_map.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang_data/de/tag_map.json b/lang_data/de/tag_map.json index ee1bb1b81..29da20a39 100644 --- a/lang_data/de/tag_map.json +++ b/lang_data/de/tag_map.json @@ -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"} }