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

S

SampleApplication - Class in de.dfki.lt.hog.test
An application for test purposes.
SampleApplication(Properties) - Constructor for class de.dfki.lt.hog.test.SampleApplication
 
SampleChunkApplication - Class in de.dfki.lt.hog.test
For testing the Chunk module.
SampleChunkApplication(Properties) - Constructor for class de.dfki.lt.hog.test.SampleChunkApplication
 
SampleRemoteTagger - Class in de.dfki.lt.hog.modules.test
This module can only communicate with an adaptor, a remote module, via XML-RPC.
SampleRemoteTagger(Properties) - Constructor for class de.dfki.lt.hog.modules.test.SampleRemoteTagger
Creates a SampleRemoteTagger configured by given properties.
SampleTagger - Class in de.dfki.lt.hog.modules.test
This is a pseudo tagger just for demonstration purposes.
SampleTagger(Properties) - Constructor for class de.dfki.lt.hog.modules.test.SampleTagger
Creates a Tagger with a given Properties object.
SampleTaggerAdaptor - Class in de.dfki.lt.hog.modules.test
 
SampleTaggerAdaptor(Properties) - Constructor for class de.dfki.lt.hog.modules.test.SampleTaggerAdaptor
 
SampleTokenizer - Class in de.dfki.lt.hog.modules.test
Tokenizer is a StringTokenizer embedded in a Memphis Module.
SampleTokenizer(Properties) - Constructor for class de.dfki.lt.hog.modules.test.SampleTokenizer
Creates a Tokenizer module with given Properties
SampleXmlRpcApplication - Class in de.dfki.lt.hog.test
This class demonstrates how to connect create and connect to a MoCoManServer and how to use that server to invoke methods remotely via XML-RPC.
SampleXmlRpcApplication(Properties) - Constructor for class de.dfki.lt.hog.test.SampleXmlRpcApplication
 
sayHello() - Static method in class de.dfki.lt.hog.MoCoMan
Return a greeting (String).
sayHello() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Requests the server connected to this client to say "Hello".
Sdl - Class in de.dfki.lt.sdl
the purpose of this class is merely to perform a compilation of a system description into a Java class definition; a system descriptions must meet the following EBNF: ::= [ ] [ ] [ ] ::= "=" ::= a fully qualified Java class name ::= | "(" ")" | | "(" "|" { }^+ ")" | "(" "*" ")" ::= the newline character ::= "Mediator" "=" ::= a fully qualified Java class name ::= "Threaded" "=" { "yes" | "no"} ::= "Debug" "=" { "yes" | "no"} ::= { }^+ ::= "=" [ ] ::= a symbol, consisting of only lowercase letters ::= "(" { }^+ ")" ::= a Java string
Sdl() - Constructor for class de.dfki.lt.sdl.Sdl
 
SdlError - Error in de.dfki.lt.sdl
this abstract class serves as the abstract superclass for the three error classes possible in SDL
SdlError() - Constructor for error de.dfki.lt.sdl.SdlError
the nullary creator
SdlError(String) - Constructor for error de.dfki.lt.sdl.SdlError
the unary creator
SdlModule - Class in de.dfki.lt.hog.modules
Module definition for SDL runtime API.
SdlModule(Properties) - Constructor for class de.dfki.lt.hog.modules.SdlModule
 
searchConfigFile(String) - Method in class de.dfki.lt.hog.Module
This searchs a config file in the config file search path and returns it's first occurrence.
searchConfigFile(String, List) - Method in class de.dfki.lt.hog.Module
This searchs a config file in the config file search path and returns it's first occurrence.
seq(IModule, IModule) - Method in interface de.dfki.lt.sdl.IMediator
given two modules, sequence mediates the input to module2, computed from the output of module1;
seq(IModule, IModule) - Method in class de.dfki.lt.sdl.Mediators
the implemented default behavior for the sequence mediator is identity, returning the output of module1
Session - Class in de.dfki.lt.hog
In a session a
Session(Map<String, String>, Vector) - Constructor for class de.dfki.lt.hog.Session
Creates a new Session with an own ID and a Hashtable to store all the Document objects this session is going to handle.
Session(Map<String, String>, Vector, String) - Constructor for class de.dfki.lt.hog.Session
 
SESSIONID_ATTRIBUTE - Static variable in class de.dfki.lt.hog.util.Utility
 
setAcID(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's annotation collection ID attribute.
setAnnotation(Object) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set annotation object.
setAnnotationCollectionID(String) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set annotationCollectionID attribute.
setAnnotationID(String) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set annotationID attribute.
setComponent(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's component attribute.
setConfig(Properties) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's config Properties.
setConfig(Properties) - Method in class de.dfki.lt.hog.Module
This sets the individual configs of the module.
setConfigFileName(String) - Method in class de.dfki.lt.hog.Session
 
setConfiguration(String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Sets the name of the session configuation file to be used when creating the next session.
setCreated(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's creation time stamp attribute.
setDatabaseLocation(String) - Method in class de.dfki.lt.hog.database.AnnotationDatabase
Sets the database location prefix.
setDepth(int) - Method in class de.dfki.lt.hog.Annotation
 
setDiagnosis(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's diagnosis attribute.
setDocument(Document) - Method in class de.dfki.lt.hog.Metadata
 
setEmpty(boolean) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's empty attribute.
setEncoding(String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Sets the default encoding of annotations for this client.
setId(String) - Method in class de.dfki.lt.hog.container.GraphNode
 
setInput(Object) - Method in interface de.dfki.lt.sdl.IModule
sets the input of the module to parameter input and returns input
setInput(Object) - Method in class de.dfki.lt.sdl.Modules
sets the input of this module and returns the value
setJToken(JToken) - Method in class de.dfki.lt.hog.container.GraphNode
 
setLabel(String) - Method in class de.dfki.lt.hog.container.GraphNode
 
setLanguage(String) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set language attribute.
setLanguage(String) - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Sets the session language to be used when creating the next session.
setLemma(String) - Method in class de.dfki.lt.hog.container.TreeTaggerToken
 
setLength(int) - Method in class de.dfki.lt.hog.container.JToken
 
setMoCoMan(MoCoMan) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set MoCoMan object.
setMoCoMan(MoCoMan) - Method in class de.dfki.lt.hog.Module
Store a reference back to the MoCoMan instance (uschaefer).
setMoCoMan(MoCoMan) - Method in class de.dfki.lt.hog.TransformationService
Set MoCoMan object.
setModuleDepth(int) - Method in class de.dfki.lt.hog.Module
 
setModuleLanguage(String) - Method in class de.dfki.lt.hog.Module
This sets the module language.
setModuleName(String) - Method in class de.dfki.lt.hog.Module
This sets the module name.
setModuleNames(HashMap) - Method in class de.dfki.lt.hog.Registry
This sets the module names.
setModuleRootElement(String) - Method in class de.dfki.lt.hog.Module
Set root element name for this Module
setOffset(int) - Method in class de.dfki.lt.hog.container.JToken
 
setOutput(Object) - Method in interface de.dfki.lt.sdl.IModule
sets the output of the module to parameter output and returns output
setOutput(Object) - Method in class de.dfki.lt.sdl.Modules
sets the output of this module and returns the value
setPos(String) - Method in class de.dfki.lt.hog.container.TreeTaggerToken
 
setPoscat(String) - Method in class de.dfki.lt.hog.container.Chunk
 
setPoscat(String) - Method in class de.dfki.lt.hog.container.GraphNode
 
setProcTime(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's proccesing time attribute.
setProperty(String, String) - Method in class de.dfki.lt.hog.Module
This sets the value of a property in the properties object of the module.
setServer(MoCoManServer) - Method in class de.dfki.lt.hog.MoCoMan
Links the given XML-RPC server to this instance.
setSessionID(String) - Method in class de.dfki.lt.hog.container.AnnotationEncapsulator
Set sessionID attribute.
setSessionID(String) - Method in class de.dfki.lt.hog.Metadata
Sets this Metadata's sessionID attribute.
setSid(String) - Method in class de.dfki.lt.hog.container.Chunk
 
setToken(JToken) - Method in class de.dfki.lt.hog.container.Chunk
 
setToken(String) - Method in class de.dfki.lt.hog.container.JToken
 
setType(String) - Method in class de.dfki.lt.hog.container.Chunk
 
setType(String) - Method in class de.dfki.lt.hog.container.GraphNode
 
setType(String) - Method in class de.dfki.lt.hog.container.JToken
 
setXmlRpcApplicationClient(XmlRpcClient) - Method in class de.dfki.lt.hog.XmlRpcApplication
Sets an XML-RPC client for this XmlRpcApplications.
setXmlRpcClient(XmlRpcClient) - Method in class de.dfki.lt.hog.XmlRpcModule
Sets the client for this XmlRpcModule
setXmlRpcHandlerMethod(String) - Method in class de.dfki.lt.hog.XmlRpcModule
Sets a method name to which an XmlRpc request is past by a handler
setXmlRpcHandlerName(String) - Method in class de.dfki.lt.hog.XmlRpcModule
Sets name name of a class which can handle an XmlRpc request.
setXmlRpcServerPort(int) - Method in class de.dfki.lt.hog.XmlRpcApplication
Sets a port to a server for XML-RPC calls
setXmlRpcServerUrl(String) - Method in class de.dfki.lt.hog.XmlRpcModule
Sets the URL of an XmlRpc server this XmlRpcModule communicates with.
shutdown() - Method in class de.dfki.lt.hog.Adaptor
Shuts down an Adaptor.
shutdown() - Method in class de.dfki.lt.hog.MoCoMan
Shuts down MoCoMan.
shutdown() - Method in class de.dfki.lt.hog.MoCoManServer
Shuts down MoCoMan.
shutdown() - Method in class de.dfki.lt.hog.Module
This is the default shutdown method.
shutdown() - Method in class de.dfki.lt.hog.modules.ChasenModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.ChunkieModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.CorcyModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.FreeLingModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.JTokModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.LoParModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.PetModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.PicModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.Rasp2Module
This is the default shutdown method.
shutdown() - Method in class de.dfki.lt.hog.modules.RaspModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.SdlModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.SleepyModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.SproutModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.test.SampleTaggerAdaptor
 
shutdown() - Method in class de.dfki.lt.hog.modules.TnTModule
 
shutdown() - Method in class de.dfki.lt.hog.modules.TreeTaggerModule
 
shutdown(String) - Method in class de.dfki.lt.hog.XmlRpcApplication
 
shutdown(String) - Method in interface de.dfki.lt.hog.XmlRpcClientInterface
Shutsdown a remote module.
shutdown(String) - Method in class de.dfki.lt.hog.XmlRpcModule
 
Shutdown - Class in de.dfki.lt.hogclient.cmdline
Shutdown Mocoman via commandline (e.g., from ant)
Shutdown() - Constructor for class de.dfki.lt.hogclient.cmdline.Shutdown
 
shutdown() - Method in class de.dfki.lt.hogclient.HogXmlRpcClient
Shuts down the server connected to this client.
ShutdownException - Exception in de.dfki.lt.hog.exceptions
ShutdownException is thrown when a module shutdown fails.
ShutdownException() - Constructor for exception de.dfki.lt.hog.exceptions.ShutdownException
This creates a new instance of ShutdownException.
ShutdownException(String) - Constructor for exception de.dfki.lt.hog.exceptions.ShutdownException
This creates a new instance of ShutdownException with an error message aMessage
SleepyModule - Class in de.dfki.lt.hog.modules
Module definition for Sleepy commandline interface
SleepyModule(Properties) - Constructor for class de.dfki.lt.hog.modules.SleepyModule
 
splitLines(String) - Static method in class de.dfki.lt.hog.util.Utility
Split a given string into an ArrayList of lines using "\n" as a separator
splitTabs(String) - Static method in class de.dfki.lt.hog.util.Utility
Splits a given string into an ArrayList of lines using "\t" as a separator
sprout - Variable in class de.dfki.lt.sdl.sprout.SproutModules
holds a reference to the SProUT interpreter
SproutModule - Class in de.dfki.lt.hog.modules
Module definition for SProUT runtime API.
SproutModule(Properties) - Constructor for class de.dfki.lt.hog.modules.SproutModule
 
SproutModules - Class in de.dfki.lt.sdl.sprout
this abstract class extends Modules for the purpose of interfacing SProUT with SDL; SproutModules wraps an InterpreterTest object (= empty SProUT) and initializes this interpreter with a SProUT config file, using the init() method
SproutModules() - Constructor for class de.dfki.lt.sdl.sprout.SproutModules
creates an empty interpreter
SproutModulesDomDomEncapsulated - Class in de.dfki.lt.sdl.sprout
this class extends SproutModules by defining the run() method and assuming that the input value is a DOM node.
SproutModulesDomDomEncapsulated() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesDomDomEncapsulated
nothing to do here
SproutModulesText - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
SproutModulesText() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesText
nothing to do here
SproutModulesTextDomEncapsulated - Class in de.dfki.lt.sdl.sprout
this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
SproutModulesTextDomEncapsulated() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesTextDomEncapsulated
nothing to do here
SproutModulesTextFile - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content has to be analyzed
SproutModulesTextFile() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesTextFile
nothing to do here
SproutModulesTextXml - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
SproutModulesTextXml() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesTextXml
nothing to do here
SproutModulesTextXmlEncapsulated - Class in de.dfki.lt.sdl.sprout
this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
SproutModulesTextXmlEncapsulated() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesTextXmlEncapsulated
nothing to do here
SproutModulesXml - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
SproutModulesXml() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesXml
nothing to do here
SproutModulesXmlFile - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content, an XML TFS representation, has to be analyzed
SproutModulesXmlFile() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesXmlFile
nothing to do here
SproutModulesXmlXml - Class in de.dfki.lt.sdl.sprout
this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
SproutModulesXmlXml() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesXmlXml
nothing to do here
SproutModulesXmlXmlEncapsulated - Class in de.dfki.lt.sdl.sprout
this class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
SproutModulesXmlXmlEncapsulated() - Constructor for class de.dfki.lt.sdl.sprout.SproutModulesXmlXmlEncapsulated
nothing to do here
SproutPetApplication - Class in de.dfki.lt.hog.test
Test for Mocoman application based on Sprout and JTok
SproutPetApplication(Properties) - Constructor for class de.dfki.lt.hog.test.SproutPetApplication
 
SproutRmrsTransformerGenerator - Class in de.dfki.lt.hog.util
 
SproutRmrsTransformerGenerator() - Constructor for class de.dfki.lt.hog.util.SproutRmrsTransformerGenerator
 
start() - Method in class de.dfki.lt.hog.modules.ChunkieModule
 
start() - Method in class de.dfki.lt.hog.modules.LoParModule
Starts the lopar binary and takes care of creating input and output, compiles the transformers
start() - Method in class de.dfki.lt.hog.modules.TnTModule
 
start() - Method in class de.dfki.lt.hog.modules.TreeTaggerModule
 
start(String) - Method in class de.dfki.lt.hog.XmlRpcApplication
 
start(String) - Method in interface de.dfki.lt.hog.XmlRpcClientInterface
Starts a remote adaptor to communicate with.
start(String) - Method in class de.dfki.lt.hog.XmlRpcModule
 
startElement(String, String, String, Attributes) - Method in class de.dfki.lt.hog.util.CorrectCharPosHandler
 
startGuard(int) - Method in class de.dfki.lt.hog.modules.Rasp2Module.WatchedProcess
 
stopGuard() - Method in class de.dfki.lt.hog.modules.Rasp2Module.WatchedProcess
 
string2Element(String) - Static method in class de.dfki.lt.hog.util.Utility
create DOM element from XML String
String2pseudoString(String, String) - Static method in class de.dfki.lt.hog.MoCoMan
Utility method that turns a Java Unicode String into a pseudo 8 bit encoded String according to the specified encoding.
suitable(String, int) - Method in class de.dfki.lt.hog.Module
Determines whether this Module is suitable for analysis of a document with given language and depth.

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