Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractChecker - Class in org.cogroo.tools.checker
 
AbstractChecker() - Constructor for class org.cogroo.tools.checker.AbstractChecker
 
AbstractGenericChecker<T> - Class in org.cogroo.tools.checker
 
AbstractGenericChecker() - Constructor for class org.cogroo.tools.checker.AbstractGenericChecker
 
AbstractTypedChecker - Class in org.cogroo.tools.checker
 
AbstractTypedChecker() - Constructor for class org.cogroo.tools.checker.AbstractTypedChecker
 
AcceptState - Class in org.cogroo.tools.checker.rules.applier
An accept state, that is part of rules DFA.
AcceptState(int, PatternElement, Rule) - Constructor for class org.cogroo.tools.checker.rules.applier.AcceptState
Package private constructor.
add(RuleDefinition) - Method in class org.cogroo.tools.checker.AbstractGenericChecker
 
addElement(TreeElement) - Method in class org.cogroo.entities.tree.Node
 
addTag(String, String) - Method in class opennlp.tools.postag.MyPOSDictionary
 
analyze(CheckDocument) - Method in interface org.cogroo.checker.CheckAnalyzer
Analyzes part of a text or a word.
analyze(CheckDocument, boolean) - Method in class org.cogroo.checker.GrammarChecker
 
analyze(CheckDocument) - Method in class org.cogroo.checker.GrammarChecker
 
APPLY_LOCAL - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
APPLY_PHRASE_LOCAL - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
APPLY_SUBJECT_VERB - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
areBooleanEquals(Boolean, Boolean) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
Checks if two Booleans are equals.
areCompositionEquals(Composition, Composition) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
 
areElementEquals(Element, Element) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
Checks if two elements are equals.
arePatternElementEquals(PatternElement, PatternElement) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
 
areStringEquals(String, String) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
Checks if two strings are equals.
areTagMaskEquals(TagMask, TagMask) - Static method in class org.cogroo.tools.checker.rules.util.EqualsUtils
Checks if two tag masks are equals.
asTypedSentence(Sentence, String) - Method in class org.cogroo.tools.checker.SentenceAdapter
 

B

BadIntervention - Class in org.cogroo.tools.errorreport.model
Java class for BadIntervention complex type.
BadIntervention() - Constructor for class org.cogroo.tools.errorreport.model.BadIntervention
 
BadIntervention.BadInterventionClassification - Enum in org.cogroo.tools.errorreport.model
Java class for null.
BadInterventions() - Constructor for class org.cogroo.tools.errorreport.model.ErrorReport.BadInterventions
 
Boundaries - Class in org.cogroo.tools.checker.rules.model
The positions in which the rule will be marked Java class for Boundaries complex type.
Boundaries() - Constructor for class org.cogroo.tools.checker.rules.model.Boundaries
 

C

Categories - Class in org.cogroo.checker
 
Categories() - Constructor for class org.cogroo.checker.Categories
 
check(Sentence) - Method in class org.cogroo.tools.checker.CheckerComposite
 
check(Sentence) - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
 
check(Sentence) - Method in class org.cogroo.tools.checker.checkers.ParonymChecker
 
check(Sentence) - Method in class org.cogroo.tools.checker.checkers.PunctuationChecker
 
check(Sentence) - Method in class org.cogroo.tools.checker.checkers.RepetitionChecker
 
check(Sentence) - Method in class org.cogroo.tools.checker.checkers.SpaceChecker
 
check(T) - Method in interface org.cogroo.tools.checker.GenericChecker
Check the sentence for errors.
check(Sentence) - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
Applies all active rules described in Rules.xml given a sentence properly tokenized, tagged, chunked and shallow parsed.
check(Sentence) - Method in class org.cogroo.tools.checker.TypedCheckerComposite
 
CheckAnalyzer - Interface in org.cogroo.checker
 
CheckDocument - Class in org.cogroo.checker
 
CheckDocument() - Constructor for class org.cogroo.checker.CheckDocument
 
CheckDocument(String) - Constructor for class org.cogroo.checker.CheckDocument
 
Checker - Interface in org.cogroo.tools.checker
 
CheckerComposite - Class in org.cogroo.tools.checker
 
CheckerComposite(List<Checker>, boolean) - Constructor for class org.cogroo.tools.checker.CheckerComposite
 
CHECKERS - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
Chunk - Class in org.cogroo.entities
A Chunk is an annotated group of Tokens.
Chunk() - Constructor for class org.cogroo.entities.Chunk
 
Chunk() - Constructor for class org.cogroo.entities.tree.TextModel.Chunk
 
CHUNK_FUNCTION - Static variable in class org.cogroo.entities.tree.TextModel
 
ChunkCogroo - Class in org.cogroo.entities.impl
Implements a Chunk - group of Tokens.
ChunkCogroo(List<Token>, int) - Constructor for class org.cogroo.entities.impl.ChunkCogroo
 
ChunkTag - Class in org.cogroo.entities.impl
Implements a Tag for chunk annotation
ChunkTag() - Constructor for class org.cogroo.entities.impl.ChunkTag
 
CLI - Class in org.cogroo.gc.cmdline
 
CLI() - Constructor for class org.cogroo.gc.cmdline.CLI
 
clone() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
clone(TagMask) - Static method in class org.cogroo.tools.checker.rules.util.TagMaskUtils
Creates an identical copy of the parameter tagMask.
CMD - Static variable in class org.cogroo.gc.cmdline.CLI
 
CMD - Static variable in class org.cogroo.gc.cmdline.EndUserCLI
 
CogrooHtml - Class in org.cogroo.tools.checker.rules
This class grammar checks all examples from the rules file and prints an html report showing which rules are working.
CogrooHtml(File, GrammarChecker) - Constructor for class org.cogroo.tools.checker.rules.CogrooHtml
 
CogrooTagDictionary - Interface in org.cogroo.tools.checker.rules.dictionary
Provides a way of determining which tags are valid for a particular word based on a tag dictionary read from a file.
compare(Mistake, Mistake) - Method in class org.cogroo.tools.checker.rules.util.MistakeComparator
 
completeMissingParts(TagMask, MorphologicalTag) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
Composition - Class in org.cogroo.tools.checker.rules.model
Composition: select AND or OR Java class for Composition complex type.
Composition() - Constructor for class org.cogroo.tools.checker.rules.model.Composition
 
convertToTargetConvention(String) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
createBadIntervention() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of BadIntervention
createBoundaries() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Boundaries
createComposition() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Composition
createCopy(POSDictionary) - Static method in class opennlp.tools.postag.MyPOSDictionary
 
createElement() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Element
createErrorReport() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of ErrorReport
createErrorReportBadInterventions() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of ErrorReport.BadInterventions
createErrorReportOmissions() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of ErrorReport.Omissions
createExample() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Example
createIgnoreError() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of IgnoreError
createMask() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Mask
createModificationHistory() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of ModificationHistory
createOmission() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of Omission
createOperator() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Operator
createPattern() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Pattern
createPatternElement() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of PatternElement
createReference() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Reference
createRule() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Rule
createRules() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Rules
createSpan() - Method in class org.cogroo.tools.errorreport.model.ObjectFactory
Create an instance of Span
createSuggestion() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Suggestion
createSuggestionReplace() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Suggestion.Replace
createSuggestionReplaceMapping() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Suggestion.ReplaceMapping
createSuggestionSwap() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of Suggestion.Swap
createTagMask() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of TagMask
createTagMaskFromReference(Reference, MorphologicalTag, ChunkTag, SyntacticTag) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
createTagMaskFromReference(Reference, Sentence, int) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
createTagMaskFromReferenceSyntatic(Reference, Sentence, int) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
createTagMaskFromToken(Token, String) - Static method in class org.cogroo.tools.checker.rules.util.TagMaskUtils
Returns a TagMask with the attributes collected from the given token.
createTagReference() - Method in class org.cogroo.tools.checker.rules.model.ObjectFactory
Create an instance of TagReference
createTree(Sentence) - Static method in class org.cogroo.entities.tree.OldStyleModel
 

D

DATA_SOURCE - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 

E

Element - Class in org.cogroo.tools.checker.rules.model
A pattern piece Java class for Element complex type.
Element() - Constructor for class org.cogroo.tools.checker.rules.model.Element
 
EndUserCLI - Class in org.cogroo.gc.cmdline
 
EndUserCLI() - Constructor for class org.cogroo.gc.cmdline.EndUserCLI
 
equals(Object) - Method in class org.cogroo.entities.Chunk
 
equals(Object) - Method in class org.cogroo.entities.HeadedSpan
 
equals(Object) - Method in class org.cogroo.entities.impl.ChunkTag
 
equals(Object) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
equals(Object) - Method in class org.cogroo.entities.impl.SyntacticTag
 
equals(Object) - Method in class org.cogroo.entities.Sentence
 
equals(Object) - Method in class org.cogroo.entities.SyntacticChunk
 
equals(Object) - Method in class org.cogroo.entities.Token
 
EqualsUtils - Class in org.cogroo.tools.checker.rules.util
Utility class to compare patterns Elements, Compositions, TagMasks, Booleans and Strings.
EqualsUtils() - Constructor for class org.cogroo.tools.checker.rules.util.EqualsUtils
 
ErrorReport - Class in org.cogroo.tools.errorreport.model
Java class for anonymous complex type.
ErrorReport() - Constructor for class org.cogroo.tools.errorreport.model.ErrorReport
 
ErrorReport.BadInterventions - Class in org.cogroo.tools.errorreport.model
Java class for anonymous complex type.
ErrorReport.Omissions - Class in org.cogroo.tools.errorreport.model
Java class for anonymous complex type.
ErrorReportAccess - Class in org.cogroo.errorreport
 
ErrorReportAccess() - Constructor for class org.cogroo.errorreport.ErrorReportAccess
 
evaluate() - Method in class org.cogroo.tools.checker.rules.CogrooHtml
 
Example - Class in org.cogroo.tools.checker.rules.model
A pair of sentences: an incorrect and a correct one Java class for Example complex type.
Example() - Constructor for class org.cogroo.tools.checker.rules.model.Example
 
ExamplesTool - Class in org.cogroo.gc.cmdline.grammarchecker
 
ExamplesTool() - Constructor for class org.cogroo.gc.cmdline.grammarchecker.ExamplesTool
 
exists(String, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
 
exists(String, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 

F

filterIgnoredRules(List<Mistake>) - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
findNouns(Sentence) - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
Looks for a noun in the sentence's objects.
findPrep(Sentence, Token) - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
 
findVerb(Sentence) - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
Looks in a sentence for a verb.
findWord(String) - Method in class org.cogroo.tools.checker.rules.verbs.VerbPlusPreps
 
FlorestaTagInterpreter - Class in org.cogroo.interpreters
 
FlorestaTagInterpreter() - Constructor for class org.cogroo.interpreters.FlorestaTagInterpreter
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.Reference.Property
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.Rule.Method
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Case
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.ChunkFunction
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Class
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Gender
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Mood
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Number
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Person
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Punctuation
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.SyntacticFunction
 
fromValue(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Tense
 
fromValue(String) - Static method in enum org.cogroo.tools.errorreport.model.BadIntervention.BadInterventionClassification
 
FSALexicalDictionary - Class in org.cogroo.tools.checker.rules.dictionary
 
FSALexicalDictionary() - Constructor for class org.cogroo.tools.checker.rules.dictionary.FSALexicalDictionary
 

G

GENERAL_TREE - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
Index of the tree that matches rules in the tokens level.
generalizePOSTags(MorphologicalTag, MorphologicalTag[]) - Static method in class org.cogroo.tools.checker.Merger
 
GenericChecker<T> - Interface in org.cogroo.tools.checker
Interface to implement checkers.
GenericCheckerComposite<T> - Class in org.cogroo.tools.checker
 
GenericCheckerComposite(List<GenericChecker<T>>) - Constructor for class org.cogroo.tools.checker.GenericCheckerComposite
 
GenericCheckerComposite(List<GenericChecker<T>>, boolean) - Constructor for class org.cogroo.tools.checker.GenericCheckerComposite
 
getA() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Swap
Gets the value of the a property.
getAnalysisAsString() - Method in class org.cogroo.entities.impl.SentenceCogroo
Returns the grammar check analysis as a string like as follows: [VERB][B-VP*] Fomos --> {}_V_PS_1P_IND_VFIN_ [- ][I-VP ] levados --> {levar}_V_PCP_M_P_ [- ][O ] a --> {a}_PRP_ [- ][B-NP ] a --> {}_DET_F_S_ [- ][I-NP*] crer --> {crer}_V_INF_3S_ [- ][O ] . --> {}_-PNT_ABS
getAnalysisAsTable(Sentence) - Method in class org.cogroo.tools.checker.rules.CogrooHtml
 
getAnd() - Method in class org.cogroo.tools.checker.rules.model.Composition
Gets the value of the and property.
getAsTagList() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getAuthor() - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Gets the value of the author property.
getB() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Swap
Gets the value of the b property.
getBadIntervention() - Method in class org.cogroo.tools.errorreport.model.ErrorReport.BadInterventions
Gets the value of the badIntervention property.
getBadInterventions() - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Gets the value of the badInterventions property.
getBestFlexedWord(Token, TagMask) - Method in class org.cogroo.tools.checker.rules.applier.SuggestionBuilder
 
getBoundaries() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the boundaries property.
getBoundariesAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getCase() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getCase() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the case property.
getCat(String) - Static method in class org.cogroo.checker.Categories
 
getCategories() - Static method in class org.cogroo.checker.Categories
 
getCategories() - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
getCategory() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getCategory() - Method in interface org.cogroo.tools.checker.RuleDefinition
rule category
getCategory() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getCategory() - Method in class org.cogroo.tools.errorreport.model.Omission
Gets the value of the category property.
getCategoryDescription(String) - Static method in class org.cogroo.checker.Categories
 
getChildChunks() - Method in class org.cogroo.entities.SyntacticChunk
 
getChunk() - Method in class org.cogroo.entities.Token
 
getChunkFunction() - Method in class org.cogroo.entities.impl.ChunkTag
 
getChunkFunction() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the chunkFunction property.
getChunks() - Method in class org.cogroo.entities.Sentence
Sets the Chunks of this sentence.
getChunkTag() - Method in class org.cogroo.entities.Token
 
getClassification() - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Gets the value of the classification property.
getClazz() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the clazz property.
getClazzE() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getComment() - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Gets the value of the comment property.
getComment() - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Gets the value of the comment property.
getComment() - Method in class org.cogroo.tools.errorreport.model.Omission
Gets the value of the comment property.
getComposition() - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Gets the value of the composition property.
getContext() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getContext() - Method in interface org.cogroo.entities.Mistake
 
getCorrect() - Method in class org.cogroo.tools.checker.rules.model.Example
Gets the value of the correct property.
getCountry() - Method in interface org.cogroo.gc.cmdline.grammarchecker.LanguageCountryParams
 
getCustomCategory() - Method in class org.cogroo.tools.errorreport.model.Omission
Gets the value of the customCategory property.
getDate() - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Gets the value of the date property.
getDescription() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getDescription() - Method in interface org.cogroo.tools.checker.RuleDefinition
a description
getDescription() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getDocumentText() - Method in class org.cogroo.entities.Sentence
 
getElement() - Method in class org.cogroo.tools.checker.rules.applier.State
 
getElement() - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Gets the value of the element property.
getElementAsString(Element) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
Gets the string representation of an element.
getElements() - Method in class org.cogroo.entities.tree.Node
 
getEnd() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getEnd() - Method in interface org.cogroo.entities.Mistake
 
getEnd() - Method in class org.cogroo.tools.errorreport.model.Span
Gets the value of the end property.
getErrorReport(Reader) - Method in class org.cogroo.errorreport.ErrorReportAccess
 
getExample() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the example property.
getExamples() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getExamples() - Method in interface org.cogroo.tools.checker.RuleDefinition
examples of this errors catch by this rule
getExamples() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getFeatures() - Method in class org.cogroo.entities.tree.Leaf
 
getFirstToken() - Method in class org.cogroo.entities.Chunk
 
getFirstToken() - Method in class org.cogroo.entities.SyntacticChunk
 
getFullMessage() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getFullMessage() - Method in interface org.cogroo.entities.Mistake
 
getGender() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the gender property.
getGenderE() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getGeneral() - Method in class org.cogroo.tools.checker.rules.applier.RulesTrees
 
getGroup() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getGroup() - Method in interface org.cogroo.tools.checker.RuleDefinition
rule group
getGroup() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getGroup() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the group property.
getGroupAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getHead() - Method in class org.cogroo.entities.HeadedSpan
 
getHelp() - Method in class org.cogroo.gc.cmdline.dictionary.POSDictionaryBuilderTool
 
getHelp() - Method in class org.cogroo.gc.cmdline.dictionary.TabSeparatedPOSDictionaryBuilderTool
 
getHelp() - Method in class org.cogroo.gc.cmdline.grammarchecker.ExamplesTool
 
getHelp() - Method in class org.cogroo.gc.cmdline.grammarchecker.GrammarCheckerTool
 
getHelp() - Method in class org.cogroo.gc.cmdline.grammarchecker.TextAnalyzerTool
 
getHelp() - Method in class org.cogroo.gc.cmdline.grammarchecker.XMLRulesReportTool
 
getId() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getId() - Method in interface org.cogroo.tools.checker.RuleDefinition
prefixed identifier
getId() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getId() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the id property.
getIdPrefix() - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
 
getIdPrefix() - Method in class org.cogroo.tools.checker.checkers.ParonymChecker
 
getIdPrefix() - Method in class org.cogroo.tools.checker.checkers.PunctuationChecker
 
getIdPrefix() - Method in class org.cogroo.tools.checker.checkers.RepetitionChecker
 
getIdPrefix() - Method in class org.cogroo.tools.checker.checkers.SpaceChecker
 
getIdPrefix() - Method in interface org.cogroo.tools.checker.GenericChecker
Each checker should have IDs with a fixed prefix so CheckerComposite can route the ignore message to the correct checker.
getIdPrefix() - Method in class org.cogroo.tools.checker.GenericCheckerComposite
 
getIdPrefix() - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
getIncorrect() - Method in class org.cogroo.tools.checker.rules.model.Example
Gets the value of the incorrect property.
getIndex() - Method in class org.cogroo.tools.checker.rules.model.Reference
Gets the value of the index property.
getIndex() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Gets the value of the index property.
getIndex() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Gets the value of the index property.
getIndex() - Method in class org.cogroo.tools.checker.rules.model.TagReference
Gets the value of the index property.
getInflectedPrimitive(String, TagMask, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Given a lexeme, returns its inflected form as determined by the tagMask.
getInflectedPrimitive(String, TagMask, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getInstance() - Static method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
 
getInstance(String) - Static method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
 
getKey() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Gets the value of the key property.
getLemma() - Method in class org.cogroo.entities.tree.Leaf
 
getLemmasAndPosTagsForWord(String) - Method in class org.cogroo.tools.checker.rules.dictionary.FSALexicalDictionary
 
getLemmasAndPosTagsForWord(String) - Method in interface org.cogroo.tools.checker.rules.dictionary.LexicalDictionary
Compute the pair Lemma + POSTag for a word
getLevel() - Method in class org.cogroo.entities.tree.TreeElement
 
getLexeme() - Method in class org.cogroo.entities.Token
 
getLexeme() - Method in class org.cogroo.entities.tree.Leaf
 
getLexeme() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Gets the value of the lexeme property.
getLexemeMask() - Method in class org.cogroo.tools.checker.rules.model.Mask
Gets the value of the lexemeMask property.
getLexemeType() - Method in class org.cogroo.entities.Token
 
getLongMessage() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getLongMessage() - Method in interface org.cogroo.entities.Mistake
 
getLower() - Method in class org.cogroo.tools.checker.rules.model.Boundaries
Gets the value of the lower property.
getMainToken() - Method in class org.cogroo.entities.Chunk
 
getMask() - Method in class org.cogroo.tools.checker.rules.model.Element
Gets the value of the mask property.
getMeaning() - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
getMessage() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getMessage() - Method in interface org.cogroo.tools.checker.RuleDefinition
long error message generated by this rule
getMessage() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getMessage() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the message property.
getMessageAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getMethod() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the method property.
getMethodAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getMistakeCoveredTokens(Sentence, Mistake) - Static method in class org.cogroo.tools.checker.rules.validator.RuleValidatorUtil
 
getMistakes() - Method in class org.cogroo.checker.CheckDocument
 
getMistakesAsString() - Method in class org.cogroo.checker.CheckDocument
 
getMistakeStartSentence(Document, Mistake) - Static method in class org.cogroo.tools.checker.rules.validator.RuleValidatorUtil
 
getModificationHistory() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the modificationHistory property.
getMood() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getMood() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the mood property.
getMorphologicalTag() - Method in class org.cogroo.entities.Chunk
 
getMorphologicalTag() - Method in class org.cogroo.entities.SyntacticChunk
 
getMorphologicalTag() - Method in class org.cogroo.entities.Token
 
getMorphologicalTag() - Method in class org.cogroo.entities.tree.TreeElement
 
getMorphologicalTag2xx() - Method in class org.cogroo.entities.SyntacticChunk
 
getName() - Method in class org.cogroo.tools.checker.rules.applier.State
 
getNextStates() - Method in class org.cogroo.tools.checker.rules.applier.State
 
getNumber() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the number property.
getNumberE() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getObjects() - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
getOffset() - Method in class org.cogroo.entities.Sentence
 
getOmission() - Method in class org.cogroo.tools.errorreport.model.ErrorReport.Omissions
Gets the value of the omission property.
getOmissions() - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Gets the value of the omissions property.
getOr() - Method in class org.cogroo.tools.checker.rules.model.Composition
Gets the value of the or property.
getOutOfBounds() - Method in class org.cogroo.tools.checker.rules.model.Mask
Gets the value of the outOfBounds property.
getParonymsMap() - Method in class org.cogroo.tools.checker.rules.paronym.ParonymList
 
getPattern() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getPattern() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the pattern property.
getPatternAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getPatternElement() - Method in class org.cogroo.tools.checker.rules.model.Operator
Gets the value of the patternElement property.
getPatternElement() - Method in class org.cogroo.tools.checker.rules.model.Pattern
Gets the value of the patternElement property.
getPatternElementAsString(PatternElement) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getPerson() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the person property.
getPersonE() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getPhraseLocal() - Method in class org.cogroo.tools.checker.rules.applier.RulesTrees
 
getPOSTagsForWord(String) - Method in class org.cogroo.tools.checker.rules.dictionary.FSALexicalDictionary
 
getPOSTagsForWord(String) - Method in interface org.cogroo.tools.checker.rules.dictionary.LexicalDictionary
 
getPreposition() - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
getPrimitive() - Method in class org.cogroo.entities.Token
 
getPrimitive(String, TagMask, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Given a lexeme and its inflected form as determined by the tagMask, returns its primitive.
getPrimitive(String, MorphologicalTag, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Given a lexeme and its morphological tag, returns the possible primitives of the lexeme or an array with an empty string, if none is found.
getPrimitive(String, TagMask, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getPrimitive(String, MorphologicalTag, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getPrimitiveMask() - Method in class org.cogroo.tools.checker.rules.model.Mask
Gets the value of the primitiveMask property.
getPriority() - Method in class org.cogroo.tools.checker.checkers.GovernmentChecker
 
getPriority() - Method in class org.cogroo.tools.checker.checkers.ParonymChecker
 
getPriority() - Method in class org.cogroo.tools.checker.checkers.PunctuationChecker
 
getPriority() - Method in class org.cogroo.tools.checker.checkers.RepetitionChecker
 
getPriority() - Method in class org.cogroo.tools.checker.checkers.SpaceChecker
 
getPriority() - Method in interface org.cogroo.tools.checker.GenericChecker
Priority of this checker.
getPriority() - Method in class org.cogroo.tools.checker.GenericCheckerComposite
 
getPriority() - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
getPriority() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the priority property.
getProperty() - Method in class org.cogroo.tools.checker.rules.model.Reference
Gets the value of the property property.
getPunctuation() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getPunctuation() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the punctuation property.
getReference() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Gets the value of the reference property.
getRelativeHeadIndex() - Method in class org.cogroo.entities.Chunk
 
getReplace() - Method in class org.cogroo.tools.checker.rules.model.Suggestion
Gets the value of the replace property.
getReplaceBy() - Method in class org.cogroo.tools.errorreport.model.Omission
Gets the value of the replaceBy property.
getReplaceMapping() - Method in class org.cogroo.tools.checker.rules.model.Suggestion
Gets the value of the replaceMapping property.
getRoot() - Method in class org.cogroo.entities.Sentence
 
getRoot() - Method in class org.cogroo.entities.tree.TextModel
 
getRoot() - Method in class org.cogroo.tools.checker.rules.applier.RulesTree
 
getRule() - Method in class org.cogroo.tools.checker.rules.applier.AcceptState
 
getRule(int) - Method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
Gets a rule by its id.
getRule() - Method in class org.cogroo.tools.checker.rules.model.Rules
Gets the value of the rule property.
getRule() - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Gets the value of the rule property.
getRule() - Method in class org.cogroo.tools.errorreport.model.IgnoreError
Gets the value of the rule property.
getRuleAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getRuleDefinition(String) - Method in class org.cogroo.tools.checker.AbstractGenericChecker
 
getRuleDefinitions() - Method in class org.cogroo.checker.GrammarChecker
 
getRuleIdentifier() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getRuleIdentifier() - Method in interface org.cogroo.entities.Mistake
 
getRulePriority() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getRulePriority() - Method in interface org.cogroo.entities.Mistake
 
getRules() - Static method in class org.cogroo.checker.Categories
 
getRules() - Method in interface org.cogroo.tools.checker.rules.applier.RulesAccess
 
getRules() - Method in class org.cogroo.tools.checker.rules.applier.RulesProvider
 
getRules() - Method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
 
getRulesDefinition() - Method in class org.cogroo.tools.checker.AbstractGenericChecker
 
getRulesDefinition() - Method in interface org.cogroo.tools.checker.GenericChecker
Returns the descriptions of the rules implemented by this checker.
getRulesDefinition() - Method in class org.cogroo.tools.checker.GenericCheckerComposite
 
getRulesDefinition() - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
getRulesFile() - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
getRulesTrees() - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesBuilder
 
getRuleType() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
Will always return RuleType.JAVA
getRuleType() - Method in interface org.cogroo.tools.checker.RuleDefinition
short error message generated by this rule
getRuleType() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getSchemaFile() - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
getSentence() - Method in class org.cogroo.entities.Sentence
Gets the original sentence.
getSentencesLegacy() - Method in class org.cogroo.checker.CheckDocument
 
getSerializedTreesFile() - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.dictionary.POSDictionaryBuilderTool
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.dictionary.TabSeparatedPOSDictionaryBuilderTool
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.grammarchecker.ExamplesTool
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.grammarchecker.GrammarCheckerTool
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.grammarchecker.TextAnalyzerTool
 
getShortDescription() - Method in class org.cogroo.gc.cmdline.grammarchecker.XMLRulesReportTool
 
getShortMessage() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getShortMessage() - Method in interface org.cogroo.entities.Mistake
 
getShortMessage() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
 
getShortMessage() - Method in interface org.cogroo.tools.checker.RuleDefinition
short error message generated by this rule
getShortMessage() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
getShortMessage() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the shortMessage property.
getShortMessageAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getSpan() - Method in class org.cogroo.entities.Sentence
 
getSpan() - Method in class org.cogroo.entities.Token
 
getSpan() - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Gets the value of the span property.
getSpan() - Method in class org.cogroo.tools.errorreport.model.IgnoreError
Gets the value of the span property.
getSpan() - Method in class org.cogroo.tools.errorreport.model.Omission
Gets the value of the span property.
getStart() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getStart() - Method in interface org.cogroo.entities.Mistake
 
getStart() - Method in class org.cogroo.tools.errorreport.model.Span
Gets the value of the start property.
getSubjectVerb() - Method in class org.cogroo.tools.checker.rules.applier.RulesTrees
 
getSuggestion() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the suggestion property.
getSuggestionAsString() - Method in class org.cogroo.tools.checker.rules.model.Suggestion
Gets the value of the suggestionAsString property.
getSuggestions() - Method in class org.cogroo.entities.impl.MistakeImpl
 
getSuggestions() - Method in interface org.cogroo.entities.Mistake
 
getSuggestionsAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getSwap() - Method in class org.cogroo.tools.checker.rules.model.Suggestion
Gets the value of the swap property.
getSyntacticChunk() - Method in class org.cogroo.entities.Token
 
getSyntacticChunks() - Method in class org.cogroo.entities.Sentence
 
getSyntacticFunction() - Method in class org.cogroo.entities.impl.SyntacticTag
 
getSyntacticFunction() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the syntacticFunction property.
getSyntacticSuggestions(Sentence, List<SyntacticChunk>, Token, Rule) - Method in class org.cogroo.tools.checker.rules.applier.SuggestionBuilder
 
getSyntacticTag() - Method in class org.cogroo.entities.Chunk
 
getSyntacticTag() - Method in class org.cogroo.entities.SyntacticChunk
 
getSyntacticTag() - Method in class org.cogroo.entities.Token
 
getSyntacticTag() - Method in class org.cogroo.entities.tree.TextModel.Sentence
 
getSyntacticTag() - Method in class org.cogroo.entities.tree.TreeElement
 
getSyntaxTree() - Method in class org.cogroo.entities.Sentence
 
getTagInterpreter() - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
 
getTagInterpreter() - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getTagMask() - Method in class org.cogroo.tools.checker.rules.model.Mask
Gets the value of the tagMask property.
getTagMask() - Method in class org.cogroo.tools.checker.rules.model.TagReference
Gets the value of the tagMask property.
getTagMaskAsString(TagMask) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getTagReference() - Method in class org.cogroo.tools.checker.rules.model.Mask
Gets the value of the tagReference property.
getTagReference() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Gets the value of the tagReference property.
getTagReferenceAsString(Reference) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getTags(String) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Returns a list of valid tags for the specified word.
getTags(String, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Returns a list of valid tags for the specified word.
getTags(String, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getTags(String) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
getTense() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
getTense() - Method in class org.cogroo.tools.checker.rules.model.TagMask
Gets the value of the tense property.
getText() - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Gets the value of the text property.
getTextSentence() - Method in class org.cogroo.entities.Sentence
 
getTokens() - Method in class org.cogroo.entities.Chunk
Gets the Tokens of this sentence
getTokens() - Method in class org.cogroo.entities.Sentence
Gets the Tokens of this sentence.
getTokens() - Method in class org.cogroo.entities.SyntacticChunk
 
getTokens() - Method in interface org.cogroo.entities.TokenGroup
 
getTokens() - Method in class org.cogroo.tools.checker.rules.applier.NullSyntacticChunk
 
getTokenSuggestions(Sentence, List<Token>, Token, Rule) - Method in class org.cogroo.tools.checker.rules.applier.SuggestionBuilder
 
getToolNames() - Static method in class org.cogroo.gc.cmdline.CLI
 
getToolNames() - Static method in class org.cogroo.gc.cmdline.EndUserCLI
 
getTree() - Method in class org.cogroo.entities.Sentence
 
getTrees() - Method in interface org.cogroo.tools.checker.rules.applier.RulesTreesAccess
 
getTrees() - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesFromScratchAccess
 
getTrees() - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesProvider
 
getTrees() - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesSerializedAccess
 
getType() - Method in class org.cogroo.entities.Chunk
 
getType() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the type property.
getTypeAsString(Rule) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
getUpper() - Method in class org.cogroo.tools.checker.rules.model.Boundaries
Gets the value of the upper property.
getValue() - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Gets the value of the value property.
getVerb(String) - Method in class org.cogroo.tools.checker.rules.verbs.Verbs
 
getVersion() - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Gets the value of the version property.
getWordsAndPosTagsForLemma(String) - Method in class org.cogroo.tools.checker.rules.dictionary.FSALexicalDictionary
 
getWordsAndPosTagsForLemma(String) - Method in interface org.cogroo.tools.checker.rules.dictionary.LexicalDictionary
 
GovernmentChecker - Class in org.cogroo.tools.checker.checkers
 
GovernmentChecker() - Constructor for class org.cogroo.tools.checker.checkers.GovernmentChecker
 
GrammarChecker - Class in org.cogroo.checker
 
GrammarChecker(Analyzer) - Constructor for class org.cogroo.checker.GrammarChecker
Creates an analyzer that will call the available checker.
GrammarChecker(Analyzer, boolean, long[]) - Constructor for class org.cogroo.checker.GrammarChecker
 
GrammarChecker(Analyzer, String) - Constructor for class org.cogroo.checker.GrammarChecker
 
GrammarCheckerTool - Class in org.cogroo.gc.cmdline.grammarchecker
 
GrammarCheckerTool() - Constructor for class org.cogroo.gc.cmdline.grammarchecker.GrammarCheckerTool
 

H

hashCode() - Method in class org.cogroo.entities.Chunk
 
hashCode() - Method in class org.cogroo.entities.HeadedSpan
 
hashCode() - Method in class org.cogroo.entities.impl.ChunkTag
 
hashCode() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
hashCode() - Method in class org.cogroo.entities.impl.SyntacticTag
 
hashCode() - Method in class org.cogroo.entities.Sentence
 
hashCode() - Method in class org.cogroo.entities.SyntacticChunk
 
hashCode() - Method in class org.cogroo.entities.Token
 
HeadedSpan - Class in org.cogroo.entities
 
HeadedSpan(int, int, String) - Constructor for class org.cogroo.entities.HeadedSpan
 
HeadedSpan(int, int) - Constructor for class org.cogroo.entities.HeadedSpan
Initializes a new Span Object.
HeadedSpan(Span, int) - Constructor for class org.cogroo.entities.HeadedSpan
Initializes a new Span object with an existing Span which is shifted by an offset.

I

ID_PREFIX - Static variable in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
ignore(String) - Method in class org.cogroo.tools.checker.AbstractGenericChecker
 
ignore(String) - Method in interface org.cogroo.tools.checker.GenericChecker
The checker should ignore the rule with the given id.
ignore(String) - Method in class org.cogroo.tools.checker.GenericCheckerComposite
 
ignore(String) - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
IgnoreError - Class in org.cogroo.tools.errorreport.model
Java class for IgnoreError complex type.
IgnoreError() - Constructor for class org.cogroo.tools.errorreport.model.IgnoreError
 
ignoreRule(String) - Method in class org.cogroo.checker.GrammarChecker
 
instance() - Static method in class org.cogroo.tools.checker.rules.applier.NullSyntacticChunk
 
instance() - Static method in class org.cogroo.tools.checker.rules.applier.NullToken
 
isActive() - Method in class org.cogroo.tools.checker.rules.model.Rule
Gets the value of the active property.
isCategoryImplemented(String) - Static method in class org.cogroo.checker.Categories
 
isEmpty() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
isNegated() - Method in class org.cogroo.tools.checker.rules.model.Element
Gets the value of the negated property.
isOptional() - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Gets the value of the optional property.
isReadFromSerialized() - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
isRereadRules() - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
isValid(Mistake, Document) - Method in class org.cogroo.tools.checker.rules.validator.Rule124Validator
 
isValid(Mistake, Document) - Method in interface org.cogroo.tools.checker.rules.validator.RulePostValidator
 
isValid(Mistake, Document) - Method in class org.cogroo.tools.checker.rules.validator.RulePostValidatorProvider
 
isXMLBased() - Method in class org.cogroo.tools.checker.JavaRuleDefinition
Will allways return false
isXMLBased() - Method in interface org.cogroo.tools.checker.RuleDefinition
True if this definition is from a XML based rule.
isXMLBased() - Method in class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 

J

JavaRuleDefinition - Class in org.cogroo.tools.checker
Implementation of RuleDefinitionI to be used in Java based rules.
JavaRuleDefinition(String, String, String, String, String, String, List<Example>) - Constructor for class org.cogroo.tools.checker.JavaRuleDefinition
Creates a new Java rule definition
JspellTagInterpreter - Class in org.cogroo.interpreters
 
JspellTagInterpreter() - Constructor for class org.cogroo.interpreters.JspellTagInterpreter
 

L

LanguageCountryParams - Interface in org.cogroo.gc.cmdline.grammarchecker
 
Leaf - Class in org.cogroo.entities.tree
 
Leaf() - Constructor for class org.cogroo.entities.tree.Leaf
 
LexemeTypes - Enum in org.cogroo.entities
[Development] Describe the possible classification of a lexeme: word, compound word, punctuation mark, other marks, number, hyphen.
LexicalDictionary - Interface in org.cogroo.tools.checker.rules.dictionary
 

M

main(String[]) - Static method in class org.cogroo.checker.GrammarChecker
 
main(String[]) - Static method in class org.cogroo.gc.cmdline.CLI
 
main(String[]) - Static method in class org.cogroo.gc.cmdline.EndUserCLI
 
main(String[]) - Static method in class org.cogroo.tools.checker.rules.CogrooHtml
 
main(String[]) - Static method in class org.cogroo.tools.checker.rules.util.RulesTreesPrinter
 
main(String[]) - Static method in class org.cogroo.tools.checker.rules.util.RulesTreesSerializer
 
Mask - Class in org.cogroo.tools.checker.rules.model
A mask for a token or a tag Java class for Mask complex type.
Mask() - Constructor for class org.cogroo.tools.checker.rules.model.Mask
 
match(TagMask) - Method in class org.cogroo.entities.impl.ChunkTag
 
match(Tag) - Method in class org.cogroo.entities.impl.ChunkTag
 
match(MorphologicalTag) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
match(TagMask, boolean) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
match(TagMask) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
match(TagMask) - Method in class org.cogroo.entities.impl.SyntacticTag
 
match(Tag) - Method in class org.cogroo.entities.Tag
 
match(TagMask) - Method in class org.cogroo.entities.Tag
 
match(String, TagMask, boolean) - Method in interface org.cogroo.tools.checker.rules.dictionary.CogrooTagDictionary
Tells if a lexeme inflected as determined by the tagMask, exists in the dictionary.
match(String, TagMask, boolean) - Method in class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
matchExact(TagMask, boolean) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
Merger - Class in org.cogroo.tools.checker
 
Merger() - Constructor for class org.cogroo.tools.checker.Merger
 
Mistake - Interface in org.cogroo.entities
Represents one grammar error.
MistakeComparator - Class in org.cogroo.tools.checker.rules.util
Utility class to compare Mistake objects
MistakeComparator() - Constructor for class org.cogroo.tools.checker.rules.util.MistakeComparator
 
MistakeImpl - Class in org.cogroo.entities.impl
Implements a Mistake that represents grammar errors.
MistakeImpl(String, int, String, String, String[], int, int, List<Example>, String) - Constructor for class org.cogroo.entities.impl.MistakeImpl
 
ModificationHistory - Class in org.cogroo.tools.checker.rules.model
Tracks changes to each rule Java class for ModificationHistory complex type.
ModificationHistory() - Constructor for class org.cogroo.tools.checker.rules.model.ModificationHistory
 
MORPH_FUNCTION - Static variable in class org.cogroo.entities.tree.TextModel
 
MorphologicalTag - Class in org.cogroo.entities.impl
Implements a Tag for POS tagging annotation
MorphologicalTag() - Constructor for class org.cogroo.entities.impl.MorphologicalTag
 
MyPOSDictionary - Class in opennlp.tools.postag
 
MyPOSDictionary() - Constructor for class opennlp.tools.postag.MyPOSDictionary
 

N

Node - Class in org.cogroo.entities.tree
 
Node() - Constructor for class org.cogroo.entities.tree.Node
 
NullSyntacticChunk - Class in org.cogroo.tools.checker.rules.applier
 
NullToken - Class in org.cogroo.tools.checker.rules.applier
 
NUMBER_OF_TREES - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
Types of trees that will be generated by the RulesTreesBuilder class, based in the schema and the rules.

O

ObjectFactory - Class in org.cogroo.tools.checker.rules.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.cogroo.tools.checker.rules.model package.
ObjectFactory() - Constructor for class org.cogroo.tools.checker.rules.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cogroo.tools.checker.rules.model
ObjectFactory - Class in org.cogroo.tools.errorreport.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.cogroo.tools.errorreport.model package.
ObjectFactory() - Constructor for class org.cogroo.tools.errorreport.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cogroo.tools.errorreport.model
OldStyleModel - Class in org.cogroo.entities.tree
 
OldStyleModel() - Constructor for class org.cogroo.entities.tree.OldStyleModel
 
Omission - Class in org.cogroo.tools.errorreport.model
Java class for Omission complex type.
Omission() - Constructor for class org.cogroo.tools.errorreport.model.Omission
 
Omissions() - Constructor for class org.cogroo.tools.errorreport.model.ErrorReport.Omissions
 
opennlp.tools.postag - package opennlp.tools.postag
 
Operator - Class in org.cogroo.tools.checker.rules.model
And / Or operators Java class for Operator complex type.
Operator() - Constructor for class org.cogroo.tools.checker.rules.model.Operator
 
org.cogroo.checker - package org.cogroo.checker
 
org.cogroo.entities - package org.cogroo.entities
This package contains abstract classes that represents the grammar checker's infrastructure.
org.cogroo.entities.impl - package org.cogroo.entities.impl
 
org.cogroo.entities.tree - package org.cogroo.entities.tree
 
org.cogroo.errorreport - package org.cogroo.errorreport
 
org.cogroo.gc.cmdline - package org.cogroo.gc.cmdline
 
org.cogroo.gc.cmdline.dictionary - package org.cogroo.gc.cmdline.dictionary
 
org.cogroo.gc.cmdline.grammarchecker - package org.cogroo.gc.cmdline.grammarchecker
 
org.cogroo.interpreters - package org.cogroo.interpreters
 
org.cogroo.tools.checker - package org.cogroo.tools.checker
 
org.cogroo.tools.checker.checkers - package org.cogroo.tools.checker.checkers
 
org.cogroo.tools.checker.rules - package org.cogroo.tools.checker.rules
Classes related to rules application.
org.cogroo.tools.checker.rules.applier - package org.cogroo.tools.checker.rules.applier
Classes in charge of annotate a sentence with grammar errors.
org.cogroo.tools.checker.rules.dictionary - package org.cogroo.tools.checker.rules.dictionary
 
org.cogroo.tools.checker.rules.exception - package org.cogroo.tools.checker.rules.exception
Exceptions related to the rules mechanism.
org.cogroo.tools.checker.rules.model - package org.cogroo.tools.checker.rules.model
 
org.cogroo.tools.checker.rules.paronym - package org.cogroo.tools.checker.rules.paronym
 
org.cogroo.tools.checker.rules.util - package org.cogroo.tools.checker.rules.util
Classes related to rules application.
org.cogroo.tools.checker.rules.validator - package org.cogroo.tools.checker.rules.validator
 
org.cogroo.tools.checker.rules.verbs - package org.cogroo.tools.checker.rules.verbs
 
org.cogroo.tools.errorreport.model - package org.cogroo.tools.errorreport.model
 

P

PACKAGE - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
ParonymChecker - Class in org.cogroo.tools.checker.checkers
 
ParonymChecker(Analyzer) - Constructor for class org.cogroo.tools.checker.checkers.ParonymChecker
 
ParonymList - Class in org.cogroo.tools.checker.rules.paronym
 
ParonymList() - Constructor for class org.cogroo.tools.checker.rules.paronym.ParonymList
 
parse(String) - Static method in class org.cogroo.tools.checker.rules.util.TagMaskUtils
 
parseChunkTag(String) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
parseChunkTag(String) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
parseChunkTag(String) - Method in interface org.cogroo.interpreters.TagInterpreter
 
parseConfiguration() - Method in class org.cogroo.tools.checker.rules.paronym.ParonymList
 
parseConfiguration() - Method in class org.cogroo.tools.checker.rules.verbs.Verbs
 
parseMorphologicalTag(String) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
parseMorphologicalTag(String) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
parseMorphologicalTag(String) - Method in interface org.cogroo.interpreters.TagInterpreter
 
parseOneEntryPerLine(Reader, TagInterpreter, TagInterpreter, Set<String>, Set<String>, boolean) - Static method in class opennlp.tools.postag.MyPOSDictionary
 
parseOneEntryPerLine(Reader, SortedMap<String, Set<Triple>>, TagInterpreter, TagInterpreter, Set<String>, Set<String>, boolean, boolean) - Static method in class org.cogroo.gc.cmdline.dictionary.TabSeparatedPOSDictionaryBuilderTool
 
parseSyntacticTag(String) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
parseSyntacticTag(String) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
parseSyntacticTag(String) - Method in interface org.cogroo.interpreters.TagInterpreter
 
Pattern - Class in org.cogroo.tools.checker.rules.model
The error pattern that will be sought in the text Java class for Pattern complex type.
Pattern() - Constructor for class org.cogroo.tools.checker.rules.model.Pattern
 
PatternElement - Class in org.cogroo.tools.checker.rules.model
Add opertators to Elements Java class for PatternElement complex type.
PatternElement() - Constructor for class org.cogroo.tools.checker.rules.model.PatternElement
 
persist(Rules) - Method in interface org.cogroo.tools.checker.rules.applier.RulesAccess
 
persist(RulesTrees) - Method in interface org.cogroo.tools.checker.rules.applier.RulesTreesAccess
 
persist(RulesTrees) - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesFromScratchAccess
 
persist(RulesTrees) - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesSerializedAccess
 
persist(Rules) - Method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
 
PHRASE_LOCAL_TREE - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
Index of the tree that matches rules in the chunks level.
POSDictionaryBuilderTool - Class in org.cogroo.gc.cmdline.dictionary
 
POSDictionaryBuilderTool() - Constructor for class org.cogroo.gc.cmdline.dictionary.POSDictionaryBuilderTool
 
Prep - Class in org.cogroo.tools.checker.rules.verbs
 
Prep() - Constructor for class org.cogroo.tools.checker.rules.verbs.Prep
 
printCategoriesByRules() - Static method in class org.cogroo.checker.Categories
 
printRulesTree(State) - Method in class org.cogroo.tools.checker.rules.applier.RulesTreesBuilder
Prints the contents of a rules tree.
PunctuationChecker - Class in org.cogroo.tools.checker.checkers
 
PunctuationChecker() - Constructor for class org.cogroo.tools.checker.checkers.PunctuationChecker
 

R

Reference - Class in org.cogroo.tools.checker.rules.model
Java class for Reference complex type.
Reference() - Constructor for class org.cogroo.tools.checker.rules.model.Reference
 
Reference.Property - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
RepetitionChecker - Class in org.cogroo.tools.checker.checkers
The RepetitionChecker class, looks in a sentence for repeated subsequent words.
RepetitionChecker() - Constructor for class org.cogroo.tools.checker.checkers.RepetitionChecker
 
Replace() - Constructor for class org.cogroo.tools.checker.rules.model.Suggestion.Replace
 
ReplaceMapping() - Constructor for class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
 
REREAD_FROM_SERIALIZED - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
resetIgnored() - Method in class org.cogroo.tools.checker.AbstractGenericChecker
 
resetIgnored() - Method in interface org.cogroo.tools.checker.GenericChecker
Reset all ignored rules
resetIgnored() - Method in class org.cogroo.tools.checker.GenericCheckerComposite
 
resetIgnored() - Method in class org.cogroo.tools.checker.rules.applier.RulesApplier
 
resetIgnoredRules() - Method in class org.cogroo.checker.GrammarChecker
 
rootFolder - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
This resource bundle holds various properties used by the rules applier.
Rule - Class in org.cogroo.tools.checker.rules.model
The error rule Java class for Rule complex type.
Rule() - Constructor for class org.cogroo.tools.checker.rules.model.Rule
 
Rule.Method - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
Rule124Validator - Class in org.cogroo.tools.checker.rules.validator
 
Rule124Validator() - Constructor for class org.cogroo.tools.checker.rules.validator.Rule124Validator
 
RuleDefinition - Interface in org.cogroo.tools.checker
 
RulePostValidator - Interface in org.cogroo.tools.checker.rules.validator
 
RulePostValidatorProvider - Class in org.cogroo.tools.checker.rules.validator
 
RulePostValidatorProvider() - Constructor for class org.cogroo.tools.checker.rules.validator.RulePostValidatorProvider
 
Rules - Class in org.cogroo.tools.checker.rules.model
Java class for anonymous complex type.
Rules() - Constructor for class org.cogroo.tools.checker.rules.model.Rules
 
RulesAccess - Interface in org.cogroo.tools.checker.rules.applier
Interface to classes that provides access to rules.
RulesApplier - Class in org.cogroo.tools.checker.rules.applier
Applies error rules to a Sentence object.
RulesApplier(RulesTreesProvider, CogrooTagDictionary) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesApplier
 
RulesException - Exception in org.cogroo.tools.checker.rules.exception
Exception related to the rules mechanism.
RulesException(String) - Constructor for exception org.cogroo.tools.checker.rules.exception.RulesException
 
RulesException(String, Exception) - Constructor for exception org.cogroo.tools.checker.rules.exception.RulesException
 
RulesProperties - Class in org.cogroo.tools.checker.rules.util
This class holds common properties to the rules applier classes.
RulesProvider - Class in org.cogroo.tools.checker.rules.applier
Singleton objetc that provides access to the Rules
RulesProvider(RulesAccess, boolean) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesProvider
Instantiates the singleton.
RulesTree - Class in org.cogroo.tools.checker.rules.applier
Class that defines a Rules tree, which nodes are States
RulesTree(List<State>) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTree
 
RulesTrees - Class in org.cogroo.tools.checker.rules.applier
Give access to the set of RulesTree.
RulesTrees(List<RulesTree>) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTrees
 
RulesTreesAccess - Interface in org.cogroo.tools.checker.rules.applier
Interface to classes that provides access to rules trees.
RulesTreesBuilder - Class in org.cogroo.tools.checker.rules.applier
This class builds rules trees that will be used to match mistakes in the sentences.
RulesTreesBuilder(RulesProvider) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTreesBuilder
 
RulesTreesBuilder(RulesProvider, long[]) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTreesBuilder
 
RulesTreesFromScratchAccess - Class in org.cogroo.tools.checker.rules.applier
Creates an empty RulesTrees that could be populated with data from XML file.
RulesTreesFromScratchAccess(RulesTreesBuilder) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTreesFromScratchAccess
 
RulesTreesPrinter - Class in org.cogroo.tools.checker.rules.util
Developement Print serialized rules to a file.
RulesTreesPrinter() - Constructor for class org.cogroo.tools.checker.rules.util.RulesTreesPrinter
 
RulesTreesProvider - Class in org.cogroo.tools.checker.rules.applier
Decides if the rules trees must be obtained from a serialized file or if they must be built from scratch.
RulesTreesProvider(RulesTreesAccess, boolean) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTreesProvider
 
RulesTreesSerializedAccess - Class in org.cogroo.tools.checker.rules.applier
Read the rules from a serialized file (faster)
RulesTreesSerializedAccess(String) - Constructor for class org.cogroo.tools.checker.rules.applier.RulesTreesSerializedAccess
 
RulesTreesSerializer - Class in org.cogroo.tools.checker.rules.util
Loads the rules from XML and persist to a binary file.
RulesTreesSerializer() - Constructor for class org.cogroo.tools.checker.rules.util.RulesTreesSerializer
 
RulesXmlAccess - Class in org.cogroo.tools.checker.rules.applier
Class that provides access to the rules read from a xml file.
RuleType - Enum in org.cogroo.tools.checker
 
RuleUtils - Class in org.cogroo.tools.checker.rules.util
Set of utility methods, mostly to convert a rule element to a human readable string.
RuleUtils() - Constructor for class org.cogroo.tools.checker.rules.util.RuleUtils
 
RuleUtils.RuleInfo - Enum in org.cogroo.tools.checker.rules.util
 
RuleValidatorUtil - Class in org.cogroo.tools.checker.rules.validator
 
RuleValidatorUtil() - Constructor for class org.cogroo.tools.checker.rules.validator.RuleValidatorUtil
 
run(String[]) - Method in class org.cogroo.gc.cmdline.dictionary.POSDictionaryBuilderTool
 
run(String[]) - Method in class org.cogroo.gc.cmdline.dictionary.TabSeparatedPOSDictionaryBuilderTool
 
run(String[]) - Method in class org.cogroo.gc.cmdline.grammarchecker.ExamplesTool
 
run(String[]) - Method in class org.cogroo.gc.cmdline.grammarchecker.GrammarCheckerTool
 
run(String[]) - Method in class org.cogroo.gc.cmdline.grammarchecker.TextAnalyzerTool
 
run(String[]) - Method in class org.cogroo.gc.cmdline.grammarchecker.XMLRulesReportTool
 

S

Sentence - Class in org.cogroo.entities
Data structure that represents a natural language sentence.
Sentence() - Constructor for class org.cogroo.entities.Sentence
 
Sentence() - Constructor for class org.cogroo.entities.tree.TextModel.Sentence
 
SentenceAdapter - Class in org.cogroo.tools.checker
 
SentenceAdapter(TagDictionary) - Constructor for class org.cogroo.tools.checker.SentenceAdapter
 
SentenceCogroo - Class in org.cogroo.entities.impl
Adds some String realization to Sentence methods.
SentenceCogroo(List<Token>) - Constructor for class org.cogroo.entities.impl.SentenceCogroo
 
SentenceCogroo(String) - Constructor for class org.cogroo.entities.impl.SentenceCogroo
 
serialize(ErrorReport) - Static method in class org.cogroo.errorreport.ErrorReportAccess
 
serialize(MorphologicalTag) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(ChunkTag) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(SyntacticTag) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.SyntacticFunction) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.ChunkFunction) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Class) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Gender) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Number) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Case) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Person) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Tense) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Mood) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(TagMask.Punctuation) - Method in class org.cogroo.interpreters.FlorestaTagInterpreter
 
serialize(MorphologicalTag) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(ChunkTag) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(SyntacticTag) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.SyntacticFunction) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.ChunkFunction) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Class) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Gender) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Number) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Case) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Person) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Tense) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Mood) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(TagMask.Punctuation) - Method in class org.cogroo.interpreters.JspellTagInterpreter
 
serialize(MorphologicalTag) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(ChunkTag) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(SyntacticTag) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.SyntacticFunction) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.ChunkFunction) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Class) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Gender) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Number) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Case) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Person) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Tense) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Mood) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize(TagMask.Punctuation) - Method in interface org.cogroo.interpreters.TagInterpreter
 
serialize() - Static method in class org.cogroo.tools.checker.rules.util.RulesTreesSerializer
 
serializeIfAbsent() - Static method in class org.cogroo.tools.checker.rules.util.RulesTreesSerializer
 
setA(long) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Swap
Sets the value of the a property.
setActive(boolean) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the active property.
setAnd(Operator) - Method in class org.cogroo.tools.checker.rules.model.Composition
Sets the value of the and property.
setAuthor(String) - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Sets the value of the author property.
setB(long) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Swap
Sets the value of the b property.
setBadInterventions(ErrorReport.BadInterventions) - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Sets the value of the badInterventions property.
setBoundaries(Boundaries) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the boundaries property.
setCase(TagMask.Case) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setCase(TagMask.Case) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the case property.
setCategory(String) - Method in class org.cogroo.tools.errorreport.model.Omission
Sets the value of the category property.
setChunk(Chunk) - Method in class org.cogroo.entities.Token
 
setChunkFunction(TagMask.ChunkFunction) - Method in class org.cogroo.entities.impl.ChunkTag
 
setChunkFunction(TagMask.ChunkFunction) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the chunkFunction property.
setChunks(List<Chunk>) - Method in class org.cogroo.entities.Sentence
Sets the Chunks of this sentence.
setChunkTag(ChunkTag) - Method in class org.cogroo.entities.Token
 
setClassification(BadIntervention.BadInterventionClassification) - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Sets the value of the classification property.
setClazz(TagMask.Class) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setClazz(TagMask.Class) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the clazz property.
setComment(String) - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Sets the value of the comment property.
setComment(String) - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Sets the value of the comment property.
setComment(String) - Method in class org.cogroo.tools.errorreport.model.Omission
Sets the value of the comment property.
setComposition(Composition) - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Sets the value of the composition property.
setCorrect(String) - Method in class org.cogroo.tools.checker.rules.model.Example
Sets the value of the correct property.
setCustomCategory(String) - Method in class org.cogroo.tools.errorreport.model.Omission
Sets the value of the customCategory property.
setDate(XMLGregorianCalendar) - Method in class org.cogroo.tools.checker.rules.model.ModificationHistory
Sets the value of the date property.
setDocumentText(String) - Method in class org.cogroo.entities.Sentence
 
setElement(Element) - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Sets the value of the element property.
setEnd(int) - Method in class org.cogroo.entities.impl.MistakeImpl
 
setEnd(int) - Method in class org.cogroo.tools.errorreport.model.Span
Sets the value of the end property.
setFeatures(String) - Method in class org.cogroo.entities.tree.Leaf
 
setFirstToken(int) - Method in class org.cogroo.entities.Chunk
 
setGender(TagMask.Gender) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setGender(TagMask.Gender) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the gender property.
setGroup(String) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the group property.
setHead(int) - Method in class org.cogroo.entities.HeadedSpan
 
setId(long) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the id property.
setIncorrect(String) - Method in class org.cogroo.tools.checker.rules.model.Example
Sets the value of the incorrect property.
setIndex(long) - Method in class org.cogroo.tools.checker.rules.model.Reference
Sets the value of the index property.
setIndex(long) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Sets the value of the index property.
setIndex(long) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Sets the value of the index property.
setIndex(long) - Method in class org.cogroo.tools.checker.rules.model.TagReference
Sets the value of the index property.
setIsChunkHead(boolean) - Method in class org.cogroo.entities.tree.Leaf
 
setKey(String) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Sets the value of the key property.
setLemma(String[]) - Method in class org.cogroo.entities.tree.Leaf
 
setLevel(int) - Method in class org.cogroo.entities.tree.TreeElement
 
setLexeme(String) - Method in class org.cogroo.entities.impl.TokenCogroo
 
setLexeme(String) - Method in class org.cogroo.entities.Token
 
setLexeme(String) - Method in class org.cogroo.entities.tree.Leaf
 
setLexeme(String) - Method in class org.cogroo.tools.checker.rules.applier.NullToken
 
setLexeme(String) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Sets the value of the lexeme property.
setLexemeMask(String) - Method in class org.cogroo.tools.checker.rules.model.Mask
Sets the value of the lexemeMask property.
setLower(int) - Method in class org.cogroo.tools.checker.rules.model.Boundaries
Sets the value of the lower property.
setMeaning(String) - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
setMessage(String) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the message property.
setMethod(Rule.Method) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the method property.
setMistakes(List<Mistake>) - Method in class org.cogroo.checker.CheckDocument
 
setMood(TagMask.Mood) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setMood(TagMask.Mood) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the mood property.
setMorphologicalTag(MorphologicalTag) - Method in class org.cogroo.entities.Chunk
 
setMorphologicalTag(MorphologicalTag) - Method in class org.cogroo.entities.impl.ChunkCogroo
 
setMorphologicalTag(MorphologicalTag) - Method in class org.cogroo.entities.Token
 
setMorphologicalTag(String) - Method in class org.cogroo.entities.tree.TreeElement
 
setNegated(Boolean) - Method in class org.cogroo.tools.checker.rules.model.Element
Sets the value of the negated property.
setNumber(TagMask.Number) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setNumber(TagMask.Number) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the number property.
setObjects(String) - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
setOffset(int) - Method in class org.cogroo.entities.Sentence
 
setOmissions(ErrorReport.Omissions) - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Sets the value of the omissions property.
setOptional(Boolean) - Method in class org.cogroo.tools.checker.rules.model.PatternElement
Sets the value of the optional property.
setOr(Operator) - Method in class org.cogroo.tools.checker.rules.model.Composition
Sets the value of the or property.
setOutOfBounds(String) - Method in class org.cogroo.tools.checker.rules.model.Mask
Sets the value of the outOfBounds property.
setPattern(Pattern) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the pattern property.
setPerson(TagMask.Person) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setPerson(TagMask.Person) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the person property.
setPreposition(String) - Method in class org.cogroo.tools.checker.rules.verbs.Prep
 
setPrimitive(String[]) - Method in class org.cogroo.entities.Token
 
setPrimitiveAndGeneralize(Token, CogrooTagDictionary) - Static method in class org.cogroo.tools.checker.SentenceAdapter
 
setPrimitiveMask(String) - Method in class org.cogroo.tools.checker.rules.model.Mask
Sets the value of the primitiveMask property.
setPriority(Long) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the priority property.
setPunctuation(TagMask.Punctuation) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setPunctuation(TagMask.Punctuation) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the punctuation property.
setReadFromSerialized(boolean) - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
setReference(Reference) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Sets the value of the reference property.
setReplaceBy(String) - Method in class org.cogroo.tools.errorreport.model.Omission
Sets the value of the replaceBy property.
setRereadRules(boolean) - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
setRoot(Node) - Method in class org.cogroo.entities.Sentence
 
setRootFolder(String) - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
This resets all paths!
setRule(String) - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Sets the value of the rule property.
setRule(int) - Method in class org.cogroo.tools.errorreport.model.IgnoreError
Sets the value of the rule property.
setRulesFile(String) - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
setSchemaFile(String) - Static method in class org.cogroo.tools.checker.rules.util.RulesProperties
 
setSentence(String) - Method in class org.cogroo.entities.Sentence
Sets the original sentence.
setSentencesLegacy(List<Sentence>) - Method in class org.cogroo.checker.CheckDocument
 
setShortMessage(String) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the shortMessage property.
setSpan(Span) - Method in class org.cogroo.entities.Sentence
 
setSpan(Span) - Method in class org.cogroo.entities.Token
 
setSpan(Span) - Method in class org.cogroo.tools.errorreport.model.BadIntervention
Sets the value of the span property.
setSpan(Span) - Method in class org.cogroo.tools.errorreport.model.IgnoreError
Sets the value of the span property.
setSpan(Span) - Method in class org.cogroo.tools.errorreport.model.Omission
Sets the value of the span property.
setStart(int) - Method in class org.cogroo.entities.impl.MistakeImpl
 
setStart(int) - Method in class org.cogroo.tools.errorreport.model.Span
Sets the value of the start property.
setSuggestionAsString(String) - Method in class org.cogroo.tools.checker.rules.model.Suggestion
Sets the value of the suggestionAsString property.
setSuggestions(String[]) - Method in class org.cogroo.entities.impl.MistakeImpl
 
setSuggestions(String[]) - Method in interface org.cogroo.entities.Mistake
 
setSyntacticChunk(SyntacticChunk) - Method in class org.cogroo.entities.Token
 
setSyntacticChunks(List<SyntacticChunk>) - Method in class org.cogroo.entities.Sentence
 
setSyntacticFunction(TagMask.SyntacticFunction) - Method in class org.cogroo.entities.impl.SyntacticTag
 
setSyntacticFunction(TagMask.SyntacticFunction) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the syntacticFunction property.
setSyntacticTag(SyntacticTag) - Method in class org.cogroo.entities.SyntacticChunk
 
setSyntacticTag(String) - Method in class org.cogroo.entities.tree.TreeElement
 
setTagMask(TagMask) - Method in class org.cogroo.tools.checker.rules.model.Mask
Sets the value of the tagMask property.
setTagMask(TagMask) - Method in class org.cogroo.tools.checker.rules.model.TagReference
Sets the value of the tagMask property.
setTagReference(Reference) - Method in class org.cogroo.tools.checker.rules.model.Mask
Sets the value of the tagReference property.
setTagReference(TagReference) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.Replace
Sets the value of the tagReference property.
setTense(TagMask.Tense) - Method in class org.cogroo.entities.impl.MorphologicalTag
 
setTense(TagMask.Tense) - Method in class org.cogroo.tools.checker.rules.model.TagMask
Sets the value of the tense property.
setText(String) - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Sets the value of the text property.
setTextSentence(Sentence) - Method in class org.cogroo.entities.Sentence
 
setTokens(List<Token>) - Method in class org.cogroo.entities.Sentence
Sets the Tokens of this sentence.
setType(String) - Method in class org.cogroo.entities.Chunk
 
setType(String) - Method in class org.cogroo.tools.checker.rules.model.Rule
Sets the value of the type property.
setUpper(int) - Method in class org.cogroo.tools.checker.rules.model.Boundaries
Sets the value of the upper property.
setValue(String) - Method in class org.cogroo.tools.checker.rules.model.Suggestion.ReplaceMapping
Sets the value of the value property.
setVersion(String) - Method in class org.cogroo.tools.errorreport.model.ErrorReport
Sets the value of the version property.
SpaceChecker - Class in org.cogroo.tools.checker.checkers
 
SpaceChecker(Dictionary) - Constructor for class org.cogroo.tools.checker.checkers.SpaceChecker
 
SPAN - Static variable in class org.cogroo.entities.tree.TextModel
 
Span - Class in org.cogroo.tools.errorreport.model
Java class for Span complex type.
Span() - Constructor for class org.cogroo.tools.errorreport.model.Span
 
State - Class in org.cogroo.tools.checker.rules.applier
A state, which is part of rules DFA.
State(int, PatternElement) - Constructor for class org.cogroo.tools.checker.rules.applier.State
 
SUBJECT_VERB_TREE - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
Index of the tree that matches rules between the subject and verb.
Suggestion - Class in org.cogroo.tools.checker.rules.model
Template to suggest a way to correct a grammar mistake Java class for Suggestion complex type.
Suggestion() - Constructor for class org.cogroo.tools.checker.rules.model.Suggestion
 
Suggestion.Replace - Class in org.cogroo.tools.checker.rules.model
Java class for anonymous complex type.
Suggestion.ReplaceMapping - Class in org.cogroo.tools.checker.rules.model
Java class for anonymous complex type.
Suggestion.Swap - Class in org.cogroo.tools.checker.rules.model
Java class for anonymous complex type.
SuggestionBuilder - Class in org.cogroo.tools.checker.rules.applier
This class makes suggestions to correct the mistakes.
SuggestionBuilder(CogrooTagDictionary) - Constructor for class org.cogroo.tools.checker.rules.applier.SuggestionBuilder
 
Swap() - Constructor for class org.cogroo.tools.checker.rules.model.Suggestion.Swap
 
SYNTACTIC_FUNCTION - Static variable in class org.cogroo.entities.tree.TextModel
 
SyntacticChunk - Class in org.cogroo.entities
Initially a subject or verb group of Chunks
SyntacticChunk(List<Chunk>) - Constructor for class org.cogroo.entities.SyntacticChunk
 
SyntacticTag - Class in org.cogroo.entities.impl
Implements a Tag for shallow-parser annotation
SyntacticTag() - Constructor for class org.cogroo.entities.impl.SyntacticTag
 

T

TabSeparatedPOSDictionaryBuilderTool - Class in org.cogroo.gc.cmdline.dictionary
 
TabSeparatedPOSDictionaryBuilderTool() - Constructor for class org.cogroo.gc.cmdline.dictionary.TabSeparatedPOSDictionaryBuilderTool
 
Tag - Class in org.cogroo.entities
Represents a classification of a token (or chunk) according to its morphological or syntactical classification.
Tag() - Constructor for class org.cogroo.entities.Tag
 
TagDictionary - Class in org.cogroo.tools.checker.rules.dictionary
Provides access to the FSA tag dictionary
TagDictionary(LexicalDictionary, boolean, TagInterpreter) - Constructor for class org.cogroo.tools.checker.rules.dictionary.TagDictionary
 
TagInterpreter - Interface in org.cogroo.interpreters
 
TagMask - Class in org.cogroo.tools.checker.rules.model
A mask for a tag Java class for TagMask complex type.
TagMask() - Constructor for class org.cogroo.tools.checker.rules.model.TagMask
 
TagMask.Case - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.ChunkFunction - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Class - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Gender - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Mood - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Number - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Person - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Punctuation - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.SyntacticFunction - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMask.Tense - Enum in org.cogroo.tools.checker.rules.model
Java class for null.
TagMaskUtils - Class in org.cogroo.tools.checker.rules.util
Utility methods to work with TagMasks.
TagMaskUtils() - Constructor for class org.cogroo.tools.checker.rules.util.TagMaskUtils
 
TagReference - Class in org.cogroo.tools.checker.rules.model
References a tag from a different token Java class for TagReference complex type.
TagReference() - Constructor for class org.cogroo.tools.checker.rules.model.TagReference
 
Text() - Constructor for class org.cogroo.entities.tree.TextModel.Text
 
TextAnalyzerTool - Class in org.cogroo.gc.cmdline.grammarchecker
 
TextAnalyzerTool() - Constructor for class org.cogroo.gc.cmdline.grammarchecker.TextAnalyzerTool
 
TextModel - Class in org.cogroo.entities.tree
 
TextModel(Sentence) - Constructor for class org.cogroo.entities.tree.TextModel
 
TextModel.Chunk - Class in org.cogroo.entities.tree
 
TextModel.Sentence - Class in org.cogroo.entities.tree
 
TextModel.Text - Class in org.cogroo.entities.tree
 
TextModel.Token - Class in org.cogroo.entities.tree
 
Token - Class in org.cogroo.entities
A token is the smallest annotated unit of the text.
Token() - Constructor for class org.cogroo.entities.Token
Constructs a token without a lexeme and with a default span (0, 0).
Token(Span) - Constructor for class org.cogroo.entities.Token
Constructs a token with the given span.
Token(int, int) - Constructor for class org.cogroo.entities.Token
Constructs a token without a lexeme and with the given span indexes.
Token() - Constructor for class org.cogroo.entities.tree.TextModel.Token
 
TokenCogroo - Class in org.cogroo.entities.impl
Extend Token to make it mutable.
TokenCogroo(Span) - Constructor for class org.cogroo.entities.impl.TokenCogroo
 
TokenCogroo(String, Span) - Constructor for class org.cogroo.entities.impl.TokenCogroo
 
TokenCogroo(String, int) - Constructor for class org.cogroo.entities.impl.TokenCogroo
 
TokenGroup - Interface in org.cogroo.entities
A Token group.
toPlainText() - Method in class org.cogroo.entities.Chunk
Gets the representation of the sentence as a plain text.
toPlainText() - Method in class org.cogroo.entities.impl.ChunkCogroo
 
toPlainText() - Method in class org.cogroo.entities.impl.SentenceCogroo
An implementation of toPlainText method.
toPlainText() - Method in class org.cogroo.entities.Sentence
Gets the representation of the sentence as a plain text.
toPlainText() - Method in class org.cogroo.entities.SyntacticChunk
 
toString() - Method in class org.cogroo.checker.CheckDocument
 
toString() - Method in class org.cogroo.entities.Chunk
 
toString() - Method in class org.cogroo.entities.HeadedSpan
Generates a human readable string.
toString() - Method in class org.cogroo.entities.impl.ChunkTag
 
toString() - Method in class org.cogroo.entities.impl.MistakeImpl
 
toString() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
toString() - Method in class org.cogroo.entities.impl.SyntacticTag
 
toString() - Method in class org.cogroo.entities.Sentence
 
toString() - Method in class org.cogroo.entities.SyntacticChunk
 
toString() - Method in class org.cogroo.entities.Token
 
toString() - Method in class org.cogroo.entities.tree.Leaf
 
toString() - Method in class org.cogroo.entities.tree.Node
 
toString() - Method in class org.cogroo.tools.checker.rules.applier.NullSyntacticChunk
 
toString() - Method in class org.cogroo.tools.checker.rules.applier.NullToken
 
toString() - Method in class org.cogroo.tools.checker.rules.applier.State
 
toSyntaxTree() - Method in class org.cogroo.entities.tree.Leaf
 
toSyntaxTree() - Method in class org.cogroo.entities.tree.Node
 
toSyntaxTree() - Method in class org.cogroo.entities.tree.TreeElement
 
toVerboseString() - Method in class org.cogroo.entities.impl.ChunkTag
 
toVerboseString() - Method in class org.cogroo.entities.impl.MorphologicalTag
 
toVerboseString() - Method in class org.cogroo.entities.impl.SyntacticTag
 
toVerboseString() - Method in class org.cogroo.entities.Tag
 
translate(String) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
 
TreeElement - Class in org.cogroo.entities.tree
 
TreeElement() - Constructor for class org.cogroo.entities.tree.TreeElement
 
TypedChecker - Interface in org.cogroo.tools.checker
 
TypedCheckerComposite - Class in org.cogroo.tools.checker
 
TypedCheckerComposite(List<TypedChecker>, boolean) - Constructor for class org.cogroo.tools.checker.TypedCheckerComposite
 

U

useCasedString(String, String) - Static method in class org.cogroo.tools.checker.rules.util.RuleUtils
Checks the case of the first char from replaceable and changes the first char from the replacement accordingly.

V

validate() - Method in class org.cogroo.tools.checker.rules.applier.RulesXmlAccess
Checks the xml against the xsd.
value() - Method in enum org.cogroo.tools.checker.rules.model.Reference.Property
 
value() - Method in enum org.cogroo.tools.checker.rules.model.Rule.Method
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Case
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.ChunkFunction
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Class
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Gender
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Mood
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Number
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Person
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Punctuation
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.SyntacticFunction
 
value() - Method in enum org.cogroo.tools.checker.rules.model.TagMask.Tense
 
value() - Method in enum org.cogroo.tools.errorreport.model.BadIntervention.BadInterventionClassification
 
valueOf(String) - Static method in enum org.cogroo.entities.LexemeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.Reference.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.Rule.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Case
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.ChunkFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Class
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Mood
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Number
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Person
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Punctuation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.SyntacticFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Tense
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.rules.util.RuleUtils.RuleInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.checker.RuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cogroo.tools.errorreport.model.BadIntervention.BadInterventionClassification
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cogroo.entities.LexemeTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.Reference.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.Rule.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Case
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.ChunkFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Class
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Mood
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Number
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Person
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Punctuation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.SyntacticFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.model.TagMask.Tense
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.rules.util.RuleUtils.RuleInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.checker.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cogroo.tools.errorreport.model.BadIntervention.BadInterventionClassification
Returns an array containing the constants of this enum type, in the order they are declared.
VerbPlusPreps - Class in org.cogroo.tools.checker.rules.verbs
 
VerbPlusPreps(List<Prep>) - Constructor for class org.cogroo.tools.checker.rules.verbs.VerbPlusPreps
 
Verbs - Class in org.cogroo.tools.checker.rules.verbs
The Verbs class reads a verb's list as input and turns it into a List
Verbs() - Constructor for class org.cogroo.tools.checker.rules.verbs.Verbs
 

W

wordExists(String) - Method in class org.cogroo.tools.checker.rules.dictionary.FSALexicalDictionary
 
wordExists(String) - Method in interface org.cogroo.tools.checker.rules.dictionary.LexicalDictionary
 

X

XML_FILE_ENCODING - Static variable in class org.cogroo.tools.checker.rules.util.RulesProperties
 
XMLRuleDefinition - Class in org.cogroo.tools.checker.rules.applier
 
XMLRuleDefinition(String, Rule) - Constructor for class org.cogroo.tools.checker.rules.applier.XMLRuleDefinition
 
XMLRulesReportTool - Class in org.cogroo.gc.cmdline.grammarchecker
 
XMLRulesReportTool() - Constructor for class org.cogroo.gc.cmdline.grammarchecker.XMLRulesReportTool
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2012–2017 CoGrOO. All rights reserved.