Blob Blame History Raw
.TH MALAGA 1 "26 September 2006" Malaga "Malaga quick reference"

.SH NAME
malaga \- natural-language word and sentence analysis

.SH SYNOPSIS
\fBmalaga\fP [\fB-morphology\fP|\fB-syntax\fP] [\fB-quoted\fP] [\fB-input\fP
\fIinput\fP] \fIproject-file\fP

.SH 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.
.PP
The program \fBmalaga\fP is Malaga's user interface for analysing word forms
and sentences, displaying the results and finding bugs in a grammar.
.PP
\fBmalaga\fP requires the name of a language-dependent \fIproject-file\fP as a
command-line argument.
.PP
If no command line options are given, \fBmalaga\fP starts in interactive mode,
and you can enter commands.  If you are not sure about the name of a command,
use the command \fBhelp\fP to get an overview of all \fBmalaga\fP commands.
.PP
If you want to quit \fBmalaga\fP, enter the command \fBquit\fP. 
.PP
See \fBinfo Malaga\fP for details.

.SH OPTIONS
.IP "\fB-h\fP[\fBelp\fP]"
Print a help text about \fBmalaga\fP's command line arguments and exit.
.IP "\fB-i\fP[\fBnput\fP] \fIinput\fP"
Analyse a single word or sentence given as command line argument (only valid in
morphology or syntax mode).
.IP "\fB-m\fP[\fBorphology\fP]"
Start \fBmalaga\fP 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.
.IP "\fB-q\fP[\fBuoted\fP]"
The input lines to be analysed are quoted (only valid in morphology or syntax
mode).
.IP "\fB-s\fP[\fByntax\fP]"
Start \fBmalaga\fP 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.
.IP "\fB-v\fP[\fBersion\fP]"
Print \fBmalaga\fP's version number and exit.

.SH AUTHORS
Malaga was written by Bjoern Beutel.  Numerous other people distributed to
Malaga.  This manpage was originally written for the Debian distribution by
Antti-Juhani Kaijanaho.

.SH SEE ALSO
\fBmallex\fP(1), \fBmalmake\fP(1), \fBmalrul\fP(1), \fBmalshow\fP(1),
\fBmalsym\fP(1)
.PP
``Malaga 7, User's and Programmer's Manual''.  Available in Debian
systems via \fBinfo Malaga\fP, and, if the malaga-doc package is installed,
in various formats (DVI, Postscript, PDF, HTML) under
\fI/usr/share/doc/malaga-doc/\fP.