jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.interfaces.UserModuleDescription

Packages that use UserModuleDescription
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts This package contains layouts for Visualizer
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz This package provides implementation of Layout using external Graphviz dot executable. 
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska This package contains Layout created by Julie Vyhnanovska. 
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). 
cz.cuni.mff.ksi.jinfer.twostep.clustering Task of clustering elements into clusters is defined here. 
cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname Implementation of clustering task which clusters elements according to their name (case insensitive). 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering Module that infers content model of content nodes (attributes, text nodes) in terms of simple data types as defined in XSD Schema language. 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern Infers pattern string expression for content using some automaton simplifying algorithm (basically the same that is configured to be used with elements). 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple Simple content inferrer, just small heuristic to infer XSD primitive types. 
cz.cuni.mff.ksi.jinfer.twostep.processing Cluster processing. 
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.automatonmergingstate.conditiontesting Interface for state-equivalence testing classes. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined Enabled combining of more than one real tester. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic finds non-determinism states 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext k,h-context equivalence implementation. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings sk-strings equivalence implementation. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull return no alternatives 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping Submodule for converting automaton to RegexpAutomaton and then obtaining Regexp from it. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering Interface of ordering submodule for StateRemoval
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive Automaton is drawn to user. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted Simple heuristic for ordering states in automaton. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying AutomatonSimplifier module is responsible of generalization of automaton. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy Uses one MergeConditionTester that user selected in preferences. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl Uses one MergeConditionTester that user selected in preferences. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl Uses one MergeConditionTester that user selected in preferences. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams Package implementing automaton simplifying to form k,h-context automaton, but in linear time (in means of length of input rules). 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull   
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 UserModuleDescription in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts
 interface LayoutFactory
          Interface to create JUNG layout from given automaton, graph and labeler.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz
 

Classes in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz that implement UserModuleDescription
 class GraphvizLayoutFactory
          Can create instance of Layout using external Graphviz dot executable.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska
 

Classes in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska that implement UserModuleDescription
 class VyhnanovskaLayoutFactory
          Can create instance of Layout implemented by Julie Vyhnanovska.
 

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

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.cleaning
 interface RegularExpressionCleanerFactory
          Factory for RegularExpressionCleaner.
 

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

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained that implement UserModuleDescription
 class ChainedFactory
          Factory for Chained.
 

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

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull that implement UserModuleDescription
 class NullFactory
          Factory form Null.
 

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

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren that implement UserModuleDescription
 class EmptyChildrenFactory
          Factory for EmptyChildren.
 

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

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation that implement UserModuleDescription
 class NestedConcatenationFactory
          Factory for NestedConcatenation.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.clustering
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.clustering
 interface ClustererFactory
          Factory interface for Clusterer module.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that implement UserModuleDescription
 class InameFactory
          Factory class for Iname.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.contentinfering
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.contentinfering
 interface ContentInferrerFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern that implement UserModuleDescription
 class PatternFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple that implement UserModuleDescription
 class SimpleFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing
 interface ClusterProcessorFactory
          Factory interface for ClusterProcessor.
 

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

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

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

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

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

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting
 interface MergeConditionTesterFactory
          Factory interface for MergeConditionTester.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined that implement UserModuleDescription
 class CombinedFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic that implement UserModuleDescription
 class DeterministicFactory
          Factory for Deterministic.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext that implement UserModuleDescription
 class KHContextFactory
          Factory for KHContext.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings that implement UserModuleDescription
 class SKStringsFactory
          Factory for SKStrings.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull that implement UserModuleDescription
 class TesterNullFactory
          Factory for TesterNull.
 

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

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating
 interface AutomatonEvaluatorFactory
          TODO anti Comment!
 interface DefectiveAutomatonEvaluatorFactory
          TODO anti Comment!
 interface EvaluatorFactory
          TODO anti Comment!
 interface RegexpEvaluatorFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive that implement UserModuleDescription
 class NaiveFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet that implement UserModuleDescription
 class NaiveAlphabetFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective that implement UserModuleDescription
 class NaiveDefectiveFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode that implement UserModuleDescription
 class BitCodeFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize that implement UserModuleDescription
 class TokenSizeFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize that implement UserModuleDescription
 class ToStringSizeFactory
          TODO anti Comment!
 

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

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping
 interface RegexpAutomatonSimplifierFactory
          Factory for RegexpAutomatonSimplifier.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic that implement UserModuleDescription
 class StateRemovalHeuristicFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered that implement UserModuleDescription
 class StateRemovalOrderedFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering
 interface OrdererFactory
          Factory interface for Orderer.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan that implement UserModuleDescription
 class FullscanFactory
          Factory for Fullscan.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive that implement UserModuleDescription
 class UserInteractiveFactory
          Factory for UserInteractive.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted that implement UserModuleDescription
 class WeightedFactory
          Factory for Weighted.
 

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

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying
 interface AutomatonSimplifierFactory
          Factory for AutomatonSimplifier.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl that implement UserModuleDescription
 class DefectiveMDLFactory
          Factory for DefectiveMDL.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection
 

Subinterfaces of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection
 interface SuspectionFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone that implement UserModuleDescription
 class OnebyoneFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect that implement UserModuleDescription
 class StepSuspectFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize that implement UserModuleDescription
 class MinimizeFactory
          Factory for Minimize.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist that implement UserModuleDescription
 class DeterministFactory
          Factory for Determinist.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy that implement UserModuleDescription
 class GreedyFactory
          Factory for Greedy.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl that implement UserModuleDescription
 class GreedyMDLFactory
          Factory for GreedyMDL.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl that implement UserModuleDescription
 class HeuristicMDLFactory
          Factory for HeuristicMDL.
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams that implement UserModuleDescription
 class KHgramsFactory
          TODO anti Comment!
 

Uses of UserModuleDescription in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull that implement UserModuleDescription
 class SimplifierNullFactory
          Factory for SimplifierNull.
 

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

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

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

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


jInfer

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