2015-07-01 16:39:38 +03:00
|
|
|
|
spaCy: Industrial-strength NLP
|
2016-10-03 13:33:22 +03:00
|
|
|
|
******************************
|
2014-07-03 19:15:40 +04:00
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
spaCy is a library for advanced natural language processing in Python and
|
|
|
|
|
Cython. spaCy is built on the very latest research, but it isn't researchware.
|
|
|
|
|
It was designed from day one to be used in real products. spaCy currently supports
|
|
|
|
|
English and German, as well as tokenization for Chinese, Spanish, Italian, French,
|
2017-03-01 17:59:21 +03:00
|
|
|
|
Portuguese, Dutch, Swedish, Finnish, Hungarian and Bengali. It's commercial open-source
|
2017-02-04 15:42:46 +03:00
|
|
|
|
software, released under the MIT license.
|
2015-02-01 06:47:18 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
💫 **Version 1.6 out now!** `Read the release notes here. <https://github.com/explosion/spaCy/releases/>`_
|
2016-10-19 03:32:08 +03:00
|
|
|
|
|
2017-03-08 13:08:09 +03:00
|
|
|
|
.. image:: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square
|
2016-10-16 00:51:16 +03:00
|
|
|
|
:target: https://travis-ci.org/explosion/spaCy
|
2016-10-16 08:07:07 +03:00
|
|
|
|
:alt: Build Status
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
.. image:: https://img.shields.io/github/release/explosion/spacy.svg?style=flat-square
|
2017-03-08 13:36:00 +03:00
|
|
|
|
:target: https://github.com/explosion/spaCy/releases
|
2016-10-16 08:07:07 +03:00
|
|
|
|
:alt: Current Release Version
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-07 19:59:30 +03:00
|
|
|
|
.. image:: https://img.shields.io/pypi/v/spacy.svg?style=flat-square
|
|
|
|
|
:target: https://pypi.python.org/pypi/spacy
|
|
|
|
|
:alt: pypi Version
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
.. image:: https://anaconda.org/conda-forge/spacy/badges/version.svg
|
|
|
|
|
:target: https://anaconda.org/conda-forge/spacy
|
|
|
|
|
:alt: conda Version
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
.. image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-09a3d5.svg?style=flat-square
|
2016-10-16 22:53:24 +03:00
|
|
|
|
:target: https://gitter.im/explosion/spaCy
|
2016-10-16 08:07:07 +03:00
|
|
|
|
:alt: spaCy on Gitter
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
.. image:: https://img.shields.io/twitter/follow/spacy_io.svg?style=social&label=Follow
|
2017-01-14 21:02:05 +03:00
|
|
|
|
:target: https://twitter.com/spacy_io
|
|
|
|
|
:alt: spaCy on Twitter
|
2015-06-24 06:05:33 +03:00
|
|
|
|
|
2016-11-01 01:29:57 +03:00
|
|
|
|
📖 Documentation
|
2016-11-05 04:35:37 +03:00
|
|
|
|
================
|
2016-11-01 01:29:57 +03:00
|
|
|
|
|
2017-03-12 22:00:41 +03:00
|
|
|
|
=================== ===
|
|
|
|
|
`Usage Workflows`_ How to use spaCy and its features.
|
|
|
|
|
`API Reference`_ The detailed reference for spaCy's API.
|
|
|
|
|
`Tutorials`_ End-to-end examples, with code you can modify and run.
|
|
|
|
|
`Showcase & Demos`_ Demos, libraries and products from the spaCy community.
|
|
|
|
|
`Contribute`_ How to contribute to the spaCy project and code base.
|
|
|
|
|
=================== ===
|
|
|
|
|
|
|
|
|
|
.. _Usage Workflows: https://spacy.io/docs/usage/
|
|
|
|
|
.. _API Reference: https://spacy.io/docs/api/
|
|
|
|
|
.. _Tutorials: https://spacy.io/docs/usage/tutorials
|
|
|
|
|
.. _Showcase & Demos: https://spacy.io/docs/usage/showcase
|
|
|
|
|
.. _Contribute: https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md
|
2016-11-01 01:29:57 +03:00
|
|
|
|
|
|
|
|
|
💬 Where to ask questions
|
|
|
|
|
==========================
|
2016-10-16 01:51:31 +03:00
|
|
|
|
|
2017-03-12 22:00:41 +03:00
|
|
|
|
====================== ===
|
|
|
|
|
**Bug reports** `GitHub issue tracker`_
|
|
|
|
|
**Usage questions** `StackOverflow`_, `Gitter chat`_, `Reddit user group`_
|
|
|
|
|
**General discussion** `Gitter chat`_, `Reddit user group`_
|
|
|
|
|
**Commercial support** contact@explosion.ai
|
|
|
|
|
====================== ===
|
|
|
|
|
|
|
|
|
|
.. _GitHub issue tracker: https://github.com/explosion/spaCy/issues
|
|
|
|
|
.. _StackOverflow: http://stackoverflow.com/questions/tagged/spacy
|
|
|
|
|
.. _Gitter chat: https://gitter.im/explosion/spaCy
|
|
|
|
|
.. _Reddit user group: https://www.reddit.com/r/spacynlp
|
2016-10-16 01:51:31 +03:00
|
|
|
|
|
2016-05-04 17:26:16 +03:00
|
|
|
|
Features
|
2016-10-03 13:33:22 +03:00
|
|
|
|
========
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
2016-11-02 12:45:29 +03:00
|
|
|
|
* Non-destructive **tokenization**
|
|
|
|
|
* Syntax-driven sentence segmentation
|
|
|
|
|
* Pre-trained **word vectors**
|
|
|
|
|
* Part-of-speech tagging
|
|
|
|
|
* **Named entity** recognition
|
|
|
|
|
* Labelled dependency parsing
|
|
|
|
|
* Convenient string-to-int mapping
|
2016-05-04 17:26:16 +03:00
|
|
|
|
* Export to numpy data arrays
|
2016-11-02 12:45:29 +03:00
|
|
|
|
* GIL-free **multi-threading**
|
|
|
|
|
* Efficient binary serialization
|
|
|
|
|
* Easy **deep learning** integration
|
|
|
|
|
* Statistical models for **English** and **German**
|
|
|
|
|
* State-of-the-art speed
|
|
|
|
|
* Robust, rigorously evaluated accuracy
|
|
|
|
|
|
|
|
|
|
See `facts, figures and benchmarks <https://spacy.io/docs/api/>`_.
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
2016-12-22 15:02:56 +03:00
|
|
|
|
Top Performance
|
2017-03-12 22:00:41 +03:00
|
|
|
|
---------------
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
|
|
|
|
* Fastest in the world: <50ms per document. No faster system has ever been
|
|
|
|
|
announced.
|
|
|
|
|
* Accuracy within 1% of the current state of the art on all tasks performed
|
|
|
|
|
(parsing, named entity recognition, part-of-speech tagging). The only more
|
|
|
|
|
accurate systems are an order of magnitude slower or more.
|
|
|
|
|
|
|
|
|
|
Supports
|
2017-03-12 22:00:41 +03:00
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
==================== ===
|
|
|
|
|
**Operating system** macOS / OS X, Linux, Windows (Cygwin, MinGW, Visual Studio)
|
|
|
|
|
**Python version** CPython 2.6, 2.7, 3.3, 3.4, 3.5. Only 64 bit.
|
|
|
|
|
**Package managers** `pip`_ (source packages only), `conda`_ (via ``conda-forge``)
|
|
|
|
|
==================== ===
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
2017-03-12 22:00:41 +03:00
|
|
|
|
.. _pip: https://pypi.python.org/pypi/spacy
|
|
|
|
|
.. _conda: https://anaconda.org/conda-forge/spacy
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
2016-10-03 13:33:22 +03:00
|
|
|
|
Install spaCy
|
|
|
|
|
=============
|
2016-05-04 17:26:16 +03:00
|
|
|
|
|
2017-03-12 22:00:41 +03:00
|
|
|
|
Installation requires a working build environment. See notes on Ubuntu,
|
|
|
|
|
macOS/OS X and Windows for details.
|
2016-05-09 13:57:07 +03:00
|
|
|
|
|
2016-10-03 13:33:22 +03:00
|
|
|
|
pip
|
|
|
|
|
---
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
Using pip, spaCy releases are currently only available as source packages.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
pip install -U spacy
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
When using pip it is generally recommended to install packages in a ``virtualenv``
|
|
|
|
|
to avoid modifying system state:
|
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
|
|
virtualenv .env
|
|
|
|
|
source .env/bin/activate
|
|
|
|
|
pip install spacy
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
conda
|
|
|
|
|
-----
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
Thanks to our great community, we've finally re-added conda support. You can now
|
|
|
|
|
install spaCy via ``conda-forge``:
|
2017-03-03 21:15:56 +03:00
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
|
|
conda config --add channels conda-forge
|
|
|
|
|
conda install spacy
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-03 21:15:56 +03:00
|
|
|
|
For the feedstock including the build recipe and configuration,
|
|
|
|
|
check out `this repository <https://github.com/conda-forge/spacy-feedstock>`_.
|
2017-03-08 13:36:00 +03:00
|
|
|
|
Improvements and pull requests to the recipe and setup are always appreciated.
|
2017-03-03 21:15:56 +03:00
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
Download models
|
|
|
|
|
===============
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
After installation you need to download a language model. Models for English
|
|
|
|
|
(``en``) and German (``de``) are available.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
python -m spacy.en.download all
|
|
|
|
|
python -m spacy.de.download all
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
The download command fetches about 1 GB of data which it installs
|
|
|
|
|
within the ``spacy`` package directory.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
Sometimes new releases require a new language model. Then you will have to
|
|
|
|
|
upgrade to a new model, too. You can also force re-downloading and installing a
|
|
|
|
|
new language model:
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
.. code:: bash
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
python -m spacy.en.download --force
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
Download model to custom location
|
|
|
|
|
---------------------------------
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
You can specify where ``spacy.en.download`` and ``spacy.de.download`` download
|
|
|
|
|
the language model to using the ``--data-path`` or ``-d`` argument:
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
.. code:: bash
|
2017-03-17 21:55:55 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
python -m spacy.en.download all --data-path /some/dir
|
2017-03-17 21:55:55 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
If you choose to download to a custom location, you will need to tell spaCy where to load the model
|
|
|
|
|
from in order to use it. You can do this either by calling ``spacy.util.set_data_path()`` before
|
|
|
|
|
calling ``spacy.load()``, or by passing a ``path`` argument to the ``spacy.en.English`` or
|
|
|
|
|
``spacy.de.German`` constructors.
|
2017-03-17 21:55:55 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
Download models manually
|
|
|
|
|
------------------------
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
As of v1.6, the models and word vectors are also available as direct downloads
|
|
|
|
|
from GitHub, attached to the `releases <https://github.com/explosion/spacy/releases>`_
|
|
|
|
|
as ``.tar.gz`` archives.
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2017-03-17 22:49:23 +03:00
|
|
|
|
To install the models manually, first find the default data path. You can use
|
|
|
|
|
``spacy.util.get_data_path()`` to find the directory where spaCy will look for
|
|
|
|
|
its models, or change the default data path with ``spacy.util.set_data_path()``.
|
|
|
|
|
Then simply unpack the archive and place the contained folder in that directory.
|
|
|
|
|
You can now load the models via ``spacy.load()``.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
Compile from source
|
|
|
|
|
===================
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
The other way to install spaCy is to clone its
|
|
|
|
|
`GitHub repository <https://github.com/explosion/spaCy>`_ and build it from
|
2016-10-03 13:33:22 +03:00
|
|
|
|
source. That is the common way if you want to make changes to the code base.
|
2017-03-08 13:36:00 +03:00
|
|
|
|
You'll need to make sure that you have a development enviroment consisting of a
|
|
|
|
|
Python distribution including header files, a compiler,
|
|
|
|
|
`pip <https://pip.pypa.io/en/latest/installing/>`__, `virtualenv <https://virtualenv.pypa.io/>`_
|
|
|
|
|
and `git <https://git-scm.com>`_ installed. The compiler part is the trickiest.
|
|
|
|
|
How to do that depends on your system. See notes on Ubuntu, OS X and Windows for
|
|
|
|
|
details.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
|
|
# make sure you are using recent pip/virtualenv versions
|
|
|
|
|
python -m pip install -U pip virtualenv
|
2017-03-08 13:37:04 +03:00
|
|
|
|
git clone https://github.com/explosion/spaCy
|
2016-10-03 13:33:22 +03:00
|
|
|
|
cd spaCy
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
|
|
|
|
virtualenv .env
|
|
|
|
|
source .env/bin/activate
|
2016-10-03 13:33:22 +03:00
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
pip install -e .
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
|
|
|
|
Compared to regular install via pip `requirements.txt <requirements.txt>`_
|
|
|
|
|
additionally installs developer dependencies such as Cython.
|
|
|
|
|
|
|
|
|
|
Instead of the above verbose commands, you can also use the following
|
|
|
|
|
`Fabric <http://www.fabfile.org/>`_ commands:
|
|
|
|
|
|
2017-03-12 22:03:15 +03:00
|
|
|
|
============= ===
|
|
|
|
|
``fab env`` Create ``virtualenv`` and delete previous one, if it exists.
|
|
|
|
|
``fab make`` Compile the source.
|
|
|
|
|
``fab clean`` Remove compiled objects, including the generated C++.
|
|
|
|
|
``fab test`` Run basic tests, aborting after first failure.
|
|
|
|
|
============= ===
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
|
|
|
|
All commands assume that your ``virtualenv`` is located in a directory ``.env``.
|
|
|
|
|
If you're using a different directory, you can change it via the environment
|
|
|
|
|
variable ``VENV_DIR``, for example:
|
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
|
|
VENV_DIR=".custom-env" fab clean make
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
Ubuntu
|
|
|
|
|
------
|
|
|
|
|
|
|
|
|
|
Install system-level dependencies via ``apt-get``:
|
|
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
|
|
sudo apt-get install build-essential python-dev git
|
|
|
|
|
|
2016-11-01 01:36:34 +03:00
|
|
|
|
macOS / OS X
|
|
|
|
|
------------
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
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
|
2016-11-01 01:36:34 +03:00
|
|
|
|
and git preinstalled.
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
-------
|
2016-05-09 13:57:07 +03:00
|
|
|
|
|
2016-11-01 01:36:34 +03:00
|
|
|
|
Install a version of `Visual Studio Express <https://www.visualstudio.com/vs/visual-studio-express/>`_
|
2017-03-08 13:36:00 +03:00
|
|
|
|
or higher that matches the version that was used to compile your Python
|
|
|
|
|
interpreter. For official distributions these are VS 2008 (Python 2.7),
|
2016-11-01 01:36:34 +03:00
|
|
|
|
VS 2010 (Python 3.4) and VS 2015 (Python 3.5).
|
2016-10-22 14:28:27 +03:00
|
|
|
|
|
2016-10-03 13:33:22 +03:00
|
|
|
|
Run tests
|
|
|
|
|
=========
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
spaCy comes with an `extensive test suite <spacy/tests>`_. First, find out where
|
|
|
|
|
spaCy is installed:
|
2016-10-03 13:33:22 +03:00
|
|
|
|
|
|
|
|
|
.. code:: bash
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2016-10-03 13:33:22 +03:00
|
|
|
|
python -c "import os; import spacy; print(os.path.dirname(spacy.__file__))"
|
|
|
|
|
|
2017-03-08 13:36:00 +03:00
|
|
|
|
Then run ``pytest`` on that directory. The flags ``--vectors``, ``--slow``
|
2016-10-03 13:33:22 +03:00
|
|
|
|
and ``--model`` are optional and enable additional tests:
|
|
|
|
|
|
|
|
|
|
.. code:: bash
|
2017-03-08 13:36:00 +03:00
|
|
|
|
|
2016-10-03 13:33:22 +03:00
|
|
|
|
# make sure you are using recent pytest version
|
|
|
|
|
python -m pip install -U pytest
|
|
|
|
|
|
|
|
|
|
python -m pytest <spacy-directory> --vectors --model --slow
|
|
|
|
|
|
2017-03-12 21:32:17 +03:00
|
|
|
|
🛠 Changelog
|
2017-03-17 22:49:23 +03:00
|
|
|
|
===========
|
2017-03-12 21:32:17 +03:00
|
|
|
|
|
|
|
|
|
=========== ============== ===========
|
|
|
|
|
Version Date Description
|
|
|
|
|
=========== ============== ===========
|
|
|
|
|
`v1.6.0`_ ``2017-01-16`` Improvements to tokenizer and tests
|
|
|
|
|
`v1.5.0`_ ``2016-12-27`` Alpha support for Swedish and Hungarian
|
|
|
|
|
`v1.4.0`_ ``2016-12-18`` Improved language data and alpha Dutch support
|
|
|
|
|
`v1.3.0`_ ``2016-12-03`` Improve API consistency
|
|
|
|
|
`v1.2.0`_ ``2016-11-04`` Alpha tokenizers for Chinese, French, Spanish, Italian and Portuguese
|
|
|
|
|
`v1.1.0`_ ``2016-10-23`` Bug fixes and adjustments
|
|
|
|
|
`v1.0.0`_ ``2016-10-18`` Support for deep learning workflows and entity-aware rule matcher
|
|
|
|
|
`v0.101.0`_ ``2016-05-10`` Fixed German model
|
|
|
|
|
`v0.100.7`_ ``2016-05-05`` German support
|
|
|
|
|
`v0.100.6`_ ``2016-03-08`` Add support for GloVe vectors
|
|
|
|
|
`v0.100.5`_ ``2016-02-07`` Fix incorrect use of header file
|
|
|
|
|
`v0.100.4`_ ``2016-02-07`` Fix OSX problem introduced in 0.100.3
|
|
|
|
|
`v0.100.3`_ ``2016-02-06`` Multi-threading, faster loading and bugfixes
|
|
|
|
|
`v0.100.2`_ ``2016-01-21`` Fix data version lock
|
|
|
|
|
`v0.100.1`_ ``2016-01-21`` Fix install for OSX
|
|
|
|
|
`v0.100`_ ``2016-01-19`` Revise setup.py, better model downloads, bug fixes
|
|
|
|
|
`v0.99`_ ``2015-11-08`` Improve span merging, internal refactoring
|
|
|
|
|
`v0.98`_ ``2015-11-03`` Smaller package, bug fixes
|
|
|
|
|
`v0.97`_ ``2015-10-23`` Load the StringStore from a json list, instead of a text file
|
|
|
|
|
`v0.96`_ ``2015-10-19`` Hotfix to .merge method
|
|
|
|
|
`v0.95`_ ``2015-10-18`` Bug fixes
|
|
|
|
|
`v0.94`_ ``2015-10-09`` Fix memory and parse errors
|
|
|
|
|
`v0.93`_ ``2015-09-22`` Bug fixes to word vectors
|
|
|
|
|
=========== ============== ===========
|
|
|
|
|
|
|
|
|
|
.. _v1.6.0: https://github.com/explosion/spaCy/releases/tag/v1.6.0
|
|
|
|
|
.. _v1.5.0: https://github.com/explosion/spaCy/releases/tag/v1.5.0
|
|
|
|
|
.. _v1.4.0: https://github.com/explosion/spaCy/releases/tag/v1.4.0
|
|
|
|
|
.. _v1.3.0: https://github.com/explosion/spaCy/releases/tag/v1.3.0
|
|
|
|
|
.. _v1.2.0: https://github.com/explosion/spaCy/releases/tag/v1.2.0
|
|
|
|
|
.. _v1.1.0: https://github.com/explosion/spaCy/releases/tag/v1.1.0
|
|
|
|
|
.. _v1.0.0: https://github.com/explosion/spaCy/releases/tag/v1.0.0
|
|
|
|
|
.. _v0.101.0: https://github.com/explosion/spaCy/releases/tag/0.101.0
|
|
|
|
|
.. _v0.100.7: https://github.com/explosion/spaCy/releases/tag/0.100.7
|
|
|
|
|
.. _v0.100.6: https://github.com/explosion/spaCy/releases/tag/0.100.6
|
|
|
|
|
.. _v0.100.5: https://github.com/explosion/spaCy/releases/tag/0.100.5
|
|
|
|
|
.. _v0.100.4: https://github.com/explosion/spaCy/releases/tag/0.100.4
|
|
|
|
|
.. _v0.100.3: https://github.com/explosion/spaCy/releases/tag/0.100.3
|
|
|
|
|
.. _v0.100.2: https://github.com/explosion/spaCy/releases/tag/0.100.2
|
|
|
|
|
.. _v0.100.1: https://github.com/explosion/spaCy/releases/tag/0.100.1
|
|
|
|
|
.. _v0.100: https://github.com/explosion/spaCy/releases/tag/0.100
|
|
|
|
|
.. _v0.99: https://github.com/explosion/spaCy/releases/tag/0.99
|
|
|
|
|
.. _v0.98: https://github.com/explosion/spaCy/releases/tag/0.98
|
|
|
|
|
.. _v0.97: https://github.com/explosion/spaCy/releases/tag/0.97
|
|
|
|
|
.. _v0.96: https://github.com/explosion/spaCy/releases/tag/0.96
|
|
|
|
|
.. _v0.95: https://github.com/explosion/spaCy/releases/tag/0.95
|
|
|
|
|
.. _v0.94: https://github.com/explosion/spaCy/releases/tag/0.94
|
|
|
|
|
.. _v0.93: https://github.com/explosion/spaCy/releases/tag/0.93
|