spaCy icon indicating copy to clipboard operation
spaCy copied to clipboard

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

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

## How to reproduce the behaviour Use spacy to fine-tune a base model with a transformer from hugging face: python -m spacy train config.cfg --output ./output --paths.train ./train.spacy --paths.dev ./dev.spacy...

### Discussed in https://github.com/explosion/spaCy/discussions/13394 Originally posted by **jlustgarten** March 23, 2024 ## How to reproduce the behaviour Create a transformer ner model Train it on data using the cfg and...

## How to reproduce the behaviour Getting intermittent "Numpy is not available" error when utilizing the spaCy 3.8.2 library. It is unclear exactly where this error is occurring. ## Your...

I already installed but showing same error: how to resolve this issue

## Description * Corrected one spelling mistake in the example text. * Improved suffixes/prefixes: * support elision in years (e.g. _1990_ -> _’90_), * don't split the degree symbol when...

## How to reproduce the behaviour Notice the double space in front of `sourire` in the first case vs. the single space in the second case `Les publics avec un...

## How to reproduce the behaviour I have use the following piece of code to convert json to spacy while validationg using spacy --debug i get whitespace error: ![image](https://github.com/user-attachments/assets/b2176cf3-35d1-4d0d-81d0-94c284bc219d) please...

We wanted to use GPUs for spacy after recently upgrading to `spacy v3.8`, but this was impossible due to conflicting requirements. The `spacy[cudaXXX]` still depend on `cupy < 13.0.0`, which...

## How to reproduce the behaviour It happened suddenly after an image rebuild. Our dockerfile looks something like this, from nvidia CUDA 12.6.2 ubuntu 22.04 image ```Dockerfile FROM nvidia/cuda:12.6.2-cudnn-runtime-ubuntu22.04 #...

### Discussed in https://github.com/explosion/spaCy/discussions/13678 Originally posted by **piaschwarz** October 25, 2024 I am using opentapioca for entity linking. The code worked before but now calling the opentapioca endpoint throws an...