Interface | Description |
---|---|
ChunkCreator |
Implementations of this interface are responsible for creating chunk
annotations.
|
Class | Description |
---|---|
Chunker |
This class provides a UIMA wrapper for the OpenNLP
opennlp.tools.chunker.Chunker class.
|
DefaultChunkCreator |
This chunker creator simply creates annotations of type edu.mayo.bmi.chunker.type.Chunk and
sets the chunkType feature of the annotation to the passed in parameter chunkType.
|
PhraseTypeChunkCreator |
This chunker creator creates annotations of type org.apache.ctakes.typesystem.type.* and
sets the chunkType feature of the annotation to the passed in parameter chunkType.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.