Is there a way to manually set the pos tag of a certain token in advance? #10525
Answered
by
polm
SilasTHU
asked this question in
Help: Coding & Implementations
-
I want to specify some words with manual labeled pos tags. And SpaCy do the rest for me based on that. Is that possible? Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Mar 22, 2022
Replies: 1 comment 2 replies
-
Yes, you can do that in a straightforward way.
Note this depends on the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SilasTHU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can do that in a straightforward way.
Note this depends on the
overwrite
flag in theTagger
and also possibly the AttributeRuler. See the docs.