The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Moot::Waste - libmoot : WASTE tokenization system

SYNOPSIS

  use Moot::Waste;

  #... stuff happens ...

DESCRIPTION

The Moot::Waste module provides an object-oriented interface to the WASTE tokenization system included in the libmoot library for Hidden Markov Model decoding. Currently just a wrapper for:

 use Moot::Waste::Scanner;
 use Moot::Waste::Lexer;

SEE ALSO

Moot(3perl), Moot::Waste::Scanner(3perl), Moot::Waste::Lexer(3perl), moot(1), perl(1).

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 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.14.2 or, at your option, any later version of Perl 5 you may have available.