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 ## Your Environment * Operating System: * Python Version Used: * spaCy Version Used: * Environment Information:

## Description In the updated script, several enhancements were made to improve the functionality and robustness of the pipeline analysis. These changes include the integration of AI-driven features for attribute...

Hi, community! So, I have been trying to implement spaCy's LLM along with OpenAI's gpt-4.0-turbo model but running into some trouble. For more context, below is the config.cfg file ```...

Connecting failed. Please reload and try again. ## Your Environment * Chrome ![Captura de pantalla 2024-08-31 a la(s) 11 29 18 a m](https://github.com/user-attachments/assets/37a1daba-aa31-4448-9366-000f2074d7d3)

Hi. I'm trying to count frequency of Russian morphological endings for the different cases for nouns and adjectives across all genders. However, tokens with pos 'ADJ' plurals do not return...

**Fix: Update display import for compatibility with latest IPython** --- ## Description This PR updates the import statement in `displacy.render()` to fix an `ImportError` caused by breaking changes in IPython...

bug
third-party
feat / visualizers

On My MacPro Sequoria, spacy 3.7.5 with en_core_web_trf model, the following sentence: `How should writes to T012K and T012T be handled?` Is tokenized as: ``` T012K => T012 and K...

Description: This pull request corrects minor typos in the codebase: - Fixes the word "intallation" to "installation" in the docstring of the info_spacy function in spacy/cli/info.py. - Fixes the typo...

Everytime I run the below code with the corresponding config I get the following error, telling me I used the wrong model architecture name despite listing that exact name in...

## How to reproduce the behaviour This is going to be difficult to reproduce as the behaviour I am seeing it during inference with a custom trained model. I have...