Difference between revisions of "Apertium-quality/Application Documentation"
Jump to navigation
Jump to search
(Created page with '== aq-ambtest == <span style='font-weight: bold; font-size: 12pt;'>Help output</span> <pre> usage: aq-ambtest [-h] [-X [STATFILE]] dictionary Get average ambiguity. positional …') |
(No difference)
|
Revision as of 04:13, 22 August 2011
Contents
aq-ambtest
Help output
usage: aq-ambtest [-h] [-X [STATFILE]] dictionary
Get average ambiguity.
positional arguments:
dictionary DIX file
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
Usage
aq-wikicrp
Help output
usage: aq-wikicrp [-h] [-c COUNT] [-C CORES] [-t TOKENISER] [-q QUEUE] [-x]
wikidump outfile
Extract a usable corpus from a Wikipedia dump.
positional arguments:
wikidump Wikipedia XML dump
outfile Output filename
optional arguments:
-h, --help show this help message and exit
-c COUNT, --count COUNT
Maximum sentences to store in corpus output (default:
unlimited)
-C CORES, --cores CORES
Limit how many cores to use for generation
-t TOKENISER, --tokeniser TOKENISER
Tokeniser to use
-q QUEUE, --queue QUEUE
Set queue size (for advanced users)
-x, --xml Output corpora in XML format
Usage
aq-covtest
Help output
usage: aq-covtest [-h] [-X [STATFILE]] [-H] corpus dictionary
Test coverage.
positional arguments:
corpus Corpus text file
dictionary Binary dictionary (.bin, .fst, etc)
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-H, --hfst HFST mode
Usage
aq-htmlgen
Help output
usage: aq-htmlgen [-h] [-t [TITLE]] statistics outdir
Generate webpage and related files.
positional arguments:
statistics Statistics file
outdir Output directory
optional arguments:
-h, --help show this help message and exit
-t [TITLE], --title [TITLE]
Directory of dictionary (Default: current directory)
Usage
aq-autotest
Help output
usage: aq-autotest [-h] [-c] [-X [STATS]] [-o [OUTDIR]] aqx
Attempt all tests with default settings.
positional arguments:
aqx Apertium Quality XML configuration file
optional arguments:
-h, --help show this help message and exit
-c, --colour Colours the output
-X [STATS], --statistics [STATS]
XML file that statistics are to be stored in
-o [OUTDIR], --html [OUTDIR]
Output directory for HTML content
Usage
aq-gentest
Help output
usage: aq-gentest [-h] [-X [STATFILE]] [-d [DIRECTORY]] mode corpus
Test generation.
positional arguments:
mode Language mode (eg, br-fr)
corpus Corpus text file
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-d [DIRECTORY], --dict [DIRECTORY]
Directory of dictionary (Default: current directory)
Usage
aq-dixtest
Help output
usage: aq-dixtest [-h] [-X [STATFILE]] [-d [DICTDIR]] langpair
Get general dictionary statistics.
positional arguments:
langpair Language pair (eg aa-ab)
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-d [DICTDIR], --dict [DICTDIR]
Directory of dictionary (Default: current directory)
Usage
aq-regtest
Help output
usage: aq-regtest [-h] [-X [STATFILE]] [-d [DICTDIR]] mode wikiurl
Test for regressions directly from Apertium wiki.
positional arguments:
mode Mode of operation (eg. br-fr)
wikiurl URL to regression tests
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-d [DICTDIR], --dict [DICTDIR]
Directory of dictionary (Default: current directory)
Usage
aq-voctest
Help output
usage: aq-voctest [-h] [-X [STATFILE]] [-a [ANADIX]] [-g [GENBIN]]
[-d [DICTDIR]] [-D [DIRECTION]] [-o [OUTPUT]]
langpair
Test vocabulary for generation errors.
positional arguments:
langpair Language pair (eg, br-fr)
optional arguments:
-h, --help show this help message and exit
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-a [ANADIX], --anadix [ANADIX]
Analysis .dix file (Default: apertium-aa-ab.aa-ab.dix)
-g [GENBIN], --genbin [GENBIN]
Generation .bin file (Default: apertium-aa-
ab.autogen.bin)
-d [DICTDIR], --dict [DICTDIR]
Directory of dictionary (Default: current directory)
-D [DIRECTION], --direction [DIRECTION]
Dictionary direction (lr, rl)
-o [OUTPUT], --output [OUTPUT]
Output file for arrows output
Usage
aq-morftest
Help output
usage: aq-morftest [-h] [-c] [-X [STATFILE]] [-C] [-i] [-s] [-l] [-f] [-p]
[-S SECTION] [-t TEST] [-v] [--app APP] [--gen GEN]
[--morph MORPH]
test_file
Test morphological transducers for consistency. `hfst-lookup` (or Xerox'
`lookup` with argument -x) must be available on the PATH.
positional arguments:
test_file YAML file with test rules
optional arguments:
-h, --help show this help message and exit
-c, --colour Colours the output
-X [STATFILE], --statistics [STATFILE]
XML file that statistics are to be stored in
-C, --compact Makes output more compact
-i, --ignore-extra-analyses
Ignore extra analyses when there are more than
expected, will PASS if the expected one is found.
-s, --surface Surface input/analysis tests only
-l, --lexical Lexical input/generation tests only
-f, --hide-fails Suppresses passes to make finding failures easier
-p, --hide-passes Suppresses failures to make finding passes easier
-S SECTION, --section SECTION
The section to be used for testing (default is `hfst`)
-t TEST, --test TEST Which test to run (Default: all). TEST = test ID, e.g.
'Noun - gåetie' (remember quotes if the ID contains
spaces)
-v, --verbose More verbose output.
--app APP Override application used for test
--gen GEN Override generation transducer used for test
--morph MORPH Override morph transducer used for test
Will run all tests in the test_file by default.
Usage