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

NAME

NLP::GATE - Handle GATE documents and annotations

VERSION

Version 0.6

SYNOPSIS

    use NLP::GATE;

    my $doc = NLP::GATE::Document->new();
    $doc->setText($text);
    $ann = NLP::GATE::Annotation->new();
    ...

DESCRIPTION

This is the container module for various modules that make it possible to create and handle GATE documents from the NLP tool GATE (http://gate.ac.uk)

This module does not do anything by itself, it just pulls in the modules for monipulating documents, annotation sets and annotations. For more information on those see:

NLP::GATE::Document
NLP::GATE::AnnotationSet
NLP::GATE::Annotation

AUTHOR

Johann Petrak, <firstname.lastname-at-jpetrak-dot-com>

BUGS

Please report any bugs or feature requests to bug-gate-document at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=NLP::GATE. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc NLP::GATE

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Johann Petrak, all rights reserved.

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