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

G

generateArrayLiteral(String) - Static method in class de.dfki.lt.sdl.Sdl
generates an array literal of strings, represented as a string; the array elements are the init args for a certain module associated with varName
generateErrorResult(String, String, String, String, String) - Method in class de.dfki.lt.hog.modules.FreeLingModule
 
generateErrorResult(String, String, String, String, String) - Method in class de.dfki.lt.hog.modules.PetModule
 
generateErrorResult(String, String, String, String, String) - Method in class de.dfki.lt.hog.modules.SproutModule
 
generateXml(String, String, String, String, String, boolean, Properties) - Static method in class de.dfki.lt.hog.Metadata
Generates and returns metadata XML statically.
generateXml(String, String, String, String, boolean, String) - Static method in class de.dfki.lt.hog.Metadata
Generates and returns metadata XML statically setting the conf to empty.
getAbsolutOrRelativePath(String) - Method in class de.dfki.lt.hog.Module
This takes a file path and returns it if it's an absolut path or appends it to the summarizer root if it's a relative path.
getAcID() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's annotation collection ID attribute.
getAllExceptionCauses() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns all caught exceptions as a stack.
getAllLogMessages() - Method in class de.dfki.lt.hog.MoCoMan
 
getAnnCollSessionId() - Method in class de.dfki.lt.hog.AnnotationCollection
Returns identification of the Session to which this AnnotationCollection belongs to.
getAnnotation(String) - Method in class de.dfki.lt.hog.AnnotationCollection
Returns an Annotation object specified by a given identification.
getAnnotation() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return annotation obejct.
getAnnotation(String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Retrieves an annotation belonging to a given session and annotation collection specified by an annotation ID.
getAnnotation(String) - Method in class de.dfki.lt.hog.Session
 
getAnnotation() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Retrieves and returns the annotation with the current session ID, collection ID and annotation ID.
getAnnotation(String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Retrieves and returns the annotation with the given session ID, collection ID and annotation ID.
getAnnotation7bit(String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Retrieves an annotation converting it to 7-bit encoded unicode before returning.
getAnnotationAsDOM(String, String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Returns the annotation for the specified document and layer as DOM tree.
getAnnotationAsDOM(String, String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
getAnnotationAsHTML() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Retrieves the annotation with the current session ID, collection ID and annotation ID and returns its HTML representation.
getAnnotationAsHTML(String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Retrieves the annotation with the given session ID, collection ID and annotation ID and returns its HTML representation.
getAnnotationAsString(String, String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Returns the annotation for the specified document and layer as String.
getAnnotationAsString(String, String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
getAnnotationBinary(String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Retrieves an annotation belonging to a given session and annotation collection specified by an annotation ID.
getAnnotationBinary(String, String, String, String) - Method in class de.dfki.lt.hog.MoCoMan
Retrieves an annotation belonging to a given session and annotation collection specified by an annotation ID.
getAnnotationCollectionId() - Method in class de.dfki.lt.hog.Annotation
Returns an identification of the collection this Annotationbelongs to.
getAnnotationCollectionId() - Method in class de.dfki.lt.hog.AnnotationCollection
Returns the identification for this AnnotationCollection.
getAnnotationCollectionID() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return annotationCollectionID attribute.
getAnnotationCollections() - Method in class de.dfki.lt.hog.Session
 
getAnnotationDOMTree() - Method in class de.dfki.lt.hog.Annotation
Returns unprocessed annotation as a DOM tree
getAnnotationId() - Method in class de.dfki.lt.hog.Annotation
Returns an identification of this Annotation object
getAnnotationID() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return annotationID attribute.
getAnnotationIds(String, String) - Method in class de.dfki.lt.hog.MoCoMan
Returns all annotation IDs in a given session.collection as a comma-sep.
getAnnotationLanguage() - Method in class de.dfki.lt.hog.Annotation
Returns language of this Annotation
getAnnotations() - Method in class de.dfki.lt.hog.AnnotationCollection
Returns all Annotation objects as a Hashtable.
getAnnotationSessionId() - Method in class de.dfki.lt.hog.Annotation
Returns a identification of the session this Annotationbelongs to.
getAnnotationXml() - Method in class de.dfki.lt.hog.Annotation
Returns unprocessed annotation as an XML string
getAttributeValue(String, String, int) - Static method in class de.dfki.lt.hog.util.Utility
 
getComponent() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's component attribute.
getComputedAnnotation(MoCoMan, String, String) - Static method in class de.dfki.lt.hog.util.Utility
Get computed annotation from MoCoMan, taking sessionID and annotationCollection name from metadata of the input annotation The purpose of this method is to provide (from within a Module implementation) access to annotations other than the previous one.
getConfig() - Method in class de.dfki.lt.hog.Adaptor
Returns configuration of this Adaptor
getConfig() - Method in class de.dfki.lt.hog.Application
Returns the configuration of this Application.
getConfig() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's config Properties.
getConfig() - Method in class de.dfki.lt.hog.MoCoMan
Returns configuration for this MoCoMan as Properties object.
getConfig() - Method in class de.dfki.lt.hog.Module
This returns the Properties object with the individual configs of the module.
getConfigFileName() - Method in class de.dfki.lt.hog.Session
 
getConfiguration() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the name of the session configuation file to be used when creating the next session.
getCreated() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's creation time stamp attribute.
getDatabase() - Method in class de.dfki.lt.hog.MoCoMan
Returns the XML:DB annotation database in which all documents and annotations are stored.
getDatabaseLocation() - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Returns the database location prefix.
getDatabaseLocation() - Method in class de.dfki.lt.hog.MoCoMan
Returns an URL where the XML:DB annotation database is located.
getDatabaseUri() - Method in class de.dfki.lt.hog.Application
Returns the URI for the database
getDatabaseUser() - Method in class de.dfki.lt.hog.Application
Returns current user name for database.
getDaughters() - Method in class de.dfki.lt.hog.container.Chunk
Returns a copy of the daughters of this chunk.
getDaughters() - Method in class de.dfki.lt.hog.container.GraphNode
Returns a copy of the daughters of this node.
getDepth() - Method in class de.dfki.lt.hog.Annotation
Returns the depth of the module that created this annotation.
getDiagnosis() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's diagnosis attribute.
getEmpty() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's empty attribute.
getEncoding() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the currently set default encoding of annotations for this client.
getEnd() - Method in class de.dfki.lt.hog.container.Chunk
 
getEnd() - Method in class de.dfki.lt.hog.container.GraphNode
 
getErrorStream() - Method in class de.dfki.lt.hog.modules.Rasp2Module.WatchedProcess
getFileProperty(String) - Method in class de.dfki.lt.hog.Module
This returns a File build from the value of a property as found in the properties object of the module.
getFormatedUptime() - Method in class de.dfki.lt.hog.MoCoMan
Returns the amount of time elapsed since the creation of this instance as a readable String.
getHandler(String) - Method in class de.dfki.lt.hog.Adaptor
Returns a handler object from handlers hashtable.
getHandler(String) - Method in class de.dfki.lt.hog.MoCoManServer
Retrieves a single handler object corresponding to a given handler name stored in the handlers hashtable.
getHandler(String) - Method in interface de.dfki.lt.hog.XmlRpcServerInterface
Returns the object associated with given handler name.
getHandlers() - Method in class de.dfki.lt.hog.Adaptor
Returns hashtable of handlers registeres so far
getHandlers() - Method in class de.dfki.lt.hog.MoCoManServer
Returns a Hashtable containing all registered handlers for XML-RPC calls.
getId() - Method in class de.dfki.lt.hog.container.GraphNode
 
getInput() - Method in interface de.dfki.lt.sdl.IModule
returns the input of the module
getInput() - Method in class de.dfki.lt.sdl.Modules
returns the input of this module
getInputStream() - Method in class de.dfki.lt.hog.modules.Rasp2Module.WatchedProcess
getInstance() - Static method in class de.dfki.lt.hog.MoCoMan
Creates an instance of MoCoMan if none exists.
getInstance() - Static method in class de.dfki.lt.hog.Registry
This controlls the access to the instance of Registry.
getJToken() - Method in class de.dfki.lt.hog.container.GraphNode
 
getLabel() - Method in class de.dfki.lt.hog.container.GraphNode
 
getLanguage() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return language attribute.
getLanguage() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the session language to be used when creating the next session.
getLast100LogMessages() - Method in class de.dfki.lt.hog.MoCoMan
 
getLast20LogMessages() - Method in class de.dfki.lt.hog.MoCoMan
 
getLast500LogMessages() - Method in class de.dfki.lt.hog.MoCoMan
 
getLast5LogMessages() - Method in class de.dfki.lt.hog.MoCoMan
 
getLastAnnotationID() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the ID of the annotation most recently used or created.
getLastCollectionID() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the ID of the collection most recently used or created.
getLastExceptionCause() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the last caught exception cause and pops it off the internal stack.
getLastLogMessage(int) - Method in class de.dfki.lt.hog.MoCoMan
Returns the last n messages as read from the log4j html log file.
getLastLogMessage() - Method in class de.dfki.lt.hog.MoCoMan
 
getLastSessionID() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the ID of the session most recently used or created.
getLemma() - Method in class de.dfki.lt.hog.container.TreeTaggerToken
 
getLength() - Method in class de.dfki.lt.hog.container.JToken
 
getLogString() - Method in class de.dfki.lt.hog.MoCoMan
compute configured log4j HTML appender and return its file content as String
getMetadataElement() - Method in class de.dfki.lt.hog.Metadata
Returns the DOM Element representing this metadata object.
getMetadataElementName() - Method in class de.dfki.lt.hog.Metadata
Returns the name of the metadata element as hardcoded in a final variable.
getMoCoMan() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return MoCoMan obejct.
getMoCoMan() - Method in class de.dfki.lt.hog.Module
Return a reference back to the current MoCoMan instance (uschaefer).
getModuleDepth() - Method in class de.dfki.lt.hog.Module
Returns depth of this Module
getModuleLanguage() - Method in class de.dfki.lt.hog.Module
Returns language of this Module as an abbreviated string.
getModuleName() - Method in class de.dfki.lt.hog.Module
This returns the key under which the module is stored in the registry.
getModuleNames() - Method in class de.dfki.lt.hog.Registry
This returns the hash map that maps class names to module names.
getModuleRootElement() - Method in class de.dfki.lt.hog.Module
.
getModules() - Method in class de.dfki.lt.hog.Registry
This returns the hash map that maps module names to the modules.
getModuleVector() - Method in class de.dfki.lt.hog.Session
 
getNewLine() - Static method in class de.dfki.lt.hog.util.Utility
 
getNumLogMesgs() - Method in class de.dfki.lt.hog.MoCoMan
Returns the number of messages currently in the html log file.
getOffset() - Method in class de.dfki.lt.hog.container.JToken
 
getOutput() - Method in interface de.dfki.lt.sdl.IModule
returns the output of the module which has been computed through the use of run()
getOutput() - Method in class de.dfki.lt.sdl.Modules
returns the result of the computation of this module
getOutputStream() - Method in class de.dfki.lt.hog.modules.Rasp2Module.WatchedProcess
getPos(int) - Method in class de.dfki.lt.hog.container.TnToken
 
getPos() - Method in class de.dfki.lt.hog.container.TreeTaggerToken
 
getPoscat() - Method in class de.dfki.lt.hog.container.Chunk
 
getPoscat() - Method in class de.dfki.lt.hog.container.GraphNode
 
getProb(int) - Method in class de.dfki.lt.hog.container.TnToken
 
getProcTime() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's proccesing time attribute.
getProperty(String) - Method in class de.dfki.lt.hog.Module
This returns the value of a property as found in the properties object of the module.
getProperty(String, String) - Method in class de.dfki.lt.hog.Module
This returns the value of a property as found in the properties object of the module.
getSentenceCount() - Method in class de.dfki.lt.hog.MoCoMan
Return the number of processed (and counted) sentences.
getServer() - Method in class de.dfki.lt.hog.Adaptor
Returns XML-RPC server of this Adaptor
getServer() - Method in class de.dfki.lt.hog.MoCoMan
Returns the instance of the XML-RPC server frontend using this instance as the backend.
getServer() - Method in class de.dfki.lt.hog.MoCoManServer
Returns the server for XML-RPC calls.
getServer() - Method in interface de.dfki.lt.hog.XmlRpcServerInterface
Returns the WebServer of an implementing class.
getServerHostName() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Return the host name of the server this client is connected to.
getServerPort() - Method in class de.dfki.lt.hog.Adaptor
Returns port on which the server is listening
getServerPort() - Method in class de.dfki.lt.hog.MoCoManServer
Returns the port on which the XML-RPC server is listening.
getServerPort() - Method in interface de.dfki.lt.hog.XmlRpcServerInterface
Returns the port on which the server is listening for remote calls.
getServerPort() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the port number of the server this client is connected to.
getServerStatusString() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Retrieves and returns a String representation of the current status of the server of this client.
getServerURL() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Returns the URL of the server this client is connected to.
getSessionID() - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Return sessionID attribute.
getSessionID() - Method in class de.dfki.lt.hog.Metadata
Returns this Metadata's sessionID attribute.
getSessionId() - Method in class de.dfki.lt.hog.Session
 
getSessions() - Static method in class de.dfki.lt.hog.MoCoMan
Returns all Session objects stored in a Hashtable.
getSid() - Method in class de.dfki.lt.hog.container.Chunk
 
getStart() - Method in class de.dfki.lt.hog.container.Chunk
 
getStart() - Method in class de.dfki.lt.hog.container.GraphNode
 
getStatus() - Method in class de.dfki.lt.hog.MoCoMan
Generates and returns a summary String of the current status of this instance.
getStatusXml() - Method in class de.dfki.lt.hog.MoCoMan
 
getToken() - Method in class de.dfki.lt.hog.container.Chunk
 
getToken() - Method in class de.dfki.lt.hog.container.JToken
 
getTransformerFactory() - Method in class de.dfki.lt.hog.TransformationService
Return the TransformerFactory of this instance
getType() - Method in class de.dfki.lt.hog.container.Chunk
 
getType() - Method in class de.dfki.lt.hog.container.GraphNode
 
getType() - Method in class de.dfki.lt.hog.container.JToken
 
getUniqueID() - Method in class de.dfki.lt.hog.MoCoMan
 
getUptime() - Method in class de.dfki.lt.hog.MoCoMan
Returns the amount of time elapsed since the creation of this instance in millisecond.
getWords() - Method in class de.dfki.lt.hog.container.Chunk
 
getWords() - Method in class de.dfki.lt.hog.container.GraphNode
 
getXmlAnnotationIds(String, String) - Method in class de.dfki.lt.hog.MoCoMan
Returns those annotation IDs in a given session.collection where the annotation is present in XML format.
getXmlRpcApplicationClient() - Method in class de.dfki.lt.hog.XmlRpcApplication
Returns the XML-RPC client of this XmlRpcApplications.
getXmlRpcClient() - Method in class de.dfki.lt.hog.XmlRpcModule
Returns the XmlRpcClient of this XmlRpcModule.
getXmlRpcHandlerMethod() - Method in class de.dfki.lt.hog.XmlRpcModule
Returns method name to which an XmlRpc request is past by a handler.
getXmlRpcHandlerMethods() - Method in class de.dfki.lt.hog.XmlRpcApplication
Returns an array of names of possible methods for XML-RPC calls.
getXmlRpcHandlerName() - Method in class de.dfki.lt.hog.XmlRpcApplication
Returns the name of the handler of XML-RPC calls.
getXmlRpcHandlerName() - Method in class de.dfki.lt.hog.XmlRpcModule
Returns name of a class which can handle an XmlRpc request.
getXmlRpcServerPort() - Method in class de.dfki.lt.hog.XmlRpcApplication
Returns the port of the server which answers XML-RPC calls.
getXmlRpcServerUrl() - Method in class de.dfki.lt.hog.XmlRpcApplication
Returns the URL of the server which answers XML-RPC calls.
getXmlRpcServerUrl() - Method in class de.dfki.lt.hog.XmlRpcModule
Returns the URL of an XmlRpc server this XmlRpcModule communicates with.
getXmlString() - Method in class de.dfki.lt.hog.Metadata
Returns the XML String representing this metadata object.
GraphNode - Class in de.dfki.lt.hog.container
Represents a graph node as in syntactic parse trees.
GraphNode() - Constructor for class de.dfki.lt.hog.container.GraphNode
Creates an empty node.
GraphNode(JToken) - Constructor for class de.dfki.lt.hog.container.GraphNode
Creates a node of type "w" using the given JToken.

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