A C D I O P

A

annotateRange(JCas, int, int) - Method in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
A utility method that annotates a given range.
annotateSentence(JCas, Sentence) - Method in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
 

C

ChunkAdjuster - Class in org.apache.ctakes.chunker.ae.adjuster
UIMA annotator that uses a pattern and a rule about that pattern to adjust certain annotations.
ChunkAdjuster() - Constructor for class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
 
ChunkCreator - Interface in org.apache.ctakes.chunker.ae
Implementations of this interface are responsible for creating chunk annotations.
Chunker - Class in org.apache.ctakes.chunker.ae
This class provides a UIMA wrapper for the OpenNLP opennlp.tools.chunker.Chunker class.
Chunker() - Constructor for class org.apache.ctakes.chunker.ae.Chunker
 
CHUNKER_CREATOR_CLASS_PARAM - Static variable in class org.apache.ctakes.chunker.ae.Chunker
"ChunkCreatorClass" is a required, single, string parameter that specifies the chunker creator class to instantiate.
CHUNKER_MODEL_FILE_PARAM - Static variable in class org.apache.ctakes.chunker.ae.Chunker
"ChunkerModel" is a required, single, string parameter that contains the file name of the chunker model.
createChunk(JCas, int, int, String) - Method in interface org.apache.ctakes.chunker.ae.ChunkCreator
 
createChunk(JCas, int, int, String) - Method in class org.apache.ctakes.chunker.ae.DefaultChunkCreator
 
createChunk(JCas, int, int, String) - Method in class org.apache.ctakes.chunker.ae.PhraseTypeChunkCreator
 

D

DefaultChunkCreator - Class in org.apache.ctakes.chunker.ae
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.
DefaultChunkCreator() - Constructor for class org.apache.ctakes.chunker.ae.DefaultChunkCreator
 

I

initialize(UimaContext) - Method in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
Performs initialization logic.
initialize(UimaContext) - Method in interface org.apache.ctakes.chunker.ae.ChunkCreator
 
initialize(UimaContext) - Method in class org.apache.ctakes.chunker.ae.Chunker
 
initialize(UimaContext) - Method in class org.apache.ctakes.chunker.ae.DefaultChunkCreator
 
initialize(UimaContext) - Method in class org.apache.ctakes.chunker.ae.PhraseTypeChunkCreator
 

O

org.apache.ctakes.chunker.ae - package org.apache.ctakes.chunker.ae
 
org.apache.ctakes.chunker.ae.adjuster - package org.apache.ctakes.chunker.ae.adjuster
 

P

PARAM_CHUNK_PATTERN - Static variable in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
The pattern of chunks that trigger an adjustment.
PARAM_EXTEND_TO_INCLUDE_TOKEN - Static variable in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
The index of the token (within the pattern) to extend the end offset to include.
PhraseTypeChunkCreator - Class in org.apache.ctakes.chunker.ae
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.
PhraseTypeChunkCreator() - Constructor for class org.apache.ctakes.chunker.ae.PhraseTypeChunkCreator
 
process(JCas) - Method in class org.apache.ctakes.chunker.ae.adjuster.ChunkAdjuster
Invokes this annotator's analysis logic.
process(JCas) - Method in class org.apache.ctakes.chunker.ae.Chunker
 

A C D I O P

Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.