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 3f8fe83 commit 0efd86eCopy full SHA for 0efd86e
pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/common/PipelineConfigurator.java
@@ -39,6 +39,7 @@ public class PipelineConfigurator extends AnnotatorConfigurator {
39
public static final Property USE_SRL_VERB = new Property("useSrlVerb", FALSE);
40
public static final Property USE_SRL_NOM = new Property("useSrlNom", FALSE);
41
public static final Property USE_SRL_PREP = new Property("usePrepSRL", FALSE);
42
+ public static final Property USE_SRL_COMMA = new Property("useCommaSRL", FALSE);
43
public static final Property USE_QUANTIFIER = new Property("useQuantifier", FALSE);
44
public static final Property THROW_EXCEPTION_ON_FAILED_LENGTH_CHECK = new Property(
45
"throwExceptionOnFailedLengthCheck", TRUE);
0 commit comments