Package org.apache.ctakes.chunker.ae

Interface Summary
ChunkCreator Implementations of this interface are responsible for creating chunk annotations.
 

Class Summary
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-2013 The Apache Software Foundation. All Rights Reserved.