1MALAGA(1) Malaga quick reference MALAGA(1)
2
3
4
6 malaga - natural-language word and sentence analysis
7
8
10 malaga [-morphology|-syntax] [-quoted] [-input input] project-file
11
12
14 Malaga is a development environment for natural-language grammars based
15 on the Left-Associative Grammar formalism. Malaga grammars can be used
16 for automatic morphological and/or syntactic analysis.
17
18 The program malaga is Malaga's user interface for analysing word forms
19 and sentences, displaying the results and finding bugs in a grammar.
20
21 malaga requires the name of a language-dependent project-file as a com‐
22 mand-line argument.
23
24 If no command line options are given, malaga starts in interactive
25 mode, and you can enter commands. If you are not sure about the name
26 of a command, use the command help to get an overview of all malaga
27 commands.
28
29 If you want to quit malaga, enter the command quit.
30
31 See info Malaga for details.
32
33
35 -h[elp]
36 Print a help text about malaga's command line arguments and
37 exit.
38
39 -i[nput] input
40 Analyse a single word or sentence given as command line argument
41 (only valid in morphology or syntax mode).
42
43 -m[orphology]
44 Start malaga in morphology mode. In this mode word forms are
45 read in from the standard input stream and analysed (one word
46 form per line). The analysis result are written to the standard
47 output stream.
48
49 -q[uoted]
50 The input lines to be analysed are quoted (only valid in mor‐
51 phology or syntax mode).
52
53 -s[yntax]
54 Start malaga in syntax mode. In this mode sentences are read in
55 from the standard input stream and analysed (one sentence per
56 line). The analysis result is written to the standard output
57 stream.
58
59 -v[ersion]
60 Print malaga's version number and exit.
61
62
64 Malaga was written by Bjoern Beutel. Numerous other people distributed
65 to Malaga. This manpage was originally written for the Debian distri‐
66 bution by Antti-Juhani Kaijanaho.
67
68
70 mallex(1), malmake(1), malrul(1), malshow(1), malsym(1)
71
72 ``Malaga 7, User's and Programmer's Manual''. Available in Debian sys‐
73 tems via info Malaga, and, if the malaga-doc package is installed, in
74 various formats (DVI, Postscript, PDF, HTML) under
75 /usr/share/doc/malaga-doc/.
76
77
78
79Malaga 26 September 2006 MALAGA(1)