python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does using the full path solved the can't find model 'en_core_web_sm'
When I try to load en_core_web_sm from spacy with:
import spacy
nlp = spacy.load('en_core_web_sm')get the following error:
the following error occurs:
OSError: [E050] Can't find model 'en_core_web_s...
Mazze
Votes: 0
Answers: 1
Could not install spaCy language model behind proxy, got error SSL: Certificate_Verify_Failed
I'm trying to install en_core_web_sm on my company computer (Windows 10) which has proxy firewall. I've tried downloading the package and install from local directory using conda terminal command:
pyt...
K Y
Votes: 0
Answers: 1
Problems installing the French transformer model in spaCy
I am installing the French transformer models in spaCy and I get errors installing the French model "fr_dep_news_trf".
I tried the following methods both on the English and French transforme...
MJ_Nadeau
Votes: 0
Answers: 2
Is possible to get dependency/pos information for entities in Spacy?
I am working on extracting entities from scientific text (I am using scispacy) and later I will want to extract relations using hand-written rules. I have extracted entities and their character span s...
planetx
Votes: 0
Answers: 1