|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenDetails | |
---|---|
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
de.fu_berlin.ties.extract.amend | This package provides code for reanalysing proposed extractions and performing suitable amendments to improve results. |
de.fu_berlin.ties.filter | This packages provides generic filtering functionality and an implementation for sentence filtering. |
de.fu_berlin.ties.xml.dom | This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j. |
Uses of TokenDetails in de.fu_berlin.ties.extract |
---|
Methods in de.fu_berlin.ties.extract that return TokenDetails | |
---|---|
TokenDetails |
Extraction.removeToken(boolean atEnd)
Deletes one of the tokens from this prediction. |
Methods in de.fu_berlin.ties.extract with parameters of type TokenDetails | |
---|---|
protected void |
Extractor.addPunctuationDetails(TokenDetails details)
Adds an element to the collected punctuation details. |
void |
Extraction.addToken(TokenDetails details,
boolean atEnd)
Adds a token to this extraction, delegating to Extraction.addToken(TokenDetails, Probability, boolean) with a probability
of -1 ("confirmed"). |
void |
Extraction.addToken(TokenDetails details,
Probability prob,
boolean atEnd)
Adds a token to this extraction, recalculating the probability by multiplying the prior probability value with the probability of the new text. |
void |
Extractor.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element, optionally modifying the element or the document it is part of. |
void |
Trainer.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element, optionally modifying the element or the document it is part of. |
Constructors in de.fu_berlin.ties.extract with parameters of type TokenDetails | |
---|---|
Extraction(String predicted,
TokenDetails details)
Creates a new instance, setting the probability to -1 ("confirmed") and the evaluation status to EvalStatus.TRUTH . |
|
Extraction(String predicted,
TokenDetails details,
Probability prob)
Creates a new instance, setting the evaluation status to EvalStatus.UNKNOWN . |
|
Extraction(String predicted,
TokenDetails details,
Probability prob,
EvalStatus status)
Creates a new instance. |
Uses of TokenDetails in de.fu_berlin.ties.extract.amend |
---|
Subclasses of TokenDetails in de.fu_berlin.ties.extract.amend | |
---|---|
class |
ContextDetails
Extends the TokenDetails class by also storing
the context of a token. |
class |
TrainingContextDetails
Extends the ContextDetails class by
also storing the expected (true) and predicted state on of a token. |
Constructors in de.fu_berlin.ties.extract.amend with parameters of type TokenDetails | |
---|---|
ContextDetails(TokenDetails orgDetails,
FeatureVector features)
Creates a new instance, re-using field values from a TokenDetails
instance. |
|
TrainingContextDetails(TokenDetails orgDetails,
FeatureVector features,
CombinationState predicted,
CombinationState expected)
Creates a new instance, re-using field values from a TokenDetails
instance. |
Uses of TokenDetails in de.fu_berlin.ties.filter |
---|
Methods in de.fu_berlin.ties.filter with parameters of type TokenDetails | |
---|---|
protected void |
FilteringTokenWalker.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element by delegating to the configured TokenProcessor . |
void |
EmbeddingElements.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element, optionally modifying the element or the document it is part of. |
Uses of TokenDetails in de.fu_berlin.ties.xml.dom |
---|
Methods in de.fu_berlin.ties.xml.dom with parameters of type TokenDetails | |
---|---|
protected void |
TokenWalker.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element by delegating to the configured TokenProcessor . |
void |
TokenProcessor.processToken(Element element,
String left,
TokenDetails details,
String right,
ContextMap context)
Processes a token in an XML element, optionally modifying the element or the document it is part of. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |