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 A simple example from the command-line: java edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon -treeFile atree exciseNP renameVerb
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