Skip to content

Instantly share code, notes, and snippets.

@navaneeth
Created August 8, 2012 11:21
Show Gist options
  • Save navaneeth/3294352 to your computer and use it in GitHub Desktop.
Save navaneeth/3294352 to your computer and use it in GitHub Desktop.
varnamrc usage
$ ./varnamc -h
Usage: varnamc [options] language_code args
-l, --library FILE Sets the varnam library
-v, --verbose Enable verbose output
-t, --transliterate TEXT Transliterate the given text
-r, --reverse-transliterate TEXT Reverse transliterate the given text
-n, --learn [TEXT] Learn given text. Use --files option together with this to learn from file
-f, --files files Reads from the specified files
-s, --symbols VALUE Sets the symbols file
-c, --compile FILE Compile symbols file
-d, --output-dir dir Sets the output directory
-h, --help Display this screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment