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 0688a01 commit 6392194Copy full SHA for 6392194
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonPattern.java
@@ -116,7 +116,7 @@ public String toString() {
116
*
117
* TODO: create variant that returns set of expansions while matcher.find() returns true
118
* @param sg SemanticGraph to operate over (NOT destroyed/modified).
119
- * @return True if a match was found and executed, otherwise false.
+ * @return List of the generated matches
120
*/
121
public Collection<SemanticGraph> execute(SemanticGraph sg) {
122
Collection<SemanticGraph> generated = new ArrayList<>();
0 commit comments