A B C E F G H I L M N O P R S T V W

A

add_prefix(int, SuffixTree.Suffix) - Method in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 

B

BrownReader - Class in org.apache.uima.examples.tagger.trainAndTest
Reader for Brown Corpus from NLTK Distribution (nltk.sourceforge.net)
BrownReader() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.BrownReader
 

C

capitalized(String) - Static method in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
Check is the token is capitalized
collectionProcessComplete() - Method in class org.apache.uima.examples.tagger.HMMModelTrainer
Called at the end of the processing.
CorpusReader - Interface in org.apache.uima.examples.tagger.trainAndTest
Reads (annotated) text file or directory and transforms every word into a Token-object

E

edges - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 
end_node - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
 
equals(Object) - Method in class org.apache.uima.examples.tagger.NGram
 
equals(Object) - Method in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.EDGE_KEY
 

F

featOkTst - Static variable in class org.apache.uima.SentenceAnnotation_Type
 
featOkTst - Static variable in class org.apache.uima.TokenAnnotation_Type
 
first_char_index - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
 

G

get_model(String) - Static method in class org.apache.uima.examples.tagger.HMMTagger
Reads a saved MODEL object from a file
getFSGenerator() - Method in class org.apache.uima.SentenceAnnotation_Type
 
getFSGenerator() - Method in class org.apache.uima.TokenAnnotation_Type
 
getModel() - Method in interface org.apache.uima.examples.tagger.IModelResource
 
getModel() - Method in class org.apache.uima.examples.tagger.ModelResource
 
getPosTag() - Method in class org.apache.uima.TokenAnnotation
getter for posTag - gets contains part-of-speech of a corresponding token
getPosTag(int) - Method in class org.apache.uima.TokenAnnotation_Type
 
getTokenType() - Method in class org.apache.uima.TokenAnnotation
getter for tokenType - gets token type
getTokenType(int) - Method in class org.apache.uima.TokenAnnotation_Type
 
getType(JCas, String) - Static method in class org.apache.uima.examples.tagger.HMMTagger
Get the type of a given annotation name and check if it exists
getTypeIndexID() - Method in class org.apache.uima.SentenceAnnotation
 
getTypeIndexID() - Method in class org.apache.uima.TokenAnnotation
 
GrobMappingTueba - Class in org.apache.uima.examples.tagger.trainAndTest
 
GrobMappingTueba() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.GrobMappingTueba
 

H

hashCode() - Method in class org.apache.uima.examples.tagger.NGram
 
hashCode() - Method in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.EDGE_KEY
 
HMMModelTrainer - Class in org.apache.uima.examples.tagger
This analysis engine trains an N-gram model for the HMM tagger.
HMMModelTrainer() - Constructor for class org.apache.uima.examples.tagger.HMMModelTrainer
 
HMMTagger - Class in org.apache.uima.examples.tagger
UIMA Analysis Engine that invokes HMM POS tagger.
HMMTagger() - Constructor for class org.apache.uima.examples.tagger.HMMTagger
 

I

IModelResource - Interface in org.apache.uima.examples.tagger
Model resource interface.
init() - Method in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
init_probs(Map<String, Double>) - Static method in class org.apache.uima.examples.tagger.Viterbi
 
initialize(UimaContext) - Method in class org.apache.uima.examples.tagger.HMMModelTrainer
Initialization of the component
initialize(UimaContext) - Method in class org.apache.uima.examples.tagger.HMMTagger
Initialize the Annotator.
initialize(UimaContext) - Method in interface org.apache.uima.examples.tagger.Tagger
Instantiates MODEL for current tagger
insert_edge(SuffixTree.Edge) - Method in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 

L

lambdas2 - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
lambdas3 - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
last_char_index - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
 
load(DataResource) - Method in class org.apache.uima.examples.tagger.ModelResource
 

M

main(String[]) - Static method in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
main(String[]) - Static method in class org.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation
 
map_tags(List<Token>) - Method in class org.apache.uima.examples.tagger.trainAndTest.GrobMappingTueba
Defines mapping for List<Token> E.g.
map_tags(List<Token>) - Method in interface org.apache.uima.examples.tagger.trainAndTest.MappingInterface
 
map_tags(List) - Method in class org.apache.uima.examples.tagger.trainAndTest.TagMappingBrown
Defines mapping for List<Token> E.g.
MappingInterface - Interface in org.apache.uima.examples.tagger.trainAndTest
Defines mapping for a tagset.
ModelGeneration - Class in org.apache.uima.examples.tagger.trainAndTest
Trains an N-gram model for the tagger, iterating over the files from some predefined training directory.
ModelGeneration(List<Token>, String) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
ModelResource - Class in org.apache.uima.examples.tagger
Implementation of the model resource.
ModelResource() - Constructor for class org.apache.uima.examples.tagger.ModelResource
 
my_model - Variable in class org.apache.uima.examples.tagger.HMMTagger
 

N

N - Variable in class org.apache.uima.examples.tagger.HMMTagger
for a bigram model: N = 2, for a trigram model N=3 N is defined in parameter file
NGram - Class in org.apache.uima.examples.tagger
 
NGram() - Constructor for class org.apache.uima.examples.tagger.NGram
 
NGram(String) - Constructor for class org.apache.uima.examples.tagger.NGram
 
NGram(String, String) - Constructor for class org.apache.uima.examples.tagger.NGram
 
NGram(String, String, String) - Constructor for class org.apache.uima.examples.tagger.NGram
 
nodes - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 

O

org.apache.uima - package org.apache.uima
 
org.apache.uima.examples.tagger - package org.apache.uima.examples.tagger
 
org.apache.uima.examples.tagger.trainAndTest - package org.apache.uima.examples.tagger.trainAndTest
 

P

PARAM_FILE - Static variable in class org.apache.uima.examples.tagger.HMMModelTrainer
Name of the parameter for the model export path
PARAM_IMPORT_MODEL_FILE - Static variable in class org.apache.uima.examples.tagger.HMMTagger
Name of the parameter for the model import path
PARAM_INPUT_VIEW - Static variable in class org.apache.uima.examples.tagger.HMMTagger
Name of the parameter for the input view
PARAM_POSFP - Static variable in class org.apache.uima.examples.tagger.HMMModelTrainer
Name of the parameter for the feature path to the POS
PARAM_SENTENCE - Static variable in class org.apache.uima.examples.tagger.HMMTagger
Name of the parameter for the annotation type which covers token annotations
PARAM_TOKEN_FP - Static variable in class org.apache.uima.examples.tagger.HMMTagger
Name of the parameter for the feature path to the token feature to be tagged
PARAM_VIEW - Static variable in class org.apache.uima.examples.tagger.HMMModelTrainer
Name of the parameter for the view
pos - Variable in class org.apache.uima.examples.tagger.trainAndTest.Token
 
process(JCas) - Method in class org.apache.uima.examples.tagger.HMMModelTrainer
Processing.
process(JCas) - Method in class org.apache.uima.examples.tagger.HMMTagger
Process a CAS.
process(JCas) - Method in interface org.apache.uima.examples.tagger.Tagger
Trains a new model for tagger, if a training is defined in tagger.properties file
process(int, List<String>, Map<String, Map<String, Double>>, Map<String, Map<String, Double>>, Map<NGram, Double>, Map<String, Map<String, Double>>, double[], double[], double) - Static method in class org.apache.uima.examples.tagger.Viterbi
 

R

read_corpus(String, MappingInterface) - Method in class org.apache.uima.examples.tagger.trainAndTest.BrownReader
Reads Brown Corpus from NLTK Distribution Format.
read_corpus(String, MappingInterface) - Method in interface org.apache.uima.examples.tagger.trainAndTest.CorpusReader
 
read_corpus(String, MappingInterface) - Method in class org.apache.uima.examples.tagger.trainAndTest.TT_FormatReader
 

S

SentenceAnnotation - Class in org.apache.uima
sentence annotation Updated by JCasGen Thu Oct 25 11:28:37 CEST 2007 XML source: C:/code/ApacheUIMA/Tagger/desc/HmmTaggerTAE.xml
SentenceAnnotation() - Constructor for class org.apache.uima.SentenceAnnotation
Never called.
SentenceAnnotation(int, TOP_Type) - Constructor for class org.apache.uima.SentenceAnnotation
Internal - constructor used by generator
SentenceAnnotation(JCas) - Constructor for class org.apache.uima.SentenceAnnotation
 
SentenceAnnotation(JCas, int, int) - Constructor for class org.apache.uima.SentenceAnnotation
 
SentenceAnnotation_Type - Class in org.apache.uima
sentence annotation Updated by JCasGen Thu Oct 25 11:28:37 CEST 2007
SentenceAnnotation_Type(JCas, Type) - Constructor for class org.apache.uima.SentenceAnnotation_Type
initialize variables to correspond with Cas Type and Features
setPosTag(String) - Method in class org.apache.uima.TokenAnnotation
setter for posTag - sets contains part-of-speech of a corresponding token
setPosTag(int, String) - Method in class org.apache.uima.TokenAnnotation_Type
 
setTokenType(String) - Method in class org.apache.uima.TokenAnnotation
setter for tokenType - sets token type
setTokenType(int, String) - Method in class org.apache.uima.TokenAnnotation_Type
 
split_edge(SuffixTree.Suffix) - Method in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
 
suffix_node - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Node
 
suffix_tree - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
suffix_tree_capitalized - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
SuffixTree - Class in org.apache.uima.examples.tagger.trainAndTest
Java implementation of the Ukkonen's suffix tree inspired by Mark Nelson's tutorial: http://marknelson.us/1996/08/01/suffix-trees/
SuffixTree() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 
SuffixTree(String) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 
SuffixTree.Edge - Class in org.apache.uima.examples.tagger.trainAndTest
Internal Class EDGE
SuffixTree.Edge(int, int, int, int) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
 
SuffixTree.EDGE_KEY - Class in org.apache.uima.examples.tagger.trainAndTest
Internal Class EDGE_KEY
SuffixTree.EDGE_KEY(int, char) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.EDGE_KEY
 
SuffixTree.Node - Class in org.apache.uima.examples.tagger.trainAndTest
Internal Class NODE
SuffixTree.Node() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Node
 

T

tag1 - Variable in class org.apache.uima.examples.tagger.NGram
 
tag2 - Variable in class org.apache.uima.examples.tagger.NGram
 
tag3 - Variable in class org.apache.uima.examples.tagger.NGram
 
Tagger - Interface in org.apache.uima.examples.tagger
General tagger interface in case one would want to define further types of taggers.
TaggerEvaluation - Class in org.apache.uima.examples.tagger.trainAndTest
Evaluation of Tagger NB.
TaggerEvaluation() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation
 
TagMappingBrown - Class in org.apache.uima.examples.tagger.trainAndTest
 
TagMappingBrown() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.TagMappingBrown
 
text - Variable in class org.apache.uima.examples.tagger.trainAndTest.SuffixTree
 
theta - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
 
Token - Class in org.apache.uima.examples.tagger.trainAndTest
Defines token features.
Token() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.Token
 
Token(String) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.Token
 
Token(String, String) - Constructor for class org.apache.uima.examples.tagger.trainAndTest.Token
 
TokenAnnotation - Class in org.apache.uima
Single token annotation Updated by JCasGen Thu Oct 25 11:28:37 CEST 2007 XML source: C:/code/ApacheUIMA/Tagger/desc/HmmTaggerTAE.xml
TokenAnnotation() - Constructor for class org.apache.uima.TokenAnnotation
Never called.
TokenAnnotation(int, TOP_Type) - Constructor for class org.apache.uima.TokenAnnotation
Internal - constructor used by generator
TokenAnnotation(JCas) - Constructor for class org.apache.uima.TokenAnnotation
 
TokenAnnotation(JCas, int, int) - Constructor for class org.apache.uima.TokenAnnotation
 
TokenAnnotation_Type - Class in org.apache.uima
Single token annotation Updated by JCasGen Thu Oct 25 11:28:37 CEST 2007
TokenAnnotation_Type(JCas, Type) - Constructor for class org.apache.uima.TokenAnnotation_Type
initialize variables to correspond with Cas Type and Features
transition_probs - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
Map containing N-gram probabilities
TT_FormatReader - Class in org.apache.uima.examples.tagger.trainAndTest
TreeTagger Format Reader, i.e.
TT_FormatReader() - Constructor for class org.apache.uima.examples.tagger.trainAndTest.TT_FormatReader
 
type - Static variable in class org.apache.uima.SentenceAnnotation
 
type - Static variable in class org.apache.uima.TokenAnnotation
 
typeIndexID - Static variable in class org.apache.uima.SentenceAnnotation
 
typeIndexID - Static variable in class org.apache.uima.SentenceAnnotation_Type
 
typeIndexID - Static variable in class org.apache.uima.TokenAnnotation
 
typeIndexID - Static variable in class org.apache.uima.TokenAnnotation_Type
 

V

Viterbi - Class in org.apache.uima.examples.tagger
Viterbi Algorithm: Given a model and a sequence of observations, what is the most likely sequence of states in the model that produces the observations?
Viterbi() - Constructor for class org.apache.uima.examples.tagger.Viterbi
 

W

word - Variable in class org.apache.uima.examples.tagger.trainAndTest.Token
 
word_probs - Variable in class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration
Map containing <word,tag> probabilities, that is probability of a certain word given a certain tag at a time t: P(wordt|tagt))

A B C E F G H I L M N O P R S T V W

Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.