Package edu.stanford.nlp.semgrex

Interface Summary
SemgrexParserConstants Token literal values and constants.
 

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.
SemgrexParserTokenManager Token Manager.
SemgrexPattern A SemgrexPattern is a tgrep-type pattern for matching node configurations in one of the SemanticGraph structures.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError Token Manager Error.
 



Stanford NLP Group