NAME
Lingua::FreeLing3::EAGLES - Interface to parse EAGLES tagsets from FL3
SYNOPSIS
use Lingua::FreeLing3::EAGLES;
DESCRIPTION
NOTE: THIS MODULE IS NOT YET FUNCTIONAL
EAGLES-like tagets are easy to define, and most of them are kind of easy to read by humans. However, there is not a clear algorithm to parse all EAGLES tagsets, as the rules are too permissive.
This module defines an interface to easily obtain feature structures from EAGLES tags.
Tagset Feature Structure
The homogeneous feature structure includes obligatorily a category (<cat
> key). All other features might or not be present, depending on the chosen language, and the supplied tag.
METHODS
This module exports only one method.
eagles
The method used to extract details from an EAGLES tag.
SEE ALSO
perl(1)
AUTHOR
Alberto Manuel Brandão Simões, <ambs@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Alberto Manuel Brandão Simões