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 f61ca87 commit 3da7981Copy full SHA for 3da7981
src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java
@@ -515,7 +515,6 @@ public static void main(String[] args) throws IOException {
515
}
516
517
List<CoreMap> sentences = new ArrayList<>();
518
- // TODO: allow other sources of graphs, such as dependency files
519
if (argsMap.containsKey(TREE_FILE) && argsMap.get(TREE_FILE).length > 0) {
520
for (String treeFile : argsMap.get(TREE_FILE)) {
521
log.info("Loading file " + treeFile);
0 commit comments