Package | Description |
---|---|
org.apache.tika.parser.ctakes |
Modifier and Type | Method and Description |
---|---|
CTAKESSerializer |
CTAKESConfig.getSerializerType()
Returns the type of cTAKES (UIMA) serializer used to write the CAS.
|
static CTAKESSerializer |
CTAKESSerializer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CTAKESSerializer[] |
CTAKESSerializer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CTAKESUtils.serialize(org.apache.uima.jcas.JCas jcas,
CTAKESSerializer type,
boolean prettyPrint,
OutputStream stream)
Serializes a CAS in the given format.
|
void |
CTAKESConfig.setSerializerType(CTAKESSerializer serializerType)
Sets the type of cTAKES (UIMA) serializer used to write CAS.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.