python-spacy
Natural Language Processing (NLP) in Python
SpaCy is a library for advanced Natural Language Processing in Python and Cython. It comes with pretrained pipelines 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 and easy model packaging, deployment and workflow management.
- Versions: 3.8.7
- Website: https://spacy.io
- Licenses: Expat
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-spacy as follows:
guix install python-spacy
Or install a particular version:
guix install python-spacy@3.8.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-spacy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-spacy'><img src='https://packages.guix.gnu.org/packages/python-spacy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-spacy)
Example Org:
[[https://packages.guix.gnu.org/packages/python-spacy][https://packages.guix.gnu.org/packages/python-spacy/badges/latest-version.svg]]