Skip to content

Simple Rule-Based Sentence Boundary Detection for Bengali

Notifications You must be signed in to change notification settings

banglakit/bengali-sbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BanglaKit Sentence Boundary Detector (SBD)

This simple Python Package detects the boundaries of Bengali sentences and split sentences properly.

Example

import bengali_sbd

bengali_sbd.split('আমি বলেছিলাম, "ওখানে যাসনে। সাপ থাকতে পারে।" কেউ শুনল না।')
# [
#   'আমি বলেছিলাম, "ওখানে যাসনে। সাপ থাকতে পারে।"',
#   'কেউ শুনল না।'
# ]

About

Simple Rule-Based Sentence Boundary Detection for Bengali

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages