|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegularExpressionCleanerFactory | |
---|---|
cz.cuni.mff.ksi.jinfer.twostep | Main package of TwoStepSimplifier implementation. |
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 RegularExpressionCleanerFactory in cz.cuni.mff.ksi.jinfer.twostep |
---|
Constructors in cz.cuni.mff.ksi.jinfer.twostep with parameters of type RegularExpressionCleanerFactory | |
---|---|
TwoStepSimplifier(ClustererFactory clustererFactory,
ClusterProcessorFactory clusterProcessorFactory,
RegularExpressionCleanerFactory regularExpressionCleanerFactory,
ContentInferrerFactory contentInfererFactory)
Create new simplifier and give all submodule factories to it. |
Uses of RegularExpressionCleanerFactory in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained that implement RegularExpressionCleanerFactory | |
---|---|
class |
ChainedFactory
Factory for Chained . |
Constructor parameters in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained with type arguments of type RegularExpressionCleanerFactory | |
---|---|
Chained(List<RegularExpressionCleanerFactory> cleanerFactories)
Create with list of factories of cleaner to use in a chain. |
Uses of RegularExpressionCleanerFactory in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull that implement RegularExpressionCleanerFactory | |
---|---|
class |
NullFactory
Factory form Null . |
Uses of RegularExpressionCleanerFactory in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren that implement RegularExpressionCleanerFactory | |
---|---|
class |
EmptyChildrenFactory
Factory for EmptyChildren . |
Uses of RegularExpressionCleanerFactory in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation |
---|
Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation that implement RegularExpressionCleanerFactory | |
---|---|
class |
NestedConcatenationFactory
Factory for NestedConcatenation . |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |