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

NAME

Lingua::Ogmios::LearningDataSet::Attribute - Perl extension for managing the learning attributes

SYNOPSIS

use Lingua::Ogmios::LearningDataSet::Attribute;

my %config = Lingua::Ogmios::LearningDataSet::Attribute::load_config($rcfile);

$yatea = Lingua::Ogmios::LearningDataSet::Attribute->new($config{"OPTIONS"}, \%config);

$yatea->termExtraction($corpus);

DESCRIPTION

METHODS

function()

    function($rcfile);

SEE ALSO

AUTHORS

Thierry Hamon <thierry.hamon@limsi.fr>

LICENSE

Copyright (C) 2013 by Thierry Hamon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.