edu.stanford.nlp.trees
Class Dependencies.DependentPuncTagRejectFilter

java.lang.Object
  extended by edu.stanford.nlp.trees.Dependencies.DependentPuncTagRejectFilter
All Implemented Interfaces:
Filter<Dependency>, Serializable
Enclosing class:
Dependencies

public static class Dependencies.DependentPuncTagRejectFilter
extends Object
implements Filter<Dependency>

See Also:
Serialized Form

Constructor Summary
Dependencies.DependentPuncTagRejectFilter(Filter<String> trf)
           
 
Method Summary
 boolean accept(Dependency d)
          Checks if the given object passes the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dependencies.DependentPuncTagRejectFilter

public Dependencies.DependentPuncTagRejectFilter(Filter<String> trf)
Method Detail

accept

public boolean accept(Dependency d)
Description copied from interface: Filter
Checks if the given object passes the filter.

Specified by:
accept in interface Filter<Dependency>
Parameters:
d - an object to test


Stanford NLP Group