Struct that contains one sample. More...
#include <coref_fex.h>
Public Attributes | |
int | sent |
int | numde |
int | posbegin |
int | posend |
node * | node1 |
std::string | text |
std::vector< std::string > | texttok |
std::vector< std::string > | tags |
Struct that contains one sample.
node* SAMPLE::node1 |
int SAMPLE::numde |
int SAMPLE::posbegin |
int SAMPLE::posend |
int SAMPLE::sent |
std::vector<std::string> SAMPLE::tags |
std::string SAMPLE::text |
std::vector<std::string> SAMPLE::texttok |