AnnotatedTree.Processor.Condition.NodeDrawableCondition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AnnotatedTree Show documentation
Show all versions of AnnotatedTree Show documentation
Annotated constituency treebank library
package AnnotatedTree.Processor.Condition;
import AnnotatedTree.ParseNodeDrawable;
public interface NodeDrawableCondition {
boolean satisfies(ParseNodeDrawable parseNode);
}