Created
August 8, 2012 11:21
-
-
Save navaneeth/3294352 to your computer and use it in GitHub Desktop.
varnamrc usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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