NAME
Moot - Perl interface to the libmoot part-of-speech tagging library
SYNOPSIS
use Moot;
##... stuff happens
DESCRIPTION
The Moot module provides an object-oriented interface to the libmoot library for Hidden Markov Model part-of-speech tagging.
SEE ALSO
Moot::HMM(3perl), Moot::Constants(3perl), Moot::Lexfreqs(3perl), Moot::Ngrams(3perl), Moot::HMM(3perl), Moot::TokenIO(3perl), Moot::Waste(3perl), moot(1), perl(1).
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011-2018 by Bryan Jurish
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.