|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CombinationStrategy | |
---|---|
de.fu_berlin.ties.combi | This package provides combination strategies for combining sequential classification decisions. |
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.xml.convert | This package contains code for converting XML to/from other formats and for transforming XML documents. |
Uses of CombinationStrategy in de.fu_berlin.ties.combi |
---|
Subclasses of CombinationStrategy in de.fu_berlin.ties.combi | |
---|---|
class |
BeginAfterStrategy
A combination strategy using begin/after tagging (also called "BIA" tagging due to the prefixed used). |
class |
BeginEndStrategy
A combination strategy that uses two classifiers, one to recognize the begin of extractions and one to recognize the end. |
class |
InsideOutsideStrategy
A combination strategy using inside/outside tagging. |
class |
OpenCloseStrategy
A combination strategy using open/close tagging (also called "BIE" tagging due to the prefixed used). |
class |
TrivialStrategy
The trivial combination strategy simply uses a single tag for each class; no prefixes are used. |
Methods in de.fu_berlin.ties.combi that return CombinationStrategy | |
---|---|
static CombinationStrategy |
CombinationStrategy.createStrategy(Set<String> classNames)
Factory method that delegates to createStrategy(Set, TiesConfiguration) using the
standard configuration. |
static CombinationStrategy |
CombinationStrategy.createStrategy(Set<String> classNames,
String combinationName,
TiesConfiguration config)
Factory method that creates a combination strategy based on the provided combinationName . |
static CombinationStrategy |
CombinationStrategy.createStrategy(Set<String> classNames,
TiesConfiguration config)
Factory method that delegates to createStrategy(Set, String, TiesConfiguration) using
the CONFIG_COMBINATION key in the provided configuration. |
Uses of CombinationStrategy in de.fu_berlin.ties.extract |
---|
Methods in de.fu_berlin.ties.extract that return CombinationStrategy | |
---|---|
protected CombinationStrategy |
ExtractorBase.getStrategy()
Returns the combination strategy used. |
Constructors in de.fu_berlin.ties.extract with parameters of type CombinationStrategy | |
---|---|
Extractor(String outExt,
TargetStructure targetStruct,
Classifier[] theClassifiers,
Representation theRepresentation,
CombinationStrategy combiStrat,
FinalReextractor reextract,
TokenizerFactory tFactory,
Reestimator estimator,
DocumentRewriter[] docFilters,
TrainableFilter sentFilter,
Reranker rerank,
Set<String> relevantPunct,
TiesConfiguration config)
Creates a new instance. |
|
ExtractorBase(String outExt,
TargetStructure targetStruct,
Classifier[] theClassifiers,
Representation theRepresentation,
CombinationStrategy combiStrat,
FinalReextractor reextract,
TokenizerFactory tFactory,
Reestimator estimator,
DocumentRewriter[] docFilters,
TrainableFilter sentFilter,
Set<String> relevantPunct,
TiesConfiguration config)
Creates a new instance. |
|
Trainer(String outExt,
TargetStructure targetStruct,
TrainableClassifier[] theClassifiers,
Representation theRepresentation,
CombinationStrategy combiStrat,
FinalReextractor reextract,
TokenizerFactory tFactory,
Reestimator estimator,
DocumentRewriter[] docFilters,
TrainableFilter sentFilter,
Set<String> relevantPunct,
boolean trainOnlyErrors,
boolean testOnly,
TiesConfiguration config)
Creates a new instance. |
|
Trainer(String outExt,
TargetStructure targetStruct,
TrainableClassifier[] theClassifiers,
Representation theRepresentation,
CombinationStrategy combiStrat,
FinalReextractor reextract,
TokenizerFactory tFactory,
Reestimator estimator,
TrainableFilter sentFilter)
Creates a new instance, using the standard configuration to configure the
remaining fields. |
Uses of CombinationStrategy in de.fu_berlin.ties.xml.convert |
---|
Constructors in de.fu_berlin.ties.xml.convert with parameters of type CombinationStrategy | |
---|---|
AttributeUnflatten(String outExt,
CombinationStrategy combiStrategy,
StrategyAdapter stratAdapter,
QName labelAttrib,
TiesConfiguration conf)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |