|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sensor | |
---|---|
de.fu_berlin.ties.context.sensor | Sensors are object that look up information for a token, for example semantic information from gazetteers or thesauri. |
Uses of Sensor in de.fu_berlin.ties.context.sensor |
---|
Classes in de.fu_berlin.ties.context.sensor that implement Sensor | |
---|---|
class |
BaseSensor
Abstract implementation of the Sensor interface that stores a
configuration and provides a factory method to initialize a set of sensors. |
class |
ListSensor
A list sensor uses a one or several gazetteers to look up semantic information. |
Methods in de.fu_berlin.ties.context.sensor that return Sensor | |
---|---|
static Sensor[] |
BaseSensor.createSensors(String[] classNames,
TiesConfiguration conf)
Factory method that initializes an array of sensors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |