edu.stanford.nlp.trees
Class Dependencies.DependentPuncTagRejectFilter
java.lang.Object
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
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 |
Dependencies.DependentPuncTagRejectFilter
public Dependencies.DependentPuncTagRejectFilter(Filter<String> trf)
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