The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::NATools::PCorpus - Perl extension to inter-operate with a NATool Parallel Corpus

SYNOPSIS

  use Lingua::NATools::PCorpus;

  $corpus = Lingua::NATools::PCorpus::new("lex1","crp1","lex2","crp2");

  @trans = $corpus->search("sentence");

DESCRIPTION

SEE ALSO

See perl(1) and NATools documentation.

AUTHOR

Alberto Manuel Brandao Simoes, <albie@alfarrabio.di.uminho.pt>

COPYRIGHT AND LICENSE

Copyright 2002-2012 by NATURA Project http://natura.di.uminho.pt

This library is free software; you can redistribute it and/or modify it under the GNU General Public License 2, which you should find on parent directory. Distribution of this module should be done including all NATools package, with respective copyright notice.