Skip to content

Commit 60eaf72

Browse files
author
khashab2
committed
fixing the bug I added, 2nd try.
1 parent e24e281 commit 60eaf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +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);
42+
public static final Property USE_SRL_COMMA = new Property("useCommaSRL", FALSE);
4343
public static final Property USE_QUANTIFIER = new Property("useQuantifier", FALSE);
4444
public static final Property THROW_EXCEPTION_ON_FAILED_LENGTH_CHECK = new Property(
4545
"throwExceptionOnFailedLengthCheck", TRUE);
@@ -68,7 +68,7 @@ public ResourceManager getDefaultConfig() {
6868
Property[] properties =
6969
{STFRD_TIME_PER_SENTENCE, STFRD_MAX_SENTENCE_LENGTH, USE_POS, USE_LEMMA,
7070
USE_SHALLOW_PARSE, USE_DEP, USE_NER_CONLL, USE_NER_ONTONOTES,
71-
USE_STANFORD_PARSE, USE_STANFORD_DEP, USE_SRL_VERB, USE_SRL_NOM, USE_SRL_PREP,
71+
USE_STANFORD_PARSE, USE_STANFORD_DEP, USE_SRL_VERB, USE_SRL_NOM, USE_SRL_PREP, USE_SRL_COMMA,
7272
USE_QUANTIFIER, THROW_EXCEPTION_ON_FAILED_LENGTH_CHECK, USE_JSON,
7373
USE_LAZY_INITIALIZATION, USE_SRL_INTERNAL_PREPROCESSOR, SPLIT_ON_DASH,
7474
USE_SENTENCE_PIPELINE};

0 commit comments

Comments
 (0)