OCDM_Annotation | OCDM_Annotation class gathers together every function having to do with the use and manipulation of an Annotation |
OCDM_AnnotationSet | As the name implies this class incorporates every function related to the manipulation of Annotation sets |
OCDM_Attribute | |
OCDM_AttributeSet | OCDM_AttributeSet class incorporates every function related to the use and manipulation of group/sets of Attributes |
OCDM_AttributeValue | This class will be used to set an Attribute value to an Attribute |
OCDM_ByteSequence | Class for representing textual (UTF-8) information. This is main class for representing text in Ellogon |
OCDM_ByteSequenceSet | Class for representing a set of UTF-8 strings |
OCDM_Collection | Incorporates every function related to the manipulation of the collections. Before start reading the documentation of the function, you should recollect that the collection is the central element of storing data in Ellogon is the Collection. A Collection is nothing more than a finite set of Documents. In other words, the Collection can be thought of as the corpus we want to process. Then the Documents of that Collection represent the actual documents of the corpus, bundled together |
OCDM_Document | The class OCDM_Document incorporates every function related to the manipulation of the documents of a collection. Bare in mind that an Ellogon Document does not consist merely of text. It consists of textual data as well as linguistic information about the textual data |
OCDM_Exception | |
OCDM_Macros | Access to a set of macros that allow control of the Graphical Interface |
OCDM_Object | The base class of all OCDM objects |
OCDM_RawData | Class for representing textual (UTF-8) information. This is main class for representing text in Ellogon |
OCDM_RawDataSet | Class for representing a set of UTF-8 strings |
OCDM_Span | |
OCDM_SpanSet | This class handles the use of a set of spans |
OCDM_Tcl | Easy way to interact with the main scripting language (Tcl). It provides facilities for executing Tcl code, writting to Tcl channels, etc |
OCDM_Utilities | Access to various utility functions of CDM |