NAME

LPost - Brill's Part-of-Speech Tagger as a Perl Module


SYNOPSIS

  use LPost;
  LPost::initialize_tagger();
  my $s = LPost::tag('This is a test of the part-of-speech tagger');
  LPost::destroy_tagger();


DESCRIPTION

Eric Brill's part-of-speech tagger as a Perl Module. It's based on Benjamin Han's ePost package at http://www-2.cs.cmu.edu/~benhdj/Code/, which is a cleaned-up version of Brill's original code.


AUTHOR

Jimmy Lin (jimmylin at umd.edu)


HISTORY

Version 1.0 (December 27, 2004)


LICENSE

Copyright (C) 2002-2004, Jimmy Lin

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, please visit http://www.gnu.org/copyleft/gpl.html