#include <sensor.h>
Inheritance diagram for Sensor:
Public Member Functions | |
Sensor (string targ) | |
virtual | ~Sensor () |
bool | IncludeLocation () |
void | IncludeLocation (bool val) |
SensorType | getSensorType () |
string | solve_target (const sentence &sent, int rec) |
virtual void | Extract (const sentence &sent, set< string > &outSet, int rec_OR_start, int targLoc_OR_end)=0 |
Protected Member Functions | |
void | Output (set< string > &outSet, string feat, int loc) |
Protected Attributes | |
SensorType | sensorType |
string | target |
Private Member Functions | |
string & | PostProcess (string &feat, const char *checkFeat) |
Private Attributes | |
bool | includeLocation |
|
|
|
|
|
Implemented in SensorData, SensorMap, SensorSet, SensorSetPart, SensorMatchRE, SensorCheckMwRE, and SensorCheckRE. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|