Java edu.stanford.nlp.trees.tregex.tsurgeon Tsurgeon fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.trees.tregex.tsurgeon Tsurgeon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.trees.tregex.tsurgeon Tsurgeon.

The text is from its open source code.

Method

TsurgeonPatterncollectOperations(List patterns)
Collects a list of operation patterns into a sequence of operations to be applied.
TsurgeonPatternparseOperation(String operationString)
Parses an operation string into a TsurgeonPattern .
TreeprocessPattern(TregexPattern matchPattern, TsurgeonPattern p, Tree t)
Tries to match a pattern against a tree.
TreeprocessPatternsOnTree(List> ops, Tree t)