Package edu.stanford.nlp.semgrex

Class Summary
Alignment Represents an alignment between a text and a hypothesis as a map from hypothesis words to text words, along with a real-valued score and (optionally) a justification string.
CoordinationPattern  
NodePattern  
SemgrexMatcher A SemgrexMatcher can be used to match a SemgrexPattern against a SemanticGraph.
SemgrexPattern A SemgrexPattern is a tgrep-type pattern for matching node configurations in one of the SemanticGraph structures.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
SemgrexParseException A runtime exception that indicates something went wrong parsing a semgrex expression.
 



Stanford NLP Group