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

Packages that use TokenContainer
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
de.fu_berlin.ties.xml.dom This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j
 

Uses of TokenContainer in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract with parameters of type TokenContainer
 void AnswerBuilder.processElement(Element element, TokenContainer tokenContainer, ContextMap context)
          Builds an answer key from an element in an XML document.
 

Uses of TokenContainer in de.fu_berlin.ties.xml.dom
 

Methods in de.fu_berlin.ties.xml.dom with parameters of type TokenContainer
 void ElementProcessor.processElement(Element element, TokenContainer tokenContainer, ContextMap context)
          Processes an element in an XML document, optionally modifying the element or the document it is part of.
protected  void DocumentWalker.walk(Element element, TokenContainer tokenContainer, ContextMap context)
          Walks through the contents of a node, tokenizing textual contents and recursing through nested elements.
 



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