No project description provided
Project description
Bangla Preprocessor (BnPreprocessing)
This page gives a basic introduction to the package.
Installation:
pip install BnPreprocessing
In Python a Bangla Linga is typically written as:
Usage:
import BnPreprocessing as pp
s = "আমরা কাজ করবো কিভাবে?😦😦 Document তৈরী করতে আমাদের সবাইকে কি করতে হবে? নিজেদের(গ্রুপ-৬ এর সবাই) মধ্যে কাজ ভাগ করবো কেমনে?"
s = pp.remove_punc(s)
print(s)
s = pp.remove_nonBangla(s)
print(s)
s = pp.remove_emoticons(s)
print(s)
s = pp.remove_sw(s)
print(s)
Output:
আমরা কাজ করবো কিভাবে 😦😦 Document তৈরী করতে আমাদের সবাইকে কি করতে হবে নিজেদের গ্রুপ এর সবাই মধ্যে কাজ ভাগ করবো কেমনে
আমরা কাজ করবো কিভাবে 😦😦 তৈরী করতে আমাদের সবাইকে কি করতে হবে নিজেদের গ্রুপ এর সবাই মধ্যে কাজ ভাগ করবো কেমনে
আমরা কাজ করবো কিভাবে তৈরী করতে আমাদের সবাইকে কি করতে হবে নিজেদের গ্রুপ এর সবাই মধ্যে কাজ ভাগ করবো কেমনে
করবো কিভাবে তৈরী সবাইকে গ্রুপ সবাই করবো কেমনে
If you want to do all the preprocessings in one step:
Usage:
import BnPreprocessing as pp
s = "আমরা কাজ করবো কিভাবে?😦😦 Document তৈরী করতে আমাদের সবাইকে কি করতে হবে? নিজেদের(গ্রুপ-৬ এর সবাই) মধ্যে কাজ ভাগ করবো কেমনে?"
s = pp.remove_noise(s)
print(s)
Output:
করবো কিভাবে তৈরী সবাইকে গ্রুপ সবাই করবো কেমনে
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for BnPreprocessing-1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9da621f12fde86ac12616cc3986f920833eda4a4355c5d600be10599d7cef6fc |
|
MD5 | 7100a67189af283ad9504f720c735465 |
|
BLAKE2b-256 | 14cb5219c974310720f345f0b65125d875fd94fd7f441ae880464b3f5a5ec844 |