MultiLiterator is a transliterator for multiple languages. The current version is mostly unfinished.
Burm is a transliterator for Burmese. It can transliterate to English and has partial support for Japanese. It can transliterate complex words like stacked consonants and the ည် vowel, which uses a machine learning model to predict the pronounciation.
Install the necessary modules:
pip install -r requirements.txtEnsure you have the API key for the ML model if you are using Burm.
Here's an example on how to transliterate:
import <insert file name> as <language>
print(<language>.convertTo<resultLang>(<insert text here>))The machine learning model was made using Machine Learning for Kids: https://machinelearningforkids.co.uk/