Skip to content

PhyoTP/MultiLiterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiLiterator

MultiLiterator is a transliterator for multiple languages. The current version is mostly unfinished.

Burm

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.

Usage

Install the necessary modules:

pip install -r requirements.txt

Ensure 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>))

Other

The machine learning model was made using Machine Learning for Kids: https://machinelearningforkids.co.uk/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages