NAME
guess_transformation.pl - Run transformation plugin against the given string.
DESCRIPTION
guess_transformation.pl This script is a command-line wrapper against 'transform' plugin functionality. It allows you to test how the plugin works against any given string.
SYNOPSIS
guess_transformation.pl "string" language [--no-uncertain]
Use --help
option for more information.
Use --man
for the full documentation.
OPTIONS
- string
-
<string> is a source string to guess translation for.
- language
-
<string> is a target translation language.
- no-uncertain
-
If this switch is provided, emulate a 'reuse_uncertain => NO' mode on a job; in other words, do not use any translation if there are multiple translations provided for the same source string.
- -?, --help
-
Show help on program usage and options. For a more verbose output, use
--man
- --man
-
Show all available documentation on this program.