|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterProcessor | |
---|---|
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.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 ClusterProcessor in cz.cuni.mff.ksi.jinfer.twostep.processing |
---|
Methods in cz.cuni.mff.ksi.jinfer.twostep.processing that return ClusterProcessor | |
---|---|
ClusterProcessor<AbstractStructuralNode> |
ClusterProcessorFactory.create()
Creates new worker instance. |
Uses of ClusterProcessor in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations that implement ClusterProcessor | |
---|---|
class |
Alternations
Trivial implementation of ClusterProcessor
- simply returns all possible
right sides as alternation in the resulting rule. |
Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations that return ClusterProcessor | |
---|---|
ClusterProcessor<AbstractStructuralNode> |
AlternationsFactory.create()
|
Uses of ClusterProcessor in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate that implement ClusterProcessor | |
---|---|
class |
AutomatonMergingState
Extensible implementation of merging state algorithm. |
Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate that return ClusterProcessor | |
---|---|
ClusterProcessor<AbstractStructuralNode> |
AutomatonMergingStateFactory.create()
|
Uses of ClusterProcessor in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant that implement ClusterProcessor | |
---|---|
class |
PassRepresentant
Returns representative of cluster as solution. |
Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant that return ClusterProcessor | |
---|---|
ClusterProcessor<AbstractStructuralNode> |
PassRepresentantFactory.create()
|
Uses of ClusterProcessor in cz.cuni.mff.ksi.jinfer.twostep.processing.trie |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.trie that implement ClusterProcessor | |
---|---|
class |
Trie
Trie (prefix tree) implementation of ClusterProcessor . |
Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.trie that return ClusterProcessor | |
---|---|
ClusterProcessor<AbstractStructuralNode> |
TrieFactory.create()
|
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |