Uses of Class
de.fu_berlin.ties.text.TokenDetails

Packages that use TokenDetails
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
de.fu_berlin.ties.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
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.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.combi
 

Methods in de.fu_berlin.ties.combi with parameters of type TokenDetails
 CombinationState TrivialStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState OpenCloseStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState InsideOutsideStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginEndStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
abstract  CombinationState CombinationStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginAfterStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 void BeginEndStrategy.updateState(CombinationState newState, PredictionDistribution[] predictions, TokenDetails details)
          Updates the current state (the class of the last item).
 void CombinationStrategy.updateState(CombinationState newState, PredictionDistribution[] predictions, TokenDetails details)
          Updates the current state (the class of the last item).
 

Uses of TokenDetails in de.fu_berlin.ties.context
 

Subclasses of TokenDetails in de.fu_berlin.ties.context
 class ContextDetails
          Extends the TokenDetails class by also storing the context of a token.
 

Constructors in de.fu_berlin.ties.context with parameters of type TokenDetails
ContextDetails(TokenDetails orgDetails, FeatureVector features, CombinationState combiState, boolean isRelevant)
          Creates a new instance, re-using field values from a TokenDetails instance.
 

Uses of TokenDetails in de.fu_berlin.ties.extract
 

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.
 void ExtractionMatcher.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.filter
 

Methods in de.fu_berlin.ties.filter with parameters of type TokenDetails
 void PredictionRewriter2.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 PredictionRewriter.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 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.
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.
 

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.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.