Java edu.stanford.nlp.semgraph.semgrex SemgrexMatcher fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.semgraph.semgrex SemgrexMatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.semgraph.semgrex SemgrexMatcher.

The text is from its open source code.

Method

booleanfind()
Find the next match of the pattern in the graph.
booleanfindNextMatchingNode()
Find the next match of the pattern in the graph such that the matching node (that is, the node matching the root node of the pattern) differs from the previous matching node.
IndexedWordgetMatch()
Get the last matching node -- that is, the node that matches the root node of the pattern.
IndexedWordgetNode(String name)
Returns the node labeled with name in the pattern.
SetgetNodeNames()
Returns the set of names for named nodes in this pattern.
SetgetRelationNames()
Returns the set of names for named relations in this pattern.
StringgetRelnString(String name)