moa
. For example, see
supplied env-moa file.
MOA_DICTDIR
: directory in which dictionary files are.
In this directory, the above 4 kind dictionary must be located.
In distributed MoA, there is 4 dictionary in dict-test
and dict-datum
.
MOA_TABLEDIR
: directory in which table files are.
In this directory, the above 2 kind table must be localted.
In distributed MoA, only one table TRANTBL
is
supplied currently. And one table is used as cTable and mTable
without any difference. In future, I will make two tables and
two tables can be different.
MOA_CTABLE
: cTable's file name. It must be located in
MOA_TABLEDIR
directory.
MOA_MTABLE
: mTable's file name. It must be located in
MOA_TABLEDIR
directory.
moa
can
be executed. The options are like the followings :
-c
or -f data-file
: Where input comes from ?-c
means input is from standard input till EOF. And
-f data-file
means that moa
read data from
data-file
line by line and processing read line until
EOF.
-h
: for brief help message
-n dict-name
: default name is 'nn'.
-e dict-name
: default name is 'ee'.
-i dict-name
: default name is 'ii'.
-u dict-name
: default name is 'uu'.