nipunsadvilkar / pySBD

🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.
MIT License
813 stars 84 forks source link

Added bangla language. #123

Open shhossain opened 1 year ago

shhossain commented 1 year ago

🌐 Added Support for the Bangla Language

This pull request introduces support for the Bangla language within the project. Given the linguistic similarity between Bangla and Hindi, where both languages share a common origin and similar sentence structures, this implementation involved leveraging the existing Hindi class as a template and adapting it for the Bangla language.

Changes Made: