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.
For setup on these services, do the following:
-
Download our sentence splitting model from here
-
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