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

Packages that use TokenCounter
de.fu_berlin.ties.xml.dom This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j
 

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

Methods in de.fu_berlin.ties.xml.dom with parameters of type TokenCounter
protected  void TokenWalker.processCollectedText(Element element, CharSequence collectedText, TokenCounter tokenCounter, TextTokenizer tokenizer, ContextMap context)
          Helper method that tokenizes the collected textual contents of an element and delegates to the token processor for each of them.
protected  void TokenWalker.walk(Element element, TokenCounter tokenCounter, TextTokenizer tokenizer, 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.