Uses of Interface
com.googlecode.whatswrong.NLPInstanceFilter

Packages that use NLPInstanceFilter
com.googlecode.whatswrong The whatswrong package is the top-level package of What's Wrong With My NLP. 
 

Uses of NLPInstanceFilter in com.googlecode.whatswrong
 

Classes in com.googlecode.whatswrong that implement NLPInstanceFilter
 class EdgeFilter
          An EdgeFilter is a NLPInstanceFilter that only filters out edges.
 class EdgeLabelFilter
          An EdgeLabelFilter filters out edges with a label that contains one of a set of allowed label substrings.
 class EdgeTokenFilter
          An EdgeTokenFilter filters out edges based on the properties of their tokens.
 class EdgeTypeFilter
          An EdgeTypeFilter filters out edges that do not have certain (prefix or postfix) types.
 class FilterPipeline
          A FilterPipeline filters an NLPInstance by iteratively calling a sequence of delegate filters.
 class TokenFilter
          A Tokenfilter removes certain properties from each token and removes tokens that do not contain certain property values.
 

Methods in com.googlecode.whatswrong that return NLPInstanceFilter
 NLPInstanceFilter NLPCanvas.getFilter()
          Returns the filter this canvas is applying to the nlp instance before it is drawn.
 

Methods in com.googlecode.whatswrong with parameters of type NLPInstanceFilter
 void NLPCanvas.setFilter(NLPInstanceFilter filter)
          Sets the filter this canvas should apply to the nlp instance before it is drawn.
 

Constructors in com.googlecode.whatswrong with parameters of type NLPInstanceFilter
FilterPipeline(NLPInstanceFilter... filters)
          Creates a new filter pipeline with the given filters.
 



Copyright © 2010. All Rights Reserved.