|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.trees.TreeFilters.HasMatchingChild
public static class TreeFilters.HasMatchingChild
| Constructor Summary | |
|---|---|
TreeFilters.HasMatchingChild(TreebankLanguagePack tlp,
java.lang.String regex)
|
|
| Method Summary | |
|---|---|
boolean |
accept(Tree tree)
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 |
|---|
public TreeFilters.HasMatchingChild(TreebankLanguagePack tlp,
java.lang.String regex)
| Method Detail |
|---|
public boolean accept(Tree tree)
Filter
accept in interface Filter<Tree>tree - an object to test
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||