edu.stanford.nlp.trees
Class TreeFilters

java.lang.Object
  extended by edu.stanford.nlp.trees.TreeFilters

public class TreeFilters
extends java.lang.Object

A location for general implementations of Filter<Tree>. For example, we provide a tree which filters trees so they are only accepted if it has a child with a label that matches a particular regex.

Author:
John Bauer

Nested Class Summary
static class TreeFilters.HasMatchingChild
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Stanford NLP Group