spaCy
spaCy copied to clipboard
đ« Industrial-strength Natural Language Processing (NLP) in Python
## 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 
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...
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...
Trying to fine tune a transformer with spacy, getting a weird error despite copy-pasting from docs
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...