Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
43 views

We’re working on a problem where our master dataset contains names of organizations and individuals, but some entries are untagged. We only have the names (no additional details such as email or ...
1 vote
1 answer
67 views

I'm using SpaCy to process a series of sentences and return the five most common words in each sentence. My goal is to store the output of that frequency analysis (using Counter) in a column beside ...
cmr's user avatar
  • 23
0 votes
0 answers
53 views

I'm taking a stab at building my own claim extraction pipeline (first time spaCy user). Upstream in my pipeline, I feed n amount of docs to NER in the en_core_web_sm pretrained model in order to ...
0 votes
0 answers
56 views

I am having the hardest of times getting my training session to use my gpu 0 which by every measure is present and correctly setup with cuda 12.2. When I try to do python -m spacy train base_config....
0 votes
1 answer
180 views

I’m working on anonymizing PII in banking text using Microsoft Presidio . The built-in PERSON recognizer (which uses spaCy under the hood) works for some Western names and when the sentence is clear ...
2 votes
1 answer
80 views

I'm working on a project where I'm attempting to extract medical symptoms from a running transcription. I'm using SocketIO to get mic audio and then using Whisper to transcribe the audio into text ...
1 vote
2 answers
101 views

I am having 200 documents and I want to do NER and pos_tagging. However I find spacy to be too slow(I am running this code in google colab): for doc in nlp.pipe(dataset["text"], batch_size=...
0 votes
0 answers
64 views

I am traing to train a spaCy v 3.8.7 spancat model on ~100 sustainability reports (annotated with Prodigy) to extract KPIs and targets. An NER pipeline trained on the same data reaches F≈0.40, but ...
0 votes
1 answer
192 views

Having created a new venv I am attempting to install spacy strictly in accordance with the documentation Specifically: pip install -U pip setuptools wheel pip install -U 'spacy[apple]' This fails (...
jackal's user avatar
  • 29.1k
-2 votes
2 answers
606 views

I'm new to Python and I was given this code by my professor which includes "import spacy" and when I run the code I get the line: ModuleNotFoundError: No module named 'spacy' That's where I ...
0 votes
0 answers
24 views

How can I extract a single noun that is the head of multiple children? I'm facing an issue in dependency matching in spaCy. I want to extract the nouns describing the name entities (identified by ...
4 votes
0 answers
63 views

The latest spaCy versions have better performance and compatibility for GPU acceleration on Apple devices, but I have an existing project that depends on spaCy 3.1.4 and some of the specific behavior ...
0 votes
0 answers
32 views

While using spacy transformer pipeline en_core_web_trf. How to retrieve the transformer tokenization (often roberta-base), it can be the tokenizer ids, tokenizer strings, or both (preferably). Actual ...
0 votes
1 answer
332 views

Currently I'm using spacy-layout as part of a pipeline to OCR documents and analyse documents. However, I also need to access other features of Docling such as counting the number of images in each ...
0 votes
1 answer
165 views

Hi Im trying to install Spacy on my win 11 laptop. I have python (3+) and pip (latest) already installed. However when I run the install command as indicated on the website - pip install -U spacy the ...

15 30 50 per page
1
2 3 4 5
...
253

AltStyle によって変換されたページ (->オリジナル) /