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

When I run >>> import spacy >>> nlp = spacy.load("en_core_web_trf") >>> utt8 = nlp("It went there unwillingly.") >>> utt8._.trf_data.wordpieces it meet error, so I run >>> utt8 = utt8._.trf_data >>>...

Termux. ``` Environment at system: Linux localhost 4.14.186+ #1 SMP PREEMPT Thu Mar 17 16:28:22 CST 2022 aarch64 Android LD_PRELOAD: LD_LIBRARY_PATH: /data/data/com.termux/files/home/.local/lib: CC: clang CXX: clang++ C_INCLUDE_PATH: /data/data/com.termux/files/usr/lib/qt/mkspecs/common/uikit/:/data/data/com.termux/files/usr/include/epoxy/ FC: /data/data/com.termux/files/usr/bin/flang...

## How to reproduce the behaviour In my dockerfile, I run these commands: ```Dockerfile FROM --platform=linux/amd64 python:3.12.4 RUN pip install --upgrade pip RUN pip install torch --index-url https://download.pytorch.org/whl/cpu RUN pip...

bug

### Discussed in https://github.com/explosion/spaCy/discussions/13519 Originally posted by **apodgorny** June 5, 2024 Consider a case where I need to tag FAX and TEL separately. > Tel: 24234-3433-3322 > Fax: 24234-3433-3323 I...

## Description Add Tibetan language class. ### Types of change Enhancement ## Checklist - [x] I confirm that I have the right to submit this contribution under the project's MIT...

new language

add a package i've wrote in the spacy universe collection. ## Description the package i wrote is a tokenizer for french. i added a json object in the "ressources" of...

universe

add, in the universe resources, a package i wrote for normalization of french (named 'presque') ## Description add a json objet in 'resources' in 'universe.json', referencing that package. ### Types...

universe

Hi! I've been using spaCy over the last few weeks to fine-tune a `roberta-base` model for NER. So far, the experience has been great and I'm able to train and...

## Introduction Hi! I am using spaCy lemmatizer for some tasks. I saw that when using a pipe to process the data faster, I'm getting different results with tok2vec disabled...

## How to reproduce the behaviour Try to install a recent build of Gradio 4.26.x on Linux, in a requirements file, alongside Spacy. e.g. gradio>=4.26.0 spacy>=3.0.0 it just wont do...