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

F

findAllrx(String, String) - Static method in class de.dfki.lt.hog.util.Utility
Uses the given regular expression to find all matching occurences and returns them as an ArrayList of Strings.
fix(IModule) - Method in interface de.dfki.lt.sdl.IMediator
given a single module, fixpoint construct a final result by feeding the module with its own output; this computation, of course, must not terminate;
fix(IModule) - Method in class de.dfki.lt.sdl.Mediators
the fixpoint mediator checks whether the application of the unary module method run() to the input is equivalent to the result value; if not, it calls run() on the output again, until a fixpoint has been reached (which must, of course, not exist, i.e., the computation must not terminate); note that this default method assumes that input AND output of a module are of the same data type and that the equals() method on the type of input/output works properly; in order to guarantee this, the compareTo() and the equals() method of elements in a structured input/output must also work properly, perhaps even the hashCode() method; note further that fix() does NOT set the input NOR the output of the module!!
formatDuration(Date) - Static method in class de.dfki.lt.hog.util.Utility
format duration encoded in Date object as String mm:ss,milliseconds
formatDuration(long) - Static method in class de.dfki.lt.hog.util.Utility
Format a time span given in milliseconds to a String.
formatDurationShort(long) - Static method in class de.dfki.lt.hog.util.Utility
Format a time span given in milliseconds to a String.
formatTime() - Static method in class de.dfki.lt.hog.util.Utility
format date and time as ISO/RFC string
FreeLingModule - Class in de.dfki.lt.hog.modules
Module definition for FreeLing (LKBanalyzer commandline) Created 2006-06-17
FreeLingModule(Properties) - Constructor for class de.dfki.lt.hog.modules.FreeLingModule
 

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