NAME
Lingua::Ogmios::LearningDataSet::Data - Perl extension for managing the learning data
SYNOPSIS
use Lingua::Ogmios::LearningDataSet::Data;
my %config = Lingua::Ogmios::LearningDataSet::Data::load_config($rcfile);
$yatea = Lingua::Ogmios::LearningDataSet::Data->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.