Uses of Interface
de.fu_berlin.ties.filter.ElementFilter

Packages that use ElementFilter
de.fu_berlin.ties.filter This packages provides generic filtering and rewriting functionality. 
 

Uses of ElementFilter in de.fu_berlin.ties.filter
 

Classes in de.fu_berlin.ties.filter that implement ElementFilter
 class RepresentationFilter
          A trainable filter that uses a Representationto convert elements into feature vectors.
 class TrainableFilter
          An abstract filter that uses a trainable classifier for training.
 

Methods in de.fu_berlin.ties.filter that return ElementFilter
protected  ElementFilter FilteringTokenWalker.getFilter()
          Returns the element filter used by this instance.
 

Constructors in de.fu_berlin.ties.filter with parameters of type ElementFilter
FilteringTokenWalker(TokenProcessor processor, TokenizerFactory tFactory, ElementFilter elementFilter, SkipHandler sHandler)
          Creates a new instance.
 



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