mhandtag - desambiguite
manually a text.
SYNOPSIS
-
mhandtag
{-i Input_File}
{-o Output_File}
{-l Primary_separator}
{-p Secondary_separator}
{-C Nbr_fields}
{-s Tag_List}
{-n Lexical_column_number}
{-c Concatenation option}
DESCRIPTION
Desambiguite manually a formatted text in the TAGGER Format and save the
result in the output file. You have to format the input text with
the mpreptxt program and use the -H
option. You can save and quit your process at any time, to restart the
program at the same place without lose any information, use the -c
option.
OPTIONS
-
mhandtag supports the following options:
-
-i Input text
-
Specifies the input file .
-
-o Output text
-
Specifies the output file.
-
-n Lexical_column_position
-
Specifies the column where to find the word. It is assumed that the following
field indicates if the word is sentence initial/final with "BOS|EOS" and
the subsequent field contains the lexical annotations. Each field must
be separated by a TAB. Note that the lexical annotations for non-sentence
final and initial words must be separated by two TABs. (The default
lexical field is 1.)
-
-C Nbr_fields
-
Number of fields preceding the [BOS|EOS] field (the default is 1)
-
-l primary_separator
-
Specifies the separator within [LEM,ANNOT] pair (the default is '\').
-
-p Secondary_separator
-
Specifies the separator between the sets of ambiguous [LEM,ANNOT] pairs
assigned to a given word (default is '|').
-
-s Save Tag List
-
Specifies the file in which the list of desambiguited tags will be stored.
-
-c Concatenation Option
-
Indicates that the program has to take in count the portion of text already
hand tagged (the output text specified).
COMMAND EXAMPLES
> mhandtag -i txt -o txt.hd -n 3 -C 3 -p \| -l \\
SEE ALSO
mpreptxt(1)
mtrain(1)
mtag(1)
mcreate(1)
mtagfreq(1)
mprint(1)
mdiff(1)
mdiffb(1)
mcontext(1)
mbiases(1)
AUTHOR
Gilbert ROBERT
(Gilbert.Robert@issco.unige.ch)
ISSCO, 54 route des Acacias
1227 Geneva, Switzerland
Comments, suggestions, and bug reports are always welcome.