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

M

main(String[]) - Static method in class de.dfki.lt.hog.Metadata
For testing purposes.
main(String[]) - Static method in class de.dfki.lt.hog.MoCoManServer
 
main(String[]) - Static method in class de.dfki.lt.hog.test.SampleApplication
 
main(String[]) - Static method in class de.dfki.lt.hog.test.SampleChunkApplication
 
main(String[]) - Static method in class de.dfki.lt.hog.test.SampleXmlRpcApplication
 
main(String[]) - Static method in class de.dfki.lt.hog.test.SproutPetApplication
 
main(String[]) - Static method in class de.dfki.lt.hog.test.TestApplication
 
main(String[]) - Static method in class de.dfki.lt.hog.util.SproutRmrsTransformerGenerator
 
main(String[]) - Static method in class de.dfki.lt.hogclient.cmdline.AnalyzeAll
 
main(String[]) - Static method in class de.dfki.lt.hogclient.cmdline.Shutdown
 
main(String[]) - Static method in class de.dfki.lt.hogclient.cmdline.TestApplication
 
main(String[]) - Static method in class de.dfki.lt.sdl.Sdl
sets Sdl.verbose to true and calls the static Sdl.compile() method on first argument args[0]
map2String(Map) - Static method in class de.dfki.lt.hog.util.Utility
Converts a Map to a String.
map2String(Map, String) - Static method in class de.dfki.lt.hog.util.Utility
Converts a Map to a String.
map2String(Map, String, String) - Static method in class de.dfki.lt.hog.util.Utility
Converts a Map to a String.
markSentenceBoundaries(String, String) - Static method in class de.dfki.lt.hog.util.Utility
Marks all sentence boundaries of a given text with a given marker.
Mediators - Class in de.dfki.lt.sdl
this is the default (super)class of the three mediators o seq: sequence or concatenation, o par: parallelism or concurrency, o fix: fixpoint or unrestricted iteration, providing some default behavior; I originaly thought that this functionality (without the trival default sequence mediator) had to be part of the module interface; however, a module should usually NOT know what a fixpoint is (in case of module iteration); moreover, when moving the mediators into the module interface, an asymmetry for the parallelism pattern will occur; NOTE: the mediators do NOT set the input NOR the output of their module parameters!! note that in case we want to have specific mediators for certain modules/ module combinations, we can easily achieve this by providing additional instance methods with different signatures in subclasses of Mediators
Mediators() - Constructor for class de.dfki.lt.sdl.Mediators
no functionality in this constructor, only needed to call specialized instance mediators
Metadata - Class in de.dfki.lt.hog
Represents Metadata objects, holding all relevant metadata information.
Metadata() - Constructor for class de.dfki.lt.hog.Metadata
Creates an empty Metadata object.
Metadata(String, String, String, String, String, boolean, Properties) - Constructor for class de.dfki.lt.hog.Metadata
Creates a new Metadata object setting all values as given.
Metadata(String) - Constructor for class de.dfki.lt.hog.Metadata
Creates a new Metadata object reading all values from the given Metadata XML String.
METADATA_ELEMENT - Static variable in class de.dfki.lt.hog.util.Utility
 
MoCoMan - Class in de.dfki.lt.hog
The Module Communication Manager for the DeepThought project.
MoCoMan() - Constructor for class de.dfki.lt.hog.MoCoMan
Creates an instance of MoCoMan.
MoCoManServer - Class in de.dfki.lt.hog
This is a single threaded server running as an XML-RPC front-end to MoCoMan.
MoCoManServer() - Constructor for class de.dfki.lt.hog.MoCoManServer
Creates a new instance of MoCoManServer using the port number specified in the config.
MoCoManServer(int) - Constructor for class de.dfki.lt.hog.MoCoManServer
Creates a new instance of MoCoManServer using the port number given.
Module - Class in de.dfki.lt.hog
Module is an abstract class that provides methods for a module to process an XML string or a DOM tree, respectively.
Module() - Constructor for class de.dfki.lt.hog.Module
 
MODULE_DEPTH_PROP - Static variable in class de.dfki.lt.hog.Module
Key for depth of this Modulein configuration.
MODULE_LANGUAGE_PROP - Static variable in class de.dfki.lt.hog.Module
Key for language in configurating Properties
MODULE_NAME_PROP - Static variable in class de.dfki.lt.hog.Module
Key for name of this Module in the config.
MODULE_ROOTELEMENT_PROP - Static variable in class de.dfki.lt.hog.Module
Key for root element name of this Modulein configuration.
ModuleClearError - Error in de.dfki.lt.sdl
instances of this class might be thrown during the clearing phase of a module, caused by the calling clear()
ModuleClearError() - Constructor for error de.dfki.lt.sdl.ModuleClearError
the nullary creator
ModuleClearError(String) - Constructor for error de.dfki.lt.sdl.ModuleClearError
the unary creator
ModuleInitError - Error in de.dfki.lt.sdl
instances of this class might be thrown during the initialization phase of a module, caused by the calling init()
ModuleInitError() - Constructor for error de.dfki.lt.sdl.ModuleInitError
the nullary creator
ModuleInitError(String) - Constructor for error de.dfki.lt.sdl.ModuleInitError
the unary creator
moduleLog - Static variable in class de.dfki.lt.hog.Module
A logger for Modules
ModuleRunError - Error in de.dfki.lt.sdl
instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()
ModuleRunError() - Constructor for error de.dfki.lt.sdl.ModuleRunError
the nullary creator
ModuleRunError(String) - Constructor for error de.dfki.lt.sdl.ModuleRunError
the unary creator
Modules - Class in de.dfki.lt.sdl
the abstract superclass of all modules, implementing some default functionality which can be inherited by a concrete implementation; default implementation is given for o clear() o init() o getInput() o setInput() o getOutput() o setOutput() NO useful implementation is given for the unary method o run() only an UnsupportedOperationException is thrown
Modules() - Constructor for class de.dfki.lt.sdl.Modules
since Modules() is an abstract class, this constructor is only indirectly called from subclasses by using super(); effects (at the moment): the constructor clears input and output (null value)
ModuleTest - Class in de.dfki.lt.hog.test
junit Test for a mocoman application using pet or tnt
ModuleTest(Properties) - Constructor for class de.dfki.lt.hog.test.ModuleTest
 
ModuleTest() - Constructor for class de.dfki.lt.hog.test.ModuleTest
 

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