|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenizerFactory | |
---|---|
de.fu_berlin.ties.context | This packages provides functionality for building and managing representations of context in texts (XML documents). |
de.fu_berlin.ties.context.sensor | Sensors are object that look up information for a token, for example semantic information from gazetteers or thesauri. |
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.filter | This packages provides generic filtering and rewriting functionality. |
de.fu_berlin.ties.text | This package contains utility classes for working with texts. |
de.fu_berlin.ties.xml.dom | This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j. |
Uses of TokenizerFactory in de.fu_berlin.ties.context |
---|
Methods in de.fu_berlin.ties.context with parameters of type TokenizerFactory | |
---|---|
PriorRecognitions |
DefaultRepresentation.initDocument(File filename,
TokenizerFactory tFactory)
Initializes the processing of a new document and creates a buffer to be filled with prior Recognition s and passed
as argument to the Representation.buildContext(Element, String, String, String,
PriorRecognitions, Map, String) method. |
PriorRecognitions |
Representation.initDocument(File filename,
TokenizerFactory tFactory)
Initializes the processing of a new document and creates a buffer to be filled with prior Recognition s and passed
as argument to the Representation.buildContext(Element, String, String, String,
PriorRecognitions, Map, String) method. |
Uses of TokenizerFactory in de.fu_berlin.ties.context.sensor |
---|
Methods in de.fu_berlin.ties.context.sensor with parameters of type TokenizerFactory | |
---|---|
void |
Sensor.initDocument(File filename,
TokenizerFactory tFactory)
Called when starting to process a new document. |
void |
BaseSensor.initDocument(File filename,
TokenizerFactory tFactory)
Called when starting to process a new document. The default implementation does nothing. |
Uses of TokenizerFactory in de.fu_berlin.ties.extract |
---|
Methods in de.fu_berlin.ties.extract that return TokenizerFactory | |
---|---|
TokenizerFactory |
ExtractorBase.getFactory()
Returns the factory used to instantiate tokenizers. |
Constructors in de.fu_berlin.ties.extract with parameters of type TokenizerFactory | |
---|---|
AnswerBuilder(String outExt,
TargetStructure targetStruct,
TokenizerFactory tFactory,
String[] myElementNames,
String myTypeAttrib,
TiesConfiguration config)
Creates a new instance. |
|
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 TokenizerFactory in de.fu_berlin.ties.filter |
---|
Constructors in de.fu_berlin.ties.filter with parameters of type TokenizerFactory | |
---|---|
EmbeddingElements(Document document,
ExtractionContainer extractions,
TokenizerFactory tFactory)
Creates a new instance. |
|
FilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
ElementFilter elementFilter,
SkipHandler sHandler)
Creates a new instance. |
|
PredictionRewriter(String fileExtension,
TokenizerFactory factory,
TiesConfiguration conf)
Creates a new instance. |
|
PredictionRewriter2(String fileExtension,
String[] predictionClasses,
String myNoneMarker,
TokenizerFactory factory,
TiesConfiguration conf)
Creates a new instance. |
|
TrainableFilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
TrainableFilter elementFilter,
SkipHandler sHandler,
Oracle elementOracle)
Creates a new instance, enabling training the filter. |
|
TrainableFilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
TrainableFilter elementFilter,
SkipHandler sHandler,
Oracle elementOracle,
boolean enableTraining)
Creates a new instance. |
Uses of TokenizerFactory in de.fu_berlin.ties.text |
---|
Constructors in de.fu_berlin.ties.text with parameters of type TokenizerFactory | |
---|---|
TokenContainer(TokenizerFactory tFactory)
Creates a new instance. |
Uses of TokenizerFactory in de.fu_berlin.ties.xml.dom |
---|
Constructors in de.fu_berlin.ties.xml.dom with parameters of type TokenizerFactory | |
---|---|
DocumentWalker(NodeFilter filter,
ElementProcessor processor,
TokenizerFactory tFactory)
Creates a new instance. |
|
TokenWalker(TokenProcessor processor,
TokenizerFactory tFactory)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |