Skip to content

Commit 0efd86e

Browse files
author
Daniel Khashabi
authored
Update PipelineConfigurator.java
1 parent 3f8fe83 commit 0efd86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/common/PipelineConfigurator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class PipelineConfigurator extends AnnotatorConfigurator {
3939
public static final Property USE_SRL_VERB = new Property("useSrlVerb", FALSE);
4040
public static final Property USE_SRL_NOM = new Property("useSrlNom", FALSE);
4141
public static final Property USE_SRL_PREP = new Property("usePrepSRL", FALSE);
42+
public static final Property USE_SRL_COMMA = new Property("useCommaSRL", FALSE);
4243
public static final Property USE_QUANTIFIER = new Property("useQuantifier", FALSE);
4344
public static final Property THROW_EXCEPTION_ON_FAILED_LENGTH_CHECK = new Property(
4445
"throwExceptionOnFailedLengthCheck", TRUE);

0 commit comments

Comments
 (0)