|
Public Member Functions |
| RGF () |
| RGF (char *sensorName, char *p1, char *p2, char *p3, char *dpath) |
| RGF (char *sensorName) |
| RGF (SubRGF &subR) |
| ~RGF () |
bool | operator== (const RGF &rhs) const |
bool | operator<= (const RGF &rhs) const |
bool | operator< (const RGF &rhs) const |
bool | operator> (const RGF &rhs) const |
bool | operator>= (const RGF &rhs) const |
set< string > | Extract (const sentence &sent, int targIndex) |
set< string > | Extract (const sentence &sent, int targIndex, int targLength) |
int | TargetIndex () |
void | Target (char *targ) |
const char * | Target () const |
void | IncludeLocation (bool val) |
void | LocationOffset (int val) |
int | LocationOffset () const |
void | LeftOffset (int val) |
int | LeftOffset () const |
void | RightOffset (int val) |
int | RightOffset () const |
void | IncludeTarget (bool val) |
bool | IncludeTarget () const |
void | IncludeMark (bool val) |
bool | IncludeMark () const |
void | Mode (ExtractMode mode) |
ExtractMode | Mode () |
void | Mask (char *val) |
char * | Mask () |
void | Param (char *val) |
const char * | Param () |
void | GenFeature (bool val) |
void | Insert (RGF rel) |
void | Show () |
Protected Member Functions |
set< string > | Process (const sentence &sent, int rec, int targIndex, int start, int end) |
Protected Attributes |
SubRGF | subRGFs |
char * | optParam |
bool | includeTarget |
bool | includeMark |
int | targetIndex |
int | leftOffset |
int | rightOffset |
int | locationOffset |
ExtractMode | extractMode |
char * | target |
char * | mask |
bool | genFeature |
Sensor * | pSensor |