Alvis::NLPPlatform

Alvis::NLPPlatform is a Perl extension for linguistically annotating XML documents in Alvis.
Download

Alvis::NLPPlatform Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Thierry Hamon and Julien Deriviere
  • Publisher web site:
  • http://search.cpan.org/~thhamon/

Alvis::NLPPlatform Tags


Alvis::NLPPlatform Description

Alvis::NLPPlatform is a Perl extension for linguistically annotating XML documents in Alvis. Alvis::NLPPlatform is a Perl extension for linguistically annotating XML documents in Alvis.SYNOPSISStandalone mode: use Alvis::NLPPlatform; Alvis::NLPPlatform::standalone_main(%config, $doc_xml, *STDOUT);Distributed mode: # Server process use Alvis::NLPPlatform; Alvis::NLPPlatform::server($rcfile); # Client process use Alvis::NLPPlatform; Alvis::NLPPlatform::client($rcfile);This module is the main part of the Alvis NLP platform. It provides overall methods for the linguistic annotation of web documents. Linguistic annotations depend on the configuration variables and dependencies between linguistic steps.Input documents are assumed to be in the ALVIS XML format (standalone_main) or to be loaded in a hashtable (client_main). The annotated document is recorded in the given descriptor (standalone_main) or returned as a hashtable (client_main). Requirements: · Perl


Alvis::NLPPlatform Related Software