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.
- First, install the library along with the desired tools. Let's take AllenNLP as an example:
git clone https://github.com/asyml/forte-wrappers.git
cd forte-wrappers
pip install src/allennlp
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.