Package de.dfki.lt.tools.tokenizer.regexp

Interface Summary
RegExp RegExp defines an interface for regular expression patterns.
 

Class Summary
JavaRegExp JavaRegExp implements the RegExp interface for regular expressions of the java.util.regex package.
JavaRegExpFactory JavaRegExpFactory extends RegExpFactory for regular expressions of the java.util.regex package.
Match Match holds the result of matching an input string with a regular expression.
RegExpFactory RegExpFactory is an abstract class for creating objects that fit the RegExp interface.