Alvis-QueryFilter

 view release on metacpan or  search on metacpan

lib/Alvis/Treetagger.pm  view on Meta::CPAN

#  must hardwire the root directory for Treetagger below
#  error handling somewhat haphazard, and no auto restart
#  of treetagger if it shutsdown

$Alvis::Treetagger::VERSION = '0.1';

use strict;
use warnings;
use encoding 'utf8';
use open ':utf8';
binmode STDERR, ":utf8";

our $commandLine;
our $taggerRoot;
our $FIFO;
our $parFile;
our $errorFile;
our $verbose;

my $tagpid;



( run in 0.568 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )