-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong POS for "keine": PRON instead of DET #1431
Comments
The data used to train the Stanza tagger was ud-treebanks-v2.13/UD_German-GSD/de_gsd-ud-train.conllu where The CoreNLP tagger has not been retrained since UD 2.4, where the standard was to treat Retraining taggers with updated data is less of a hassle than the general feature adds you've been requesting, so, we'll put updated data for some of those models on the list |
I have tried to connect to @manning through Linkedin regarding CoreNLP 4.5.6 with specific interest on German model 4.5.6 |
I also have issue with the result of dependency parsing. Hopefully, this will go away when the German POS assignment is correct. |
@AngledLuffa |
I mean, you'd probably have better luck just running these things locally
and looking at the results, but thank you for informing us of the demo
program's demise. I have kicked it.
|
Does german parser in CoreNLP support XPOS? I can ONLY find UPOS CoreNLPprops.setProperty("annotators", "tokenize, ssplit, mwt, pos, lemma, ner, depparse"); Stanza |
Correct, UPOS only
|
Stanza states keine as DET
CoreNLP 4.5.6 (with corresponding 4.5.6 German model) states keine as PRON
The text was updated successfully, but these errors were encountered: