A B C D E F G H I J L M N O P Q R S T U V W _

A

AboutDialog - Class in de.danielnaber.languagetool.gui
 
AboutDialog(ResourceBundle) - Constructor for class AboutDialog
 
AbstractPunctuationCheckRule - Class in de.danielnaber.languagetool.rules
A rule that matches "
AbstractPunctuationCheckRule(ResourceBundle) - Constructor for class AbstractPunctuationCheckRule
 
actionPerformed(ActionEvent) - Method in class ConfigurationDialog
 
actionPerformed(ActionEvent) - Method in class LanguageManagerDialog
 
actionPerformed(ActionEvent) - Method in class Main
 
actionPerformed(ActionEvent) - Method in class OOoDialog
 
activateDefaultFalseFriendRules() - Method in class JLanguageTool
Loads and activates the false friend rules from rules/false-friends.xml.
activateDefaultPatternRules() - Method in class JLanguageTool
Loads and activates the pattern rules from rules/<language>/grammar.xml.
addLinguServiceEventListener(XLinguServiceEventListener) - Method in class Main
Add a listener that allow re-checking the document after changing the options in the configuration dialog box.
addReading(AnalyzedToken) - Method in class AnalyzedTokenReadings
 
addRule(Rule) - Method in class JLanguageTool
Add a rule to be used by the next call to JLanguageTool.check(java.lang.String).
addRuleMatch(RuleMatch) - Method in class Rule
Method to add matches.
addSpace(String, Language) - Static method in class StringTools
Adds spaces before words that are not punctuation.
addSuggestionMatch(Match) - Method in class PatternRule
 
ADJEKTIV - Static variable in class GermanToken.POSType
 
AgreementRule - Class in de.danielnaber.languagetool.rules.de
Simple agreement checker for German noun phrases.
AgreementRule(ResourceBundle) - Constructor for class AgreementRule
 
AKKUSATIV - Static variable in class GermanToken.Kasus
 
AnalyzedGermanToken - Class in de.danielnaber.languagetool.tagging.de
One reading of a German word.
AnalyzedGermanToken(String, String, int) - Constructor for class AnalyzedGermanToken
 
AnalyzedGermanToken(String, String, String) - Constructor for class AnalyzedGermanToken
 
AnalyzedGermanTokenReadings - Class in de.danielnaber.languagetool.tagging.de
All possible readings of an analyzed German word.
AnalyzedGermanTokenReadings(AnalyzedGermanToken[]) - Constructor for class AnalyzedGermanTokenReadings
 
AnalyzedGermanTokenReadings(AnalyzedGermanToken) - Constructor for class AnalyzedGermanTokenReadings
 
AnalyzedSentence - Class in de.danielnaber.languagetool
A sentence that has been tokenized and analyzed.
AnalyzedSentence(AnalyzedTokenReadings[]) - Constructor for class AnalyzedSentence
Sets AnalyzedTokenReadings.
AnalyzedToken - Class in de.danielnaber.languagetool
A word (or punctuation, or whitespace) and its part-of-speech tag.
AnalyzedToken(String, String, int) - Constructor for class AnalyzedToken
 
AnalyzedToken(String, String, String) - Constructor for class AnalyzedToken
 
AnalyzedToken(String, String, String, int) - Constructor for class AnalyzedToken
 
AnalyzedTokenReadings - Class in de.danielnaber.languagetool
An array of AnalyzedTokens used to store multiple POS tags and lemmas for a given single token.
AnalyzedTokenReadings(AnalyzedToken[]) - Constructor for class AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedToken) - Constructor for class AnalyzedTokenReadings
 
assureSet(String, String) - Static method in class StringTools
Throw exception if the given string is null or empty or only whitespace.
AvsAnRule - Class in de.danielnaber.languagetool.rules.en
Check if the determiner (if any) preceding a word is: an if the next word starts with a vowel a if the next word does not start with a vowel This rule loads some exceptions from external files (e.g.
AvsAnRule(ResourceBundle) - Constructor for class AvsAnRule
 

B

BaseTagger - Class in de.danielnaber.languagetool.tagging
Base tagger using Lametyzator.
BaseTagger() - Constructor for class BaseTagger
 

C

CaseRule - Class in de.danielnaber.languagetool.rules.de
Check that adjectives and verbs are not written with an uppercase first letter (except at the start of a sentence) and cases like this: Das laufen fällt mir leicht.
CaseRule(ResourceBundle) - Constructor for class CaseRule
 
Category - Class in de.danielnaber.languagetool.rules
 
Category(String, int) - Constructor for class Category
Create a new category with the given name and priority.
Category(String) - Constructor for class Category
Create a new category with the default priority (50).
changeContext(XComponentContext) - Method in class Main
 
check(String) - Method in class JLanguageTool
The main check method.
checkAndGroup(boolean) - Method in class Element
 
checkText(String, JLanguageTool) - Static method in class Tools
 
checkText(String, JLanguageTool, boolean) - Static method in class Tools
 
checkText(String, JLanguageTool, boolean, int) - Static method in class Tools
Check the given text and print results to System.out.
clearMatches() - Method in class Rule
 
CommaWhitespaceRule - Class in de.danielnaber.languagetool.rules
A rule that matches commas and closing parenthesis preceded by whitespace and opening parenthesis followed by whitespace.
CommaWhitespaceRule(ResourceBundle) - Constructor for class CommaWhitespaceRule
 
compareTo(RuleMatch) - Method in class RuleMatch
 
compile(AnalyzedTokenReadings, Synthesizer) - Method in class Element
Prepare Element for matching by formatting its string token and POS (if the Element is supposed to refer to some other token).
CompoundRule - Class in de.danielnaber.languagetool.rules.de
Checks that compounds (if in the list) are not written as separate words.
CompoundRule(ResourceBundle) - Constructor for class CompoundRule
 
CompoundRule - Class in de.danielnaber.languagetool.rules.sv
Checks that compounds (if in the list) are not written as separate words.
CompoundRule(ResourceBundle) - Constructor for class CompoundRule
 
Configuration - Class in de.danielnaber.languagetool.gui
Configuration -- currently this is just a list of disabled rule IDs.
Configuration(File, String) - Constructor for class Configuration
 
Configuration(File) - Constructor for class Configuration
 
ConfigurationDialog - Class in de.danielnaber.languagetool.gui
Dialog that offers the available rules so they can be turned on/off individually.
ConfigurationDialog(Frame, boolean) - Constructor for class ConfigurationDialog
 
Contributor - Class in de.danielnaber.languagetool.language
A person that contributed rules or code to LanguageTool.
convertsCase() - Method in class Match
Used to let LT know that it should change the case of the match.
COUNTRIES - Static variable in class Lithuanian
 
createInstanceWithArgumentsAndContext(Object[], XComponentContext) - Method in class SingletonFactory
 
createInstanceWithContext(XComponentContext) - Method in class SingletonFactory
 
createNullToken(String, int) - Method in class BaseTagger
 
createNullToken(String, int) - Method in class GermanTagger
 
createNullToken(String, int) - Method in interface Tagger
Create the AnalyzedToken used for whitespace and other non-words.
createNullToken(String, int) - Method in class UkrainianMyspellTagger
 
createNullToken(String, int) - Method in class DemoTagger
 
Czech - Class in de.danielnaber.languagetool.language
 
CZECH - Static variable in class Language
 
Czech() - Constructor for class Czech
 
CzechSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers.cs
 
CzechSentenceTokenizer() - Constructor for class CzechSentenceTokenizer
Create a sentence tokenizer.
CzechTagger - Class in de.danielnaber.languagetool.tagging.cs
Czech POS tagger based on FSA morphological dictionaries.
CzechTagger() - Constructor for class CzechTagger
 

D

DashRule - Class in de.danielnaber.languagetool.rules.de
Prüft, dass in Bindestrich-Komposita kein Leerzeichen eingefügt wird (wie z.B. in 'Diäten- Erhöhung').
DashRule(ResourceBundle) - Constructor for class DashRule
 
DATIV - Static variable in class GermanToken.Kasus
 
de.danielnaber.languagetool - package de.danielnaber.languagetool
 
de.danielnaber.languagetool.gui - package de.danielnaber.languagetool.gui
 
de.danielnaber.languagetool.language - package de.danielnaber.languagetool.language
 
de.danielnaber.languagetool.openoffice - package de.danielnaber.languagetool.openoffice
 
de.danielnaber.languagetool.rules - package de.danielnaber.languagetool.rules
 
de.danielnaber.languagetool.rules.de - package de.danielnaber.languagetool.rules.de
 
de.danielnaber.languagetool.rules.en - package de.danielnaber.languagetool.rules.en
 
de.danielnaber.languagetool.rules.fr - package de.danielnaber.languagetool.rules.fr
 
de.danielnaber.languagetool.rules.patterns - package de.danielnaber.languagetool.rules.patterns
 
de.danielnaber.languagetool.rules.pl - package de.danielnaber.languagetool.rules.pl
 
de.danielnaber.languagetool.rules.ru - package de.danielnaber.languagetool.rules.ru
 
de.danielnaber.languagetool.rules.sv - package de.danielnaber.languagetool.rules.sv
 
de.danielnaber.languagetool.rules.uk - package de.danielnaber.languagetool.rules.uk
 
de.danielnaber.languagetool.server - package de.danielnaber.languagetool.server
 
de.danielnaber.languagetool.synthesis - package de.danielnaber.languagetool.synthesis
 
de.danielnaber.languagetool.synthesis.en - package de.danielnaber.languagetool.synthesis.en
 
de.danielnaber.languagetool.synthesis.nl - package de.danielnaber.languagetool.synthesis.nl
 
de.danielnaber.languagetool.synthesis.pl - package de.danielnaber.languagetool.synthesis.pl
 
de.danielnaber.languagetool.tagging - package de.danielnaber.languagetool.tagging
 
de.danielnaber.languagetool.tagging.cs - package de.danielnaber.languagetool.tagging.cs
 
de.danielnaber.languagetool.tagging.de - package de.danielnaber.languagetool.tagging.de
 
de.danielnaber.languagetool.tagging.disambiguation - package de.danielnaber.languagetool.tagging.disambiguation
 
de.danielnaber.languagetool.tagging.disambiguation.pl - package de.danielnaber.languagetool.tagging.disambiguation.pl
 
de.danielnaber.languagetool.tagging.disambiguation.rules - package de.danielnaber.languagetool.tagging.disambiguation.rules
 
de.danielnaber.languagetool.tagging.disambiguation.rules.en - package de.danielnaber.languagetool.tagging.disambiguation.rules.en
 
de.danielnaber.languagetool.tagging.disambiguation.rules.fr - package de.danielnaber.languagetool.tagging.disambiguation.rules.fr
 
de.danielnaber.languagetool.tagging.disambiguation.xx - package de.danielnaber.languagetool.tagging.disambiguation.xx
 
de.danielnaber.languagetool.tagging.en - package de.danielnaber.languagetool.tagging.en
 
de.danielnaber.languagetool.tagging.es - package de.danielnaber.languagetool.tagging.es
 
de.danielnaber.languagetool.tagging.fr - package de.danielnaber.languagetool.tagging.fr
 
de.danielnaber.languagetool.tagging.it - package de.danielnaber.languagetool.tagging.it
 
de.danielnaber.languagetool.tagging.nl - package de.danielnaber.languagetool.tagging.nl
 
de.danielnaber.languagetool.tagging.pl - package de.danielnaber.languagetool.tagging.pl
 
de.danielnaber.languagetool.tagging.ru - package de.danielnaber.languagetool.tagging.ru
 
de.danielnaber.languagetool.tagging.sv - package de.danielnaber.languagetool.tagging.sv
 
de.danielnaber.languagetool.tagging.uk - package de.danielnaber.languagetool.tagging.uk
 
de.danielnaber.languagetool.tagging.xx - package de.danielnaber.languagetool.tagging.xx
 
de.danielnaber.languagetool.tokenizers - package de.danielnaber.languagetool.tokenizers
 
de.danielnaber.languagetool.tokenizers.cs - package de.danielnaber.languagetool.tokenizers.cs
 
de.danielnaber.languagetool.tokenizers.de - package de.danielnaber.languagetool.tokenizers.de
 
de.danielnaber.languagetool.tokenizers.en - package de.danielnaber.languagetool.tokenizers.en
 
de.danielnaber.languagetool.tokenizers.nl - package de.danielnaber.languagetool.tokenizers.nl
 
de.danielnaber.languagetool.tokenizers.pl - package de.danielnaber.languagetool.tokenizers.pl
 
de.danielnaber.languagetool.tools - package de.danielnaber.languagetool.tools
 
DEFAULT_PORT - Static variable in class HTTPServer
The default port on which the server is running (8081).
Demo - Class in de.danielnaber.languagetool.language
 
DEMO - Static variable in class Language
 
Demo() - Constructor for class Demo
 
DemoDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.xx
Trivial disambiguator.
DemoDisambiguator() - Constructor for class DemoDisambiguator
 
DemoTagger - Class in de.danielnaber.languagetool.tagging.xx
A trivial tagger that does nothing than assign null tags to words.
DemoTagger() - Constructor for class DemoTagger
 
demultiplex(Request, Response) - Method in class HTTPServer
 
DETERMINER - Static variable in class GermanToken.POSType
 
disableCategory(String) - Method in class JLanguageTool
Disable a given category so JLanguageTool.check(java.lang.String) won't use it.
disableRule(String) - Method in class JLanguageTool
Disable a given rule so JLanguageTool.check(java.lang.String) won't use it.
disambiguate(AnalyzedSentence) - Method in interface Disambiguator
If possible, filters out the wrong POS tags.
disambiguate(AnalyzedSentence) - Method in class PolishChunker
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end.
disambiguate(AnalyzedSentence) - Method in class EnglishRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class FrenchRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class RuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class DemoDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class TrimDisambiguator
 
DisambiguationPatternRule - Class in de.danielnaber.languagetool.tagging.disambiguation.rules
A Rule that describes a pattern of words or part-of-speech tags used for disambiguation.
DisambiguationRuleLoader - Class in de.danielnaber.languagetool.tagging.disambiguation.rules
Loads DisambiguationPatternRules from a disambiguation rules XML file.
DisambiguationRuleLoader() - Constructor for class DisambiguationRuleLoader
 
Disambiguator - Interface in de.danielnaber.languagetool.tagging.disambiguation
Disambiguator interface.
doGrammarChecking(int, String, Locale, int, int, int[], Locale[]) - Method in class Main
Runs the grammar checker on paragraph text.
DoublePunctuationRule - Class in de.danielnaber.languagetool.rules
A rule that matches ".."
DoublePunctuationRule(ResourceBundle) - Constructor for class DoublePunctuationRule
 
Dutch - Class in de.danielnaber.languagetool.language
 
DUTCH - Static variable in class Language
 
Dutch() - Constructor for class Dutch
 
DutchSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers.nl
 
DutchSentenceTokenizer() - Constructor for class DutchSentenceTokenizer
 
DutchSynthesizer - Class in de.danielnaber.languagetool.synthesis.nl
Dutch word form synthesizer.
DutchSynthesizer() - Constructor for class DutchSynthesizer
 
DutchTagger - Class in de.danielnaber.languagetool.tagging.nl
Dutch tagger.
DutchTagger() - Constructor for class DutchTagger
 

E

Element - Class in de.danielnaber.languagetool.rules.patterns
A part of a pattern.
Element(String, boolean, boolean, boolean) - Constructor for class Element
 
enableDefaultOffRule(String) - Method in class JLanguageTool
Enable a rule that was switched off by default.
enableRule(String) - Method in class JLanguageTool
Re-enable a given rule so JLanguageTool.check(java.lang.String) will use it.
endDocument(int) - Method in class Main
Called when the document check is finished.
endParagraph(int) - Method in class Main
Called to clear the paragraph state.
English - Class in de.danielnaber.languagetool.language
 
ENGLISH - Static variable in class Language
 
English() - Constructor for class English
 
EnglishRule - Class in de.danielnaber.languagetool.rules.en
Abstract base class for rules for the English language.
EnglishRule() - Constructor for class EnglishRule
 
EnglishRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.en
 
EnglishRuleDisambiguator() - Constructor for class EnglishRuleDisambiguator
 
EnglishSynthesizer - Class in de.danielnaber.languagetool.synthesis.en
English word form synthesizer.
EnglishSynthesizer() - Constructor for class EnglishSynthesizer
 
EnglishTagger - Class in de.danielnaber.languagetool.tagging.en
English Part-of-speech tagger.
EnglishTagger() - Constructor for class EnglishTagger
 
EnglishWordTokenizer - Class in de.danielnaber.languagetool.tokenizers.en
Tokenizes a sentence into words.
EnglishWordTokenizer() - Constructor for class EnglishWordTokenizer
 
escapeHTML(String) - Static method in class StringTools
Escapes these characters: less than, bigger than, quote, ampersand.
escapeXML(String) - Static method in class StringTools
Calls escapeHTML(String).

F

FALSE_FRIEND_FILE - Static variable in class JLanguageTool
 
FalseFriendRuleLoader - Class in de.danielnaber.languagetool.rules.patterns
Loads PatternRules from a false friends XML file.
FalseFriendRuleLoader() - Constructor for class FalseFriendRuleLoader
 
FEMININUM - Static variable in class GermanToken.Genus
 
filter(String) - Method in interface TextFilter
 
filterReadings(AnalyzedTokenReadings) - Method in class Match
 
findClasses(ClassLoader, String, String, int, Class, Class) - Static method in class ReflectionUtils
 
French - Class in de.danielnaber.languagetool.language
 
FRENCH - Static variable in class Language
 
French() - Constructor for class French
 
FrenchRule - Class in de.danielnaber.languagetool.rules.fr
Abstract base class for French rules.
FrenchRule() - Constructor for class FrenchRule
 
FrenchRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.fr
 
FrenchRuleDisambiguator() - Constructor for class FrenchRuleDisambiguator
 
FrenchTagger - Class in de.danielnaber.languagetool.tagging.fr
French Tagger Based on inDICO, implemented in FSA.
FrenchTagger() - Constructor for class FrenchTagger
 

G

GENITIV - Static variable in class GermanToken.Kasus
 
German - Class in de.danielnaber.languagetool.language
 
GERMAN - Static variable in class Language
 
German() - Constructor for class German
 
GermanCompoundTokenizer - Class in de.danielnaber.languagetool.tokenizers.de
Split German nouns using the jWordSplitter library.
GermanCompoundTokenizer() - Constructor for class GermanCompoundTokenizer
 
GermanRule - Class in de.danielnaber.languagetool.rules.de
Abstract base class for rules for the German language.
GermanRule() - Constructor for class GermanRule
 
GermanSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers.de
 
GermanSentenceTokenizer() - Constructor for class GermanSentenceTokenizer
 
GermanTagger - Class in de.danielnaber.languagetool.tagging.de
German tagger, requires data file in resource/de/german.dict.
GermanTagger() - Constructor for class GermanTagger
 
GermanToken - Class in de.danielnaber.languagetool.tagging.de
Constants used to describe the properties of German tokens.
GermanToken.Genus - Class in de.danielnaber.languagetool.tagging.de
 
GermanToken.Kasus - Class in de.danielnaber.languagetool.tagging.de
 
GermanToken.Numerus - Class in de.danielnaber.languagetool.tagging.de
 
GermanToken.POSType - Class in de.danielnaber.languagetool.tagging.de
 
getAllRules() - Method in class JLanguageTool
Get all rules for the current language that are built-in or that have been added using JLanguageTool.addRule(de.danielnaber.languagetool.rules.Rule).
getAnalyzedSentence(String) - Method in class JLanguageTool
Tokenizes the given sentence into words and analyzes it.
getAnalyzedToken(int) - Method in class AnalyzedTokenReadings
 
getAndGroup() - Method in class Element
Returns the group of elements linked with AND operator.
getCaseSensitive() - Method in class Element
Whether the element matches case sensitively.
getCasus() - Method in class AnalyzedGermanToken
 
getCategory() - Method in class Rule
 
getColumn() - Method in class RuleMatch
Get the column number in which the match occurs.
getContext(int, int, String) - Static method in class Tools
Get the default context (40 characters) of the given text range, highlighting the range with HTML.
getContext(int, int, String, int) - Static method in class Tools
Get the context (contextSize characters) of the given text range, highlighting the range with HTML code.
getContext(int, int, String, int, String, String) - Static method in class Tools
Get the context (contextSize characters) of the given text range, highlighting the range with the given marker strings, not escaping HTML.
getContext(int, int, String, int, String, String, boolean) - Static method in class Tools
Get the context (contextSize characters) of the given text range, highlighting the range with the given marker strings.
getContext(int, int, String) - Static method in class StringTools
 
getContext(int, int, String, int) - Static method in class StringTools
 
getCorrectExamples() - Method in class Rule
Get example sentences that are correct and thus will not match this rule.
getCorrections() - Method in class IncorrectExample
Return the possible corrections.
getCountryVariants() - Method in class Czech
 
getCountryVariants() - Method in class Demo
 
getCountryVariants() - Method in class Dutch
 
getCountryVariants() - Method in class English
 
getCountryVariants() - Method in class French
 
getCountryVariants() - Method in class German
 
getCountryVariants() - Method in class Language
Get this language's country variants, e.g.
getCountryVariants() - Method in class Italian
 
getCountryVariants() - Method in class Lithuanian
 
getCountryVariants() - Method in class Polish
 
getCountryVariants() - Method in class Russian
 
getCountryVariants() - Method in class Slovenian
 
getCountryVariants() - Method in class Spanish
 
getCountryVariants() - Method in class Swedish
 
getCountryVariants() - Method in class Ukrainian
 
getDescription() - Method in class AbstractPunctuationCheckRule
 
getDescription() - Method in class CommaWhitespaceRule
 
getDescription() - Method in class AgreementRule
 
getDescription() - Method in class CaseRule
 
getDescription() - Method in class CompoundRule
 
getDescription() - Method in class DashRule
 
getDescription() - Method in class WiederVsWiderRule
 
getDescription() - Method in class WordCoherencyRule
 
getDescription() - Method in class DoublePunctuationRule
 
getDescription() - Method in class AvsAnRule
 
getDescription() - Method in class QuestionWhitespaceRule
 
getDescription() - Method in class PatternRule
 
getDescription() - Method in class PolishWordRepeatRule
 
getDescription() - Method in class Rule
 
getDescription() - Method in class CompoundRule
 
getDescription() - Method in class SimpleReplaceRule
 
getDescription() - Method in class UnpairedQuotesBracketsRule
 
getDescription() - Method in class UppercaseSentenceStartRule
 
getDescription() - Method in class WhitespaceRule
 
getDescription() - Method in class WordRepeatRule
 
getDescription() - Method in class DisambiguationPatternRule
 
getDisabledCategories() - Method in class JLanguageTool
Get category ids of the rules that have been explicitly disabled.
getDisabledCategoryNames() - Method in class Configuration
 
getDisabledCategoryNames() - Method in class ConfigurationDialog
 
getDisabledRuleIds() - Method in class Configuration
 
getDisabledRuleIds() - Method in class ConfigurationDialog
 
getDisabledRules() - Method in class JLanguageTool
Get rule ids of the rules that have been explicitly disabled.
getDisambiguator() - Method in class English
 
getDisambiguator() - Method in class French
 
getDisambiguator() - Method in class Language
Get this language's part-of-speech disambiguator implementation.
getDisambiguator() - Method in class Polish
 
getEnabledRuleIds() - Method in class Configuration
 
getEnabledRuleIds() - Method in class ConfigurationDialog
 
getEndColumn() - Method in class RuleMatch
Get the column number in which the match ends.
getEndLine() - Method in class RuleMatch
Get the line number in which the match ends.
getExample() - Method in class IncorrectExample
Return the example that contains the error.
getExternalLanguages() - Static method in class Language
Return languages that are not built-in but have been added manually.
getFromPos() - Method in class RuleMatch
Position of the start of the error (in characters).
getFullStackTrace(Throwable) - Static method in class Tools
Get a stacktrace as a string.
getGenus() - Method in class AnalyzedGermanToken
 
getGermanReadings() - Method in class AnalyzedGermanTokenReadings
 
getId() - Method in class AbstractPunctuationCheckRule
 
getId() - Method in class CommaWhitespaceRule
 
getId() - Method in class AgreementRule
 
getId() - Method in class CaseRule
 
getId() - Method in class CompoundRule
 
getId() - Method in class DashRule
 
getId() - Method in class WiederVsWiderRule
 
getId() - Method in class WordCoherencyRule
 
getId() - Method in class DoublePunctuationRule
 
getId() - Method in class AvsAnRule
 
getId() - Method in class QuestionWhitespaceRule
 
getId() - Method in class PatternRule
 
getId() - Method in class PolishWordRepeatRule
 
getId() - Method in class Rule
 
getId() - Method in class CompoundRule
 
getId() - Method in class SimpleReplaceRule
 
getId() - Method in class UnpairedQuotesBracketsRule
 
getId() - Method in class UppercaseSentenceStartRule
 
getId() - Method in class WhitespaceRule
 
getId() - Method in class WordRepeatRule
 
getId() - Method in class DisambiguationPatternRule
 
getImplementationName() - Method in class Main
 
getIncorrectExamples() - Method in class Rule
Get example sentences that are incorrect and thus will match this rule.
getInputStream(String) - Static method in class Tools
 
getLabel(String) - Static method in class StringTools
Returns translation of the UI element without the control character "&".
getLanguage() - Method in class JLanguageTool
Get the language that was used to configure this instance.
getLanguageForName(String) - Static method in class Language
Get the Language object for the given language name.
getLanguageForShortName(String) - Static method in class Language
Get the Language object for the given short language name.
getLemma() - Method in class AnalyzedToken
 
getLine() - Method in class RuleMatch
Get the line number in which the match occurs.
getLocale() - Method in class Czech
 
getLocale() - Method in class Demo
 
getLocale() - Method in class Dutch
 
getLocale() - Method in class English
 
getLocale() - Method in class French
 
getLocale() - Method in class German
 
getLocale() - Method in class Language
Get this language's Java locale.
getLocale() - Method in class Italian
 
getLocale() - Method in class Lithuanian
 
getLocale() - Method in class Polish
 
getLocale() - Method in class Russian
 
getLocale() - Method in class Slovenian
 
getLocale() - Method in class Spanish
 
getLocale() - Method in class Swedish
 
getLocale() - Method in class Ukrainian
 
getLocales() - Method in class Main
 
getMaintainers() - Method in class Czech
 
getMaintainers() - Method in class Demo
 
getMaintainers() - Method in class Dutch
 
getMaintainers() - Method in class English
 
getMaintainers() - Method in class French
 
getMaintainers() - Method in class German
 
getMaintainers() - Method in class Language
Get the name(s) of the maintainer(s) for this language or null.
getMaintainers() - Method in class Italian
 
getMaintainers() - Method in class Lithuanian
 
getMaintainers() - Method in class Polish
 
getMaintainers() - Method in class Russian
 
getMaintainers() - Method in class Slovenian
 
getMaintainers() - Method in class Spanish
 
getMaintainers() - Method in class Swedish
 
getMaintainers() - Method in class Ukrainian
 
getMatch() - Method in class Element
 
getMatches() - Method in class Rule
 
getMatchesIndex() - Method in class Rule
 
getMessage() - Method in class PatternRule
 
getMessage() - Method in class RuleMatch
A short human-readable explanation describing the error.
getMessageBundle() - Static method in class JLanguageTool
Gets the ResourceBundle for the default language of the user's system.
getMnemonic(String) - Static method in class StringTools
Returns mnemonic of a UI element.
getMotherTongue() - Method in class Configuration
 
getMotherTongue() - Method in class ConfigurationDialog
 
getName() - Method in class Contributor
 
getName() - Method in class Czech
 
getName() - Method in class Demo
 
getName() - Method in class Dutch
 
getName() - Method in class English
 
getName() - Method in class French
 
getName() - Method in class German
 
getName() - Method in class Language
Get this language's name in English, e.g.
getName() - Method in class Italian
 
getName() - Method in class Lithuanian
 
getName() - Method in class Polish
 
getName() - Method in class Russian
 
getName() - Method in class Slovenian
 
getName() - Method in class Spanish
 
getName() - Method in class Swedish
 
getName() - Method in class Ukrainian
 
getName() - Method in class Category
 
getNegation() - Method in class Element
see Element.setNegation(boolean)
getNumerus() - Method in class AnalyzedGermanToken
 
getOffset() - Method in class RuleMatch
Get the character offset at which the match occurs.
getOOoLabel(String) - Static method in class StringTools
Returns the UI element string with mnemonics encoded in OpenOffice.org convention (using "~").
getOriginalPosition(int) - Method in class AnalyzedSentence
Get a position of a non-whitespace token in the original sentence with whitespace.
getPhraseName() - Method in class Element
Gets the phrase the element is in.
getPOSTag() - Method in class AnalyzedToken
 
getPosTagCorrection(String) - Method in class EnglishSynthesizer
 
getPosTagCorrection(String) - Method in class DutchSynthesizer
 
getPosTagCorrection(String) - Method in class PolishSynthesizer
 
getPosTagCorrection(String) - Method in interface Synthesizer
Gets a corrected version of the POS tag used for synthesis.
getPriority() - Method in class Category
 
getReadings() - Method in class AnalyzedTokenReadings
 
getReadingsLength() - Method in class AnalyzedTokenReadings
 
getRelevantRuleIDs() - Method in class Czech
 
getRelevantRuleIDs() - Method in class Demo
 
getRelevantRuleIDs() - Method in class Dutch
 
getRelevantRuleIDs() - Method in class English
 
getRelevantRuleIDs() - Method in class French
 
getRelevantRuleIDs() - Method in class German
 
getRelevantRuleIDs() - Method in class Language
Get the IDs of the global rules that should run for texts in this language or null.
getRelevantRuleIDs() - Method in class Italian
 
getRelevantRuleIDs() - Method in class Lithuanian
 
getRelevantRuleIDs() - Method in class Polish
 
getRelevantRuleIDs() - Method in class Russian
 
getRelevantRuleIDs() - Method in class Slovenian
 
getRelevantRuleIDs() - Method in class Spanish
 
getRelevantRuleIDs() - Method in class Swedish
 
getRelevantRuleIDs() - Method in class Ukrainian
 
getRemark() - Method in class Contributor
 
getRule() - Method in class RuleMatch
 
getRuleFileName() - Method in class Language
Get the location of the rule file.
getRules(InputStream, Language, Language) - Method in class FalseFriendRuleLoader
 
getRules(InputStream, String) - Method in class PatternRuleLoader
 
getRules(InputStream) - Method in class DisambiguationRuleLoader
 
getRunServer() - Method in class Configuration
 
getRunServer() - Method in class ConfigurationDialog
 
getSentenceCount() - Method in class JLanguageTool
Number of sentences the latest call to check() has checked.
getSentenceTokenizer() - Method in class Czech
 
getSentenceTokenizer() - Method in class Dutch
 
getSentenceTokenizer() - Method in class German
 
getSentenceTokenizer() - Method in class Language
Get this language's sentence tokenizer implementation.
getSentenceTokenizer() - Method in class Polish
 
getServerPort() - Method in class Configuration
 
getServerPort() - Method in class ConfigurationDialog
 
g