POS tagging
#412
Replies: 1 comment
-
Yes - you can write a custom task to do this with In general, it should be relatively straightforward to implement a custom task, see the docs here and here: you need a Let us know if you run into issues implementing this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, one of the things we're using spacy-transformers currently is POS tagging. Having to have a different model for each language is a huge problem in terms of memory consumption and architecture. Is it possible to use spacy-llm to do POS tagging, e.g. with OpenAI? Or could it be extended to do so?
Beta Was this translation helpful? Give feedback.
All reactions