NERsuite
1.1.1
|
#include <nersuite.h>
Public Member Functions | |
Suite (int nargs, char **args) | |
int | learn () |
int | tag () |
NERsuite Main Functionarities
NER::Suite::Suite | ( | int | nargs, |
char ** | args | ||
) |
Construct an NER Suite object
int NER::Suite::learn | ( | ) |
Perform the Learning Process
int NER::Suite::tag | ( | ) |
Perform the Tagging Process