govarnam
govarnam copied to clipboard
Easily type Indic languages on computer and mobile. GoVarnam is a cross-platform transliteration library. Manglish -> Malayalam, Thanglish -> Tamil, Hinglish -> Hindi plus another 10 languages. GoVarn...
Namaskar! 😃 The reverse transliteration of "प्रयत्न" is shown as `p~ryt~n` but if the same sequence is typed into the web editor then "प्रयत्न" doesn't get shown in any of...
VST Maker should allow to remove a symbol from VST using a matching condition. In Malayalam scheme: ```ruby anusvara [["m"]] => ["ം","ം","മ"] anusvara "m_" => ["ം","ം","മ"] anusvara({:accept_if => :ends_with}, "m"...
This will be simpler than Windows. You'll need XCode. - [x] Fork the source code of [Lipika IME](https://github.com/ratreya/lipika-ime), open it in XCode, play with it, understand how it works -...
Running tests on schemes give these warning messages. It should be possible to use varnam without initing a dictionary just like libvarnam.
https://gitlab.com/cznic/sqlite is a replacement for mattn's go-sqlite3 without c. can we try this out?
With release of v1.5.0, the most stable version we can start with Debian packaging govarnam. The structure of packaging should be : * Package for govarnam library (this repo) *...
* [x] Transliteration * [x] Reverse Transliteration * [x] Learning, Training from CLI * [x] Learning, Training from file * [x] VST Creation * [ ] Stem rules This may...
Close prepare statements on finish. Take care of little things like these
Ok the word is >> சொல்லாமல் , which is (sollamal) But in varnam while typing it gives the other il (ள)  If we type >> il (it should give...
This will be useful from a packaging perspective. Related #5 ## Building From Source ### govarnam ``` # Install go. Minimum 1.16 sudo apt install golang git clone https://github.com/varnamproject/govarnam.git govarnam...