NAME
NanoB2BNER.pl - This program provides an example of using the ner methods in NanoB2B::NER
SYNOPSIS
This program provides an example of using the ner methods in NanoB2B::NER
USAGE
Usage: NanoB2BNER.pl [OPTIONS]
OPTIONS
Optional command line arguements
Options (* = required):
--help
Displays a brief summary of program options.
*--dir
The name of the directory that contain the files
*--features STR
Get the list of features you want to use for the set Ex. "ortho morph text pos cui sem"
--debug
Sets the debug flag on for testing
--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
--index NUM
Starts the program at a certain index number in a directory
--file STR
Defines the file source of a single article
--sort
Option to sort the directory files by size
--import_meta
Runs the program with the pre-made meta data
--stopwords
Eliminates stop words from vectors in the ARFF files
--buckets NUM
The number of buckets for the k-fold cross validation
--prefix NUM
Sets the prefix character amount for morph features
--suffix NUM
Sets the suffix character amount for morph features
--weka_type STR
Sets the type of weka algorithm to use on the data
--weka_size STR
Sets the maximum memory value to run weka with
SYSTEM REQUIREMENTS
Perl (version 5.8.5 or better) - http://www.perl.org
CONTACT US
If you have any trouble installing and using NanoB2B-NER,
please contact us:
Megan Charity : charityml at vcu.edu
AUTHOR
Megan Charity, Virginia Commonwealth University
Bridget T. McInnes, Virginia Commonwealth University
COPYRIGHT
Copyright (c) 2017
Megan Charity, Virginia Commonwealth University
charityml at vcu.edu
Bridget T. McInnes, Virginia Commonwealth University
btmcinnes at vcu.edu
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to:
The Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.