We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e4542 commit 8c345f9Copy full SHA for 8c345f9
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/Ssurgeon.java
@@ -83,6 +83,7 @@
83
* <li> {@code reattachNamedEdge -edge edgename -gov gov -dep dep}
84
* <li> {@code addDep -gov node1 -reln depType -position where ...attributes...}
85
* <li> {@code editNode -node node ...attributes...}
86
+ * <li> {@code combineMWT -node node -word word}
87
* <li> {@code setRoots n1 (n2 n3 ...)}
88
* <li> {@code mergeNodes n1 n2}
89
* <li> {@code killAllIncomingEdges -node node}
0 commit comments