Closed SergeyShk closed 1 year ago
Thanks for the report! It looks like the wrapper currently only uses the token.xpos
for the tag, which seems to not exist here. (Or maybe it changed in Stanza update and I missed it.) Adding (or appending?) the token.feats
here should fix it:
Yes, xpos does not exist in the Russian models. Can you fix this in the new version? https://github.com/explosion/spacy-stanza/pull/29
Any update on this? stanza still seems to be missing xpos for Russian.
Just going through older issues...
The default ru
models don't contain xpos, so for now spacy-stanza
uses upos for token.tag
if there's no xpos available. I think some of the non-default Russian models do contain xpos (I think Russian GSD looks like it does?).
Please feel free to reopen if you're still running into issues!
spaCy version: 2.1.9 spaCy-stanza version: 0.2.1
Using stanza, i get this:
Using spac-stanza, i get this:
But other annotations (such as lemma, pos, dep etc.) are available.