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
 
AbstractCompoundRule - Class in de.danielnaber.languagetool.rules
Checks that compounds (if in the list) are not written as separate words.
AbstractCompoundRule(ResourceBundle) - Constructor for class AbstractCompoundRule
 
AbstractPatternRule - Class in de.danielnaber.languagetool.rules.patterns
An Abstract Pattern Rule that describes a pattern of words or part-of-speech tags used for PatternRule and DisambiguationPatternRule.
AbstractPatternRule(String, String, Language, List<Element>, boolean) - Constructor for class AbstractPatternRule
 
AbstractPunctuationCheckRule - Class in de.danielnaber.languagetool.rules
A rule that matches "
AbstractPunctuationCheckRule(ResourceBundle) - Constructor for class AbstractPunctuationCheckRule
 
AbstractRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules
Rule-based disambiguator.
AbstractRuleDisambiguator() - Constructor for class AbstractRuleDisambiguator
 
AbstractSimpleReplaceRule - Class in de.danielnaber.languagetool.rules
A rule that matches words or phrases which should not be used and suggests correct ones instead.
AbstractSimpleReplaceRule(ResourceBundle) - Constructor for class AbstractSimpleReplaceRule
 
actionPerformed(ActionEvent) - Method in class ConfigurationDialog
 
actionPerformed(ActionEvent) - Method in class LanguageManagerDialog
 
actionPerformed(ActionEvent) - Method in class Main
 
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.
addMemberAndGroup(AnalyzedToken) - Method in class Element
Enables testing multiple conditions specified by different elements.
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) - 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[], int) - Constructor for class AnalyzedGermanTokenReadings
 
AnalyzedGermanTokenReadings(AnalyzedGermanToken, int) - 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.
AnalyzedSentence(AnalyzedTokenReadings[], int[]) - Constructor for class AnalyzedSentence
 
AnalyzedToken - Class in de.danielnaber.languagetool
A word (or punctuation, or whitespace) and its part-of-speech tag.
AnalyzedToken(String, String, String) - 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[], int) - Constructor for class AnalyzedTokenReadings
 
AnalyzedTokenReadings(List<AnalyzedToken>, int) - Constructor for class AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedToken, int) - Constructor for class AnalyzedTokenReadings
 
asString(CharSequence) - Static method in class StringTools
 
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

BaseSynthesizer - Class in de.danielnaber.languagetool.synthesis
 
BaseSynthesizer(String, String) - Constructor for class BaseSynthesizer
 
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
 
Catalan - Class in de.danielnaber.languagetool.language
 
CATALAN - Static variable in class Language
 
Catalan() - Constructor for class Catalan
 
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.
check(String, boolean, JLanguageTool.paragraphHandling) - 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, int) - Static method in class Tools
 
checkText(String, JLanguageTool, boolean, int) - Static method in class Tools
 
checkText(String, JLanguageTool, boolean, int, int, int, StringTools.XmlPrintMode) - 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.en
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.pl
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.sk
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.
correctText(String, JLanguageTool) - Static method in class Tools
Automatically applies suggestions to the text.
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
 
createToken(String, String) - Method in class BaseTagger
 
createToken(String, String) - Method in class GermanTagger
 
createToken(String, String) - Method in interface Tagger
Create a token specific to the language of the implementing class.
createToken(String, String) - Method in class UkrainianMyspellTagger
 
createToken(String, String) - Method in class DemoTagger
 
Czech - Class in de.danielnaber.languagetool.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

Danish - Class in de.danielnaber.languagetool.language
 
DANISH - Static variable in class Language
 
Danish() - Constructor for class Danish
 
DanishSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers.da
 
DanishSentenceTokenizer() - Constructor for class DanishSentenceTokenizer
 
DanishTagger - Class in de.danielnaber.languagetool.tagging.da
Danish Part-of-speech tagger.
DanishTagger() - Constructor for class DanishTagger
 
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.es - package de.danielnaber.languagetool.rules.es
 
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.ro - package de.danielnaber.languagetool.rules.ro
 
de.danielnaber.languagetool.rules.ru - package de.danielnaber.languagetool.rules.ru
 
de.danielnaber.languagetool.rules.sk - package de.danielnaber.languagetool.rules.sk
 
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.synthesis.ro - package de.danielnaber.languagetool.synthesis.ro
 
de.danielnaber.languagetool.synthesis.ru - package de.danielnaber.languagetool.synthesis.ru
 
de.danielnaber.languagetool.synthesis.sk - package de.danielnaber.languagetool.synthesis.sk
 
de.danielnaber.languagetool.tagging - package de.danielnaber.languagetool.tagging
 
de.danielnaber.languagetool.tagging.cs - package de.danielnaber.languagetool.tagging.cs
 
de.danielnaber.languagetool.tagging.da - package de.danielnaber.languagetool.tagging.da
 
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.rules.nl - package de.danielnaber.languagetool.tagging.disambiguation.rules.nl
 
de.danielnaber.languagetool.tagging.disambiguation.rules.pl - package de.danielnaber.languagetool.tagging.disambiguation.rules.pl
 
de.danielnaber.languagetool.tagging.disambiguation.rules.ro - package de.danielnaber.languagetool.tagging.disambiguation.rules.ro
 
de.danielnaber.languagetool.tagging.disambiguation.rules.ru - package de.danielnaber.languagetool.tagging.disambiguation.rules.ru
 
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.gl - package de.danielnaber.languagetool.tagging.gl
 
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.ro - package de.danielnaber.languagetool.tagging.ro
 
de.danielnaber.languagetool.tagging.ru - package de.danielnaber.languagetool.tagging.ru
 
de.danielnaber.languagetool.tagging.sk - package de.danielnaber.languagetool.tagging.sk
 
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.da - package de.danielnaber.languagetool.tokenizers.da
 
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.gl - package de.danielnaber.languagetool.tokenizers.gl
 
de.danielnaber.languagetool.tokenizers.nl - package de.danielnaber.languagetool.tokenizers.nl
 
de.danielnaber.languagetool.tokenizers.ro - package de.danielnaber.languagetool.tokenizers.ro
 
de.danielnaber.languagetool.tokenizers.ru - package de.danielnaber.languagetool.tokenizers.ru
 
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 (...)
disambiguate(AnalyzedSentence) - Method in class PolishHybridDisambiguator
Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator.
disambiguate(AnalyzedSentence) - Method in class AbstractRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class EnglishRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class FrenchRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class DutchRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class PolishRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class RomanianRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class RussianRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class DemoDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class TrimDisambiguator
 
DisambiguatedExample - Class in de.danielnaber.languagetool.tagging.disambiguation.rules
Disambiguated example.
DisambiguatedExample(String) - Constructor for class DisambiguatedExample
 
DisambiguatedExample(String, String, String) - Constructor for class DisambiguatedExample
 
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.
DisambiguationPatternRule.DisambiguatorAction - Enum in de.danielnaber.languagetool.tagging.disambiguation.rules
Possible disambiguator actions.
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.
doProofreading(String, String, Locale, int, int, PropertyValue[]) - 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
 
DutchRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.nl
 
DutchRuleDisambiguator() - Constructor for class DutchRuleDisambiguator
 
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
 
DutchWordTokenizer - Class in de.danielnaber.languagetool.tokenizers.nl
 
DutchWordTokenizer() - Constructor for class DutchWordTokenizer
 

E

Element - Class in de.danielnaber.languagetool.rules.patterns
A part of a pattern.
Element(String, boolean, boolean, boolean) - Constructor for class Element
Creates Element that is used to match tokens in the text.
ElwithFemRule - Class in de.danielnaber.languagetool.rules.es
Check if the determiner (if any) preceding a feminine noun is "el".
ElwithFemRule(ResourceBundle) - Constructor for class ElwithFemRule
 
empty() - Method in class UnsyncStack
Tests if this stack is empty.
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.
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
 
equals(Object) - Method in class AnalyzedSentence
 
equals(Object) - Method in class AnalyzedToken
 
equals(Object) - Method in class AnalyzedTokenReadings
 
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() - Method in class Match
 
filterXML(String) - Static method in class StringTools
Simple XML filtering routing
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

Galician - Class in de.danielnaber.languagetool.language
 
GALICIAN - Static variable in class Language
 
Galician() - Constructor for class Galician
 
GalicianTagger - Class in de.danielnaber.languagetool.tagging.gl
Galician Part-of-speech tagger.
GalicianTagger() - Constructor for class GalicianTagger
 
GalicianWordTokenizer - Class in de.danielnaber.languagetool.tokenizers.gl
Tokenizes a sentence into words.
GalicianWordTokenizer() - Constructor for class GalicianWordTokenizer
 
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
 
GermanWordRepeatRule - Class in de.danielnaber.languagetool.rules.de
Check if a word is repeated twice, taking into account an exception for German where e.g. "..., die die ..." is often okay.
GermanWordRepeatRule(ResourceBundle, Language) - Constructor for class GermanWordRepeatRule
 
getAllMaintainers(ResourceBundle) - Static method in class Language
Get sorted info about all maintainers.
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).
getAmbiguous() - Method in class DisambiguatedExample
 
getAnalyzedSentence(String) - Method in class JLanguageTool
Tokenizes the given sentence into words and analyzes it, and then disambiguates POS tags.
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 Catalan
 
getCountryVariants() - Method in class Czech
 
getCountryVariants() - Method in class Danish
 
getCountryVariants() - Method in class Demo
 
getCountryVariants() - Method in class Dutch
 
getCountryVariants() - Method in class English
 
getCountryVariants() - Method in class French
 
getCountryVariants() - Method in class Galician
 
getCountryVariants() - Method in class German
 
getCountryVariants() - Method in class Language
Get this language's country variants, e.g.
getCountryVariants() - Method in class Icelandic
 
getCountryVariants() - Method in class Italian
 
getCountryVariants() - Method in class Lithuanian
 
getCountryVariants() - Method in class Polish
 
getCountryVariants() - Method in class Romanian
 
getCountryVariants() - Method in class Russian
 
getCountryVariants() - Method in class Slovak
 
getCountryVariants() - Method in class Slovenian
 
getCountryVariants() - Method in class Spanish
 
getCountryVariants() - Method in class Swedish
 
getCountryVariants() - Method in class Ukrainian
 
getDescription() - Method in class AbstractCompoundRule
 
getDescription() - Method in class AbstractPunctuationCheckRule
 
getDescription() - Method in class AbstractSimpleReplaceRule
 
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 CompoundRule
 
getDescription() - Method in class ElwithFemRule
 
getDescription() - Method in class QuestionWhitespaceRule
 
getDescription() - Method in class AbstractPatternRule
 
getDescription() - Method in class CompoundRule
 
getDescription() - Method in class PolishWordRepeatRule
 
getDescription() - Method in class SimpleReplaceRule
 
getDescription() - Method in class SimpleReplaceRule
 
getDescription() - Method in class RuSimpleReplaceRule
 
getDescription() - Method in class RussianCompoundRule
 
getDescription() - Method in class Rule
 
getDescription() - Method in class CompoundRule
 
getDescription() - Method in class CompoundRule
 
getDescription() - Method in class UnpairedQuotesBracketsRule
 
getDescription() - Method in class UppercaseSentenceStartRule
 
getDescription() - Method in class WhitespaceRule
 
getDescription() - Method in class WordRepeatRule
 
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.
getDisambiguated() - Method in class DisambiguatedExample
Return the possible corrections.
getDisambiguator() - Method in class Dutch
 
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
 
getDisambiguator() - Method in class Romanian
 
getDisambiguator() - Method in class Russian
 
getElements() - Method in class PatternRule
For testing only.
getEnabledRuleIds() - Method in class Configuration
 
getEnabledRuleIds() - Method in class ConfigurationDialog
 
getEncoding() - Method in class AbstractSimpleReplaceRule
 
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.
getExample() - Method in class DisambiguatedExample
Return the example that contains the error.
getExamples() - Method in class DisambiguationPatternRule
 
getExceptionList() - Method in class Element
Since 1.0.0
getExternalLanguages() - Static method in class Language
Return languages that are not built-in but have been added manually.
getFileName() - Method in class AbstractSimpleReplaceRule
 
getFileName() - Method in class SimpleReplaceRule
 
getFileName() - Method in class SimpleReplaceRule
 
getFileName() - Method in class RuSimpleReplaceRule
 
getFileName() - Method in class SimpleReplaceRule
 
getFileName() - Method in class BaseTagger
Get the filename, e.g., /resource/fr/french.dict.
getFileName() - Method in class CzechTagger
 
getFileName() - Method in class DanishTagger
 
getFileName() - Method in class EnglishTagger
 
getFileName() - Method in class SpanishTagger
 
getFileName() - Method in class FrenchTagger
 
getFileName() - Method in class GalicianTagger
 
getFileName() - Method in class ItalianTagger
 
getFileName() - Method in class DutchTagger
 
getFileName() - Method in class PolishTagger
 
getFileName() - Method in class RomanianTagger
 
getFileName() - Method in class RussianTagger
 
getFileName() - Method in class SlovakTagger
 
getFileName() - Method in class SwedishTagger
 
getFileName() - Method in class UkrainianMorfoTagger
 
getFinalUnified() - Method in class Unifier
Used for getting a unified sequence in case when simple test method Unifier.isUnified(de.danielnaber.languagetool.AnalyzedToken, java.lang.String, java.lang.String, boolean, boolean) was used.
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 AbstractCompoundRule
 
getId() - Method in class AbstractPunctuationCheckRule
 
getId() - Method in class AbstractSimpleReplaceRule
 
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 GermanWordRepeatRule
 
getId() - Method in class WiederVsWiderRule
 
getId() - Method in class WordCoherencyRule
 
getId() - Method in class DoublePunctuationRule
 
getId() - Method in class AvsAnRule
 
getId() - Method in class CompoundRule
 
getId() - Method in class ElwithFemRule
 
getId() - Method in class QuestionWhitespaceRule
 
getId() - Method in class AbstractPatternRule
 
getId() - Method in class CompoundRule
 
getId() - Method in class PolishWordRepeatRule
 
getId() - Method in class SimpleReplaceRule
 
getId() - Method in class SimpleReplaceRule
 
getId() - Method in class RuSimpleReplaceRule
 
getId() - Method in class RussianCompoundRule
 
getId() - Method in class Rule
 
getId() - Method in class CompoundRule
 
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
 
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 Catalan
 
getLocale() - Method in class Czech
 
getLocale() - Method in class Danish
 
getLocale() - Method in class Demo
 
getLocale() - Method in class Dutch
 
getLocale() - Method in class English
 
getLocale() - Method in class French
 
getLocale() - Method in class Galician
 
getLocale() - Method in class German
 
getLocale() - Method in class Language
Get this language's Java locale.
getLocale() - Method in class Icelandic
 
getLocale() - Method in class Italian
 
getLocale() - Method in class Lithuanian
 
getLocale() - Method in class Polish
 
getLocale() - Method in class Romanian
 
getLocale() - Method in class Russian
 
getLocale() - Method in class Slovak
 
getLocale() - Method in class Slovenian
 
getLocale() - Method in class Spanish
 
getLocale() - Method in class Swedish
 
getLocale() - Method in class Ukrainian
 
getLocale() - Method in class AbstractSimpleReplaceRule
 
getLocale() - Method in class SimpleReplaceRule
locale used on case-conversion
getLocale() - Method in class SimpleReplaceRule
locale used on case-conversion
getLocale() - Method in class RuSimpleReplaceRule
locale used on case-conversion
getLocales() - Method in class Main
 
getMaintainers() - Method in class Catalan
 
getMaintainers() - Method in class Czech
 
getMaintainers() - Method in class Danish
 
getMaintainers() - Method in class Demo
 
getMaintainers() - Method in class Dutch
 
getMaintainers() - Method in class English
 
getMaintainers() - Method in class French
 
getMaintainers() - Method in class Galician
 
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 Icelandic
 
getMaintainers() - Method in class Italian
 
getMaintainers() - Method in class Lithuanian
 
getMaintainers() - Method in class Polish
 
getMaintainers() - Method in class Romanian
 
getMaintainers() - Method in class Russian
 
getMaintainers() - Method in class Slovak
 
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 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 Catalan
 
getName() - Method in class Contributor
 
getName() - Method in class Czech
 
getName() - Method in class Danish
 
getName() - Method in class Demo
 
getName() - Method in class Dutch
 
getName() - Method in class English
 
getName() - Method in class French
 
getName() - Method in class Galician
 
getName() - Method in class German
 
getName() - Method in class Language
Get this language's name in English, e.g.
getName() - Method in class Icelandic
 
getName() - Method in class Italian
 
getName() - Method in class Lithuanian
 
getName() - Method in class Polish
 
getName() - Method in class Romanian
 
getName() - Method in class Russian
 
getName() - Method in class Slovak
 
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)
getNegation() - Method in class Unifier
 
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.
getPOSNegation() - Method in class Element
Tests whether the POS is negated.
getPOSTag() - Method in class AnalyzedToken
 
getPOStag() - Method in class Element
 
getPosTagCorrection(String) - Method in class BaseSynthesizer
 
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
 
getRawAnalyzedSentence(String) - Method in class JLanguageTool
Tokenizes the given sentence into words and analyzes it.
getReadings() - Method in class AnalyzedTokenReadings
 
getReadingsLength() - Method in class AnalyzedTokenReadings
 
getRelevantRuleIDs() - Method in class Catalan
 
getRelevantRuleIDs() - Method in class Czech
 
getRelevantRuleIDs() - Method in class Danish
 
getRelevantRuleIDs() - Method in class Demo
 
getRelevantRuleIDs() - Method in class Dutch
 
getRelevantRuleIDs() - Method in class English
 
getRelevantRuleIDs() - Method in class French
 
getRelevantRuleIDs() - Method in class Galician
 
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 Icelandic
 
getRelevantRuleIDs() - Method in class Italian
 
getRelevantRuleIDs() - Method in class Lithuanian
 
getRelevantRuleIDs() - Method in class Polish
 
getRelevantRuleIDs() - Method in class Romanian
 
getRelevantRuleIDs() - Method in class Russian
 
getRelevantRuleIDs() - Method in class Slovak
 
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 Danish
 
getSentenceTokenizer() - Method in class Dutch
 
getSentenceTokenizer() - Method in class English
 
getSentenceTokenizer() - Method in class Galician
 
getSentenceTokenizer() - Method in class German
 
getSentenceTokenizer() - Method in class Language
Get this language's sentence tokenizer implementation.
getSentenceTokenizer() - Method in class Icelandic
 
getSentenceTokenizer() - Method in class Polish
 
getSentenceTokenizer() - Method in class Romanian
 
getSentenceTokenizer() - Method in class Russian
 
getSentenceTokenizer() - Method in class Slovak
 
getSentenceTokenizer() - Method in class Slovenian
 
getServerPort() - Method in class Configuration
 
getServerPort() - Method in class ConfigurationDialog
 
getServiceDisplayName(Locale) - Method in class Main
 
getServiceNames() - Static method in class Main
 
getShort() - Method in class AbstractSimpleReplaceRule
 
getShort() - Method in class SimpleReplaceRule
 
getShort() - Method in class SimpleReplaceRule
 
getShort() - Method in class RuSimpleReplaceRule
 
getShortMessage() - Method in class RuleMatch
A shorter human-readable explanation describing the error.
getShortName() - Method in class Catalan
 
getShortName() - Method in class Czech
 
getShortName() - Method in class Danish
 
getShortName() - Method in class Demo
 
getShortName() - Method in class Dutch
 
getShortName() - Method in class English
 
getShortName() - Method in class French
 
getShortName() - Method in class Galician
 
getShortName() - Method in class German
 
getShortName() - Method in class Language
Get this language's two character code, e.g.
getShortName() - Method in class Icelandic
 
getShortName() - Method in class Italian
 
getShortName() - Method in class Lithuanian
 
getShortName() - Method in class Polish
 
getShortName() - Method in class Romanian
 
getShortName() - Method in class Russian
 
getShortName() - Method in class Slovak
 
getShortName() - Method in class Slovenian
 
getShortName() - Method in class Spanish
 
getShortName() - Method in class Swedish
 
getShortName() - Method in class Ukrainian
 
getSkipNext() - Method in class Element
Gets the exception scope length.
getStartPos() - Method in class AnalyzedTokenReadings
 
getStream(String) - Static method in class Tools
Load a file form the classpath using getResourceAsStream().
getString() - Method in class Element
 
getSubId() - Method in class PatternRule
 
getSuggestedReplacements() - Method in class RuleMatch
The text fragments which might be an appropriate fix for the problem.
getSuggestion() - Method in class AbstractSimpleReplaceRule
 
getSuggestion() - Method in class SimpleReplaceRule
 
getSuggestion() - Method in class SimpleReplaceRule
 
getSuggestion() - Method in class RuSimpleReplaceRule
 
getSupportedLanguagesAsXML() - Static method in class HTTPServer
Construct an xml string containing all supported languages.
getSupportedServiceNames() - Method in class Main
 
getSynthesizer() - Method in class Dutch
 
getSynthesizer() - Method in class English
 
getSynthesizer() - Method in class Language
Get this language's part-of-speech synthesizer implementation or null.
getSynthesizer() - Method in class Polish
 
getSynthesizer() - Method in class Romanian
 
getSynthesizer() - Method in class Russian
 
getSynthesizer() - Method in class Slovak
 
getTagger() - Method in class Czech
 
getTagger() - Method in class Danish
 
getTagger() - Method in class Demo
 
getTagger() - Method in class Dutch
 
getTagger() - Method in class English
 
getTagger() - Method in class French
 
getTagger() - Method in class Galician
 
getTagger() - Method in class German
 
getTagger() - Method in class Language
Get this language's part-of-speech tagger implementation.
getTagger() - Method in class Icelandic
 
getTagger() - Method in class Italian
 
getTagger() - Method in class Lithuanian
 
getTagger() - Method in class Polish
 
getTagger() - Method in class Romanian
 
getTagger() - Method in class Russian
 
getTagger() - Method in class Slovak
 
getTagger() - Method in class Spanish
 
getTagger() - Method in class Swedish
 
getTagger() - Method in class Ukrainian
 
getTargetPosTag() - Method in class Match
Format POS tag using parameters already defined in the class.
getToken() - Method in class AnalyzedToken
 
getToken() - Method in class AnalyzedTokenReadings
 
getTokenInflected() - Method in class AnalyzedToken
 
getTokenRef() - Method in class Match
Gets the token number referenced by the match.
getTokens() - Method in class AnalyzedSentence
Returns the AnalyzedTokenReadings of the analyzed text.
getTokensWithoutWhitespace() - Method in class AnalyzedSentence
Returns the AnalyzedTokenReadings of the analyzed text, with whitespace tokens removed but with the artificial SENT_START token included.
getToPos() - Method in class RuleMatch
Position of the end of the error (in characters).
getTranslatedName(ResourceBundle) - Method in class Language
Get the name of the language translated to the current locale, if available.
getType() - Method in class AnalyzedGermanToken
 
getUniFeature() - Method in class Element
 
getUnifiedTokens() - Method in class Unifier
Gets a full sequence of filtered tokens.
getUnifier() - Method in class Language
Get this language's feature unifier.
getUniType() - Method in class Element
 
getUnknownWords() - Method in class JLanguageTool
Get the list of unknown words in the last run of the check() method.
getUntouchedExamples() - Method in class DisambiguationPatternRule
 
getUrl() - Method in class Contributor
 
getWhPositions() - Method in class AnalyzedSentence
 
getWordTokenizer() - Method in class Dutch
 
getWordTokenizer() - Method in class English
 
getWordTokenizer() - Method in class Galician
 
getWordTokenizer() - Method in class Language
Get this language's word tokenizer implementation.
getWordTokenizer() - Method in class Romanian
 

H

hasAndGroup() - Method in class Element
Checks if this element has an AND group associated with it.
hashCode() - Method in class AnalyzedSentence
 
hashCode() - Method in class AnalyzedToken
 
hashCode() - Method in class AnalyzedTokenReadings
 
hasLocale(Locale) - Method in class Main
 
hasPosTag(String) - Method in class AnalyzedTokenReadings
Checks if the token has a particular POS tag.
hasPreviousException() - Method in class Element
Checks if the element has an exception for a previous token.
hasReading(GermanToken.Kasus) - Method in class AnalyzedGermanTokenReadings
 
hasReading(GermanToken.Numerus) - Method in class AnalyzedGermanTokenReadings
 
hasReading(GermanToken.Genus) - Method in class AnalyzedGermanTokenReadings
 
hasReadingOfType(GermanToken.POSType) - Method in class AnalyzedGermanTokenReadings
 
HTTPServer - Class in de.danielnaber.languagetool.server
A small embedded HTTP server that checks text.
HTTPServer() - Constructor for class HTTPServer
Prepare a server - use run() to start it.
HTTPServer(int) - Constructor for class HTTPServer
Prepare a server on the given port - use run() to start it.
HTTPServer(int, boolean) - Constructor for class HTTPServer
Prepare a server on the given port - use run() to start it.

I

Icelandic - Class in de.danielnaber.languagetool.language
 
ICELANDIC - Static variable in class Language
 
Icelandic() - Constructor for class Icelandic
 
ignore(AnalyzedTokenReadings[], int) - Method in class GermanWordRepeatRule
 
ignore(AnalyzedTokenReadings[], int) - Method in class WordRepeatRule
Implement this method to return true if there's a potential word repetition at the current position should be ignored, i.e. if no error should be created.
ignoreRule(String, Locale) - Method in class Main
 
IncorrectExample - Class in de.danielnaber.languagetool.rules
A text, typically a sentence that contains an error.
IncorrectExample(String) - Constructor for class IncorrectExample
 
IncorrectExample(String, String[]) - Constructor for class IncorrectExample
 
IPOSTag - Interface in de.danielnaber.languagetool.tagging.uk
 
isAllUppercase(String) - Static method in class StringTools
Returns true if str is made up of all-uppercase characters (ignoring characters for which no upper-/lowercase distinction exists).
isAndExceptionGroupMatched(AnalyzedToken) - Method in class Element
Enables testing multiple conditions specified by multiple element exceptions.
isCapitalizedWord(String) - Static method in class StringTools
 
isCaseSensitive() - Method in class AbstractSimpleReplaceRule
Indicates if the rule is case-sensitive.
isCaseSensitive() - Method in class SimpleReplaceRule
use case-insensitive matching.
isCaseSensitive() - Method in class SimpleReplaceRule
use case-insensitive matching.
isCaseSensitive() - Method in class RuSimpleReplaceRule
use case-insensitive matching.
isDefaultOff() - Method in class Category
Checks whether the category has been turned off by default by the category author.
isDefaultOff() - Method in class Rule
Checks whether the rule has been turned off by default by the rule author.
isEmpty(String) - Static method in class StringTools
Helper method to replace calls to "".equals().
isExceptionMatched(AnalyzedToken) - Method in class Element
Checks whether an exception matches.
isExceptionMatchedCompletely(AnalyzedToken) - Method in class Element
This method checks exceptions both in AND-group and the token.
isFieldCode() - Method in class AnalyzedTokenReadings
 
isInflected() - Method in class Element
Whether the token is inflected.
isInMatches(int) - Method in class Rule
 
isInMessageOnly() - Method in class Match
 
isInRemoved(RuleMatch) - Method in class Rule
 
isLinebreak() - Method in class AnalyzedTokenReadings
Returns true if the token equals \n, \r\n \n\r or \r\n.
isMatched(AnalyzedToken) - Method in class Element
Checks whether the rule element matches the token given as a parameter.
isMatchedByPreviousException(AnalyzedToken) - Method in class Element
Checks whether an exception for a previous token matches (in case the exception had scope == "previous").
isMatchedByPreviousException(AnalyzedTokenReadings) - Method in class Element
Checks whether an exception for a previous token matches all readings of a given token (in case the exception had scope == "previous").
isMatchedByScopeNextException(AnalyzedToken) - Method in class Element
Checks whether a previously set exception matches (in case the exception had scope == "next").
isMixedCase(String) - Static method in class StringTools
 
isParaEnd() - Method in class AnalyzedTokenReadings
 
isParagraphBackTrack() - Method in class Rule
 
isPartOfPhrase() - Method in class Element
Checks if the Element is in any phrase.
isPositiveNumber(char) - Static method in class StringTools
 
isReferenceElement() - Method in class Element
 
isRegularExpression() - Method in class Element
Tests whether the element matches a regular expression.
isSatisfied(AnalyzedToken, String, String) - Method in class Unifier
Tests if a token has shared features with other tokens.
isSentenceEnd() - Method in class AnalyzedGermanTokenReadings
Return true if the analyzed word is a sentence or paragraph end.
isSentEnd() - Method in class AnalyzedTokenReadings
 
isSentStart() - Method in class AnalyzedTokenReadings
 
isSentStart() - Method in class Element
Checks if the token is a SENT_START.
isSpellChecker() - Method in class Main
LT does not support spell-checking, so we return false.
isUnified() - Method in class Element
 
isUnified(AnalyzedToken, String, String, boolean, boolean) - Method in class Unifier
Tests if the token sequence is unified.
isUniNegated() - Method in class Element
 
isWhitespace() - Method in class AnalyzedTokenReadings
 
isWhitespace(String) - Static method in class StringTools
Checks if a string contains only whitespace, including all Unicode whitespace.
isWhitespaceBefore() - Method in class AnalyzedToken
 
isWhitespaceBefore() - Method in class AnalyzedTokenReadings
 
isWhitespaceBefore(AnalyzedToken) - Method in class Element
 
isWithComplexPhrase() - Method in class PatternRule
Used for testing rules: only one of the set can match.
Italian - Class in de.danielnaber.languagetool.language
 
ITALIAN - Static variable in class Language
 
Italian() - Constructor for class Italian
 
ItalianTagger - Class in de.danielnaber.languagetool.tagging.it
Italian tagger Uses morph-it!
ItalianTagger() - Constructor for class ItalianTagger
 

J

JLanguageTool - Class in de.danielnaber.languagetool
The main class used for checking text against different rules: the built-in rules (a vs.
JLanguageTool(Language) - Constructor for class JLanguageTool
Create a JLanguageTool and setup the built-in rules appropriate for the given language, ignoring false friend hints.
JLanguageTool(Language, Language) - Constructor for class JLanguageTool
Create a JLanguageTool and setup the built-in rules appropriate for the given language.
JLanguageTool.paragraphHandling - Enum in de.danielnaber.languagetool
Constants for correct paragraph-rule handling.

L

Language - Class in de.danielnaber.languagetool
Base class for any supported language (English, German, etc).
Language() - Constructor for class Language
 
LanguageBuilder - Class in de.danielnaber.languagetool.language
Create a language by specifying the language's XML rule file.
LanguageManagerDialog - Class in de.danielnaber.languagetool.gui
 
LanguageManagerDialog(Frame, List<Language>) - Constructor for class LanguageManagerDialog
 
LANGUAGES - Static variable in class Language
All languages supported by LanguageTool.
listToString(Collection<String>, String) - Static method in class StringTools
 
Lithuanian - Class in de.danielnaber.languagetool.language
 
LITHUANIAN - Static variable in class Language
 
Lithuanian() - Constructor for class Lithuanian
 
loadCompoundFile(InputStream, String) - Method in class AbstractCompoundRule
 
loadFalseFriendRules(String) - Method in class JLanguageTool
Load false friend rules from an XML file.
loadPatternRules(String) - Method in class JLanguageTool
Load pattern rules from an XML file.
loadWords(InputStream) - Static method in class SynthesizerTools
 
lookup(String) - Method in class GermanTagger
 
lookup(String) - Method in class ManualTagger
Look up a word's baseform and POS information.
lowercaseFirstChar(String) - Static method in class StringTools
Return str modified so that its first character is now an lowercase character.

M

main(String[]) - Static method in class ConfigurationDialog
For internal testing only.
Main - Class in de.danielnaber.languagetool.gui
A simple GUI to check texts with.
main(String[]) - Static method in class Main
 
Main - Class in de.danielnaber.languagetool.openoffice
 
Main(XComponentContext) - Constructor for class Main
 
main(String[]) - Method in class FalseFriendRuleLoader
Testing only.
main(String[]) - Method in class PatternRuleLoader
Testing only.
main(String[]) - Static method in class HTTPServer
Start the server from command line.
main(String[]) - Static method in class GermanTagger
Test only
main(String[]) - Static method in class SentenceTokenizer
 
makeLanguage(File) - Static method in class LanguageBuilder
Takes an XML file named rules-xx-language.xml, e.g.
makeTexti18n(ResourceBundle, String, Object[]) - Static method in class Tools
 
ManualTagger - Class in de.danielnaber.languagetool.tagging
A tagger that reads the POS information from a plain (UTF-8) text file.
ManualTagger(InputStream) - Constructor for class ManualTagger
 
MASKULINUM - Static variable in class GermanToken.Genus
 
match(AnalyzedSentence) - Method in class AbstractCompoundRule
 
match(AnalyzedSentence) - Method in class AbstractPunctuationCheckRule
 
match(AnalyzedSentence) - Method in class AbstractSimpleReplaceRule
 
match(AnalyzedSentence) - Method in class CommaWhitespaceRule
 
match(AnalyzedSentence) - Method in class AgreementRule
 
match(AnalyzedSentence) - Method in class CaseRule
 
match(AnalyzedSentence) - Method in class DashRule
 
match(AnalyzedSentence) - Method in class WiederVsWiderRule
 
match(AnalyzedSentence) - Method in class WordCoherencyRule
 
match(AnalyzedSentence) - Method in class DoublePunctuationRule
 
match(AnalyzedSentence) - Method in class AvsAnRule
 
match(AnalyzedSentence) - Method in class ElwithFemRule
 
match(AnalyzedSentence) - Method in class QuestionWhitespaceRule
 
match(AnalyzedSentence) - Method in class AbstractPatternRule
 
Match - Class in de.danielnaber.languagetool.rules.patterns
Reference to a matched token in a pattern, can be formatted and used for matching & suggestions.
Match(String, String, boolean, String, String, Match.CaseConversion, boolean) - Constructor for class Match
 
match(AnalyzedSentence) - Method in class PatternRule
 
match(AnalyzedSentence) - Method in class PolishWordRepeatRule
 
match(AnalyzedSentence) - Method in class Rule
Check whether the given text matches this error rule, i.e. whether the text contains this error.
match(AnalyzedSentence) - Method in class CompoundRule
 
match(AnalyzedSentence) - Method in class UnpairedQuotesBracketsRule
 
match(AnalyzedSentence) - Method in class UppercaseSentenceStartRule
 
match(AnalyzedSentence) - Method in class WhitespaceRule
 
match(AnalyzedSentence) - Method in class WordRepeatRule
 
Match.CaseConversion - Enum in de.danielnaber.languagetool.rules.patterns
Possible string case conversions.
MissingJdicException - Exception in de.danielnaber.languagetool.gui
 
MissingJdicException(Throwable) - Constructor for exception MissingJdicException
 

N

NEUTRUM - Static variable in class GermanToken.Genus
 
NOMEN - Static variable in class GermanToken.POSType
 
NOMINATIV - Static variable in class GermanToken.Kasus
 
notComplexPhrase() - Method in class PatternRule
Reset complex status - used for testing.

O

OOoAboutDialog - Class in de.danielnaber.languagetool.openoffice
 
OOoAboutDialog(ResourceBundle, XWindowPeer) - Constructor for class OOoAboutDialog
 
OTHER - Static variable in class GermanToken.Genus
 
OTHER - Static variable in class GermanToken.Kasus
 
OTHER - Static variable in class GermanToken.Numerus
 
OTHER - Static variable in class GermanToken.POSType
 

P

PARAGRAPH_END_TAGNAME - Static variable in class JLanguageTool
 
PARTIZIP - Static variable in class GermanToken.POSType
 
PATTERN_FILE - Static variable in class JLanguageTool
 
PatternRule - Class in de.danielnaber.languagetool.rules.patterns
A Rule that describes a language error as a simple pattern of words or of part-of-speech tags.
PatternRuleLoader - Class in de.danielnaber.languagetool.rules.patterns
Loads PatternRules from an XML file.
PatternRuleLoader() - Constructor for class PatternRuleLoader
 
peek() - Method in class UnsyncStack
Looks at the object at the top of this stack without removing it from the stack.
PLURAL - Static variable in class GermanToken.Numerus
 
Polish - Class in de.danielnaber.languagetool.language
 
POLISH - Static variable in class Language
 
Polish() - Constructor for class Polish
 
POLISH_SIMPLE_REPLACE_RULE - Static variable in class SimpleReplaceRule
 
PolishChunker - Class in de.danielnaber.languagetool.tagging.disambiguation.pl
Multiword tagger-chunker for Polish.
PolishChunker() - Constructor for class PolishChunker
 
PolishHybridDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.pl
Hybrid chunker-disambiguator for Polish.
PolishHybridDisambiguator() - Constructor for class PolishHybridDisambiguator
 
PolishRule - Class in de.danielnaber.languagetool.rules.pl
Abstract base class for Polish rules.
PolishRule() - Constructor for class PolishRule
 
PolishRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.pl
 
PolishRuleDisambiguator() - Constructor for class PolishRuleDisambiguator
 
PolishSynthesizer - Class in de.danielnaber.languagetool.synthesis.pl
Polish word form synthesizer.
PolishSynthesizer() - Constructor for class PolishSynthesizer
 
PolishTagger - Class in de.danielnaber.languagetool.tagging.pl
Polish POS tagger based on FSA morphological dictionaries.
PolishTagger() - Constructor for class PolishTagger
 
PolishWordRepeatRule - Class in de.danielnaber.languagetool.rules.pl
 
PolishWordRepeatRule(ResourceBundle) - Constructor for class PolishWordRepeatRule
 
pop() - Method in class UnsyncStack
Removes the object at the top of this stack and returns that object as the value of this function.
PortBindingException - Exception in de.danielnaber.languagetool.server
 
posRegExp() - Method in class Match
Checks if the Match element uses regexp-based form of the POS tag.
PRONOMEN - Static variable in class GermanToken.POSType
 
PROPER_NOUN - Static variable in class GermanToken.POSType
 
PunctuationCheckRule - Class in de.danielnaber.languagetool.rules.uk
A rule that matches "
PunctuationCheckRule(ResourceBundle) - Constructor for class PunctuationCheckRule
 
push(E) - Method in class UnsyncStack
Pushes an item onto the top of this stack.

Q

QuestionWhitespaceRule - Class in de.danielnaber.languagetool.rules.fr
A rule that matches spaces before ?
QuestionWhitespaceRule(ResourceBundle) - Constructor for class QuestionWhitespaceRule
 

R

readerToString(Reader) - Static method in class StringTools
 
readFile(InputStream) - Static method in class StringTools
Read a file's content.
readFile(InputStream, String) - Static method in class StringTools
Read the text file using the given encoding.
REAL_LANGUAGES - Static variable in class Language
All languages supported by LanguageTool, but without the demo language.
ReflectionUtils - Class in de.danielnaber.languagetool.tools
 
reInit(List<Language>) - Static method in class Language
Re-inits the built-in languages and adds the specified ones.
removeLinguServiceEventListener(XLinguServiceEventListener) - Method in class Main
Remove a listener from the event listeners list.
removeReading(AnalyzedToken) - Method in class AnalyzedTokenReadings
 
replace(AnalyzedSentence) - Method in class DisambiguationPatternRule
Performs disambiguation on the source sentence.
reset() - Method in class AbstractCompoundRule
 
reset() - Method in class AbstractPunctuationCheckRule
 
reset() - Method in class AbstractSimpleReplaceRule
 
reset() - Method in class CommaWhitespaceRule
 
reset() - Method in class AgreementRule
 
reset() - Method in class CaseRule
 
reset() - Method in class DashRule
 
reset() - Method in class WiederVsWiderRule
 
reset() - Method in class WordCoherencyRule
 
reset() - Method in class DoublePunctuationRule
 
reset() - Method in class AvsAnRule
 
reset() - Method in class ElwithFemRule
 
reset() - Method in class QuestionWhitespaceRule
 
reset() - Method in class AbstractPatternRule
 
reset() - Method in class Unifier
Resets after use of unification.
reset() - Method in class PolishWordRepeatRule
 
reset() - Method in class Rule
If a rule keeps its state over more than the check of one sentence, this must be implemented so the internal state is reset.
reset() - Method in class CompoundRule
 
reset() - Method in class PunctuationCheckRule
 
reset() - Method in class UnpairedQuotesBracketsRule
Reset the state information for the rule, including paragraph-level information.
reset() - Method in class UppercaseSentenceStartRule
 
reset() - Method in class WhitespaceRule
 
reset() - Method in class WordRepeatRule
 
resetDocument() - Method in class Main
Inform listener (grammar checking iterator) that options have changed and the doc should be rechecked.
resetIgnoreRules() - Method in class Main
Called on rechecking the document - resets the ignore status for rules that was set in the spelling dialog box or in the context menu.
Romanian - Class in de.danielnaber.languagetool.language
 
ROMANIAN - Static variable in class Language
 
Romanian() - Constructor for class Romanian
 
ROMANIAN_SIMPLE_REPLACE_RULE - Static variable in class SimpleReplaceRule
 
RomanianRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.ro
 
RomanianRuleDisambiguator() - Constructor for class RomanianRuleDisambiguator
 
RomanianSynthesizer - Class in de.danielnaber.languagetool.synthesis.ro
Romanian word form synthesizer.
RomanianSynthesizer() - Constructor for class RomanianSynthesizer
 
RomanianTagger - Class in de.danielnaber.languagetool.tagging.ro
Romanian Part-of-speech tagger
RomanianTagger() - Constructor for class RomanianTagger
 
RomanianTagger(String) - Constructor for class RomanianTagger
 
RomanianWordTokenizer - Class in de.danielnaber.languagetool.tokenizers.ro
Tokenizes a sentence into words.
RomanianWordTokenizer() - Constructor for class RomanianWordTokenizer
 
Rule - Class in de.danielnaber.languagetool.rules
Abstract rule class.
Rule() - Constructor for class Rule
Called by language-dependent rules.
Rule(ResourceBundle) - Constructor for class Rule
Called by language-independent rules.
RuleFilenameException - Exception in de.danielnaber.languagetool.language
Thrown if external rule filename doesn't match the required format.
RuleFilenameException(File) - Constructor for exception RuleFilenameException
 
RuleMatch - Class in de.danielnaber.languagetool.rules
A class that holds information about where a rule matches text.
RuleMatch(Rule, int, int, String) - Constructor for class RuleMatch
 
RuleMatch(Rule, int, int, String, String) - Constructor for class RuleMatch
 
RuleMatch(Rule, int, int, String, String, boolean) - Constructor for class RuleMatch
Creates a RuleMatch object, taking the rule that triggered this match, position of the match and an explanation message.
ruleMatchesToXML(List<RuleMatch>, String, int) - Static method in class StringTools
Deprecated. Use #ruleMatchesToXML(List,String,int,XmlPrintMode) instead
ruleMatchesToXML(List<RuleMatch>, String, int, StringTools.XmlPrintMode) - Static method in class StringTools
Get an XML representation of the given rule matches.
RULES_DIR - Static variable in class JLanguageTool
 
run() - Method in class HTTPServer
Start the server.
runOptionsDialog() - Method in class Main
Runs LT options dialog box.
RuSimpleReplaceRule - Class in de.danielnaber.languagetool.rules.ru
A rule that matches words or phrases which should not be used and suggests correct ones instead.
RuSimpleReplaceRule(ResourceBundle) - Constructor for class RuSimpleReplaceRule
 
Russian - Class in de.danielnaber.languagetool.language
 
RUSSIAN - Static variable in class Language
 
Russian() - Constructor for class Russian
 
RussianCompoundRule - Class in de.danielnaber.languagetool.rules.ru
Checks that compounds (if in the list) are not written as separate words.
RussianCompoundRule(ResourceBundle) - Constructor for class RussianCompoundRule
 
RussianRule - Class in de.danielnaber.languagetool.rules.ru
Abstract base class for rules for the Russian language.
RussianRule() - Constructor for class RussianRule
 
RussianRuleDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.rules.ru
Disambiguator for Russian
RussianRuleDisambiguator() - Constructor for class RussianRuleDisambiguator
 
RussianSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers.ru
 
RussianSentenceTokenizer() - Constructor for class RussianSentenceTokenizer
 
RussianSynthesizer - Class in de.danielnaber.languagetool.synthesis.ru
Russian word form synthesizer.
RussianSynthesizer() - Constructor for class RussianSynthesizer
 
RussianTagger - Class in de.danielnaber.languagetool.tagging.ru
Part-of-speech tagger.
RussianTagger() - Constructor for class RussianTagger
 

S

saveConfiguration() - Method in class Configuration
 
search(Object) - Method in class UnsyncStack
Returns the 1-based position where an object is on this stack.
SENTENCE_END_TAGNAME - Static variable in class JLanguageTool
 
SENTENCE_START_TAGNAME - Static variable in class JLanguageTool
 
sentenceTokenize(String) - Method in class JLanguageTool
Returns tokenized sentences.
SentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers
Tokenizes text into sentences by looking for typical end-of-sentence markers, but considering exceptions (e.g. abbreviations).
SentenceTokenizer() - Constructor for class SentenceTokenizer
Create a sentence tokenizer that uses the built-in abbreviations.
SentenceTokenizer(String[]) - Constructor for class SentenceTokenizer
Create a sentence tokenizer with the given list of abbreviations, additionally to the built-in ones.
setAndGroupElement(Element) - Method in class Element
 
setAsDeleted(int) - Method in class Rule
Deletes (or disables) previously matched rule.
setCategory(Category) - Method in class Rule
 
setColumn(int) - Method in class RuleMatch
Set the column number in which the match occurs.
setCorrectExamples(List<String>) - Method in class Rule
TODO: Return the number of false positives to be expected.
setDefaultOff() - Method in class Category
Turns the category by default off.
setDefaultOff() - Method in class Rule
Turns the rule by default off.
setDisabledCategories(Set<String>) - Method in class ConfigurationDialog
 
setDisabledCategoryNames(Set<String>) - Method in class Configuration
 
setDisabledRuleIds(Set<String>) - Method in class Configuration
 
setDisabledRules(Set<String>) - Method in class ConfigurationDialog
 
setEnabledRuleIds(Set<String>) - Method in class Configuration
 
setEnabledRules(Set<String>) - Method in class ConfigurationDialog
 
setEndColumn(int) - Method in class RuleMatch
Set the column number in which the match ends.
setEndLine(int) - Method in class RuleMatch
Set the line number in which the match ends.
setEndPositionCorrection(int) - Method in class AbstractPatternRule
 
setEquivalence(String, String, Element) - Method in class Unifier
Prepares equivalence types for features to be tested.
setExamples(List<DisambiguatedExample>) - Method in class DisambiguationPatternRule
 
setExceptionSpaceBefore(boolean) - Method in class Element
 
setIncorrectExamples(List<IncorrectExample>) - Method in class Rule
 
setInMessageOnly(boolean) - Method in class Match
 
setLemmaString(String) - Method in class Match
Sets a base form (lemma) that will be formatted, or synthesized, using the specified POS regular expressions.
setLine(int) - Method in class RuleMatch
Set the line number in which the match occurs.
setListUnknownWords(boolean) - Method in class JLanguageTool
Whether the check() method stores unknown words.
setLocale(Locale) - Method in class BaseTagger
 
setMatch(Match) - Method in class Element
Sets the reference to another token.
setMessage(String) - Method in class PatternRule
 
setMotherTongue(Language) - Method in class Configuration
 
setMotherTongue(Language) - Method in class ConfigurationDialog
 
setMsg(String, String, String) - Method in class AbstractCompoundRule
 
setNegation(boolean) - Method in class Element
Negates the meaning of match().
setNegation(boolean) - Method in class Unifier
 
setNewInterpretations(AnalyzedToken[]) - Method in class DisambiguationPatternRule
Used to add new interpretations.
setNonBlankTokens(AnalyzedTokenReadings[]) - Method in class AnalyzedSentence
 
setOffset(int) - Method in class RuleMatch
Set the character offset at which the match occurs.
setOutput(PrintStream) - Method in class JLanguageTool
Set a PrintStream that will receive verbose output.
setParaEnd() - Method in class AnalyzedTokenReadings
Add PARA_END tag.
setParagraphBackTrack(boolean) - Method in class Rule
 
setPhraseName(String) - Method in class Element
Sets the phrase the element is in.
setPosElement(String, boolean, boolean) - Method in class Element
 
setPosException(String, boolean, boolean, boolean, boolean) - Method in class Element
Sets a POS-type exception for matching string tokens.
setRemark(String) - Method in class Contributor
 
setRunServer(boolean) - Method in class Configuration
 
setRunServer(boolean) - Method in class ConfigurationDialog
 
setSentEnd() - Method in class AnalyzedTokenReadings
Add a SENT_END tag.
setServerPort(int) - Method in class Configuration
 
setServerPort(int) - Method in class ConfigurationDialog
 
setShort(String) - Method in class AbstractCompoundRule
 
setSingleLineBreaksMarksParagraph(boolean) - Method in class CzechSentenceTokenizer
 
setSingleLineBreaksMarksParagraph(boolean) - Method in class SentenceTokenizer
 
setSingleLineBreaksMarksParagraph(boolean) - Method in class SRXSentenceTokenizer
 
setSkipNext(int) - Method in class Element
Sets the exception scope length.
setsPos() - Method in class Match
Checks if the Match element is used for setting the part of speech Element.
setStartPos(int) - Method in class AnalyzedTokenReadings
 
setStartPositionCorrection(int) - Method in class AbstractPatternRule
 
setStringElement(String) - Method in class Element
 
setStringException(String, boolean, boolean, boolean, boolean, boolean) - Method in class Element
Sets a string-type exception for matching string tokens.
setSubId(String) - Method in class PatternRule
 
setSuggestedReplacement(String) - Method in class RuleMatch
 
setSuggestedReplacements(List<String>) - Method in class RuleMatch
 
setSynthesizer(Synthesizer) - Method in class Match
Sets a synthesizer used for grammatical synthesis of forms based on formatted POS values.
setToken(AnalyzedTokenReadings) - Method in class Match
Sets the token that will be formatted or otherwise used in the class.
setTokenRef(int) - Method in class Match
Sets the token number referenced by the match.
setUnification(String, String) - Method in class Element
 
setUniNegation() - Method in class Element
 
setUntouchedExamples(List<String>) - Method in class DisambiguationPatternRule
 
setupAndGroup() - Method in class Element
 
setUrl(String) - Method in class Contributor
 
setWhitespaceBefore(boolean) - Method in class AnalyzedToken
 
setWhitespaceBefore(boolean) - Method in class AnalyzedTokenReadings
 
setWhitespaceBefore(boolean) - Method in class Element
 
setWhPositions(int[]) - Method in class AnalyzedSentence
 
show() - Method in class AboutDialog
 
show(List<Rule>) - Method in class ConfigurationDialog
 
show() - Method in class LanguageManagerDialog
 
show() - Method in class OOoAboutDialog
 
SimpleReplaceRule - Class in de.danielnaber.languagetool.rules.pl
A rule that matches words or phrases which should not be used and suggests correct ones instead.
SimpleReplaceRule(ResourceBundle) - Constructor for class SimpleReplaceRule
 
SimpleReplaceRule - Class in de.danielnaber.languagetool.rules.ro
A rule that matches words which should not be used and suggests correct ones instead.
SimpleReplaceRule(ResourceBundle) - Constructor for class SimpleReplaceRule
 
SimpleReplaceRule - Class in de.danielnaber.languagetool.rules.uk
A rule that matches words or phrases which should not be used and suggests correct ones instead.
SimpleReplaceRule(ResourceBundle) - Constructor for class SimpleReplaceRule
 
singleLineBreaksMarksPara() - Method in class SentenceTokenizer
 
singleLineBreaksMarksPara() - Method in class SRXSentenceTokenizer
 
SingletonFactory - Class in de.danielnaber.languagetool.openoffice
This class is a factory that creates only a single instance, or a singleton, of the Main class.
SingletonFactory() - Constructor for class SingletonFactory
 
SINGULAR - Static variable in class GermanToken.Numerus
 
Slovak - Class in de.danielnaber.languagetool.language
 
SLOVAK - Static variable in class Language
 
Slovak() - Constructor for class Slovak
 
SlovakRule - Class in de.danielnaber.languagetool.rules.sk
Abstract base class for Polish rules.
SlovakRule() - Constructor for class SlovakRule
 
SlovakSynthesizer - Class in de.danielnaber.languagetool.synthesis.sk
Slovak word form synthesizer.
SlovakSynthesizer() - Constructor for class SlovakSynthesizer
 
SlovakTagger - Class in de.danielnaber.languagetool.tagging.sk
Slovak Part-of-speech tagger based on Russian Part-of-speech tagger.
SlovakTagger() - Constructor for class SlovakTagger
 
Slovenian - Class in de.danielnaber.languagetool.language
 
SLOVENIAN - Static variable in class Language
 
Slovenian() - Constructor for class Slovenian
 
Spanish - Class in de.danielnaber.languagetool.language
 
SPANISH - Static variable in class Language
 
Spanish() - Constructor for class Spanish
 
SpanishRule - Class in de.danielnaber.languagetool.rules.es
Abstract base class for rules for Spanish.
SpanishRule() - Constructor for class SpanishRule
 
SpanishTagger - Class in de.danielnaber.languagetool.tagging.es
Spanish Tagger Based on FreeLing tagger dictionary and Spanish Wikipedia corpus tagged with FreeLing.
SpanishTagger() - Constructor for class SpanishTagger
 
SRXSentenceTokenizer - Class in de.danielnaber.languagetool.tokenizers
Class to tokenize sentences using an SRX file.
SRXSentenceTokenizer(String) - Constructor for class SRXSentenceTokenizer
 
startNextToken() - Method in class Unifier
Call after every complete token (AnalyzedTokenReadings) checked.
startsWithUppercase(String) - Static method in class StringTools
Whether the first character of str is an uppercase character.
startUnify() - Method in class Unifier
Starts testing only those equivalences that were previously matched.
stop() - Method in class HTTPServer
Stop the server process.
streamToString(InputStream) - Static method in class StringTools
 
StringTools - Class in de.danielnaber.languagetool.tools
Tools for reading files etc.
StringTools.XmlPrintMode - Enum in de.danielnaber.languagetool.tools
Constants for printing XML rule matches.
suggestAorAn(String) - Method in class AvsAnRule
Adds "a" or "an" to the English noun.
supportsLanguage(Language) - Method in class Rule
Whether this rule can be used for text in the given language.
supportsService(String) - Method in class Main
 
Swedish - Class in de.danielnaber.languagetool.language
 
SWEDISH - Static variable in class Language
 
Swedish() - Constructor for class Swedish
 
SwedishRule - Class in de.danielnaber.languagetool.rules.sv
Abstract base class for Swedish rules.
SwedishRule() - Constructor for class SwedishRule
 
SwedishTagger - Class in de.danielnaber.languagetool.tagging.sv
Swedish Part-of-speech tagger.
SwedishTagger() - Constructor for class SwedishTagger
 
synthesize(AnalyzedToken, String) - Method in class BaseSynthesizer
Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.
synthesize(AnalyzedToken, String, boolean) - Method in class BaseSynthesizer
 
synthesize(AnalyzedToken, String) - Method in class EnglishSynthesizer
Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.
synthesize(AnalyzedToken, String) - Method in class PolishSynthesizer
 
synthesize(AnalyzedToken, String, boolean) - Method in class PolishSynthesizer
 
synthesize(AnalyzedToken, String) - Method in interface Synthesizer
Generates a form of the word with a given POS tag for a given lemma.
synthesize(AnalyzedToken, String, boolean) - Method in interface Synthesizer
Generates a form of the word with a given POS tag for a given lemma.
Synthesizer - Interface in de.danielnaber.languagetool.synthesis
Part-of-speech synthesizer interface.
SynthesizerTools - Class in de.danielnaber.languagetool.synthesis
 

T

tag(List<String>) - Method in class BaseTagger
 
tag(List<String>) - Method in class CzechTagger
 
tag(List<String>) - Method in class GermanTagger
 
tag(List<String>, boolean) - Method in class GermanTagger
 
tag(List<String>) - Method in class PolishTagger
 
tag(List<String>) - Method in class RomanianTagger
 
tag(List<String>) - Method in interface Tagger
Returns a list of AnalyzedTokens that assigns each term in the sentence some kind of part-of-speech information (not necessarily just one tag).
tag(List<String>) - Method in class UkrainianMyspellTagger
 
tag(List<String>) - Method in class DemoTagger
 
TAG_ADJ - Static variable in interface IPOSTag
 
TAG_NOUN - Static variable in interface IPOSTag
 
TAG_PLURAL - Static variable in interface IPOSTag
 
TAG_REFL - Static variable in interface IPOSTag
 
TAG_VERB - Static variable in interface IPOSTag
 
Tagger - Interface in de.danielnaber.languagetool.tagging
The part-of-speech tagger interface, whose implementations are usually language-dependent.
tagText(String, JLanguageTool) - Static method in class Tools
Tags text using the LanguageTool tagger.
TextFilter - Interface in de.danielnaber.languagetool
Filter, i.e. clean up, text before it is checked.
toAction(String) - Static method in enum DisambiguationPatternRule.DisambiguatorAction
Converts string to the constant enum.
toCase(String) - Static method in enum Match.CaseConversion
Converts string to the constant enum.
toFinalString() - Method in class Match
Gets all strings formatted using the match element.
tokenize(String) - Method in class CzechSentenceTokenizer
 
tokenize(String) - Method in class GermanCompoundTokenizer
 
tokenize(String) - Method in class EnglishWordTokenizer
 
tokenize(String) - Method in class GalicianWordTokenizer
 
tokenize(String) - Method in class DutchWordTokenizer
Tokenizes just like WordTokenizer with the exception for words such as "oma's" that contains an apostrophe in their middle.
tokenize(String) - Method in class RomanianWordTokenizer
 
tokenize(String) - Method in class SentenceTokenizer
Tokenize the given string to sentences.
tokenize(String) - Method in class SRXSentenceTokenizer
 
tokenize(String) - Method in interface Tokenizer
 
tokenize(String) - Method in class WordTokenizer
 
Tokenizer - Interface in de.danielnaber.languagetool.tokenizers
Interface for classes that tokenize text into smaller units.
Tools - Class in de.danielnaber.languagetool.gui
GUI-related tools.
Tools - Class in de.danielnaber.languagetool.tools
 
toPatternString() - Method in class PatternRule
Return the pattern as a string.
toSortedString() - Method in class AnalyzedGermanTokenReadings
Returns a string representation like toString(), but sorts the elements alphabetically.
toString() - Method in class AnalyzedSentence
 
toString() - Method in class AnalyzedToken
 
toString() - Method in class AnalyzedTokenReadings
 
toString() - Method in class Contributor
 
toString() - Method in class Language
 
toString() - Method in class Category
 
toString() - Method in class IncorrectExample
 
toString() - Method in class AbstractPatternRule
 
toString() - Method in class Element
 
toString() - Method in class RuleMatch
 
toString() - Method in class AnalyzedGermanToken
 
toString() - Method in class AnalyzedGermanTokenReadings
 
toString() - Method in class GermanToken.Genus
 
toString() - Method in class GermanToken.Kasus
 
toString() - Method in class GermanToken.Numerus
 
toString() - Method in class GermanToken.POSType
 
toString() - Method in class DisambiguatedExample
 
toTokenString() - Method in class Match
Method for getting the formatted match as a single string.
toXML() - Method in class PatternRule
Return the pattern as an XML string.
trigger(String) - Method in class Main
 
TrimDisambiguator - Class in de.danielnaber.languagetool.tagging.disambiguation.xx
Trivial disambiguator.
TrimDisambiguator() - Constructor for class TrimDisambiguator
 
trimWhitespace(String) - Static method in class StringTools
Filters any whitespace characters.

U

Ukrainian - Class in de.danielnaber.languagetool.language
 
UKRAINIAN - Static variable in class Language
 
Ukrainian() - Constructor for class Ukrainian
 
UkrainianMorfoTagger - Class in de.danielnaber.languagetool.tagging.uk
Ukrainian Part-of-speech tagger.
UkrainianMorfoTagger() - Constructor for class UkrainianMorfoTagger
 
UkrainianMyspellTagger - Class in de.danielnaber.languagetool.tagging.uk
Ukrainian Part-of-speech tagger.
UkrainianMyspellTagger() - Constructor for class UkrainianMyspellTagger
 
UkrainianTagger - Class in de.danielnaber.languagetool.tagging.uk
 
UkrainianTagger() - Constructor for class UkrainianTagger
 
Unifier - Class in de.danielnaber.languagetool.rules.patterns
Implements unification of features over tokens.
Unifier() - Constructor for class Unifier
Instantiates the unifier.
UnpairedQuotesBracketsRule - Class in de.danielnaber.languagetool.rules
Rule that finds unpaired quotes, brackets etc.
UnpairedQuotesBracketsRule(ResourceBundle, Language) - Constructor for class UnpairedQuotesBracketsRule
 
UnsyncStack<E> - Class in de.danielnaber.languagetool.tools
Implements unsynchronized stack (contrary to default Java java.util.Stack, this one is based on ArrayList).
UnsyncStack() - Constructor for class UnsyncStack
 
uppercaseFirstChar(String) - Static method in class StringTools
Return str modified so that its first character is now an uppercase character.
UppercaseSentenceStartRule - Class in de.danielnaber.languagetool.rules
Checks that a sentence starts with an uppercase letter.
UppercaseSentenceStartRule(ResourceBundle, Language) - Constructor for class UppercaseSentenceStartRule
 

V

valueOf(String) - Static method in enum JLanguageTool.paragraphHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Match.CaseConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum DisambiguationPatternRule.DisambiguatorAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum StringTools.XmlPrintMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum JLanguageTool.paragraphHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum Match.CaseConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum DisambiguationPatternRule.DisambiguatorAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum StringTools.XmlPrintMode
Returns an array containing the constants of this enum type, in the order they are declared.
VERB - Static variable in class GermanToken.POSType
 
VERSION - Static variable in class JLanguageTool
 

W

WhitespaceRule - Class in de.danielnaber.languagetool.rules
Check if there is duplicated whitespace in a sentence.
WhitespaceRule(ResourceBundle, Language) - Constructor for class WhitespaceRule
 
WiederVsWiderRule - Class in de.danielnaber.languagetool.rules.de
Check incorrect use of "spiegelt ... wider", namely using "wieder" instead of "wider", e.g. in "Das spiegelt die Situation wieder" (incorrect).
WiederVsWiderRule(ResourceBundle) - Constructor for class WiederVsWiderRule
 
WordCoherencyRule - Class in de.danielnaber.languagetool.rules.de
A rule that matches words for which two different spellings are used throughout the document.
WordCoherencyRule(ResourceBundle) - Constructor for class WordCoherencyRule
 
WordRepeatRule - Class in de.danielnaber.languagetool.rules
Check if a word is repeated twice, e.g.
WordRepeatRule(ResourceBundle, Language) - Constructor for class WordRepeatRule
 
WordTokenizer - Class in de.danielnaber.languagetool.tokenizers
Tokenizes a sentence into words.
WordTokenizer() - Constructor for class WordTokenizer
 

_

__getComponentFactory(String) - Static method in class Main
 
__writeRegistryServiceInfo(XRegistryKey) - Static method in class Main
 

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

Copyright © 2005-2009 Daniel Naber