Package | Description |
---|---|
org.apache.tika.parser.ctakes |
Modifier and Type | Method and Description |
---|---|
CTAKESAnnotationProperty[] |
CTAKESConfig.getAnnotationProps()
Returns an array of
CTAKESAnnotationProperty 's that will be included into cTAKES metadata. |
static CTAKESAnnotationProperty |
CTAKESAnnotationProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CTAKESAnnotationProperty[] |
CTAKESAnnotationProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
CTAKESUtils.getAnnotationProperty(org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation annotation,
CTAKESAnnotationProperty property)
Returns the annotation value based on the given annotation type.
|
void |
CTAKESConfig.setAnnotationProps(CTAKESAnnotationProperty[] annotationProps)
Sets the
CTAKESAnnotationProperty 's that will be included into cTAKES metadata. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.