Skip to content

Commit 3da7981

Browse files
committed
This is done, actually
1 parent f61ca87 commit 3da7981

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ public static void main(String[] args) throws IOException {
515515
}
516516

517517
List<CoreMap> sentences = new ArrayList<>();
518-
// TODO: allow other sources of graphs, such as dependency files
519518
if (argsMap.containsKey(TREE_FILE) && argsMap.get(TREE_FILE).length > 0) {
520519
for (String treeFile : argsMap.get(TREE_FILE)) {
521520
log.info("Loading file " + treeFile);

0 commit comments

Comments
 (0)