NERsuite
1.1.1
|
#include <ne.h>
Public Attributes | |
int | begin |
int | end |
std::list< std::string > | classes |
double | sim |
NE chunk representer class
int NER::NE::begin |
The start position of this chunk
std::list<std::string> NER::NE::classes |
The Class list which this chunk is labelled as
int NER::NE::end |
The end+1 position of this chunk
double NER::NE::sim |
The similarity value (not used and set to 1.0)