Serialized Form


Package org.cogroo.addon

Class org.cogroo.addon.CogrooException extends InternationalizedException implements Serializable

Class org.cogroo.addon.CogrooRuntimeException extends InternationalizedRuntimeException implements Serializable

Class org.cogroo.addon.InternationalizedException extends Exception implements Serializable

Serialized Fields

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.

Class org.cogroo.addon.InternationalizedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

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

Class org.cogroo.addon.util.RestConnectionException extends CogrooException implements Serializable


Package org.cogroo.analyzer

Class org.cogroo.analyzer.InitializationException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.cogroo.cmdline.featurizer

Class org.cogroo.cmdline.featurizer.CriaListaDeFeatures extends Object implements Serializable


Package org.cogroo.config

Class org.cogroo.config.LanguageConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

String locale

model

List<E> model

pipe

Pipe pipe

Class org.cogroo.config.Model extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

type

Analyzers type

Class org.cogroo.config.Pipe extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

analyzer

List<E> analyzer

Package org.cogroo.entities

Class org.cogroo.entities.Chunk extends Object implements Serializable

serialVersionUID: -3742023174482515909L

Serialized Fields

tokens

List<E> tokens

firstToken

int firstToken

morphologicalTag

MorphologicalTag morphologicalTag

type

String type

headIndex

int headIndex

Class org.cogroo.entities.Sentence extends Object implements Serializable

serialVersionUID: -5370072688009577273L

Serialized Fields

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

Class org.cogroo.entities.SyntacticChunk extends Object implements Serializable

serialVersionUID: 4768788694700581906L

Serialized Fields

chunks

List<E> chunks

syntacticTag

SyntacticTag syntacticTag

tag

MorphologicalTag tag

tokens

List<E> tokens

Class org.cogroo.entities.Tag extends Object implements Serializable

serialVersionUID: 1L

Class org.cogroo.entities.Token extends Object implements Serializable

serialVersionUID: 5748072170017854287L

Serialized Fields

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

Class org.cogroo.entities.impl.ChunkCogroo extends Chunk implements Serializable

serialVersionUID: -3501790388693489863L

Class org.cogroo.entities.impl.ChunkTag extends Tag implements Serializable

serialVersionUID: 7032402552075677239L

Serialized Fields

chunkFunction

TagMask.ChunkFunction chunkFunction

Class org.cogroo.entities.impl.MistakeImpl extends Object implements Serializable

serialVersionUID: 6496020677021379831L

Serialized Fields

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

Class org.cogroo.entities.impl.MorphologicalTag extends Tag implements Serializable

serialVersionUID: -2138045068621137338L

Serialized Fields

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

Class org.cogroo.entities.impl.SentenceCogroo extends Sentence implements Serializable

serialVersionUID: -7980890706769539538L

Class org.cogroo.entities.impl.SyntacticTag extends Tag implements Serializable

serialVersionUID: -8695340746088802844L

Serialized Fields

syntacticFunction

TagMask.SyntacticFunction syntacticFunction

Class org.cogroo.entities.impl.TokenCogroo extends Token implements Serializable

serialVersionUID: -2944811931433416577L


Package org.cogroo.entities.tree

Class org.cogroo.entities.tree.Node extends TreeElement implements Serializable

serialVersionUID: 5419391069465738001L

Serialized Fields

elems

List<E> elems

Class org.cogroo.entities.tree.TextModel.Chunk extends Node implements Serializable

Class org.cogroo.entities.tree.TextModel.Sentence extends Node implements Serializable

Class org.cogroo.entities.tree.TextModel.Text extends Node implements Serializable


Package org.cogroo.exceptions

Class org.cogroo.exceptions.CogrooException extends InternationalizedException implements Serializable

serialVersionUID: -6581323775676489569L

Class org.cogroo.exceptions.CogrooRuntimeException extends InternationalizedRuntimeException implements Serializable

serialVersionUID: -6275921375016678991L

Class org.cogroo.exceptions.InternationalizedException extends Exception implements Serializable

serialVersionUID: 1218000142275850583L

Serialized Fields

resourceBundleName

String resourceBundleName

messageKey

String messageKey

arguments

Object[] arguments

cause

Throwable cause

Class org.cogroo.exceptions.InternationalizedRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 6486810457574147193L

Serialized Fields

resourceBundleName

String resourceBundleName

messageKey

String messageKey

arguments

Object[] arguments

cause

Throwable cause

Package org.cogroo.text.tree

Class org.cogroo.text.tree.Node extends TreeElement implements Serializable

serialVersionUID: 5419391069465738001L

Serialized Fields

elems

List<E> elems

Package org.cogroo.tools.checker.rules.applier

Class org.cogroo.tools.checker.rules.applier.AcceptState extends State implements Serializable

serialVersionUID: -220428074316894531L

Serialized Fields

rule

Rule rule

Class org.cogroo.tools.checker.rules.applier.NullSyntacticChunk extends SyntacticChunk implements Serializable

serialVersionUID: 1L

Class org.cogroo.tools.checker.rules.applier.NullToken extends Token implements Serializable

serialVersionUID: 1L

Class org.cogroo.tools.checker.rules.applier.RulesTree extends Object implements Serializable

serialVersionUID: -8125427282612619074L

Serialized Fields

rulesTree

List<E> rulesTree

Class org.cogroo.tools.checker.rules.applier.RulesTrees extends Object implements Serializable

serialVersionUID: -2459804475520219761L

Serialized Fields

rulesTrees

List<E> rulesTrees

Class org.cogroo.tools.checker.rules.applier.State extends Object implements Serializable

serialVersionUID: -3634379850399711427L

Serialized Fields

name

int name

element

PatternElement element

nextStates

List<E> nextStates

Package org.cogroo.tools.checker.rules.exception

Class org.cogroo.tools.checker.rules.exception.RulesException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.cogroo.tools.checker.rules.model

Class org.cogroo.tools.checker.rules.model.Boundaries extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lower

int lower

upper

int upper

Class org.cogroo.tools.checker.rules.model.Composition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

and

Operator and

or

Operator or

Class org.cogroo.tools.checker.rules.model.Element extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

negated

Boolean negated

mask

List<E> mask

Class org.cogroo.tools.checker.rules.model.Example extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

incorrect

String incorrect

correct

String correct

Class org.cogroo.tools.checker.rules.model.Mask extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lexemeMask

String lexemeMask

primitiveMask

String primitiveMask

tagMask

TagMask tagMask

tagReference

Reference tagReference

outOfBounds

String outOfBounds

Class org.cogroo.tools.checker.rules.model.ModificationHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

author

String author

date

XMLGregorianCalendar date

comment

String comment

Class org.cogroo.tools.checker.rules.model.Operator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

patternElement

List<E> patternElement

Class org.cogroo.tools.checker.rules.model.Pattern extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

patternElement

List<E> patternElement

Class org.cogroo.tools.checker.rules.model.PatternElement extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

optional

Boolean optional

element

Element element

composition

Composition composition

Class org.cogroo.tools.checker.rules.model.Reference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

property

List<E> property

index

long index

Class org.cogroo.tools.checker.rules.model.Rule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.cogroo.tools.checker.rules.model.Rules extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rule

List<E> rule

Class org.cogroo.tools.checker.rules.model.Suggestion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

suggestionAsString

String suggestionAsString

replace

List<E> replace

replaceMapping

List<E> replaceMapping

swap

List<E> swap

Class org.cogroo.tools.checker.rules.model.Suggestion.Replace extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lexeme

String lexeme

tagReference

TagReference tagReference

reference

Reference reference

index

long index

Class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

long index

key

String key

value

String value

Class org.cogroo.tools.checker.rules.model.Suggestion.Swap extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

a

long a

b

long b

Class org.cogroo.tools.checker.rules.model.TagMask extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.cogroo.tools.checker.rules.model.TagReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tagMask

TagMask tagMask

index

long index



Copyright © 2012-2013 CoGrOO. All Rights Reserved.