Skip to content

Latest commit

 

History

History

spacy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 



Python Build Documentation Status License Chat Code style: black

Forte is a toolkit for building Natural Language Processing pipelines. This repository tries to wrap the fantastic collections of NLP libraries built by the community.

This project is part of the CASL Open Source family.

Get Started

  • First, install the library along with SpaCy.

To install the PyPI repository version:

pip install spacy

You can also install GPU supports via:

pip install spacy[cuda]

See https://spacy.io/usage/#gpu for available cuda supports.

  • NOTE: if the command does not install the GPU supported SpaCy, you can follow the instructions here to install it manually: https://spacy.io/usage/#gpu

To install the latest version:

git clone https://github.com/asyml/forte-wrappers.git
cd forte-wrappers
pip install src/spacy

License

This project is licensed by Apache License 2.0. The project provides wrappers to other open-sourced projects. To use them in your project, please check the license of the corresponding project.

Companies and Universities Supporting Forte