NanoB2B-NER
view release on metacpan or search on metacpan
utils/NanoB2BNER.pl view on Meta::CPAN
#!/usr/bin/perl
=head1 NAME
NanoB2BNER.pl - This program provides an example of using the
ner methods in NanoB2B::NER
=head1 SYNOPSIS
This program provides an example of using the ner methods in
NanoB2B::NER
=head1 USAGE
Usage: NanoB2BNER.pl [OPTIONS]
=head1 OPTIONS
Optional command line arguements
=head2 Options (* = required):
=head3 --help
Displays a brief summary of program options.
=head3 *--dir
The name of the directory that contain the files
=head3 *--features STR
Get the list of features you want to use for the set
Ex. "ortho morph text pos cui sem"
=head3 --debug
Sets the debug flag on for testing
=head3 --process STR
Decide how to run NNER (by method or by file)
Ex/ "file" = each method processes the file before going to the next
Ex/ "method" = each file is run the the method before going to the next method
=head3 --index NUM
Starts the program at a certain index number in a directory
=head3 --file STR
Defines the file source of a single article
=head3 --sort
Option to sort the directory files by size
=head3 --import_meta
Runs the program with the pre-made meta data
=head3 --stopwords
Eliminates stop words from vectors in the ARFF files
=head3 --buckets NUM
The number of buckets for the k-fold cross validation
=head3 --prefix NUM
Sets the prefix character amount for morph features
=head3 --suffix NUM
Sets the suffix character amount for morph features
=head3 --weka_type STR
Sets the type of weka algorithm to use on the data
( run in 1.587 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )