jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.twostep.cleaning.RegularExpressionCleaner

Packages that use RegularExpressionCleaner
cz.cuni.mff.ksi.jinfer.twostep.cleaning Package for regular expression cleaning task. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained Chains other cleaners. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull Does nothing, dummy cleaner. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren Cleaning of (a, (), c) to (a, c). 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation Cleaning of (a, (b, c)) to (a, b, c). 
 

Uses of RegularExpressionCleaner in cz.cuni.mff.ksi.jinfer.twostep.cleaning
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.cleaning that return RegularExpressionCleaner
<T> RegularExpressionCleaner<T>
RegularExpressionCleanerFactory.create()
          Create cleaner of Regexp.
 

Uses of RegularExpressionCleaner in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained that implement RegularExpressionCleaner
 class Chained<T>
          Chains one or more cleaners in a row, pipelining output from first one to input of second one, and so on.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained that return RegularExpressionCleaner
<T> RegularExpressionCleaner<T>
ChainedFactory.create()
           
 

Uses of RegularExpressionCleaner in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull that implement RegularExpressionCleaner
 class Null<T>
          Does nothing, just returns input given.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull that return RegularExpressionCleaner
<T> RegularExpressionCleaner<T>
NullFactory.create()
           
 

Uses of RegularExpressionCleaner in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren that implement RegularExpressionCleaner
 class EmptyChildren<T>
          Cleans empty children and children with one child.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren that return RegularExpressionCleaner
<T> RegularExpressionCleaner<T>
EmptyChildrenFactory.create()
           
 

Uses of RegularExpressionCleaner in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation that implement RegularExpressionCleaner
 class NestedConcatenation<T>
          Replaces nested concatenations is resulting regular expressions.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation that return RegularExpressionCleaner
<T> RegularExpressionCleaner<T>
NestedConcatenationFactory.create()
           
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011