Python Build Documentation Status License Chat

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 the desired tools. Let’s take AllenNLP as an example:

git clone https://github.com/asyml/forte-wrappers.git
cd forte-wrappers
pip install ."[allennlp]"

Libraries and Wrapper Source