spaCy icon indicating copy to clipboard operation
spaCy copied to clipboard

💫 Industrial-strength Natural Language Processing (NLP) in Python

Results 210 spaCy issues
Sort by recently updated
recently updated
newest added

## Description Fix an off-by-one in `TransitionModel.forward`, where we always did one move more than the maximum number of moves. This explosed another issue: when creating cut states, we skipped...

bug
feat / parser
🔜 v5.0

First of all, thank you for maintaining a well type annotated library. It's a joy to use! This bug is a minor issue when using spacy with `mypy --no-implicit-reexport`. I...

enhancement
types

## How to reproduce the behaviour On M1 any code, which uses spacy to parse a doc failing with (can only test on my laptop) Works fine on linux machine...

osx

Not sure if this is meant to happen or a misunderstanding on my part. I'm assuming misunderstanding so I'm going for Documentation Report. The Language (nlp) class has a `max_length`...

docs
lang / ja

Hi, The code sample below - which is based on an example in Matthew Honnibal's blog "Against LLM maximalism" (https://explosion.ai/blog/against-llm-maximalism) - fails to produce any output. This is surprising given...

feat/llm

Hello, As a follow up on #11298 #11347, I would like to report some lemmatization problems with the spaCy 3.6 models for Italian, Spanish and French. We did not have...

lang / it
lang / fr
lang / es
feat / lemmatizer
perf / accuracy

## Description Strip diacritics for pymorphy lemmatizer. ### Types of change Enhancement. ## Checklist - [x] I confirm that I have the right to submit this contribution under the project's...

enhancement
lang / ru
feat / lemmatizer
lang / uk

## How to reproduce the behaviour When `span_key` in `[components.spancat_singlelabel]` or `[components.spancat]` sections is other than `"sc"`, training output looks like this: ``` ℹ Pipeline: ['sentencizer', 'tok2vec', 'spancat_singlelabel'] ℹ Set...

training
feat / training
feat / spancat

Hi, I am getting 'Segmentation fault (core dumped)' when trying to train model for long SpanCat. I know this error could be related to OOM issues but this does not...

bug
feat / spancat

### Discussed in https://github.com/explosion/spaCy/discussions/13036 Originally posted by **sztal** October 2, 2023 Hi! First, thanks for all the great work at Explosion! I wonder whether there are any plans for implementing...

enhancement
feat / doc