Skip to content

Commit b8bcecd

Browse files
committed
Update a comment with an explanation of how we handle something
1 parent 81141f6 commit b8bcecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonPattern.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ public Collection<SemanticGraph> execute(SemanticGraph sg) {
177177
* <li> what do we do when an edit doesn't fire? keep going or break?
178178
* Currently we continue and give the other edits an opportunity to fire
179179
* <li> what node names do the later edits get? rearranging nodes
180-
* may change the indices, affecting the match
180+
* may change the indices, affecting the match. currently we reindex
181+
* and update the SemgrexMatcher when inserting new nodes.
181182
* </ul>
182183
*/
183184
public SemanticGraph iterate(SemanticGraph sg) {

0 commit comments

Comments
 (0)