spacy


Namespacy JSON
Version 3.7.4 PyPI version JSON
download
home_pagehttps://spacy.io
SummaryIndustrial-strength Natural Language Processing (NLP) in Python
upload_time2024-02-15 18:48:39
maintainer
docs_urlNone
authorExplosion
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a href="https://explosion.ai"><img src="https://explosion.ai/assets/img/logo.svg" width="125" height="125" align="right" /></a>

# spaCy: Industrial-strength NLP

spaCy is a library for **advanced Natural Language Processing** in Python and
Cython. It's built on the very latest research, and was designed from day one to
be used in real products.

spaCy comes with [pretrained pipelines](https://spacy.io/models) and currently
supports tokenization and training for **70+ languages**. It features
state-of-the-art speed and **neural network models** for tagging, parsing,
**named entity recognition**, **text classification** and more, multi-task
learning with pretrained **transformers** like BERT, as well as a
production-ready [**training system**](https://spacy.io/usage/training) and easy
model packaging, deployment and workflow management. spaCy is commercial
open-source software, released under the
[MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE).

๐Ÿ’ซ **Version 3.7 out now!**
[Check out the release notes here.](https://github.com/explosion/spaCy/releases)

[![tests](https://github.com/explosion/spaCy/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/spaCy/actions/workflows/tests.yml)
[![Current Release Version](https://img.shields.io/github/release/explosion/spacy.svg?style=flat-square&logo=github)](https://github.com/explosion/spaCy/releases)
[![pypi Version](https://img.shields.io/pypi/v/spacy.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/spacy/)
[![conda Version](https://img.shields.io/conda/vn/conda-forge/spacy.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/spacy)
[![Python wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)
<br />
[![PyPi downloads](https://static.pepy.tech/personalized-badge/spacy?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads)](https://pypi.org/project/spacy/)
[![Conda downloads](https://img.shields.io/conda/dn/conda-forge/spacy?label=conda%20downloads)](https://anaconda.org/conda-forge/spacy)
[![spaCy on Twitter](https://img.shields.io/twitter/follow/spacy_io.svg?style=social&label=Follow)](https://twitter.com/spacy_io)

## ๐Ÿ“– Documentation

| Documentation                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| โญ๏ธ **[spaCy 101]**                                                                                                                                                                                                       | New to spaCy? Here's everything you need to know!                                                                                                                                                                                                                                                                                            |
| ๐Ÿ“š **[Usage Guides]**                                                                                                                                                                                                     | How to use spaCy and its features.                                                                                                                                                                                                                                                                                                           |
| ๐Ÿš€ **[New in v3.0]**                                                                                                                                                                                                      | New features, backwards incompatibilities and migration guide.                                                                                                                                                                                                                                                                               |
| ๐Ÿช **[Project Templates]**                                                                                                                                                                                                | End-to-end workflows you can clone, modify and run.                                                                                                                                                                                                                                                                                          |
| ๐ŸŽ› **[API Reference]**                                                                                                                                                                                                     | The detailed reference for spaCy's API.                                                                                                                                                                                                                                                                                                      |
| โฉ **[GPU Processing]**                                                                                                                                                                                                    | Use spaCy with CUDA-compatible GPU processing.                                                                                                                                                                                                                                                                                               |
| ๐Ÿ“ฆ **[Models]**                                                                                                                                                                                                           | Download trained pipelines for spaCy.                                                                                                                                                                                                                                                                                                        |
| ๐Ÿฆ™ **[Large Language Models]**                                                                                                                                                                                            | Integrate LLMs into spaCy pipelines.                                                                                                                                                                                                                                                                                                        |
| ๐ŸŒŒ **[Universe]**                                                                                                                                                                                                         | Plugins, extensions, demos and books from the spaCy ecosystem.                                                                                                                                                                                                                                                                               |
| โš™๏ธ **[spaCy VS Code Extension]**                                                                                                                                                                                          | Additional tooling and features for working with spaCy's config files.                                                                                                                                                                                                                                                                       |
| ๐Ÿ‘ฉโ€๐Ÿซ **[Online Course]**                                                                                                                                                                                                    | Learn spaCy in this free and interactive online course.                                                                                                                                                                                                                                                                                      |
| ๐Ÿ“ฐ **[Blog]**                                                                                                                                                                                                             | Read about current spaCy and Prodigy development, releases, talks and more from Explosion.                                                                                                                                                                                                                 |
| ๐Ÿ“บ **[Videos]**                                                                                                                                                                                                           | Our YouTube channel with video tutorials, talks and more.                                                                                                                                                                                                                                                                                    |
| ๐Ÿ›  **[Changelog]**                                                                                                                                                                                                         | Changes and version history.                                                                                                                                                                                                                                                                                                                 |
| ๐Ÿ’ **[Contribute]**                                                                                                                                                                                                       | How to contribute to the spaCy project and code base.                                                                                                                                                                                                                                                                                        |
| ๐Ÿ‘• **[Swag]**                                                                                                                                                                                                             | Support us and our work with unique, custom-designed swag!                                                                                                                                                                                                                                                                                   |
| <a href="https://explosion.ai/tailored-solutions"><img src="https://github.com/explosion/spaCy/assets/13643239/36d2a42e-98c0-4599-90e1-788ef75181be" width="150" alt="Tailored Solutions"/></a> | Custom NLP consulting, implementation and strategic advice by spaCyโ€™s core development team. Streamlined, production-ready, predictable and maintainable. Send us an email or take our 5-minute questionnaire, and well'be in touch! **[Learn more &rarr;](https://explosion.ai/tailored-solutions)**                 |

[spacy 101]: https://spacy.io/usage/spacy-101
[new in v3.0]: https://spacy.io/usage/v3
[usage guides]: https://spacy.io/usage/
[api reference]: https://spacy.io/api/
[gpu processing]: https://spacy.io/usage#gpu
[models]: https://spacy.io/models
[large language models]: https://spacy.io/usage/large-language-models
[universe]: https://spacy.io/universe
[spacy vs code extension]: https://github.com/explosion/spacy-vscode
[videos]: https://www.youtube.com/c/ExplosionAI
[online course]: https://course.spacy.io
[blog]: https://explosion.ai
[project templates]: https://github.com/explosion/projects
[changelog]: https://spacy.io/usage#changelog
[contribute]: https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md
[swag]: https://explosion.ai/merch

## ๐Ÿ’ฌ Where to ask questions

The spaCy project is maintained by the [spaCy team](https://explosion.ai/about).
Please understand that we won't be able to provide individual support via email.
We also believe that help is much more valuable if it's shared publicly, so that
more people can benefit from it.

| Type                            | Platforms                               |
| ------------------------------- | --------------------------------------- |
| ๐Ÿšจ **Bug Reports**              | [GitHub Issue Tracker]                  |
| ๐ŸŽ **Feature Requests & Ideas** | [GitHub Discussions]                    |
| ๐Ÿ‘ฉโ€๐Ÿ’ป **Usage Questions**          | [GitHub Discussions] ยท [Stack Overflow] |
| ๐Ÿ—ฏ **General Discussion**        | [GitHub Discussions]                    |

[github issue tracker]: https://github.com/explosion/spaCy/issues
[github discussions]: https://github.com/explosion/spaCy/discussions
[stack overflow]: https://stackoverflow.com/questions/tagged/spacy

## Features

- Support for **70+ languages**
- **Trained pipelines** for different languages and tasks
- Multi-task learning with pretrained **transformers** like BERT
- Support for pretrained **word vectors** and embeddings
- State-of-the-art speed
- Production-ready **training system**
- Linguistically-motivated **tokenization**
- Components for named **entity recognition**, part-of-speech-tagging,
  dependency parsing, sentence segmentation, **text classification**,
  lemmatization, morphological analysis, entity linking and more
- Easily extensible with **custom components** and attributes
- Support for custom models in **PyTorch**, **TensorFlow** and other frameworks
- Built in **visualizers** for syntax and NER
- Easy **model packaging**, deployment and workflow management
- Robust, rigorously evaluated accuracy

๐Ÿ“– **For more details, see the
[facts, figures and benchmarks](https://spacy.io/usage/facts-figures).**

## โณ Install spaCy

For detailed installation instructions, see the
[documentation](https://spacy.io/usage).

- **Operating system**: macOS / OS X ยท Linux ยท Windows (Cygwin, MinGW, Visual
  Studio)
- **Python version**: Python 3.7+ (only 64 bit)
- **Package managers**: [pip] ยท [conda] (via `conda-forge`)

[pip]: https://pypi.org/project/spacy/
[conda]: https://anaconda.org/conda-forge/spacy

### pip

Using pip, spaCy releases are available as source packages and binary wheels.
Before you install spaCy and its dependencies, make sure that your `pip`,
`setuptools` and `wheel` are up to date.

```bash
pip install -U pip setuptools wheel
pip install spacy
```

To install additional data tables for lemmatization and normalization you can
run `pip install spacy[lookups]` or install
[`spacy-lookups-data`](https://github.com/explosion/spacy-lookups-data)
separately. The lookups package is needed to create blank models with
lemmatization data, and to lemmatize in languages that don't yet come with
pretrained models and aren't powered by third-party libraries.

When using pip it is generally recommended to install packages in a virtual
environment to avoid modifying system state:

```bash
python -m venv .env
source .env/bin/activate
pip install -U pip setuptools wheel
pip install spacy
```

### conda

You can also install spaCy from `conda` via the `conda-forge` channel. For the
feedstock including the build recipe and configuration, check out
[this repository](https://github.com/conda-forge/spacy-feedstock).

```bash
conda install -c conda-forge spacy
```

### Updating spaCy

Some updates to spaCy may require downloading new statistical models. If you're
running spaCy v2.0 or higher, you can use the `validate` command to check if
your installed models are compatible and if not, print details on how to update
them:

```bash
pip install -U spacy
python -m spacy validate
```

If you've trained your own models, keep in mind that your training and runtime
inputs must match. After updating spaCy, we recommend **retraining your models**
with the new version.

๐Ÿ“– **For details on upgrading from spaCy 2.x to spaCy 3.x, see the
[migration guide](https://spacy.io/usage/v3#migrating).**

## ๐Ÿ“ฆ Download model packages

Trained pipelines for spaCy can be installed as **Python packages**. This means
that they're a component of your application, just like any other module. Models
can be installed using spaCy's [`download`](https://spacy.io/api/cli#download)
command, or manually by pointing pip to a path or URL.

| Documentation              |                                                                  |
| -------------------------- | ---------------------------------------------------------------- |
| **[Available Pipelines]**  | Detailed pipeline descriptions, accuracy figures and benchmarks. |
| **[Models Documentation]** | Detailed usage and installation instructions.                    |
| **[Training]**             | How to train your own pipelines on your data.                    |

[available pipelines]: https://spacy.io/models
[models documentation]: https://spacy.io/usage/models
[training]: https://spacy.io/usage/training

```bash
# Download best-matching version of specific model for your spaCy installation
python -m spacy download en_core_web_sm

# pip install .tar.gz archive or .whl from path or URL
pip install /Users/you/en_core_web_sm-3.0.0.tar.gz
pip install /Users/you/en_core_web_sm-3.0.0-py3-none-any.whl
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
```

### Loading and using models

To load a model, use [`spacy.load()`](https://spacy.io/api/top-level#spacy.load)
with the model name or a path to the model data directory.

```python
import spacy
nlp = spacy.load("en_core_web_sm")
doc = nlp("This is a sentence.")
```

You can also `import` a model directly via its full name and then call its
`load()` method with no arguments.

```python
import spacy
import en_core_web_sm

nlp = en_core_web_sm.load()
doc = nlp("This is a sentence.")
```

๐Ÿ“– **For more info and examples, check out the
[models documentation](https://spacy.io/docs/usage/models).**

## โš’ Compile from source

The other way to install spaCy is to clone its
[GitHub repository](https://github.com/explosion/spaCy) and build it from
source. That is the common way if you want to make changes to the code base.
You'll need to make sure that you have a development environment consisting of a
Python distribution including header files, a compiler,
[pip](https://pip.pypa.io/en/latest/installing/),
[virtualenv](https://virtualenv.pypa.io/en/latest/) and
[git](https://git-scm.com) installed. The compiler part is the trickiest. How to
do that depends on your system.

| Platform    |                                                                                                                                                                                                                                                                     |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ubuntu**  | Install system-level dependencies via `apt-get`: `sudo apt-get install build-essential python-dev git` .                                                                                                                                                            |
| **Mac**     | Install a recent version of [XCode](https://developer.apple.com/xcode/), including the so-called "Command Line Tools". macOS and OS X ship with Python and git preinstalled.                                                                                        |
| **Windows** | Install a version of the [Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or [Visual Studio Express](https://visualstudio.microsoft.com/vs/express/) that matches the version that was used to compile your Python interpreter. |

For more details and instructions, see the documentation on
[compiling spaCy from source](https://spacy.io/usage#source) and the
[quickstart widget](https://spacy.io/usage#section-quickstart) to get the right
commands for your platform and Python version.

```bash
git clone https://github.com/explosion/spaCy
cd spaCy

python -m venv .env
source .env/bin/activate

# make sure you are using the latest pip
python -m pip install -U pip setuptools wheel

pip install -r requirements.txt
pip install --no-build-isolation --editable .
```

To install with extras:

```bash
pip install --no-build-isolation --editable .[lookups,cuda102]
```

## ๐Ÿšฆ Run tests

spaCy comes with an [extensive test suite](spacy/tests). In order to run the
tests, you'll usually want to clone the repository and build spaCy from source.
This will also install the required development dependencies and test utilities
defined in the [`requirements.txt`](requirements.txt).

Alternatively, you can run `pytest` on the tests from within the installed
`spacy` package. Don't forget to also install the test utilities via spaCy's
[`requirements.txt`](requirements.txt):

```bash
pip install -r requirements.txt
python -m pytest --pyargs spacy
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://spacy.io",
    "name": "spacy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Explosion",
    "author_email": "contact@explosion.ai",
    "download_url": "https://files.pythonhosted.org/packages/b8/42/2b2062b1ad8d13915ed9365b342cdd8c9dd32926d31ed4524def0584e225/spacy-3.7.4.tar.gz",
    "platform": null,
    "description": "<a href=\"https://explosion.ai\"><img src=\"https://explosion.ai/assets/img/logo.svg\" width=\"125\" height=\"125\" align=\"right\" /></a>\n\n# spaCy: Industrial-strength NLP\n\nspaCy is a library for **advanced Natural Language Processing** in Python and\nCython. It's built on the very latest research, and was designed from day one to\nbe used in real products.\n\nspaCy comes with [pretrained pipelines](https://spacy.io/models) and currently\nsupports tokenization and training for **70+ languages**. It features\nstate-of-the-art speed and **neural network models** for tagging, parsing,\n**named entity recognition**, **text classification** and more, multi-task\nlearning with pretrained **transformers** like BERT, as well as a\nproduction-ready [**training system**](https://spacy.io/usage/training) and easy\nmodel packaging, deployment and workflow management. spaCy is commercial\nopen-source software, released under the\n[MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE).\n\n\ud83d\udcab **Version 3.7 out now!**\n[Check out the release notes here.](https://github.com/explosion/spaCy/releases)\n\n[![tests](https://github.com/explosion/spaCy/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/spaCy/actions/workflows/tests.yml)\n[![Current Release Version](https://img.shields.io/github/release/explosion/spacy.svg?style=flat-square&logo=github)](https://github.com/explosion/spaCy/releases)\n[![pypi Version](https://img.shields.io/pypi/v/spacy.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/spacy/)\n[![conda Version](https://img.shields.io/conda/vn/conda-forge/spacy.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/spacy)\n[![Python wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)\n<br />\n[![PyPi downloads](https://static.pepy.tech/personalized-badge/spacy?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads)](https://pypi.org/project/spacy/)\n[![Conda downloads](https://img.shields.io/conda/dn/conda-forge/spacy?label=conda%20downloads)](https://anaconda.org/conda-forge/spacy)\n[![spaCy on Twitter](https://img.shields.io/twitter/follow/spacy_io.svg?style=social&label=Follow)](https://twitter.com/spacy_io)\n\n## \ud83d\udcd6 Documentation\n\n| Documentation                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                                                              |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| \u2b50\ufe0f **[spaCy 101]**                                                                                                                                                                                                       | New to spaCy? Here's everything you need to know!                                                                                                                                                                                                                                                                                            |\n| \ud83d\udcda **[Usage Guides]**                                                                                                                                                                                                     | How to use spaCy and its features.                                                                                                                                                                                                                                                                                                           |\n| \ud83d\ude80 **[New in v3.0]**                                                                                                                                                                                                      | New features, backwards incompatibilities and migration guide.                                                                                                                                                                                                                                                                               |\n| \ud83e\ude90 **[Project Templates]**                                                                                                                                                                                                | End-to-end workflows you can clone, modify and run.                                                                                                                                                                                                                                                                                          |\n| \ud83c\udf9b **[API Reference]**                                                                                                                                                                                                     | The detailed reference for spaCy's API.                                                                                                                                                                                                                                                                                                      |\n| \u23e9 **[GPU Processing]**                                                                                                                                                                                                    | Use spaCy with CUDA-compatible GPU processing.                                                                                                                                                                                                                                                                                               |\n| \ud83d\udce6 **[Models]**                                                                                                                                                                                                           | Download trained pipelines for spaCy.                                                                                                                                                                                                                                                                                                        |\n| \ud83e\udd99 **[Large Language Models]**                                                                                                                                                                                            | Integrate LLMs into spaCy pipelines.                                                                                                                                                                                                                                                                                                        |\n| \ud83c\udf0c **[Universe]**                                                                                                                                                                                                         | Plugins, extensions, demos and books from the spaCy ecosystem.                                                                                                                                                                                                                                                                               |\n| \u2699\ufe0f **[spaCy VS Code Extension]**                                                                                                                                                                                          | Additional tooling and features for working with spaCy's config files.                                                                                                                                                                                                                                                                       |\n| \ud83d\udc69\u200d\ud83c\udfeb **[Online Course]**                                                                                                                                                                                                    | Learn spaCy in this free and interactive online course.                                                                                                                                                                                                                                                                                      |\n| \ud83d\udcf0 **[Blog]**                                                                                                                                                                                                             | Read about current spaCy and Prodigy development, releases, talks and more from Explosion.                                                                                                                                                                                                                 |\n| \ud83d\udcfa **[Videos]**                                                                                                                                                                                                           | Our YouTube channel with video tutorials, talks and more.                                                                                                                                                                                                                                                                                    |\n| \ud83d\udee0 **[Changelog]**                                                                                                                                                                                                         | Changes and version history.                                                                                                                                                                                                                                                                                                                 |\n| \ud83d\udc9d **[Contribute]**                                                                                                                                                                                                       | How to contribute to the spaCy project and code base.                                                                                                                                                                                                                                                                                        |\n| \ud83d\udc55 **[Swag]**                                                                                                                                                                                                             | Support us and our work with unique, custom-designed swag!                                                                                                                                                                                                                                                                                   |\n| <a href=\"https://explosion.ai/tailored-solutions\"><img src=\"https://github.com/explosion/spaCy/assets/13643239/36d2a42e-98c0-4599-90e1-788ef75181be\" width=\"150\" alt=\"Tailored Solutions\"/></a> | Custom NLP consulting, implementation and strategic advice by spaCy\u2019s core development team. Streamlined, production-ready, predictable and maintainable. Send us an email or take our 5-minute questionnaire, and well'be in touch! **[Learn more &rarr;](https://explosion.ai/tailored-solutions)**                 |\n\n[spacy 101]: https://spacy.io/usage/spacy-101\n[new in v3.0]: https://spacy.io/usage/v3\n[usage guides]: https://spacy.io/usage/\n[api reference]: https://spacy.io/api/\n[gpu processing]: https://spacy.io/usage#gpu\n[models]: https://spacy.io/models\n[large language models]: https://spacy.io/usage/large-language-models\n[universe]: https://spacy.io/universe\n[spacy vs code extension]: https://github.com/explosion/spacy-vscode\n[videos]: https://www.youtube.com/c/ExplosionAI\n[online course]: https://course.spacy.io\n[blog]: https://explosion.ai\n[project templates]: https://github.com/explosion/projects\n[changelog]: https://spacy.io/usage#changelog\n[contribute]: https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md\n[swag]: https://explosion.ai/merch\n\n## \ud83d\udcac Where to ask questions\n\nThe spaCy project is maintained by the [spaCy team](https://explosion.ai/about).\nPlease understand that we won't be able to provide individual support via email.\nWe also believe that help is much more valuable if it's shared publicly, so that\nmore people can benefit from it.\n\n| Type                            | Platforms                               |\n| ------------------------------- | --------------------------------------- |\n| \ud83d\udea8 **Bug Reports**              | [GitHub Issue Tracker]                  |\n| \ud83c\udf81 **Feature Requests & Ideas** | [GitHub Discussions]                    |\n| \ud83d\udc69\u200d\ud83d\udcbb **Usage Questions**          | [GitHub Discussions] \u00b7 [Stack Overflow] |\n| \ud83d\uddef **General Discussion**        | [GitHub Discussions]                    |\n\n[github issue tracker]: https://github.com/explosion/spaCy/issues\n[github discussions]: https://github.com/explosion/spaCy/discussions\n[stack overflow]: https://stackoverflow.com/questions/tagged/spacy\n\n## Features\n\n- Support for **70+ languages**\n- **Trained pipelines** for different languages and tasks\n- Multi-task learning with pretrained **transformers** like BERT\n- Support for pretrained **word vectors** and embeddings\n- State-of-the-art speed\n- Production-ready **training system**\n- Linguistically-motivated **tokenization**\n- Components for named **entity recognition**, part-of-speech-tagging,\n  dependency parsing, sentence segmentation, **text classification**,\n  lemmatization, morphological analysis, entity linking and more\n- Easily extensible with **custom components** and attributes\n- Support for custom models in **PyTorch**, **TensorFlow** and other frameworks\n- Built in **visualizers** for syntax and NER\n- Easy **model packaging**, deployment and workflow management\n- Robust, rigorously evaluated accuracy\n\n\ud83d\udcd6 **For more details, see the\n[facts, figures and benchmarks](https://spacy.io/usage/facts-figures).**\n\n## \u23f3 Install spaCy\n\nFor detailed installation instructions, see the\n[documentation](https://spacy.io/usage).\n\n- **Operating system**: macOS / OS X \u00b7 Linux \u00b7 Windows (Cygwin, MinGW, Visual\n  Studio)\n- **Python version**: Python 3.7+ (only 64 bit)\n- **Package managers**: [pip] \u00b7 [conda] (via `conda-forge`)\n\n[pip]: https://pypi.org/project/spacy/\n[conda]: https://anaconda.org/conda-forge/spacy\n\n### pip\n\nUsing pip, spaCy releases are available as source packages and binary wheels.\nBefore you install spaCy and its dependencies, make sure that your `pip`,\n`setuptools` and `wheel` are up to date.\n\n```bash\npip install -U pip setuptools wheel\npip install spacy\n```\n\nTo install additional data tables for lemmatization and normalization you can\nrun `pip install spacy[lookups]` or install\n[`spacy-lookups-data`](https://github.com/explosion/spacy-lookups-data)\nseparately. The lookups package is needed to create blank models with\nlemmatization data, and to lemmatize in languages that don't yet come with\npretrained models and aren't powered by third-party libraries.\n\nWhen using pip it is generally recommended to install packages in a virtual\nenvironment to avoid modifying system state:\n\n```bash\npython -m venv .env\nsource .env/bin/activate\npip install -U pip setuptools wheel\npip install spacy\n```\n\n### conda\n\nYou can also install spaCy from `conda` via the `conda-forge` channel. For the\nfeedstock including the build recipe and configuration, check out\n[this repository](https://github.com/conda-forge/spacy-feedstock).\n\n```bash\nconda install -c conda-forge spacy\n```\n\n### Updating spaCy\n\nSome updates to spaCy may require downloading new statistical models. If you're\nrunning spaCy v2.0 or higher, you can use the `validate` command to check if\nyour installed models are compatible and if not, print details on how to update\nthem:\n\n```bash\npip install -U spacy\npython -m spacy validate\n```\n\nIf you've trained your own models, keep in mind that your training and runtime\ninputs must match. After updating spaCy, we recommend **retraining your models**\nwith the new version.\n\n\ud83d\udcd6 **For details on upgrading from spaCy 2.x to spaCy 3.x, see the\n[migration guide](https://spacy.io/usage/v3#migrating).**\n\n## \ud83d\udce6 Download model packages\n\nTrained pipelines for spaCy can be installed as **Python packages**. This means\nthat they're a component of your application, just like any other module. Models\ncan be installed using spaCy's [`download`](https://spacy.io/api/cli#download)\ncommand, or manually by pointing pip to a path or URL.\n\n| Documentation              |                                                                  |\n| -------------------------- | ---------------------------------------------------------------- |\n| **[Available Pipelines]**  | Detailed pipeline descriptions, accuracy figures and benchmarks. |\n| **[Models Documentation]** | Detailed usage and installation instructions.                    |\n| **[Training]**             | How to train your own pipelines on your data.                    |\n\n[available pipelines]: https://spacy.io/models\n[models documentation]: https://spacy.io/usage/models\n[training]: https://spacy.io/usage/training\n\n```bash\n# Download best-matching version of specific model for your spaCy installation\npython -m spacy download en_core_web_sm\n\n# pip install .tar.gz archive or .whl from path or URL\npip install /Users/you/en_core_web_sm-3.0.0.tar.gz\npip install /Users/you/en_core_web_sm-3.0.0-py3-none-any.whl\npip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz\n```\n\n### Loading and using models\n\nTo load a model, use [`spacy.load()`](https://spacy.io/api/top-level#spacy.load)\nwith the model name or a path to the model data directory.\n\n```python\nimport spacy\nnlp = spacy.load(\"en_core_web_sm\")\ndoc = nlp(\"This is a sentence.\")\n```\n\nYou can also `import` a model directly via its full name and then call its\n`load()` method with no arguments.\n\n```python\nimport spacy\nimport en_core_web_sm\n\nnlp = en_core_web_sm.load()\ndoc = nlp(\"This is a sentence.\")\n```\n\n\ud83d\udcd6 **For more info and examples, check out the\n[models documentation](https://spacy.io/docs/usage/models).**\n\n## \u2692 Compile from source\n\nThe other way to install spaCy is to clone its\n[GitHub repository](https://github.com/explosion/spaCy) and build it from\nsource. That is the common way if you want to make changes to the code base.\nYou'll need to make sure that you have a development environment consisting of a\nPython distribution including header files, a compiler,\n[pip](https://pip.pypa.io/en/latest/installing/),\n[virtualenv](https://virtualenv.pypa.io/en/latest/) and\n[git](https://git-scm.com) installed. The compiler part is the trickiest. How to\ndo that depends on your system.\n\n| Platform    |                                                                                                                                                                                                                                                                     |\n| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Ubuntu**  | Install system-level dependencies via `apt-get`: `sudo apt-get install build-essential python-dev git` .                                                                                                                                                            |\n| **Mac**     | Install a recent version of [XCode](https://developer.apple.com/xcode/), including the so-called \"Command Line Tools\". macOS and OS X ship with Python and git preinstalled.                                                                                        |\n| **Windows** | Install a version of the [Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or [Visual Studio Express](https://visualstudio.microsoft.com/vs/express/) that matches the version that was used to compile your Python interpreter. |\n\nFor more details and instructions, see the documentation on\n[compiling spaCy from source](https://spacy.io/usage#source) and the\n[quickstart widget](https://spacy.io/usage#section-quickstart) to get the right\ncommands for your platform and Python version.\n\n```bash\ngit clone https://github.com/explosion/spaCy\ncd spaCy\n\npython -m venv .env\nsource .env/bin/activate\n\n# make sure you are using the latest pip\npython -m pip install -U pip setuptools wheel\n\npip install -r requirements.txt\npip install --no-build-isolation --editable .\n```\n\nTo install with extras:\n\n```bash\npip install --no-build-isolation --editable .[lookups,cuda102]\n```\n\n## \ud83d\udea6 Run tests\n\nspaCy comes with an [extensive test suite](spacy/tests). In order to run the\ntests, you'll usually want to clone the repository and build spaCy from source.\nThis will also install the required development dependencies and test utilities\ndefined in the [`requirements.txt`](requirements.txt).\n\nAlternatively, you can run `pytest` on the tests from within the installed\n`spacy` package. Don't forget to also install the test utilities via spaCy's\n[`requirements.txt`](requirements.txt):\n\n```bash\npip install -r requirements.txt\npython -m pytest --pyargs spacy\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Industrial-strength Natural Language Processing (NLP) in Python",
    "version": "3.7.4",
    "project_urls": {
        "Homepage": "https://spacy.io",
        "Release notes": "https://github.com/explosion/spaCy/releases",
        "Source": "https://github.com/explosion/spaCy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71d39c62d1b4ce14715e413ef51e010d1d8f1790f5b149022cc8052acd97334a",
                "md5": "60d0dabaa7b5b6cd1779ee0f8456a0af",
                "sha256": "0f748625192f573c07ddea5fcd324919dbfbf4f4a2f7a1fc731e6dcba7321ea1"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60d0dabaa7b5b6cd1779ee0f8456a0af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6846336,
            "upload_time": "2024-02-15T18:47:21",
            "upload_time_iso_8601": "2024-02-15T18:47:21.220664Z",
            "url": "https://files.pythonhosted.org/packages/71/d3/9c62d1b4ce14715e413ef51e010d1d8f1790f5b149022cc8052acd97334a/spacy-3.7.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66d051881f7c1d059d819527c73faa4b5e1603fb062687e8c4228dbbe255de0a",
                "md5": "307951250273b1745c885ddbf7b45776",
                "sha256": "6288dca7b3a5489b3d7ce68404bc432ca22f826c662a12af47ef7bdb264307fb"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "307951250273b1745c885ddbf7b45776",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6608512,
            "upload_time": "2024-02-15T18:47:25",
            "upload_time_iso_8601": "2024-02-15T18:47:25.881181Z",
            "url": "https://files.pythonhosted.org/packages/66/d0/51881f7c1d059d819527c73faa4b5e1603fb062687e8c4228dbbe255de0a/spacy-3.7.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aeab3450b9b2b78a852a2547f7528985eb47ab85a8b0358e1bf5adc9320f1ab",
                "md5": "c7c44518fed556e71afec752fd48f859",
                "sha256": "ef59db99b12a72d2646be3888d87f94c59e11cd07adc2f50a8130e83f07eb1cf"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c7c44518fed556e71afec752fd48f859",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6249224,
            "upload_time": "2024-02-15T18:47:28",
            "upload_time_iso_8601": "2024-02-15T18:47:28.234568Z",
            "url": "https://files.pythonhosted.org/packages/6a/ea/b3450b9b2b78a852a2547f7528985eb47ab85a8b0358e1bf5adc9320f1ab/spacy-3.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0bd8d983828156a2f23aab44209a77547fa7fa0fa8114c13dd154079827d4de",
                "md5": "2909c17ca07c51e2feb1a53d404fa8ac",
                "sha256": "f07477a4027711c22b3865e78dc9076335c03fcf318a6736159bf07e2a923125"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2909c17ca07c51e2feb1a53d404fa8ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6605264,
            "upload_time": "2024-02-15T18:47:30",
            "upload_time_iso_8601": "2024-02-15T18:47:30.440147Z",
            "url": "https://files.pythonhosted.org/packages/f0/bd/8d983828156a2f23aab44209a77547fa7fa0fa8114c13dd154079827d4de/spacy-3.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7af985ad3071616e5abb738e229aa1fa728e26241605274a862251675ee35e27",
                "md5": "3c0739664ecff24a40fb45024fb5808c",
                "sha256": "787ce42a837f7edfbd4185356eea893a81b7dd75743d0047f2b9bf179775f970"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c0739664ecff24a40fb45024fb5808c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 12080073,
            "upload_time": "2024-02-15T18:47:33",
            "upload_time_iso_8601": "2024-02-15T18:47:33.776533Z",
            "url": "https://files.pythonhosted.org/packages/7a/f9/85ad3071616e5abb738e229aa1fa728e26241605274a862251675ee35e27/spacy-3.7.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0680c3b6b5b2e81ea2ea90054b6918bbfb1e8d20dc2570ae9e97a9f2744cf372",
                "md5": "dba4cf9d580c8bd7277927b5d41861c3",
                "sha256": "e82b9da21853d4aee46811804dc7e136895f087fda25c7585172d95eb9b70833"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dba4cf9d580c8bd7277927b5d41861c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6749157,
            "upload_time": "2024-02-15T18:47:37",
            "upload_time_iso_8601": "2024-02-15T18:47:37.701909Z",
            "url": "https://files.pythonhosted.org/packages/06/80/c3b6b5b2e81ea2ea90054b6918bbfb1e8d20dc2570ae9e97a9f2744cf372/spacy-3.7.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4c51a4556a372ce1bd53f183d583126a6535cae6baa1b09b7028faf018c8a67",
                "md5": "c67597930bf44eecf1629f688af12702",
                "sha256": "07ffedf51899441070fb70432f8f873696f39e0e31c9ce7403101c459f8a1281"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c67597930bf44eecf1629f688af12702",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6516466,
            "upload_time": "2024-02-15T18:47:39",
            "upload_time_iso_8601": "2024-02-15T18:47:39.818045Z",
            "url": "https://files.pythonhosted.org/packages/c4/c5/1a4556a372ce1bd53f183d583126a6535cae6baa1b09b7028faf018c8a67/spacy-3.7.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c3d51fd8def4bf59e2b2c904b0e10f9ff0132ff7d8907b7b3be7347386c5da",
                "md5": "bb46d2885b968f7b475c558cd02d78cd",
                "sha256": "ba57bcc111eca7b086ee33a9636df775cfd4b14302f7d0ffbc11e95ac0fb3f0e"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bb46d2885b968f7b475c558cd02d78cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6235367,
            "upload_time": "2024-02-15T18:47:42",
            "upload_time_iso_8601": "2024-02-15T18:47:42.245369Z",
            "url": "https://files.pythonhosted.org/packages/53/c3/d51fd8def4bf59e2b2c904b0e10f9ff0132ff7d8907b7b3be7347386c5da/spacy-3.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2ced732ab63e2431cfc02f4282e773a33cf1341546b67cd8d65abdb692b5567",
                "md5": "7c6b31b3c1db9ddc3628ae5a7575b8ce",
                "sha256": "7580d1565f4d1ccbee9a18531f993a5b9b37ced96f145153dd4e98ceec607a55"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c6b31b3c1db9ddc3628ae5a7575b8ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6584209,
            "upload_time": "2024-02-15T18:47:45",
            "upload_time_iso_8601": "2024-02-15T18:47:45.088198Z",
            "url": "https://files.pythonhosted.org/packages/b2/ce/d732ab63e2431cfc02f4282e773a33cf1341546b67cd8d65abdb692b5567/spacy-3.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92fbd1f0605e1e8627226c6c96053fe1632e9a04a3fbcd8b5d715528cb95eb97",
                "md5": "9525a8520d05075036dedb65ec96d54d",
                "sha256": "df99c6f0085b1ec8e88beb5fd96d4371cef6fc19c202c41fc4fadc2afd55a157"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9525a8520d05075036dedb65ec96d54d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 12077542,
            "upload_time": "2024-02-15T18:47:47",
            "upload_time_iso_8601": "2024-02-15T18:47:47.231471Z",
            "url": "https://files.pythonhosted.org/packages/92/fb/d1f0605e1e8627226c6c96053fe1632e9a04a3fbcd8b5d715528cb95eb97/spacy-3.7.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96bf67853f215870f522d998af2478cb119eb76c06e39d2a3311b5db115a4a1d",
                "md5": "a49b1785101eaafe387f1aa0b0868c33",
                "sha256": "b982ebab417189346acb4722637c573830d62e157ba336c3eb6c417249344be1"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a49b1785101eaafe387f1aa0b0868c33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6322948,
            "upload_time": "2024-02-15T18:47:50",
            "upload_time_iso_8601": "2024-02-15T18:47:50.061259Z",
            "url": "https://files.pythonhosted.org/packages/96/bf/67853f215870f522d998af2478cb119eb76c06e39d2a3311b5db115a4a1d/spacy-3.7.4-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5948f71b5ae30f0fd118312fb34c50ae71cefc0df35af9eaf20ed64317ecb5f",
                "md5": "67dee0f894a1f848c9206d29a9f6e97d",
                "sha256": "e7c29e152d8ea060af60da9410fa8ef038f3c9068a206905ee5c704de78f6e87"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "67dee0f894a1f848c9206d29a9f6e97d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6111036,
            "upload_time": "2024-02-15T18:47:52",
            "upload_time_iso_8601": "2024-02-15T18:47:52.839994Z",
            "url": "https://files.pythonhosted.org/packages/e5/94/8f71b5ae30f0fd118312fb34c50ae71cefc0df35af9eaf20ed64317ecb5f/spacy-3.7.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fb0df8a3cf3af5e1357bf3d8cec0814ec35f30d63b0e9f9ae1847dc00cc63e0",
                "md5": "30e437922ca54bdeddfc82ed590be20e",
                "sha256": "023c9a008328f55c4717c56c4f8a28073b9961547f7d38a9405c967a52e66d59"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "30e437922ca54bdeddfc82ed590be20e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6064473,
            "upload_time": "2024-02-15T18:47:54",
            "upload_time_iso_8601": "2024-02-15T18:47:54.984525Z",
            "url": "https://files.pythonhosted.org/packages/3f/b0/df8a3cf3af5e1357bf3d8cec0814ec35f30d63b0e9f9ae1847dc00cc63e0/spacy-3.7.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "768ce5e1fd4cadae3b08a0490f0d1f9e6e1532f9275e803cea3f45c581e27c3c",
                "md5": "935fc9281eb48d8cfc13a281b140b88e",
                "sha256": "d1969d3d0fd0c811b7485438460f0ae8cfe16d46b54bcb8d1c26e70914e67e3d"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "935fc9281eb48d8cfc13a281b140b88e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6454397,
            "upload_time": "2024-02-15T18:47:57",
            "upload_time_iso_8601": "2024-02-15T18:47:57.715652Z",
            "url": "https://files.pythonhosted.org/packages/76/8c/e5e1fd4cadae3b08a0490f0d1f9e6e1532f9275e803cea3f45c581e27c3c/spacy-3.7.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dea49d7266177f48a8ade8687d30c82c93b1d8e65b40129944a4a5dff054625c",
                "md5": "17176fc86fe0bcc95bb77eeeed56e267",
                "sha256": "040f7df5096c817450820eaaa426d54ed266254d16974e9a707a32f5b0f139ae"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "17176fc86fe0bcc95bb77eeeed56e267",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 11672406,
            "upload_time": "2024-02-15T18:47:59",
            "upload_time_iso_8601": "2024-02-15T18:47:59.966235Z",
            "url": "https://files.pythonhosted.org/packages/de/a4/9d7266177f48a8ade8687d30c82c93b1d8e65b40129944a4a5dff054625c/spacy-3.7.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b1f1137b8d682738a1a2a34cf7d18ce7d059a893d4313ae77d7b12f34c7657b",
                "md5": "f1691fd6f958840009e2a273f511c1c2",
                "sha256": "a6757e8fbfd35dc0ed830296d5756f46d5b8d4b0353925dbe2f9aa33b82c5308"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1691fd6f958840009e2a273f511c1c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6684837,
            "upload_time": "2024-02-15T18:48:03",
            "upload_time_iso_8601": "2024-02-15T18:48:03.720835Z",
            "url": "https://files.pythonhosted.org/packages/0b/1f/1137b8d682738a1a2a34cf7d18ce7d059a893d4313ae77d7b12f34c7657b/spacy-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45478498808a48ee26ca3c1efffecc05e5a8cb0054b861d5e13f69cecb325fe4",
                "md5": "04f1d58f7fb18d0afe250fdf63185b22",
                "sha256": "c500c1bad9e0488814a75077089aeef64a6b520ae8131578f266a08168106fa3"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "04f1d58f7fb18d0afe250fdf63185b22",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6197801,
            "upload_time": "2024-02-15T18:48:05",
            "upload_time_iso_8601": "2024-02-15T18:48:05.816562Z",
            "url": "https://files.pythonhosted.org/packages/45/47/8498808a48ee26ca3c1efffecc05e5a8cb0054b861d5e13f69cecb325fe4/spacy-3.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2048ce51989bf9887ec3774781531044327d81f619e44699e262cc7f7818a8d3",
                "md5": "c387ec43334777ebdecd10b5f8a37a93",
                "sha256": "c992e2c5c0cd06c7f3e74fe8d758885117090013931c7938277d1421660bf71f"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c387ec43334777ebdecd10b5f8a37a93",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6503816,
            "upload_time": "2024-02-15T18:48:08",
            "upload_time_iso_8601": "2024-02-15T18:48:08.043644Z",
            "url": "https://files.pythonhosted.org/packages/20/48/ce51989bf9887ec3774781531044327d81f619e44699e262cc7f7818a8d3/spacy-3.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cca6e46283bbbb2c84489eea96d2f1f586c16489562272ff12043b24ec15ab40",
                "md5": "fae7bb48ffdc65d587e57eb6e600dadc",
                "sha256": "2463c56ab1378f2b9a675340a2e3dfb618989d0da8cdce06429bc9b1dad4f294"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fae7bb48ffdc65d587e57eb6e600dadc",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 12363778,
            "upload_time": "2024-02-15T18:48:10",
            "upload_time_iso_8601": "2024-02-15T18:48:10.622726Z",
            "url": "https://files.pythonhosted.org/packages/cc/a6/e46283bbbb2c84489eea96d2f1f586c16489562272ff12043b24ec15ab40/spacy-3.7.4-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af4ef3d2fb43048cd2ba892775bc424f0a58f198f8bd3292389319c85d76f365",
                "md5": "6df6acdd5a613df3945ec535b2dda65c",
                "sha256": "b43e92edfa99f34dbb9dd30175f41158d20945e3179055d0071fee19394add96"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6df6acdd5a613df3945ec535b2dda65c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6783189,
            "upload_time": "2024-02-15T18:48:13",
            "upload_time_iso_8601": "2024-02-15T18:48:13.275424Z",
            "url": "https://files.pythonhosted.org/packages/af/4e/f3d2fb43048cd2ba892775bc424f0a58f198f8bd3292389319c85d76f365/spacy-3.7.4-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fbd5dd19c5fdc4f43201567122c60aa7e884a221e6002d9f9c07664aa7e00c7",
                "md5": "9d2d027abae281fc6e8f76de0b564287",
                "sha256": "c26a81d33c93e4a8e3360d61dcce0802fb886de79f666a487ea5abbd3ce4b30b"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9d2d027abae281fc6e8f76de0b564287",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6571697,
            "upload_time": "2024-02-15T18:48:16",
            "upload_time_iso_8601": "2024-02-15T18:48:16.270897Z",
            "url": "https://files.pythonhosted.org/packages/4f/bd/5dd19c5fdc4f43201567122c60aa7e884a221e6002d9f9c07664aa7e00c7/spacy-3.7.4-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1124765fb4a3e76f2b389d6f0bdc55e7827033610f0a2d73aa063a2ea711115",
                "md5": "dd98adadd1d2a5a4d7f9176644ad2aa1",
                "sha256": "5d7910ca7a91bf423febd8a9a10ca6a4cfcb5c99abdec79df1eb7b67ea3e3c90"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dd98adadd1d2a5a4d7f9176644ad2aa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6373580,
            "upload_time": "2024-02-15T18:48:18",
            "upload_time_iso_8601": "2024-02-15T18:48:18.573431Z",
            "url": "https://files.pythonhosted.org/packages/c1/12/4765fb4a3e76f2b389d6f0bdc55e7827033610f0a2d73aa063a2ea711115/spacy-3.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3f8146b7ef0396f6c23bc014247a5e9440e113283a8078b3f806bac66ef10f1",
                "md5": "63ecc2539db5c545c3d3a5407b1626f6",
                "sha256": "4b16768b9e5c350b8a383a6bd84cd0481ccdf10ae6231f568598890638065f69"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63ecc2539db5c545c3d3a5407b1626f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6735935,
            "upload_time": "2024-02-15T18:48:21",
            "upload_time_iso_8601": "2024-02-15T18:48:21.799384Z",
            "url": "https://files.pythonhosted.org/packages/c3/f8/146b7ef0396f6c23bc014247a5e9440e113283a8078b3f806bac66ef10f1/spacy-3.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d85f270a003c43fb312dd0502789a41c69c9e533490ea94ac770373899d0771",
                "md5": "3719eaf0e06dae39ec7fed06a2a72315",
                "sha256": "ed99fb176979b1e3cf6830161f8e881beae54e80147b05fca31d9a67cb12fbca"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3719eaf0e06dae39ec7fed06a2a72315",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 12471133,
            "upload_time": "2024-02-15T18:48:24",
            "upload_time_iso_8601": "2024-02-15T18:48:24.464638Z",
            "url": "https://files.pythonhosted.org/packages/5d/85/f270a003c43fb312dd0502789a41c69c9e533490ea94ac770373899d0771/spacy-3.7.4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3d16bc8c2d63cd99fe2cf9dc9c923bced25660024c368d01c66bc7b52def240",
                "md5": "2e573c749b81358f370308455e260347",
                "sha256": "ca8112330982dbeef125cc5eb40e0349493055835a0ebe29028a0953a25d8522"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e573c749b81358f370308455e260347",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6894714,
            "upload_time": "2024-02-15T18:48:27",
            "upload_time_iso_8601": "2024-02-15T18:48:27.217360Z",
            "url": "https://files.pythonhosted.org/packages/b3/d1/6bc8c2d63cd99fe2cf9dc9c923bced25660024c368d01c66bc7b52def240/spacy-3.7.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adfc49a354ad63956f8bc0656c33b3730ec9ca9b8f2699fe8cf3786104d96a48",
                "md5": "1b728a026b6365e74788a8e4b37c45e0",
                "sha256": "977f37493d7cf0b5dca155f0450d47890378703283c29919cdcc220db994a775"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1b728a026b6365e74788a8e4b37c45e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6647748,
            "upload_time": "2024-02-15T18:48:29",
            "upload_time_iso_8601": "2024-02-15T18:48:29.445208Z",
            "url": "https://files.pythonhosted.org/packages/ad/fc/49a354ad63956f8bc0656c33b3730ec9ca9b8f2699fe8cf3786104d96a48/spacy-3.7.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3df31c157bb0931a14566e0047eb5cc4181c0007e128433285f7a0421f484478",
                "md5": "363818a3f54d956ea8277e850cb8ef59",
                "sha256": "3ad5e931c294d100ec3edb40e40f2722ef505cea16312839dd6467e81d665740"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "363818a3f54d956ea8277e850cb8ef59",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6266108,
            "upload_time": "2024-02-15T18:48:32",
            "upload_time_iso_8601": "2024-02-15T18:48:32.193392Z",
            "url": "https://files.pythonhosted.org/packages/3d/f3/1c157bb0931a14566e0047eb5cc4181c0007e128433285f7a0421f484478/spacy-3.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0bc79dd58b2cc30c2ab397295acdf986f014249e6fe86d52869d35c4b2a495c",
                "md5": "ec6cd22b09c2acb4024fb63feab38938",
                "sha256": "11ebf6054cd3ec3638801d7ff9b709e32fb9c15512b347b489bfe2ccb1102c9f"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec6cd22b09c2acb4024fb63feab38938",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6604827,
            "upload_time": "2024-02-15T18:48:34",
            "upload_time_iso_8601": "2024-02-15T18:48:34.524871Z",
            "url": "https://files.pythonhosted.org/packages/a0/bc/79dd58b2cc30c2ab397295acdf986f014249e6fe86d52869d35c4b2a495c/spacy-3.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6037f8b6807426300c4cb9aee6a04979df2ddaeb02f2579caf4599232fbab8bd",
                "md5": "f6ce89501867e293e375224f079f7f97",
                "sha256": "f5b930753027ac599f70bb7e77d6a2256191fe582e6f3f0cd624d88f6c279fa4"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f6ce89501867e293e375224f079f7f97",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 12164577,
            "upload_time": "2024-02-15T18:48:37",
            "upload_time_iso_8601": "2024-02-15T18:48:37.163464Z",
            "url": "https://files.pythonhosted.org/packages/60/37/f8b6807426300c4cb9aee6a04979df2ddaeb02f2579caf4599232fbab8bd/spacy-3.7.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8422b2062b1ad8d13915ed9365b342cdd8c9dd32926d31ed4524def0584e225",
                "md5": "39a5aad9689772e33b6a3438cb84644b",
                "sha256": "525f2ced2e40761562c8cace93ef6a1e6e8c483f27bd564bc1b15f608efbe85b"
            },
            "downloads": -1,
            "filename": "spacy-3.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "39a5aad9689772e33b6a3438cb84644b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1273006,
            "upload_time": "2024-02-15T18:48:39",
            "upload_time_iso_8601": "2024-02-15T18:48:39.925927Z",
            "url": "https://files.pythonhosted.org/packages/b8/42/2b2062b1ad8d13915ed9365b342cdd8c9dd32926d31ed4524def0584e225/spacy-3.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 18:48:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "explosion",
    "github_project": "spaCy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "spacy"
}
        
Elapsed time: 0.19922s