NAME
Bio::MedChunker - NP chunker for MEDLINE texts
USAGE
use Bio::MedChunker;
$r = medchunker('We observed an increase in mitogen-activated protein kinase (MAPK) activity.');
use Data::Dumper;
print Dumper $r;
If you need to change the model file's path, please use $Bio::MedChunker::YamChaModel
SEE ALSO
http://www2.chasen.org/~taku/software/yamcha/
THE AUTHOR
Yung-chung Lin (a.k.a. xern) <xern@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself