mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-04 17:24:16 +03:00
Update README.md [ci skip]
This commit is contained in:
parent
5d22817c15
commit
e9a42349d2
|
@ -2,18 +2,18 @@
|
|||
|
||||
# spaCy: Industrial-strength NLP
|
||||
|
||||
spaCy is a library for advanced Natural Language Processing in Python and
|
||||
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 embeddings, and
|
||||
[pretrained pipelines](https://spacy.io/models), and
|
||||
currently supports tokenization and training for **60+ 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.
|
||||
|
||||
💫 **Version 3.0 (nightly) out now!**
|
||||
💫 **Version 3.0 out now!**
|
||||
[Check out the release notes here.](https://github.com/explosion/spaCy/releases)
|
||||
|
||||
[](https://dev.azure.com/explosion-ai/public/_build?definitionId=8)
|
||||
|
@ -22,6 +22,7 @@ spaCy is commercial open-source software, released under the MIT license.
|
|||
[](https://anaconda.org/conda-forge/spacy)
|
||||
[](https://github.com/explosion/wheelwright/releases)
|
||||
[](https://github.com/ambv/black)
|
||||
|
||||
[](https://pypi.org/project/spacy/)
|
||||
[](https://anaconda.org/conda-forge/spacy)
|
||||
[](https://github.com/explosion/spacy-models/releases)
|
||||
|
|
Loading…
Reference in New Issue
Block a user