Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [spacy]

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

-2 votes
0 answers
28 views

Divide a text based on Intent Analysis with NLP

I have this input from a chat: "Set an alarm for 7:00 am and play a song by Caparezza on Spotify." The input may contain multiple actions to do on the back-end. I want to divide a text based ...
flowibbia's user avatar
0 votes
1 answer
52 views

Do I need to use Named Entity Recognition (NER) in tokenization?

I am working on an NLP project for sentiment analysis. I am using SpaCy to tokenize sentences. As I was reading the documentation, I learned about NER. I've read that it can be used to extract ...
LoukasPap's user avatar
  • 1,350
-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
0 votes
0 answers
77 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
  • 109
0 votes
0 answers
24 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
26 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
68 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,992
0 votes
0 answers
32 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
32 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
31 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
37 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
31 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
30 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

15 30 50 per page
1
2 3 4 5
257