Ufal-MorphoDiTa

Ufal-MorphoDiTa package is a Perl bindings for MorphoDiTa library
http://ufal.mff.cuni.cz/morphodita.

In order to compile the package, compiler supporting C++11 is required,
either g++ 4.7 or newer, or clang++ 3.2 or newer.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build install

SUPPORT AND DOCUMENTATION

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

    perldoc Ufal::MorphoDiTa

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Ufal-MorphoDiTa

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Ufal-MorphoDiTa

    CPAN Ratings
        http://cpanratings.perl.org/d/Ufal-MorphoDiTa

    Search CPAN
        http://search.cpan.org/dist/Ufal-MorphoDiTa/


LICENSE AND COPYRIGHT

Copyright 2014 by Institute of Formal and Applied Linguistics, Faculty of
Mathematics and Physics, Charles University in Prague, Czech Republic.

MorphoDiTa is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

MorphoDiTa 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.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with MorphoDiTa.  If not, see <http://www.gnu.org/licenses/>.
