Daniel King
Daniel King
Hey Eric, thanks for the pointer to Gilda! I'm not familiar with it, but will have a look at some point. Id like for scispacy to have a trained entity...
Please post the full error
Could you please share the output of pip/conda list? I will try to reproduce, but first it would be great if you could try in a new, clean environment.
The error looks like it is an error installing scipy, not scispacy. Can you confirm this by trying to install scipy separately?
I can't reproduce as I don't have an M1 mac unfortunately. Can you make sure you can install spacy and nmslib? If you can install those two libraries, everything else...
Closing due to inactivity
Yeah, I remember I had some code in the tokenizer to deal with parentheses a bit better, but at some point spacy changed from the `regex` package to the `re`...
@DeNeutoy can you have a look a this?
Hi, integration with wikidata would definitely be nice. You should just need to do what @DeNeutoy says here (https://github.com/allenai/scispacy/issues/331#issuecomment-803291644)!
Can you try adding a `from scispacy.base_project_code import *` to the top of your file?