| Modifier and Type | Method and Description |
|---|---|
static ExtractionMethod |
ExtractionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractionMethod[] |
ExtractionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ExtractionMethod> |
EntitiesOptions.getExtractionMethods()
get the set of active extraction methods
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitiesOptions.setExtractionMethods(EnumSet<ExtractionMethod> extractionMethods)
set the set of active extraction methods
|
| Constructor and Description |
|---|
EntitiesOptions(Boolean resolveNamedEntities,
Integer maxEntityTokens,
EnumSet<ExtractionMethod> extractionMethods,
Boolean allowPartialGazetteerMatches,
Boolean redactorPreferLength)
Constructor for
EntitiesOptions |
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.