Skip to content

Commit e24e281

Browse files
author
Daniel Khashabi
authored
fixing the bug I added inadvertently.
1 parent 0efd86e commit e24e281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/main/PipelineFactory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ public static BasicAnnotatorService buildPipeline(String... views) throws IOExce
9595
case ViewNames.SRL_PREP:
9696
nonDefaultValues.put(PipelineConfigurator.USE_SRL_PREP.key, Configurator.TRUE);
9797
break;
98+
case ViewNames.SRL_COMMA:
99+
nonDefaultValues.put(PipelineConfigurator.USE_SRL_COMMA.key, Configurator.TRUE);
100+
break;
98101
default:
99102
logger.warn("View name " + vu + " is not supported yet. Look into the readme of the pipeline to see the list of valid annotators. ");
100103
}

0 commit comments

Comments
 (0)