Skip to main content

Questions tagged [spacy]

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

-1 votes
0 answers
23 views

Por que o o modelo spacy não está reconhecendo as entidades do modelo treinado? [closed]

Criei uma base de treinamento para o modelo de processamento de linguagem natural, utilizando a biblioteca SPACY, baseado em uma publicação ambiental sobre derramamento de óleo no mar nordestino. ...
user26424635's user avatar
-1 votes
0 answers
45 views

Can't install spaCy (and thinc) on Python

When I try to install spaCy to use with chatterBot (somehow it didn't download with ChatterBot), first I got an error because I did not have the Cython module installed into my virtual environment, ...
Tio Zuca's user avatar
0 votes
0 answers
22 views

How do I install language model for spacy on Kaggle?

Aloha! Everybody knows how to install model at home: python -m spacy download ru_core_news_md But since python notebook on Kaggle is isolated of the global web, it does not seem possible to do so. ...
Dimas del Pablo's user avatar
0 votes
0 answers
25 views

Error when trying to load en_core_web_sm from spaCy module. "Error(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:

I am trying to install spacy. When I run pip install -U pip setuptools wheel pip install -U spacy it works successfully but then when I then run python -m spacy download en_core_web_sm I get the ...
code45329405's user avatar
0 votes
1 answer
56 views

Cannot use GPU, CuPy is not installed

I have a GPU enabled machine. O.S: Ubuntu 20.04.6 LTS nvcc version: 12.2 Nvidia Driver Version: 535.183.01 Pytorch version 2.3.1+cu121 spaCy version 3.7.5 Python version 3.8.10 Pipelines : ...
Encipher's user avatar
  • 1,972
0 votes
0 answers
27 views

Problem initializing experimental spacy coref

Using the documentation here (https://spacy.io/api/coref) to try and work a coreference resolution problem. I run into problems immediately when trying to add the pipe: nlp = spacy.load("...
mastiwawa's user avatar
0 votes
0 answers
25 views

Memory usage when using spaCy Doc extensions

Issue Before preprocessing my data with spaCy, I typically have my data stored in a Pandas Series. Since I'd like to preserve the index for each document before serializing my Docs, I decided to use ...
falsum's user avatar
  • 359
-1 votes
0 answers
29 views

Debugging Cythonized code using Visual Studio 2022

I am trying to debug a Cythonized Python project using Visual Studio 2022 with the following setup.py file: extensions = [ Extension("ticker", ["ticker.py"], ...
ronnys's user avatar
  • 1
2 votes
0 answers
36 views

How to efficiently apply a `spacy` model to encode an entire `pandas` dataframe?

I am trying to implement a semantic search where I have to match a query string over a corpus that is present in a pandas dataframe. I am trying to use spacy and its similarity function to compute the ...
phoney_badger's user avatar
1 vote
0 answers
37 views

What is causing this error in the official spacy classy classification example?

I've been trying to learn how to use spacy and now I want to learn how to use classy classification, however, the example of classy shown in the official spacy webpage is not working. Here's the code ...
David Ramirez's user avatar
-2 votes
0 answers
28 views

is there any best pretrained model of any spacy,ner or any for resume parsing else is there any other way to create a resume parser application

pls im working on this rom past 25 days is there any way or solution for this if there is any pretrained model i can use its also good for getting atleast 80% accuracy for entity extraction from ...
Ganesh Ingale's user avatar
0 votes
0 answers
29 views

Getting Config validation error when using spaCy

I am trying to train my NER model using spaCy. I tried to generate my config file using the command python -m spacy init config spacy_split_ouput/def_base_confog_en.cfg --lang en --pipeline ner --...
Leah's user avatar
  • 1
2 votes
0 answers
72 views

Classify data on unstructured texts using python

I'm going to give an introduction to the project surroundings so you have some context for helping me out. I'm trying to parse out information of german organizational charts in pdf format. Right now ...
LBats's user avatar
  • 31
0 votes
0 answers
27 views

Import spaCy KeyError: '__reduce_cython__'

While trying to import spaCy in my jupyter notebook, I encountered this error: --------------------------------------------------------------------------- KeyError ...
Alex K's user avatar
  • 113
-1 votes
1 answer
281 views

ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied : Check the permissions [duplicate]

I want to install Spacy in the virtual environment. I created the virtual environment with python 3.9. Activated the environment. As per theSpacy tutorial when I tried to install Spacy in the virtual ...
Encipher's user avatar
  • 1,972

15 30 50 per page
1
2 3 4 5
257