The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TermTagger.pl -- A Perl script for tagging corpus with terms

SYNOPSIS

TermTagger.pl [options] corpus termlist selected_term_list

OPTIONS

--help brief help message

DESCRIPTION

This script tags a corpus with terms. Corpus (corpus) is a file with one sentence per line. Term list (termlist) is a file containing one term per line. For each term, additionnal information (as canonical form) can be given after a column. Each line of the output file (selected_term_list) contains the sentence number, the term, additional information, all separated by a tabulation character.

SEE ALSO

Alvis web site: http://www.alvis.info

AUTHORS

Thierry Hamon <thierry.hamon@univ-paris13.fr>

LICENSE

Copyright (C) 2006 by Thierry Hamon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.