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:
>>> from BnPreprocessing import preprocessor as pp
>>> s = "আমরা কাজ করবো কিভাবে? ডকুমেন্টটা তৈরী করতে আমাদের সবাইকে কি করতে হবে? নিজেদের(গ্রুপ-৬ এর সবাই) মধ্যে কাজ ভাগ করবো কেমনে?"
>>> s = pp.remove_punc(s)
>>> print(s)
>>> s = pp.remove_sw(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-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 813b4e5a9ca6f1767490f09c4d6539b352d58ff0a6c09b710d0d7df149341991 |
|
MD5 | 59745c974ae66e912495f6b2603c8b4e |
|
BLAKE2b-256 | 5baee229166c0f75e808102a9528668bef9e77eac143c8228c7612fde9df3fcb |