Package TEES :: Package Detectors :: Module CODetector :: Class CODetector
[hide private]

Class CODetector

source code

      Detector.Detector --+    
                          |    
EventDetector.EventDetector --+
                              |
                             CODetector

A specialized EventDetector for the CO-task. The CODetector predicts triggers that consist of a phrase, as opposed to the normal EventDetector that detects triggers that consist of only a single word.

Instance Methods [hide private]
 
__init__(self) source code

Inherited from EventDetector.EventDetector: classify, doGrid, evaluateGrid, getWorkFile, setConnection, setWorkDir, train, trainUnmergingDetector

Inherited from Detector.Detector: __del__, addClassifierModel, buildExamples, checkStep, deleteTempWorkDir, enterState, exitState, getBioNLPSharedTaskParams, getModel, getStepStatus, getStr, initModel, initVariables, openModel, saveStr, saveStrings, setTempWorkDir

Inherited from Detector.Detector (private): _closeModels

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Detector.Detector.__init__