Serialized Form


Package org.apache.uima

Class org.apache.uima.InternationalizedException extends Exception implements Serializable

serialVersionUID: 2306587442280738385L

Serialized Fields

mResourceBundleName

String mResourceBundleName

mMessageKey

String mMessageKey

mArguments

Object[] mArguments

mCause

Throwable mCause

Class org.apache.uima.InternationalizedRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 6387360855459370559L

Serialized Fields

mResourceBundleName

String mResourceBundleName

mMessageKey

String mMessageKey

mArguments

Object[] mArguments

mCause

Throwable mCause

Class org.apache.uima.UIMA_IllegalArgumentException extends org.apache.uima.UIMARuntimeException implements Serializable

serialVersionUID: -4820565402946868828L

Class org.apache.uima.UIMA_IllegalStateException extends org.apache.uima.UIMARuntimeException implements Serializable

serialVersionUID: -8081807814100358556L

Class org.apache.uima.UIMA_UnsupportedOperationException extends org.apache.uima.UIMARuntimeException implements Serializable

serialVersionUID: 9056907160021698405L

Class org.apache.uima.UIMAException extends org.apache.uima.InternationalizedException implements Serializable

serialVersionUID: 7521732353239537026L

Class org.apache.uima.UIMARuntimeException extends org.apache.uima.InternationalizedRuntimeException implements Serializable

serialVersionUID: 6738051692628592989L


Package org.apache.uima.examples.tagger

Class org.apache.uima.examples.tagger.NGram extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tag1

String tag1

tag2

String tag2

tag3

String tag3

Package org.apache.uima.examples.tagger.trainAndTest

Class org.apache.uima.examples.tagger.trainAndTest.ModelGeneration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

suffix_tree

Map<K,V> suffix_tree

suffix_tree_capitalized

Map<K,V> suffix_tree_capitalized

word_probs

Map<K,V> word_probs
Map containing <word,tag> probabilities, that is probability of a certain word given a certain tag at a time t: P(wordt|tagt))


transition_probs

Map<K,V> transition_probs
Map containing N-gram probabilities


N

int N

lambdas2

double[] lambdas2

lambdas3

double[] lambdas3

theta

double theta



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