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 Currently, `Doc.to_json()` and `Doc.from_json()` only support custom attributes set on the whole `Doc` object. This `PR` adds support for custom attributes in tokens and spans. ### Types of...

enhancement
feat / doc

## Description Fix Dutch noun chunks to skip overlapping spans. ### Types of change Bug fix. ## Checklist - [x] I confirm that I have the right to submit this...

bug
lang / nl

Adds an example for the `spans` displaCy format as well as references to the (undocumented) `parse_{deps,ents,spans}` functions for converting docs to this format. **Edit:** Expanding the scope of this PR...

docs
feat / visualizers

## Description The `entity_ruler` and `attribute_ruler` components remain unchanged in their naming, but this PR updates their Python modules to the same, consistent name. In `v4`, this will break imports...

meta
🔜 v4.0
feat / spanruler

## Description This change adds the new `activations` attribute to `Doc`. This attribute can be used by trainable pipes to store their activations, probabilities, and guesses for downstream users. As...

enhancement
feat / pipeline
🔜 v4.0

## Goal Ensure dependencies specified in `requirements.txt` are installed. Notes: - No tests have been added yet. Dedicated tests would be nice, but we'd need to mess with the test...

enhancement
projects

## Description This is a simple implementation of a `--dry-run` flag for `spacy download` that makes it print the URL of the package to be installed without downloading anything. I...

enhancement
feat / cli

## Goal Refactor the existing `KnowledgeBase` class to facilitate easier customization and do away with the tight coupling between KB interface and its internal implementation. _Note_: Documentation updates and additional...

enhancement
feat / nel

## Goal Add a `find-threshold` CLI command investigating different threshold values for multi-label classification model and returning the one maximizing the F-score. ## Description - New CLI command `find-threshold`; API...

enhancement
feat / cli

## Description * Extend to v11 * Add `cupy-cuda11x` and `cupy-wheel` * Update quickstart to use `cupy-wheel` for CUDA 10.2+ ### Types of change ## Checklist - [x] I confirm...

gpu