ValueError with cov-bsv #11479
Unanswered
greybraun
asked this question in
Help: Other Questions
Replies: 2 comments
-
Let me link to #7743 where this started for context... The Also, you asked in the other thread, but we don't take live calls for support here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your good answer.
…On Tue, Sep 13, 2022 at 12:19 PM polm ***@***.***> wrote:
Let me link to #7743 <#7743>
where this started for context...
The cov-bsv project seems to only support spaCy v2, so if you want to use
it the easiest thing woud be to use a v2 version of spaCy.
Also, you asked in the other thread, but we don't take live calls for
support here.
—
Reply to this email directly, view it on GitHub
<#11479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A27U4IGNHR6A3NQY4H55RGTV57XDFANCNFSM6AAAAAAQKE6SM4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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 wanted to load model on this site.
https://spacy.io/universe/project/cov-bsv
simple code:
import cov_bsv # model
nlp = cov_bsv.load() # load model
error you have seen occoured on second line.
Beta Was this translation helpful? Give feedback.
All reactions