NAME
Lingua::BioYaTeA::Corpus - Perl extension for managing corpus of texts
SYNOPSIS
use Lingua::BioYaTeA::Corpus;
Lingua::BioYaTeA::Corpus->new($path,$option_set,$message_set);
DESCRIPTION
This module is an extension which inherits of all the methods and attributes of the module Lingua::YaTeA
.
METHODS
new()
new($path,$option_set,$message_set);
This method creates a new object regarding the corpus file $path
. $option_set
contains the list of BioYaTeA options which could be required while processing the corpus. $message_set
is the message set which is used for displaying information during the corpus processing.
SEE ALSO
Documentation of Lingua::YaTeA
and Lingua::YaTeA::Corpus
AUTHORS
Wiktoria Golik <wiktoria.golik@jouy.inra.fr>, Zorana Ratkovic <Zorana.Ratkovic@jouy.inra.fr>, Robert Bossy <Robert.Bossy@jouy.inra.fr>, Claire Nédellec <claire.nedellec@jouy.inra.fr>, Thierry Hamon <thierry.hamon@univ-paris13.fr>
LICENSE
Copyright (C) 2012 Wiktoria Golik, Zorana Ratkovic, Robert Bossy, Claire Nédellec and 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.