A package to transliterate from mni-Mtei to mni-Beng
Project description
MeiteiToBangla
This Python module was created to facilitate the conversion of the Manipuri Language (mni
) from the Meitei Mayek script to the Bengali script. The module is based on the Unicode standard for the Meitei Mayek script and the Unicode standard for the Bengali script. The module is designed to be used with Python 3.6 or later.
I kindly thank the following people for their help in creating this module:
- Haoreima for the Meitei Mayek to Bangla rules and the Meitei Mayek Unicode standard.
Background
Meitei Mayek is the script used to write the Meitei language, which is spoken in the Indian state of Manipur. The script is based on the Bengali script, and the two scripts share many characters. However, there are some differences between the two scripts, and the Meitei Mayek script has some characters that are not present in the Bengali script.
Installation
You can install this module via pip as:
pip install -U meiteitobangla
Usage
The module is accessible as mtei2bangla
.
from mtei2bangla import MeiteitoBangla
input_text = input('Please enter an example text')
output = MeiteitoBangla.transliterate(input_text)
Since version, 1.1.0, the MeiteitoBangla
has two methods setpreprocess
and setpostprocess
to set the pre and post process functions. The setpreprocess
method takes a function as an argument and the setpostprocess
method takes a function as an argument. The function should take a string as an argument and return a string. The transliterate
method will call the pre-process function before transliterating the text and the post-process function after transliterating the text.
from mtei2bangla import MeiteitoBangla
def custom_preprocess(text):
return text
def custom_postprocess(text):
return text
MeiteitoBangla.setpreprocess(custom_preprocess)
MeiteitoBangla.setpostprocess(custom_postprocess)
input_text = input('Please enter an example text')
output = MeiteitoBangla.transliterate(input_text)
Known Limitations
- It adds an
া
at the end of consonants if no diacritics are added. In most cases these are correct but in some foreign loan words, it is not correct. But as this module does not have any capability to distinguish between these words, it would addা
at the end. Please usecustom_end_func
(not implemented yet) to handle these correctly.
License
Copyright (C) 2024 by Nokib Sarkar. This module is licensed under the terms of the AGPLv3 license. However, there is no restriction to use this module for the initial developer. A copy of the license is included in the file LICENCE.md. If not, see https://www.gnu.org/licenses/agpl-3.0.html.
Known Usage
This project is currently used on the following projects
- Mayek Bot: A bot in Manipuri Wikipedia to transliterate from Meitei script articles into Bangla script article.
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
File details
Details for the file meiteitobangla-1.1.1.tar.gz
.
File metadata
- Download URL: meiteitobangla-1.1.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a17c62735a51b9d4a641757989e733e9ce53a56202da8679171ef7dc9d5c11a4 |
|
MD5 | 941fa4196a535419bcdf4a696f14aef2 |
|
BLAKE2b-256 | 9ac8dbd41080988b24afb9549751a701e47fe7cbcfc55f98cd9a8f7b7ff4b5c8 |
File details
Details for the file meiteitobangla-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: meiteitobangla-1.1.1-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc4023562a402a0ac39a82cee4ad6a469f2d349edd7aaf19ceb3dcff5637a835 |
|
MD5 | 0d047beef305da1f5be9830e504fd093 |
|
BLAKE2b-256 | 0be47c656d125c18f06a72169a48848bb8a373038f300d8fcad604d353540e75 |