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.
To install from PyPI:
pip install forte.allennlp
To install the latest from source
git clone https://github.com/asyml/forte-wrappers.git
cd forte-wrappers
pip install src/allennlp
pip install forte.nltk
pip install src/nltk
pip install forte.spacy
pip install src/spacy
pip install forte.allennlp
pip install src/allennlp
pip install forte.stanza
pip install src/stanza
pip install forte.huggingface
pip install src/huggingface
pip install forte.vader
pip install src/vader
pip install forte.elastic
pip install src/elastic
pip install forte.faiss
pip install src/faiss
pip install forte.gpt2
pip install src/gpt2
pip install forte.tweepy
pip install src/tweepy
If you are interested in making enhancement to this repository, Forte or other ASYML/CASL projects, please first go over our Code of Conduct and Contribution Guideline
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.