NAME

Bio::ExtractNE::Events - Detect interaction events in text

SYNOPSIS

use Bio::ExtractNE::Events;

@events = extract_events($text);

DESCRIPTION

This module can spot interaction events in English texts. The backend algorithm is just simple regexp matching.

One function extract_events is exported. After passing in text, it returns a list of recognized interaction events.

SEE ALSO

Patterns of the events can be found in Bio::Extract::EventPattern

COPYRIGHT

xern <xern@cpan.org>

This module may be free software; perhaps you can redistribute it or modify it under the same terms as Perl itself.