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 9144629 commit 9358205Copy full SHA for 9358205
src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java
@@ -569,7 +569,6 @@ public static void main(String[] args) throws IOException {
569
for (String name : nodeNames) {
570
log.info(" " + name + ": " + matcher.getNode(name).toString(CoreLabel.OutputFormat.VALUE_INDEX));
571
}
572
- log.info(" ");
573
found = matcher.find();
574
575
} else if (outputFormat == OutputFormat.OFFSET) {
0 commit comments