#!/usr/bin/env perl
use strict;
use warnings;

use Treex::Core::Run q(treex);
treex (\@ARGV);


__END__

=encoding utf-8

=head1 NAME

treex - bash front-end for Treex::Core::Run

=head1 VERSION

version 0.08633_1

=head1 DESCRIPTION

This is a thin front-end for calling
functionality of Treex::Core::Run from
the bash command line. See Treex::Core::Run
for the description of arguments.

=head1 AUTHOR

Zdeněk Žabokrtský <zabokrtsky@ufal.mff.cuni.cz>


=head1 COPYRIGHT AND LICENSE

Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
