Serialized Form
mResourceBundleName
String mResourceBundleName
- The base name of the resource bundle in which the message for this
exception is located.
mMessageKey
String mMessageKey
- An identifier that maps to the message for this exception.
mArguments
Object[] mArguments
- The arguments to this exception's message, if any. This allows an
InternationalizedException
to have a compound message, made
up of multiple parts that are concatenated in a language-neutral way.
mCause
Throwable mCause
- The exception that caused this exception to occur.
mResourceBundleName
String mResourceBundleName
- The base name of the resource bundle in which the message for this exception is located.
mMessageKey
String mMessageKey
- An identifier that maps to the message for this exception.
mArguments
Object[] mArguments
- The arguments to this exception's message, if any. This allows an
InternationalizedRuntimeException
to have a compound message, made up of
multiple parts that are concatenated in a language-neutral way.
mCause
Throwable mCause
- The exception that caused this exception to occur.
Package org.cogroo.addon.util |
Package org.cogroo.analyzer |
serialVersionUID: 1L
Package org.cogroo.cmdline.featurizer |
Class org.cogroo.cmdline.featurizer.CriaListaDeFeatures extends Object implements Serializable |
Package org.cogroo.config |
serialVersionUID: 1L
locale
String locale
model
List<E> model
pipe
Pipe pipe
serialVersionUID: 1L
value
String value
type
Analyzers type
serialVersionUID: 1L
analyzer
List<E> analyzer
Package org.cogroo.entities |
serialVersionUID: -3742023174482515909L
tokens
List<E> tokens
firstToken
int firstToken
morphologicalTag
MorphologicalTag morphologicalTag
type
String type
headIndex
int headIndex
serialVersionUID: -5370072688009577273L
sentence
String sentence
- The original sentence that will be processed.
tokens
List<E> tokens
- The sentence separated in tokens.
chunks
List<E> chunks
- The sentence separated in chunks.
root
Node root
- Tree structure of this sentence
offset
int offset
span
opennlp.tools.util.Span span
doc
String doc
syntacticChunks
List<E> syntacticChunks
serialVersionUID: 4768788694700581906L
chunks
List<E> chunks
syntacticTag
SyntacticTag syntacticTag
tag
MorphologicalTag tag
tokens
List<E> tokens
serialVersionUID: 1L
serialVersionUID: 5748072170017854287L
lexeme
String lexeme
- The string of the token as it is written in the text.
primitive
String[] primitive
- A lexeme from which derives the lexeme of this token. Example: lexeme =
meninas, primitive = menino
morphologicalTag
MorphologicalTag morphologicalTag
- States the morphological function of this token.
chunkTag
ChunkTag chunkTag
- States if the token starts a phrase, is part of a phrase, or none of them,
in the sentence.
chunk
Chunk chunk
- States the chunk that the token is part of.
lexemeType
LexemeTypes lexemeType
- States the type of the lexeme. Example: a word, a punctuation mark, a
number, etc.
span
opennlp.tools.util.Span span
- The indexes, counted by chars, that represents the position of the token in
the sentence. The first char of the token is the start index and the last
char of the token + 1 is the end index.
syntacticChunk
SyntacticChunk syntacticChunk
Package org.cogroo.entities.impl |
serialVersionUID: -3501790388693489863L
serialVersionUID: 7032402552075677239L
chunkFunction
TagMask.ChunkFunction chunkFunction
serialVersionUID: 6496020677021379831L
identifier
String identifier
longMessage
String longMessage
shortMessage
String shortMessage
fullMessage
String fullMessage
suggestions
String[] suggestions
context
String context
start
int start
end
int end
rulePriority
int rulePriority
serialVersionUID: -2138045068621137338L
clazz
TagMask.Class clazz
gender
TagMask.Gender gender
number
TagMask.Number number
caze
TagMask.Case caze
person
TagMask.Person person
tense
TagMask.Tense tense
mood
TagMask.Mood mood
punctuation
TagMask.Punctuation punctuation
serialVersionUID: -7980890706769539538L
serialVersionUID: -8695340746088802844L
syntacticFunction
TagMask.SyntacticFunction syntacticFunction
serialVersionUID: -2944811931433416577L
Package org.cogroo.entities.tree |
serialVersionUID: 5419391069465738001L
elems
List<E> elems
Package org.cogroo.exceptions |
serialVersionUID: -6581323775676489569L
serialVersionUID: -6275921375016678991L
serialVersionUID: 1218000142275850583L
resourceBundleName
String resourceBundleName
messageKey
String messageKey
arguments
Object[] arguments
cause
Throwable cause
serialVersionUID: 6486810457574147193L
resourceBundleName
String resourceBundleName
messageKey
String messageKey
arguments
Object[] arguments
cause
Throwable cause
Package org.cogroo.text.tree |
serialVersionUID: 5419391069465738001L
elems
List<E> elems
Package org.cogroo.tools.checker.rules.applier |
serialVersionUID: -220428074316894531L
rule
Rule rule
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: -8125427282612619074L
rulesTree
List<E> rulesTree
serialVersionUID: -2459804475520219761L
rulesTrees
List<E> rulesTrees
serialVersionUID: -3634379850399711427L
name
int name
element
PatternElement element
nextStates
List<E> nextStates
Package org.cogroo.tools.checker.rules.exception |
serialVersionUID: 1L
Package org.cogroo.tools.checker.rules.model |
serialVersionUID: 1L
lower
int lower
upper
int upper
serialVersionUID: 1L
and
Operator and
or
Operator or
serialVersionUID: 1L
negated
Boolean negated
mask
List<E> mask
serialVersionUID: 1L
incorrect
String incorrect
correct
String correct
serialVersionUID: 1L
lexemeMask
String lexemeMask
primitiveMask
String primitiveMask
tagMask
TagMask tagMask
tagReference
Reference tagReference
outOfBounds
String outOfBounds
serialVersionUID: 1L
author
String author
date
XMLGregorianCalendar date
comment
String comment
serialVersionUID: 1L
patternElement
List<E> patternElement
serialVersionUID: 1L
patternElement
List<E> patternElement
serialVersionUID: 1L
optional
Boolean optional
element
Element element
composition
Composition composition
serialVersionUID: 1L
property
List<E> property
index
long index
serialVersionUID: 1L
method
Rule.Method method
type
String type
group
String group
message
String message
shortMessage
String shortMessage
pattern
Pattern pattern
boundaries
Boundaries boundaries
suggestion
List<E> suggestion
example
List<E> example
modificationHistory
List<E> modificationHistory
id
long id
active
boolean active
priority
Long priority
serialVersionUID: 1L
rule
List<E> rule
serialVersionUID: 1L
suggestionAsString
String suggestionAsString
replace
List<E> replace
replaceMapping
List<E> replaceMapping
swap
List<E> swap
serialVersionUID: 1L
lexeme
String lexeme
tagReference
TagReference tagReference
reference
Reference reference
index
long index
serialVersionUID: 1L
index
long index
key
String key
value
String value
serialVersionUID: 1L
a
long a
b
long b
serialVersionUID: 1L
syntacticFunction
TagMask.SyntacticFunction syntacticFunction
chunkFunction
TagMask.ChunkFunction chunkFunction
clazz
TagMask.Class clazz
gender
TagMask.Gender gender
number
TagMask.Number number
_case
TagMask.Case _case
person
TagMask.Person person
tense
TagMask.Tense tense
mood
TagMask.Mood mood
punctuation
TagMask.Punctuation punctuation
serialVersionUID: 1L
tagMask
TagMask tagMask
index
long index
Copyright © 2012-2013 CoGrOO. All Rights Reserved.