Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 836 Bytes

File metadata and controls

16 lines (10 loc) · 836 Bytes

Composable Information System

Python Build

The repo shows how to build NLP pipelines using Forte that comes with switchable parts, and allows users to re-purpose it for different datasets and/or tasks.

It contains two parts:

The first one is a Q&A Engine, which shows how to utilized existing models and tools to do NLP task in Forte. You can check the details here

The other contains four training pipelines: general NER, bio-medical NER, wiki entity linking, and medical entity linking, in which you will be able to see how to do train and inference with your own model in Forte. You can check the details here