NAME

mooteval - Output evaluator for moocow's PoS tagger.


SYNOPSIS

mooteval [OPTIONS] FILE1 FILE2

 Arguments:
    FILE1 FILE2  Files to compare.
 Options
    -h          --help                     Print help and exit.
    -V          --version                  Print version and exit.
    -cFILE      --rcfile=FILE              Read an alternate configuration file.
    -vLEVEL     --verbose=LEVEL            Verbosity level.
    -1          --eval-first               Evaluate FILE1 vs. baseline FILE2
    -2          --eval-second              Evaluate FILE2 vs. baseline FILE1
    -oFILE      --output=FILE              Write output to FILE.
    -IFORMAT    --input-format=FORMAT      Specify input file formats.
                --input-encoding=ENCODING  Override XML document input encoding.


DESCRIPTION

Output evaluator for moocow's PoS tagger.

mooteval compares two 'medium' (+tagged,-analyzed) and/or 'well done' (+tagged,+analyzed) input files, and summarizes the differences between them. See the mootfiles manpage for details on moot file formats.


ARGUMENTS

FILE1 FILE2
Files to compare.


OPTIONS

--help , -h
Print help and exit.

Default: '0'

--version , -V
Print version and exit.

Default: '0'

--rcfile=FILE , -cFILE
Read an alternate configuration file.

Default: 'NULL'

See also: CONFIGURATION FILES.

--verbose=LEVEL , -vLEVEL
Verbosity level.

Default: '2'

Valid values are in the the range [0..4].

  1. Silent operation.

  2. Report basic summary information.

  3. Report extended summary information.

  4. Print a verbose listing of all tokens associated with any mismatch condition.

  5. Print a verbose listing of all tokens in the input files.

--eval-first , -1
Evaluate FILE1 vs. baseline FILE2

Default: '0'

Only useful if --verbose >= 2.

If neither --eval-first nor --eval-second is given, both input files are evaluated against one another.

--eval-second , -2
Evaluate FILE2 vs. baseline FILE1

Default: '0'

Only useful if --verbose >= 2.

If neither --eval-first nor --eval-second is given, both input files are evaluated against one another.

--output=FILE , -oFILE
Write output to FILE.

Default: '-'

If --verbose >= 1, a summary will always be printed to stderr.

--input-format=FORMAT , -IFORMAT
Specify input file formats.

Default: 'NULL'

Value should be a comma-separated list of format flag names, optionally prefixed with an exclamation point (!) to indicate negation. Both input files should have the same format.

Default='WellDone'

See 'I/O Format Flags' in the mootfiles manpage for details.

--input-encoding=ENCODING
Override XML document input encoding.

Default: 'NULL'

Potentially useful for XML documents without encoding declarations.


CONFIGURATION FILES

Configuration files are expected to contain lines of the form:

    LONG_OPTION_NAME    OPTION_VALUE

where LONG_OPTION_NAME is the long name of some option, without the leading '--', and OPTION_VALUE is the value for that option, if any. Fields are whitespace-separated. Blank lines and comments (lines beginning with '#') are ignored.

No configuration files are read by default.


ADDENDA

Caveats

Both input files should be in compatible formats (either native text or XML).

Output is always in native text 'refried' format.

About this Document

Documentation file auto-generated by optgen.perl version 0.03. Translation was initiated on Tue Jul 20 19:42:53 CEST 2004 as:

   /usr/bin/optgen.perl -l --nocfile --nohfile -F mooteval mooteval.gog


BUGS AND LIMITATIONS

Unknown.


ACKNOWLEDGEMENTS

Development of this package was supported by the project 'Kollokationen im Wörterbuch' ( ``collocations in the dictionary'', http://www.bbaw.de/forschung/kollokationen ) in association with the project 'Digitales Wörterbuch der deutschen Sprache des 20. Jahrhunderts (DWDS)' ( ``digital dictionary of the German language of the 20th century'', http://www.dwds.de ) at the Berlin-Brandenburgische Akademie der Wissenschaften ( http://www.bbaw.de ) with funding from the Alexander von Humboldt Stiftung ( http://www.avh.de ) and from the Zukunftsinvestitionsprogramm of the German federal government.

I am grateful to Christiane Fellbaum, Alexander Geyken, Gerald Neumann, Edmund Pohl, Alexey Sokirko, and others for offering useful insights in the course of development of this package.

Thomas Hanneforth wrote and maintains the libFSM C++ library for finite-state device operations used by the class-based HMM tagger / disambiguator, without which this package could not have been built.

Alexander Geyken and Thomas Hanneforth developed the rule-based morphological analysis system for German which was used in the development and testing of the class-based HMM tagger / disambiguator.


AUTHOR

Bryan Jurish <moocow@ling.uni-potsdam.de>


SEE ALSO

the mootfiles manpage, mootm(1), the moot manpage