Transliteration App

I built a web app from start to finish using Python and Django to transliterate Lemko Carpatho-Rusyn Cyrillic into the Latin scripts of three locales: the United States, Slovakia, and Poland. It is a module for my rule-based machine translation (RBMT) engine.

It’s up and running here: www.lemkotran.com/romanize

Hybrid Machine Translation Engine

This project of mine features a hybrid rule-based machine translation (RBMT) system crossed with statistical and neural engines. Translation rules coded by hand in Python are used to preprocess user input before being fed into later generation engines.

I created the backend in Django. The frontend is pure Bootstrap.

The user interface features a JavaScript keyboard.

Go ahead, give it a whirl: www.lemkotran.com/translate