|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtractionContainer | |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
Uses of ExtractionContainer in de.fu_berlin.ties.eval |
Methods in de.fu_berlin.ties.eval with parameters of type ExtractionContainer | |
void |
ReEvaluator.reEvalulate(ExtractionContainer orgExtractions,
EvaluatedExtractionContainer newEvaluated)
Re-evaluates the contents of an extraction container. |
Uses of ExtractionContainer in de.fu_berlin.ties.extract |
Subclasses of ExtractionContainer in de.fu_berlin.ties.extract | |
class |
EvaluatedExtractionContainer
An extraction container that evaluates containers of predicted extractions against containers of true extractions (answer keys) and merges their contents, setting the evaluation states accordingly. |
Methods in de.fu_berlin.ties.extract that return ExtractionContainer | |
static ExtractionContainer |
AnswerBuilder.readAnswerKeys(TargetStructure targetStruct,
File file,
Configuration config)
Reads back answer keys stored by the AnswerBuilder.process(Document, Writer, ContextMap) method of an instance of
this class. |
static ExtractionContainer |
AnswerBuilder.readCorrespondingAnswerKeys(TargetStructure targetStruct,
File orgFile,
Configuration config)
Reads the answer keys corresponding to a file. |
ExtractionContainer |
AnswerBuilder.buildAnswers(Document document)
Buildings an ExtractionContainer of
answer keys from from an annotated XML document. |
protected ExtractionContainer |
Extractor.getPredictedExtractions()
Returns the extraction container used for storing the predicted extractions. |
ExtractionContainer |
Extractor.extract(Document document)
Extracts items of interest from the contents of an XML document, based on context representation and local classifier. |
Methods in de.fu_berlin.ties.extract with parameters of type ExtractionContainer | |
Accuracy |
Trainer.train(Document document,
ExtractionContainer correctExtractions)
Trains the local classifier with the correct extractions of an XML document, using the provided context representation. |
void |
EvaluatedExtractionContainer.evaluateBatch(ExtractionContainer predicted,
ExtractionContainer expected,
String source)
Evaluates a container of predicted extractions against a container of true extractions (answer keys) and adds them to this instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |