Skip to main content

bengali automatic word corrector

Project description

Bengali Word Corrector

Installation

pip install bengaliwordcorrector==1.1.1

Quick Start

After installation, using bengaliwordcorrector should be fairly straight forward:

Word Correction

from bengaliwordcorrector import correction
l = ['মেইন্টনেন্স','পরমর্শ','অতক্রম্য','কমিশনরের']
for i in l:
    print('incorrect word:',i,"correct word:",correction(i))

Related Word Suggestions

from bengaliwordcorrector import suggestions
l = ['মেইন্টনেন্স','পরমর্শ','অতক্রম্য','কমিশনরের']
for i in l:
    print("incorrect word:",i,"suggestions:",suggestions(i))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bengaliwordcorrector-1.1.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page