NAME
postProcessingFiltering - Perl script for carrying out a filtering of the extracted terms provided by BioYaTeA.
SYNOPSIS
postProcessingFiltering [-help] [-man] [--configuration file] input_file output_file
OPTIONS
- --help, -h, -? brief help message
- --man, -m full documentation
- --configuration file, -c load the given configuration file
- input_file, -i BioYaTeA XML output file
- output_file, -o Filtered output file (BioYaTeA XML format)
DESCRIPTION
This script performs the post-processing of the BioYaTeA XML output in order to fit special requirement of the biomedical texts and to improve the result quality.
INPUT/OUTPUT FILE FORMATS
See Documentation in Lingua::YaTeA
EXAMPLES
postProcessingFiltering -i examples/sampleEN-output.xml -o examples/sampleEN-output-PP.xml --configuration examples/post-processing-filtering.conf
SEE ALSO
Documentation of Lingua::BioYaTeA::PostProcessing, Lingua::BioYaTeA and Lingua::YaTeA
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.