Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

malaga(1) [debian man page]

MALAGA(1)						      Malaga quick reference							 MALAGA(1)

NAME
malaga - natural-language word and sentence analysis SYNOPSIS
malaga [-morphology|-syntax] [-quoted] [-input input] project-file DESCRIPTION
Malaga is a development environment for natural-language grammars based on the Left-Associative Grammar formalism. Malaga grammars can be used for automatic morphological and/or syntactic analysis. The program malaga is Malaga's user interface for analysing word forms and sentences, displaying the results and finding bugs in a grammar. malaga requires the name of a language-dependent project-file as a command-line argument. If no command line options are given, malaga starts in interactive mode, and you can enter commands. If you are not sure about the name of a command, use the command help to get an overview of all malaga commands. If you want to quit malaga, enter the command quit. See info Malaga for details. OPTIONS
-h[elp] Print a help text about malaga's command line arguments and exit. -i[nput] input Analyse a single word or sentence given as command line argument (only valid in morphology or syntax mode). -m[orphology] Start malaga in morphology mode. In this mode word forms are read in from the standard input stream and analysed (one word form per line). The analysis result are written to the standard output stream. -q[uoted] The input lines to be analysed are quoted (only valid in morphology or syntax mode). -s[yntax] Start malaga in syntax mode. In this mode sentences are read in from the standard input stream and analysed (one sentence per line). The analysis result is written to the standard output stream. -v[ersion] Print malaga's version number and exit. AUTHORS
Malaga was written by Bjoern Beutel. Numerous other people distributed to Malaga. This manpage was originally written for the Debian dis- tribution by Antti-Juhani Kaijanaho. SEE ALSO
mallex(1), malmake(1), malrul(1), malshow(1), malsym(1) ``Malaga 7, User's and Programmer's Manual''. Available in Debian systems via info Malaga, and, if the malaga-doc package is installed, in various formats (DVI, Postscript, PDF, HTML) under /usr/share/doc/malaga-doc/. Malaga 26 September 2006 MALAGA(1)

Check Out this Related Man Page

CHASEN(1)						      General Commands Manual							 CHASEN(1)

NAME
chasen - Japanese Morphological Analysis System SYNOPSIS
chasen [options] file DESCRIPTION
chasen is a morphological analysis system. It can segment and tokenize Japanese text string, and can output with many additional informa- tion (pronunciation, semantic information, and others). It will print the result of such an operation to the standard output, so that it can be either written to a file or further processed. OPTIONS
-s Use partial sentence mode for analysis. -j Use Japanese sentence mode for analysis. KUTEN (including other puncuation marks) and empty line are treated as the punctuation of the text. -C Use the command mode for analysis. -b Show the best path. (default) -m Show all morphemes where ambiguity is identified in the best path. -p Show all paths expanding for all combinations of the ambiguity. -f Show formatted morpheme data in column (default) -e Show entire morpheme data. -c Show coded morpheme data. -d Show detailed morpheme for use by Prolog. -v Show detailed morpheme for use by VisualMorphs. -O[c|s] Show morpheme as compound words or their segments. -F format Show morpheme formatted by the format such as "%m %y %M %U(%P-) %T %F " . -Fh Print help information for -F option. -i lang Specify the character encoding of the input file. e: EUC-JP, s:Shift JIS, w:UTF-8, u:UTF-8, a:ISO-8859-1 -o file Specify the output file to be file . -w width Specify the cost width. -r rcfile Use rcfile as the chasenrc file. -R Use the system default chasenrc file (/etc/chasenrc). -L lang Specify language. -lp Print the list of parts of speech (hinshi). -lt Print list of conjugation types. -lf Print list of conjugation forms. -h Print help. -V Print ChaSen version number. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. SEE ALSO
The programs are documented fully by /usr/share/doc/chasen/manual-j.tex or /usr/share/doc/chasen/manual-j.pdf. AUTHOR
This manual page was written by Takao KAWAMURA <kawamura@debian.or.jp> and modified by Hideki Yamane <henrich@debian.or.jp> and Osamu Aoki <osamu@debian.org> for the Debian GNU/Linux system (but may be used by others). CHASEN(1)
Man Page