mootdump - moocow's HMM part-of-speech tagger/disambiguator: model dumper.
mootdump [OPTIONS] MODEL
Arguments: MODEL Input model.
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. -oFILE --output=FILE Specify output file (default=stdout).
moocow's HMM part-of-speech tagger/disambiguator: model dumper.
'mootdump' creates text-dumps of compile HMM models for debugging.
See the mootfiles manpage for details on moot model file formats.
MODEL
MODEL may be either a binary or a text model.
For details on moot file formats, see the mootfiles manpage.
--help
, -h
Default: '0'
--version
, -V
Default: '0'
--rcfile=FILE
, -cFILE
Default: 'NULL'
See also: CONFIGURATION FILES.
--verbose=LEVEL
, -vLEVEL
Default: '3'
Be more or less verbose. Recognized values are in the range 0..3.
--output=FILE
, -oFILE
Default: '-'
Text dump will be written to FILE.
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.
The following configuration files are read by default:
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 mootdump mootdump.gog
None known.
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.
Bryan Jurish <moocow@ling.uni-potsdam.de>
the mootfiles manpage, the mootrain manpage, the mootcompile manpage, the moot manpage