Class Summary |
AbstractLanguageAnalyser |
A parent implementation of language analysers with some default
code. |
AbstractLanguageResource |
A convenience implementation of LanguageResource with some default code. |
AbstractProcessingResource |
A convenience implementation of ProcessingResource with some default
code. |
AbstractResource |
A convenience implementation of Resource with some default code. |
AbstractVisualResource |
A convenience implementation of VisualResource with some default code. |
AnnotationSchema |
This class handles annotation schemas.An annotation schema is a
representation of an annotation, together with its types and their
attributes, values and types. |
BootStrap |
This class creates a resource (e.g.ProcessingResource, VisualResource or
Language Resource) with the information from the user and generates a
project in the directory provided by the user |
CreoleRegisterImpl |
This class implements the CREOLE register interface. |
CreoleXmlHandler |
This is a SAX handler for processing creole.xml files. |
FeatureSchema |
This class describes a schema for a feature. |
Parameter |
Models a resource parameter. |
ParameterList |
Models resource parameters lists as described in their
creole.xml metadata. |
POSTagger |
This class is a wrapper for HepTag, Mark Hepple's POS tagger. |
ResourceData |
Models an individual CREOLE resource metadata, plus configuration data,
plus the instantiations of the resource current within the system. |
SerialController |
Execute a list of PRs serially. |
TestControllers |
Tests for controller classes |
TestCreole |
CREOLE test class |
TestSplitterTagger |
Test code for the SentenceSplitter and the POS tagger. |
TestXSchema |
Annotation schemas test class. |
Transducer |
A cascaded multi-phase transducer using the Jape language which is a
variant of the CPSL language. |