Package TEES :: Package Core
[hide private]

Source Code for Package TEES.Core

 1  """ 
 2  Event Detector system central classes. 
 3   
 4  The Core classes are used throughout the system. SentenceGraph is the 
 5  central object for working with text data and event detection. Some of 
 6  these classes, such as ExampleBuilder, define the base classes from which 
 7  many components are derived. 
 8  """ 
 9