Skip to content
Discussion options

You must be logged in to vote

Check that your pipeline contains a morphologizer. Using the default spacy CoNLL-U converter, XPOS is saved as token.tag_ and UPOS is saved as token.pos_. token.tag_ is output by the tagger component and token.pos_ + token.morph are output by the morphologizer component.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by funghetto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / tagger Feature: Part-of-speech tagger feat / morphologizer Feature: Morphologizer
2 participants