A Bangla Toolkit for natural language processing (NLP)
Project description
Author 1: Md Istiak Tanvir - eruddro@gmail.com
Author 2: Asma Akter - asmaul9377@gmail.com
Author 3: Md Tanvirul Islam - tanvirulislam.cse@diu.edu.bd
BanglaNLP
Banglanlp is an innovative toolkit designed for Natural Language Processing (NLP) applications in Bangla language. The one of the focus of this package is on stemming—transforming inflected or derived Bangla words back to their root forms. This package utilizes a unique, algorithmically efficient approach to ensure accurate root detection across a wide range of Bangla words, making it a powerful tool for Bangla language processing tasks.
Features Efficient Stemming: Built with an optimized algorithm for fast and accurate stemming of Bangla words. Flexible Dataset Support: Supports customizable datasets for dynamic, versatile use across NLP applications. Additional NLP Functions: Designed to accommodate future Bangla NLP functions such as stop word removal, tokenization, and more. Cross-Platform Compatibility: Works seamlessly on major operating systems. Installation Install the package using pip:
bash pip install banglanlp
Usage Here’s a basic example of how to use Banglanlp for stemming:
python from banglanlp.rootfinder import bstem
Sample word for stemming
word = "ফুটবলটি খুব দেখতে চমৎকারই ছিল " root_word = bstem(word) print("Root form:", root_word)
Future Scope In future updates, more functionalities will be added to make Banglanlp a comprehensive toolkit for Bangla language NLP, including syntax parsing, sentiment analysis, and more.
License This project is licensed under the MIT License, making it freely accessible and open to contributions.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file banglanlp-0.1.3.tar.gz.
File metadata
- Download URL: banglanlp-0.1.3.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fec9d1b0031e70afc49069d3b4c651eda173f85fac794f9cb37b00082fb732f4
|
|
| MD5 |
b62f8d2fcceb2188eb27d5f11aec0711
|
|
| BLAKE2b-256 |
f96c01d6ec49b2186df737de179f6ac10eb77927ce197a6a34e0c49f210db236
|
File details
Details for the file banglanlp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: banglanlp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a602e9e49a193bfbe5f11678e5ce4f47c80d4958a807945e902b0445e87fb5a
|
|
| MD5 |
742aea16c262ac65da8f7b8b595fa489
|
|
| BLAKE2b-256 |
83fb7bf4b97df53f0bd15824b918a8ef85b675f070472535d55dd1a4d78ac15d
|