Skip navigation links
A C D E F G I M O P R T U W 

A

AEFactory - Class in org.cogroo.ruta.uima
 
AEFactory() - Constructor for class org.cogroo.ruta.uima.AEFactory
 
AnnotatorUtil - Class in org.cogroo.ruta.uima
This is a utility class for Annotators.

C

check(Sentence) - Method in class org.cogroo.ruta.checker.UIMAChecker
 
CHUNK_TAG_FEATURE_PARAMETER - Static variable in class org.cogroo.ruta.uima.CoGrOOUIMA
The chunk tag feature parameter
CHUNK_TAG_FEATURE_PARAMETER - Static variable in class org.cogroo.ruta.uima.UimaCasAdapter
The chunk tag feature parameter
CHUNK_TYPE_PARAMETER - Static variable in class org.cogroo.ruta.uima.CoGrOOUIMA
Type parameters.
CHUNK_TYPE_PARAMETER - Static variable in class org.cogroo.ruta.uima.UimaCasAdapter
Type parameters.
CoGrOOUIMA - Class in org.cogroo.ruta.uima
 
CoGrOOUIMA() - Constructor for class org.cogroo.ruta.uima.CoGrOOUIMA
Initializes a new instance.
createRutaAE() - Static method in class org.cogroo.ruta.uima.AEFactory
 

D

destroy() - Method in class org.cogroo.ruta.uima.CoGrOOUIMA
Releases allocated resources.

E

ExceptionMessages - Class in org.cogroo.ruta.uima
This class contains constants for the exception messages in the exception massage catalog.
ExceptionMessages() - Constructor for class org.cogroo.ruta.uima.ExceptionMessages
 
ExtractExamples - Class in org.cogroo.ruta.uima
 
ExtractExamples() - Constructor for class org.cogroo.ruta.uima.ExtractExamples
 

F

FEATURE_NOT_FOUND - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 

G

getChunkFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getChunkHead() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getChunkType() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getFeaturesFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getIdPrefix() - Method in class org.cogroo.ruta.checker.UIMAChecker
 
getLemmaFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getLexemeFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getOptionalBooleanParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves an optional parameter from the given context.
getOptionalFeature(Type, String, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getOptionalFeatureParameter(UimaContext, Type, String, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getOptionalFloatParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves an optional parameter from the given context.
getOptionalIntegerParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves an optional parameter from the given context.
getOptionalResourceAsStream(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getOptionalStringArrayParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getOptionalStringParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves an optional parameter from the given context.
getOptionalTypeParameter(UimaContext, TypeSystem, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getPosFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getPriority() - Method in class org.cogroo.ruta.checker.UIMAChecker
 
getRequiredBooleanParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a required parameter from the given context.
getRequiredFeature(Type, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getRequiredFeature(Type, String, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a required feature from the given type.
getRequiredFeatureParameter(UimaContext, Type, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getRequiredFeatureParameter(UimaContext, Type, String, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getRequiredFloatParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a required parameter from the given context.
getRequiredIntegerParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a required parameter from the given context.
getRequiredStringParameter(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a required parameter from the given context.
getRequiredTypeParameter(UimaContext, TypeSystem, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
 
getResourceAsStream(UimaContext, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a resource as stream from the given context.
getRuleDefinitionList(String) - Static method in class org.cogroo.ruta.tools.RuleParser
 
getRuleDefinitionList(Path) - Static method in class org.cogroo.ruta.tools.RuleParser
 
getSentenceType() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getSyntacticChunkFeature() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getSyntacticChunkType() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getTokenType() - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
getType(TypeSystem, String) - Static method in class org.cogroo.ruta.uima.AnnotatorUtil
Retrieves a type of the given name from the given type system.

I

initialize(UimaContext) - Method in class org.cogroo.ruta.uima.CoGrOOUIMA
Initializes the current instance with the given context.
INVALID_DICTIONARY_FORMAT - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
IO_ERROR_DICTIONARY_READING - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
IO_ERROR_MODEL_READING - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 

M

main(String[]) - Static method in class org.cogroo.ruta.checker.UIMAChecker
 
main(String[]) - Static method in class org.cogroo.ruta.uima.ExtractExamples
 
main(String[]) - Static method in class org.cogroo.ruta.uima.Runtime
 
MESSAGE_CATALOG - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 

O

OpenNlpAnnotatorProcessException - Exception in org.cogroo.ruta.uima
 
OpenNlpAnnotatorProcessException(String, Object[]) - Constructor for exception org.cogroo.ruta.uima.OpenNlpAnnotatorProcessException
 
OpenNlpAnnotatorProcessException(String, Object[], Throwable) - Constructor for exception org.cogroo.ruta.uima.OpenNlpAnnotatorProcessException
 
OpenNlpAnnotatorProcessException(Throwable) - Constructor for exception org.cogroo.ruta.uima.OpenNlpAnnotatorProcessException
 
org.cogroo.ruta.checker - package org.cogroo.ruta.checker
 
org.cogroo.ruta.tools - package org.cogroo.ruta.tools
 
org.cogroo.ruta.uima - package org.cogroo.ruta.uima
 

P

PARAMETER_NOT_FOUND - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
populateCas(Sentence, CAS) - Method in class org.cogroo.ruta.uima.UimaCasAdapter
 
process(CAS) - Method in class org.cogroo.ruta.uima.CoGrOOUIMA
Performs chunking on the given tcas object.

R

RuleParser - Class in org.cogroo.ruta.tools
 
Runtime - Class in org.cogroo.ruta.uima
 
Runtime() - Constructor for class org.cogroo.ruta.uima.Runtime
 

T

TYPE_NOT_FOUND - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
typeSystemInit(TypeSystem) - Method in class org.cogroo.ruta.uima.CoGrOOUIMA
Initializes the type system.

U

UimaCasAdapter - Class in org.cogroo.ruta.uima
 
UimaCasAdapter() - Constructor for class org.cogroo.ruta.uima.UimaCasAdapter
 
UIMAChecker - Class in org.cogroo.ruta.checker
 
UIMAChecker(CogrooTagDictionary) - Constructor for class org.cogroo.ruta.checker.UIMAChecker
 

W

WRONG_FEATURE_TYPE - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
WRONG_PARAMETER_TYPE - Static variable in class org.cogroo.ruta.uima.ExceptionMessages
 
A C D E F G I M O P R T U W 
Skip navigation links

Copyright © 2012–2017 CoGrOO. All rights reserved.