|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenContainer | |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy 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)
Classifies an element in an XML document, building features and delegating to the classifier. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |