NAME
Moot::TokenWriter::Native - libmoot: Token I/O: writer: native 1 word/line format
SYNOPSIS
##=====================================================================
## Usage
$tw
= Moot::TokenWriter::Native->new(
$fmt
);
##-- constructor
$tr
->to_file(
$filename
);
##-- output to a named file
$tw
->put_sentence(
$sent
);
##-- write a sentence
$tw
->
close
();
##-- close current output stream
#... or any other Moot::TokenWriter method
DESCRIPTION
The Moot::TokenWriter::Native module provides wrappers for 'native' 1 word/line word- and sentence-input streams as included in the libmoot library for Hidden Markov Model decoding.
Moot::TokenWriter::Native inherits from Moot::TokenWriter and supports all Moot::TokenWriter API methods.
SEE ALSO
Moot::TokenWriter::XML(3perl), Moot::TokenWriter(3perl), Moot::TokenWriter(3perl), Moot::TokenIO(3perl), Moot(3perl), mootfiles(5), 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.