-
Sentence Segmenting means to split a huge paragraph of text into sentences, by identifying the sentence boundaries. For most of the cases this sentence boundary is yhe full stop. But we defined the regex for segmenting in such a way that it doesn't consider all the fullstop. Like support "Dr." or "Mr.", like this full stop is there in paragraph, then it will not segment at this, because they are not the segment boundaries.
- Clone/Download this repository
git clone clone_path
- Install the requirements using the command
pip install -r requirements.txt
- Run the program using command
python sentence_segmenter.py