Package edu.stanford.nlp.trees.tregex.tsurgeon

Interface Summary
TsurgeonParserConstants  
TsurgeonParserTreeConstants  
 

Class Summary
CoindexNodes  
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.
Tsurgeon Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern.
TsurgeonParserTokenManager  
TsurgeonPattern An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher.
 

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

Error Summary
TokenMgrError  
 



Stanford NLP Group