libvarnam icon indicating copy to clipboard operation
libvarnam copied to clipboard

Deprecated. See https://github.com/varnamproject/govarnam

Results 43 libvarnam issues
Sort by recently updated
recently updated
newest added

Ruby dependency can be avoided if [`varnamc`](https://github.com/varnamproject/libvarnam/blob/master/varnamc) is written in C itself or Python or Go to reduce dependencies. After making the flatpak package, I realize that Ruby uses 40MB+...

Varnam outputs combinations with chil letters which is invalid in Malayalam. This seems a bug with the Malayalam scheme file (or is it ?). I can't figure out how to...

When transliterating to Hindi, it doesn't seem to recognize "r" as a transliteration of "ड़", which is a bug. For example, "pahar" gives "पहार" as an option, but no option...

I have added the letter combination which is usually used for 'fa' (ஃப), and added 'za' to the list of sounds representing 'ஜ'.

Varnam has a tokenizer that converts Malayalam (or any other Indian lang) text to manglish patterns. While learning, Varnam makes a database of such patterns -> word : ``` Pattern...

Is a Rust port of varnam a bad idea? If someone's porting varnam into a different language, what should they do differently?

To overcome the fixed paths of **symbols folder** and **suggestions folder**, I've added these 2 new environment variables : ``` VARNAM_SYMBOLS_DIR VARNAM_SUGGESTIONS_DIR ``` Note that, `symbolsFileSearchPath` variable in `varnam.c` doesn't...

http://savannah.nongnu.org/bugs/?40807 Implemented options : ``` ❯ ./varnamc --help Usage: varnamc [OPTION...] an Indic language transliteration library -a, --train=PATTERN=WORD Train the given text -d, --details[=] Detailed transliteration output. Use with --transliterate...

* The function "remove_from_last(char *buffer, const char *toremove)" is never used. * function "strbuf_remove_from_last" is already used, which serves similar purpose.