Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 694 Bytes

These are sample NLP services for English. If you are working with an English corpus, you may use them directly as you like. For other languages, you will need to either modify them or implement your own services using the existing services for reference.

Setup

For setup on these services, do the following:

  1. Download our sentence splitting model from here

  2. Install dependencies

pip install diaparser spacy
pip install "torch<1.6" "flair==0.6.1" "transformers==3.5.1" "flask" "protobuf<3.21"
python -m spacy download en_core_web_sm