A C D E F G H I J L M N O P Q R S T U V W X Y

C

characters(char[], int, int) - Method in class de.dfki.lt.hog.util.CorrectCharPosHandler
 
chasenIn - Variable in class de.dfki.lt.hog.modules.ChasenModule
 
ChasenModule - Class in de.dfki.lt.hog.modules
Module definition for ChaSen Created 2004-06-04
ChasenModule(Properties) - Constructor for class de.dfki.lt.hog.modules.ChasenModule
initialize ChaSen
chasenOut - Variable in class de.dfki.lt.hog.modules.ChasenModule
 
Chunk - Class in de.dfki.lt.hog.container
Represents a chunk as segmented by Chunkie.
Chunk() - Constructor for class de.dfki.lt.hog.container.Chunk
Creates an empty chunk.
Chunk(JToken) - Constructor for class de.dfki.lt.hog.container.Chunk
Creates a chunk of type "w" using the given JToken.
ChunkieModule - Class in de.dfki.lt.hog.modules
Module definition for Chunkie commandline interface
ChunkieModule(Properties) - Constructor for class de.dfki.lt.hog.modules.ChunkieModule
 
chunkiermrs_de - Class in de.dfki.lt.hog.sdlgen
This is an automatically generated Java file which results from the compilation of a system description located in file /project/quetcorp/attila/systems/fefor/hog/xsl/sdl/chunkiermrs/de/chunkiermrs.sdl; A new system can be generated by calling the constructor for this class: new chunkiermrs_de(); The new system can be invoked by this schematic piece of code: chunkiermrs_de module = new chunkiermrs_de(); Object result = module.run(); Since this class will implement interface de.dfki.lt.sdl.IModule, it can be employed as a new (structured) module in even more complex systems by calling run(_); Furthermore, since this class extends de.dfki.lt.sdl.Modules, the default implementation for methods specified in IModule can be used;
chunkiermrs_de() - Constructor for class de.dfki.lt.hog.sdlgen.chunkiermrs_de
the nullary constructor
chunkiermrs_en - Class in de.dfki.lt.hog.sdlgen
This is an automatically generated Java file which results from the compilation of a system description located in file /project/quetcorp/attila/systems/fefor/hog/xsl/sdl/chunkiermrs/en/chunkiermrs.sdl; A new system can be generated by calling the constructor for this class: new chunkiermrs_en(); The new system can be invoked by this schematic piece of code: chunkiermrs_en module = new chunkiermrs_en(); Object result = module.run(); Since this class will implement interface de.dfki.lt.sdl.IModule, it can be employed as a new (structured) module in even more complex systems by calling run(_); Furthermore, since this class extends de.dfki.lt.sdl.Modules, the default implementation for methods specified in IModule can be used;
chunkiermrs_en() - Constructor for class de.dfki.lt.hog.sdlgen.chunkiermrs_en
the nullary constructor
cleanXMLString(String) - Static method in class de.dfki.lt.hog.util.Utility
Cleans an XML String by replacing '&', '<', '>' and '"' with '&amp;', '&lt;', '&gt;' and '&quot;', respectively, and by replacing all characters with ASCII code > 127 with the numeric representation.
clear() - Method in interface de.dfki.lt.sdl.IModule
 
clear() - Method in class de.dfki.lt.sdl.Modules
the default implementation of clear() assigns the null value to both input and output; the domain and range of this module is NOT changed; additional effects must be implemented by overriding clear() in subclasses of this class
clearAnnotationCollection(String, String) - Method in class de.dfki.lt.hog.MoCoMan
 
clone(Object) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Creates a new AnnotationEncapsulator, copies all attributes exception the annotation object from the original AnnotationEncapsulator.
closeDatabase() - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Closes the annotation database .
closeDatabase() - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
closeSession(String) - Method in class de.dfki.lt.hog.MoCoMan
Closes a session with MoCoMan.
closeSession() - Method in class de.dfki.lt.hog.Session
Closes the session and cleares the documents Hashtable and the modules Vector.
compile(String) - Static method in class de.dfki.lt.sdl.Sdl
given a new system description stored in file sysDescrFile, compile() generates a new Java class definition whose location is specified in the file; note that since this is a class method and relies on static fields, I make it a synchronized method!!
conf2Element(Document, Properties) - Static method in class de.dfki.lt.hog.util.Utility
Creates a CONF Element from the contents of a given Properties instance.
conf2Xml(Properties) - Static method in class de.dfki.lt.hog.util.Utility
Creates a CONF XML String from the contents of a given Properties instance.
CONFIG_SEARCH_PATH_PROP - Static variable in class de.dfki.lt.hog.Module
This is the property for the config files search path in the config.
connect(String, int) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Connects this client to a given XML-RPC server.
convert(String, String, String) - Static method in class de.dfki.lt.hog.util.Utility
 
convert(byte[], String, String) - Static method in class de.dfki.lt.hog.util.Utility
 
CorcyModule - Class in de.dfki.lt.hog.modules
Module definition for Corcy commandline interface
CorcyModule(Properties) - Constructor for class de.dfki.lt.hog.modules.CorcyModule
 
correctCharPos(String, String, String, String, String) - Static method in class de.dfki.lt.hog.util.CorrectCharPosHandler
Correct character positions (instead of byte position as output by ChaSen)
CorrectCharPosHandler - Class in de.dfki.lt.hog.util
Correct byte-offset character position to Unicode char-offset character position (a fix to EUC-JP-only output of ChaSen for use in Heart of Gold).
CorrectCharPosHandler() - Constructor for class de.dfki.lt.hog.util.CorrectCharPosHandler
 
createAnnotation(String, String, String) - Method in class de.dfki.lt.hog.AnnotationCollection
Creates an Annotation object for this AnnotationCollection.
createAnnotation(String, String, String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates a new annotation for a given session and annotation collection each of them specified by their ID.
createAnnotation(String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates initial annotations in the current session/collection using the currently set default language and encoding.
createAnnotation(String, String, String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates initial annotations in the given session/collection using the given settings.
createAnnotation(String, String, String, String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates initial annotations in the given session/collection using the given settings and a custom name for the creator of the annotation.
createAnnotationCollection(String) - Method in class de.dfki.lt.hog.MoCoMan
Creates an annotation collection for a session specified by a given session ID.
createAnnotationCollection() - Method in class de.dfki.lt.hog.Session
 
createCollection() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates a new anntotation collection in the current session and returns its ID.
createCollection(String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates a new anntotation collection in the given session and returns its ID.
createInitialAnnotation(String, String, String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates two initial annotations in a given session/collection:
1.
createInitialAnnotation(String, String, byte[], String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates two initial annotations in a given session/collection:
1.
createInitialAnnotation(String, String, byte[], String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates two initial annotations in a given session/collection:
1.
createInitialAnnotation(String, String, String, String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates two initial annotations in a given session/collection:
1.
createMetadataElement(Document, String, String, String, String, String, boolean, Properties) - Static method in class de.dfki.lt.hog.Metadata
Creates and returns a DOM metadata Element statically.
createSession(String) - Method in class de.dfki.lt.hog.MoCoMan
Creates a Session configured through a config file from which Properties are derived.
createSession(String, String) - Method in class de.dfki.lt.hog.MoCoMan
Creates a Session configured through a config file from which Properties are derived.
createSession() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates a new Session and return its sessionID.
createSession(String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates a new Session and return its sessionID.
createSession(String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Creates a new Session and return its sessionID.
createTransformer(Source) - Method in class de.dfki.lt.hog.TransformationService
Create a Transformer object from a stylesheet specified as Source.
createTransformer() - Method in class de.dfki.lt.hog.TransformationService
Create an empty Transformer object (e.g.
createTransformer(String) - Method in class de.dfki.lt.hog.TransformationService
Create a Transformer object from a stylesheet specified as filename String.
createTransformer(File) - Method in class de.dfki.lt.hog.TransformationService
Create a Transformer object from a stylesheet specified as File.
createTransformerFromString(String) - Method in class de.dfki.lt.hog.TransformationService
Create a Transformer object from a stylesheet specified as filename String.

A C D E F G H I J L M N O P Q R S T U V W X Y