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

A

abstractList2String(AbstractList, String, String) - Static method in class de.dfki.lt.hog.util.Utility
Converts objects of classes implementing Collection to a String.
ACID_ATTRIBUTE - Static variable in class de.dfki.lt.hog.util.Utility
 
Adaptor - Class in de.dfki.lt.hog
Adaptor is an abstract class which provides methods for a remote module that functions as an XML-RPC server.
Adaptor(Properties) - Constructor for class de.dfki.lt.hog.Adaptor
Creates an Adaptor with a given configuration as Properties object.
addAnnotation(String, String, String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds XML annotation (as String) for the specified document.
addAnnotation(String, String, String, Node) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds XML annotation (as DOM tree) for specified document.
addAnnotation(String, String, String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addAnnotation(String, String, String, Node) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addAttribute(String, String) - Method in class de.dfki.lt.hog.container.XmlStringBuffer
Adds attributes for current XML element tag.
addAttribute(String, int) - Method in class de.dfki.lt.hog.container.XmlStringBuffer
 
addComment(String) - Method in class de.dfki.lt.hog.container.XmlStringBuffer
Adds an XML Comment
addDaughter(Chunk) - Method in class de.dfki.lt.hog.container.Chunk
 
addDaughter(GraphNode) - Method in class de.dfki.lt.hog.container.GraphNode
 
addDocument(String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds a new, empty annotation collection for a document to the annotation database.
addDocument(String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
Adds a new, empty annotation collection for a document.
addElement(String) - Method in class de.dfki.lt.hog.container.XmlStringBuffer
Adds a new XML element tag without a value.
addElement(String, String) - Method in class de.dfki.lt.hog.container.XmlStringBuffer
Adds new XML element tag.
addHandler(String, Object) - Method in class de.dfki.lt.hog.Adaptor
Adds a handler object to the WebServer of this Adaptor.
addHandler(String, Object) - Method in class de.dfki.lt.hog.MoCoManServer
 
addHandler(String, Object) - Method in interface de.dfki.lt.hog.XmlRpcServerInterface
Adds a handler object to a WebServer.
addIndex(String, String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds an index to the annotation database.
addIndex(String, String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addSession(String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds a new session to the annotation database.
addSession(String, String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds a new session to the annotation database.
addSession(String, Node) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Adds a new session to the annotation database.
addSession(String, String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addSession(String) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addSession(String, Node) - Method in class de.dfki.lt.hog.database.XMLDBAnnotationDatabase
 
addTag(String, String) - Method in class de.dfki.lt.hog.container.TnToken
 
analyse(String, String, String, Integer, Integer, Integer) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as XML string via XML-RPC.
analyse(String, String, String, int, int, int) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as XML string.
analyseBinary(String, String, String, Integer, Integer, Integer) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as XML string via XML-RPC.
analyseBinary(String, String, String, int, int, int) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as XML string via XML-RPC.
analyseBinary(String, String, String, Integer, Integer, Integer, String) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as XML string via XML-RPC.
analyseDOMTree(String, String, int, int, int) - Method in class de.dfki.lt.hog.MoCoMan
Analyses a document given as DOM tree.
analyze() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Analyzes the annotation with the current session ID, collection ID and annotation ID and returns the result.
analyze(String, String, String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Analyzes the annotation with given session ID, collection ID and annotation ID and returns the result.
analyze(String, String, String, int) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Analyzes the annotation with given session ID, collection ID and annotation ID at the given depth and returns the result.
AnalyzeAll - Class in de.dfki.lt.hogclient.cmdline
Scan a given host within a given range of ports for running XmlRpc-HogServers.
AnalyzeAll() - Constructor for class de.dfki.lt.hogclient.cmdline.AnalyzeAll
 
Annotation - Class in de.dfki.lt.hog
Provides methods to handle an annotation during a session.
Annotation(String, String, String, String, String) - Constructor for class de.dfki.lt.hog.Annotation
Creates a new Annotation object for given session and language.
AnnotationCollection - Class in de.dfki.lt.hog
An AnnotationCollection comprises all Annotation objects created during a session.
AnnotationCollection(String) - Constructor for class de.dfki.lt.hog.AnnotationCollection
Creates a new AnnotationCollection.
AnnotationCollection(String, Annotation) - Constructor for class de.dfki.lt.hog.AnnotationCollection
Creates a new AnnotationCollection with an initial Annotation object.
AnnotationDatabase - Class in de.dfki.lt.hog.database
This is an abstract class for a Deepthought annotation database independent of a specific underlying database system.
AnnotationDatabase() - Constructor for class de.dfki.lt.hog.database.AnnotationDatabase
Default Constructor: Creates an Annotation database object.
AnnotationDatabase(String) - Constructor for class de.dfki.lt.hog.database.AnnotationDatabase
Constructor with database location prefix as parameter.
AnnotationEncapsulator - Class in de.dfki.lt.hog.container
Encapsulates XML annotation (not necessarily HoG-generated) and relevant metadata such as session ID or annotation collection ID.
AnnotationEncapsulator() - Constructor for class de.dfki.lt.hog.container.AnnotationEncapsulator
Create new AnnotationEncapsulator object.
AnnotationEncapsulator(Metadata) - Constructor for class de.dfki.lt.hog.container.AnnotationEncapsulator
Create new AnnotationEncapsulator object from Metadata.
AnnotationEncapsulator(Metadata, Object) - Constructor for class de.dfki.lt.hog.container.AnnotationEncapsulator
Create new AnnotationEncapsulator object from Metadata and an annotation object.
AnnotationEncapsulator(Object) - Constructor for class de.dfki.lt.hog.container.AnnotationEncapsulator
Create new AnnotationEncapsulator object from an annotation object.
annotationName - Variable in class de.dfki.lt.sdl.sprout.SproutModules
 
Application - Class in de.dfki.lt.hog
An abstract class providing some basic methods an objects for an application.
Application() - Constructor for class de.dfki.lt.hog.Application
 
applicationLog - Static variable in class de.dfki.lt.hog.Application
A logger for this Application

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