mirror of https://github.com/explosion/spaCy.git
* Add missing tags to the German tag map
This commit is contained in:
parent
bf5a7cc598
commit
d0f06c5cc4
|
@ -18,8 +18,10 @@
|
||||||
"KOUI": {"pos": "SCONJ"},
|
"KOUI": {"pos": "SCONJ"},
|
||||||
"KOUS": {"pos": "SCONJ"},
|
"KOUS": {"pos": "SCONJ"},
|
||||||
"NE": {"pos": "PROPN"},
|
"NE": {"pos": "PROPN"},
|
||||||
|
"NNE": {"pos": "PROPN"},
|
||||||
"NN": {"pos": "NOUN"},
|
"NN": {"pos": "NOUN"},
|
||||||
"PAV": {"pos": "ADV", "PronType": "Dem"},
|
"PAV": {"pos": "ADV", "PronType": "Dem"},
|
||||||
|
"PROAV": {"pos": "ADV", "PronType": "Dem"},
|
||||||
"PDAT": {"pos": "DET", "PronType": "Dem"},
|
"PDAT": {"pos": "DET", "PronType": "Dem"},
|
||||||
"PDS": {"pos": "PRON", "PronType": "Dem"},
|
"PDS": {"pos": "PRON", "PronType": "Dem"},
|
||||||
"PIAT": {"pos": "DET", "PronType": "Ind,Neg,Tot"},
|
"PIAT": {"pos": "DET", "PronType": "Ind,Neg,Tot"},
|
||||||
|
@ -52,5 +54,6 @@
|
||||||
"VVINF": {"pos": "VERB", "VerbForm": "Inf"},
|
"VVINF": {"pos": "VERB", "VerbForm": "Inf"},
|
||||||
"VVIZU": {"pos": "VERB", "VerbForm": "Inf"},
|
"VVIZU": {"pos": "VERB", "VerbForm": "Inf"},
|
||||||
"VVPP": {"pos": "VERB", "Aspect": "Perf", "VerbForm": "Part"},
|
"VVPP": {"pos": "VERB", "Aspect": "Perf", "VerbForm": "Part"},
|
||||||
"XY": {"pos": "X"}
|
"XY": {"pos": "X"},
|
||||||
|
"SP": {"pos": "SPACE"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue