/text2sentences

split text to sentences according the stop words of language

Primary LanguagePython

text2sentences

This module can be used by tts modules or others.

It split input text to sentences according the punctuation of native language, and detects each sentence's language id, sentence in a dialog or not(include in ""), start position in the source text, and if sentence is a new paragraph.

Dependents

Installation

pip install langdetect
pip install text2sentences

Usage

see the test/test.py

Test

we only test English, Chinese