NAME
NLP::GATE - Handle GATE documents and annotations
VERSION
Version 0.1
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:
AUTHOR
Johann Petrak, <firstname.lastname-at-jpetrak-dot-com>
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.