NAME

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

SYNOPSIS

TermTagger.pl corpus termlist selected_term_list

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 can be given after a column. Each line of the output file (selected_term_list) contains the sentence number and the term separated by a tabulation character.

This script is mainly used in the Alvis NLP Platform.

SEE ALSO

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

AUTHORS

Thierry Hamon <thierry.hamon@lipn.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.