Top "Spacy" questions

Industrial strength Natural Language Processing (NLP) with Python and Cython

I get CERTIFICATE_VERIFY_FAILED when I try to install the spaCy English language model

I'm running OS X El Capitan on Python 3.5.2 via Anaconda and have spaCy 0.101.0. I'm trying to install the spaCy English …

python spacy
Person Name Detection using SpaCy in English Lang. Looking for Answer

I am using Spacy and trying to detect names in the text. For example, text = 'Keras is a good package. …

python nlp nltk spacy ner
conda-forge::tqdm-4.19.4-py_0 - CondaError: Cannot link a source that does not exist

I'm trying to install SpaCy on Windows 7 using Conda and getting the following error: conda install -c conda-forge spacy tqdm-4.19.4…

anaconda conda spacy
In spacy, how to use your own word2vec model created in gensim?

I have trained my own word2vec model in gensim and I am trying to load that model in spacy. …

model word2vec gensim spacy
spaCy token.tag_ full list

The official documentation of token.tag_ in spaCy is as follows: A fine-grained, more detailed tag that represents the word-class …

nlp pos-tagger spacy
How to get all noun phrases in Spacy

I am new to Spacy and I would like to extract "all" the noun phrases from a sentence. I'm wondering …

python nlp spacy