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 81141f6 commit b8bcecdCopy full SHA for b8bcecd
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonPattern.java
@@ -177,7 +177,8 @@ public Collection<SemanticGraph> execute(SemanticGraph sg) {
177
* <li> what do we do when an edit doesn't fire? keep going or break?
178
* Currently we continue and give the other edits an opportunity to fire
179
* <li> what node names do the later edits get? rearranging nodes
180
- * may change the indices, affecting the match
+ * may change the indices, affecting the match. currently we reindex
181
+ * and update the SemgrexMatcher when inserting new nodes.
182
* </ul>
183
*/
184
public SemanticGraph iterate(SemanticGraph sg) {
0 commit comments