best practises for extend a spacy language model #12274
joseberlines
started this conversation in
Help: Best practices
Replies: 1 comment
-
Hey, To be able to provide a useful answer may I ask for some more clarification? Perhaps a concrete example to start the discussion from? |
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
-
I work with several of the languages models available in spacy.
I have some functionalities as follows:
What is the bes practise to create a spacy doc object that takes an existing language model, applies all the changes and gives back a spacy object with all the extra functionalities.
MOreover, is that same procedure when trying to extend language models of the so called spacy universe (medspacy for instance)? (for instance scispacy?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions