jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.twostep.processing.ClusterProcessorFactory

Packages that use ClusterProcessorFactory
cz.cuni.mff.ksi.jinfer.twostep Main package of TwoStepSimplifier implementation. 
cz.cuni.mff.ksi.jinfer.twostep.processing.alternations This package contains the "alternations" implementation of ClusterProcessor
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate Implementation of merging state algorithm. 
cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant Trivial cluster processor - returns representative. 
cz.cuni.mff.ksi.jinfer.twostep.processing.trie This package contains the Trie (prefix tree) implementation of ClusterProcessor
 

Uses of ClusterProcessorFactory in cz.cuni.mff.ksi.jinfer.twostep
 

Constructors in cz.cuni.mff.ksi.jinfer.twostep with parameters of type ClusterProcessorFactory
TwoStepSimplifier(ClustererFactory clustererFactory, ClusterProcessorFactory clusterProcessorFactory, RegularExpressionCleanerFactory regularExpressionCleanerFactory, ContentInferrerFactory contentInfererFactory)
          Create new simplifier and give all submodule factories to it.
 

Uses of ClusterProcessorFactory in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations that implement ClusterProcessorFactory
 class AlternationsFactory
          Factory for a trivial implementation of ClusterProcessor - simply returns all possible right sides as alternation in the resulting rule.
 

Uses of ClusterProcessorFactory in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate that implement ClusterProcessorFactory
 class AutomatonMergingStateFactory
          Factory class for AutomatonMergingState.
 

Uses of ClusterProcessorFactory in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant that implement ClusterProcessorFactory
 class PassRepresentantFactory
          Factory class for PassRepresentant.
 

Uses of ClusterProcessorFactory in cz.cuni.mff.ksi.jinfer.twostep.processing.trie
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.trie that implement ClusterProcessorFactory
 class TrieFactory
          Factory for a Trie (prefix tree) implementation of ClusterProcessor.
 


jInfer

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