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 09b8ecd commit 87f92a7Copy full SHA for 87f92a7
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/Ssurgeon.java
@@ -177,8 +177,7 @@
177
*</p><p>
178
* {@code mergeNodes} will merge n1 and n2, assuming they are mergeable. <br>
179
* The nodes can be merged if one of the nodes is the head of a phrase
180
- * and the other node depends on the head. TODO: can make it process
181
- * more than two nodes at once.
+ * and the other node depends on the head.
182
183
* {@code killAllIncomingEdges} deletes all edges to a node. <br>
184
* {@code -node} is the node to edit. <br>
0 commit comments