Versatile Sound Change Applier 0.5.2


Running VSCA

perl vsca.pl OPTIONS

Options are:
-l <file>   Specify lexicon file (IE, your original word list)
-r <file>   Specify rules file
-o <file>   Optional. Specify output file. If omitted, output goes to console
-c          Send output both to output file and console
-d <level>  Output debug information. Levels are 1, 2, 3

-H          History. Output original word too, according to the template
                in the -h switch. Default template: "\n\t( < \o)\t\c"

-h <template>  Define template for -H. Specifying -h implies setting -H.
                Use \n for new word, \o for orignal word, \c for comment,
                \t for horizontal tab.
                Without -h or -H, "\\n\\t\\c" is assumed.

-u          Disables UTF-8 IO layer so that plain text files (8-bit bytes
            instead of UTF-8 multi-byte characters) will work properly

VSCA - Anything. Anywhere. Anytime