An open API service indexing awesome lists of open source software.

https://github.com/petuum/composing_information_system

In this repository we provide examples of composing information system through individual components
https://github.com/petuum/composing_information_system

Last synced: 9 months ago
JSON representation

In this repository we provide examples of composing information system through individual components

Awesome Lists containing this project

README

          

# Composable Information System

[![Python Build](https://github.com/petuum/composing_information_system/actions/workflows/main.yml/badge.svg)](https://github.com/petuum/composing_information_system/actions/workflows/main.yml)

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_](QA.md)

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_](training.md)