The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Lingua-TreeTagger version 0.06

This module provides a simple object-oriented interface to the TreeTagger
part-of-speech tagger created by Helmut Schmid.

Installing and using this module requires a working version of TreeTagger
(available at http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger).
Windows users are advised to follow the installation instructions given on page
http://www.smo.uhi.ac.uk/~oduibhin/oideasra/interfaces/winttinterface.htm.
There is also a Lingua::TreeTagger::Installer script created by Alberto
Manuel Brandao Simoes.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Lingua::TreeTagger

See also:

    perldoc Lingua::TreeTagger::TaggedText
    perldoc Lingua::TreeTagger::Token

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=TreeTagger

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/TreeTagger

    CPAN Ratings
        http://cpanratings.perl.org/d/TreeTagger

    Search CPAN
        http://search.cpan.org/dist/TreeTagger/


LICENSE AND COPYRIGHT

Copyright (C) 2010-2013 Aris Xanthos

This program is released under the following license: GPL

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.