Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCompoundRule - Class in org.languagetool.rules
Checks that compounds (if in the list) are not written as separate words.
AbstractCompoundRule(ResourceBundle, String, String, String) - Constructor for class org.languagetool.rules.AbstractCompoundRule
 
AbstractCompoundRule(ResourceBundle, String, String, String, String) - Constructor for class org.languagetool.rules.AbstractCompoundRule
 
AbstractDashRule - Class in org.languagetool.rules
Another use of the compounds file -- check for compounds written with dashes instead of hyphens (for example, Rabka — Zdrój).
AbstractDashRule(List<PatternRule>) - Constructor for class org.languagetool.rules.AbstractDashRule
 
AbstractDateCheckFilter - Class in org.languagetool.rules
Accepts rule matches if a date doesn't match the accompanying weekday, e.g.
AbstractDateCheckFilter() - Constructor for class org.languagetool.rules.AbstractDateCheckFilter
 
AbstractDisambiguator - Class in org.languagetool.tagging.disambiguation
Abstract Disambiguator class to provide default (empty) implementation for Disambiguator.preDisambiguate(AnalyzedSentence).
AbstractDisambiguator() - Constructor for class org.languagetool.tagging.disambiguation.AbstractDisambiguator
 
AbstractFillerWordsRule - Class in org.languagetool.rules
A rule that gives hints about the use of filler words.
AbstractFillerWordsRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.AbstractFillerWordsRule
 
AbstractFillerWordsRule(ResourceBundle, Language, UserConfig, boolean) - Constructor for class org.languagetool.rules.AbstractFillerWordsRule
 
AbstractFutureDateFilter - Class in org.languagetool.rules
Checks if a given date is in the future Used for mismatch detection between verb tense and a given date
AbstractFutureDateFilter() - Constructor for class org.languagetool.rules.AbstractFutureDateFilter
 
AbstractNewYearDateFilter - Class in org.languagetool.rules
Accepts rule matches if we are in the first days of a new year and the user may have entered a date with the old year (but not a date in December).
AbstractNewYearDateFilter() - Constructor for class org.languagetool.rules.AbstractNewYearDateFilter
 
AbstractPatternRule - Class in org.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<PatternToken>, boolean) - Constructor for class org.languagetool.rules.patterns.AbstractPatternRule
 
AbstractPatternRule(String, String, Language, List<PatternToken>, boolean, String) - Constructor for class org.languagetool.rules.patterns.AbstractPatternRule
 
AbstractPatternRule(String, String, Language, List<PatternToken>, Pattern, int, boolean) - Constructor for class org.languagetool.rules.patterns.AbstractPatternRule
 
AbstractPatternRule(String, String, Language, Pattern, int) - Constructor for class org.languagetool.rules.patterns.AbstractPatternRule
 
AbstractPatternRulePerformer - Class in org.languagetool.rules.patterns
 
AbstractPatternRulePerformer(AbstractPatternRule, Unifier) - Constructor for class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
AbstractPunctuationCheckRule - Class in org.languagetool.rules
A rule that matches "..", "::", "-," but not "...", "!..", "?!!", ",-" etc.
AbstractPunctuationCheckRule(ResourceBundle) - Constructor for class org.languagetool.rules.AbstractPunctuationCheckRule
 
AbstractSimpleReplaceRule - Class in org.languagetool.rules
A rule that matches words which should not be used and suggests correct ones instead.
AbstractSimpleReplaceRule(ResourceBundle) - Constructor for class org.languagetool.rules.AbstractSimpleReplaceRule
 
AbstractSimpleReplaceRule2 - Class in org.languagetool.rules
A rule that matches words which should not be used and suggests correct ones instead.
AbstractSimpleReplaceRule2(ResourceBundle, Language) - Constructor for class org.languagetool.rules.AbstractSimpleReplaceRule2
 
AbstractSimpleReplaceRule2.PathAndLanguage - Class in org.languagetool.rules
 
AbstractSpaceBeforeRule - Class in org.languagetool.rules
An abstract rule that checks if there is a missing space before some conjunctions.
AbstractSpaceBeforeRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.AbstractSpaceBeforeRule
 
AbstractStyleRepeatedWordRule - Class in org.languagetool.rules
An abstract rule checks the appearance of same words in a sentence or in two consecutive sentences.
AbstractStyleRepeatedWordRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
AbstractUnitConversionRule - Class in org.languagetool.rules
Base class providing support for detecting, parsing and converting between measurements in different units
AbstractUnitConversionRule(ResourceBundle) - Constructor for class org.languagetool.rules.AbstractUnitConversionRule
 
AbstractUnitConversionRule.Message - Enum in org.languagetool.rules
 
AbstractWordCoherencyRule - Class in org.languagetool.rules
A rule that matches words for which two different spellings are used throughout the document.
AbstractWordCoherencyRule(ResourceBundle) - Constructor for class org.languagetool.rules.AbstractWordCoherencyRule
 
abTest - Variable in class org.languagetool.UserConfig
 
acceptedInAlternativeLanguage(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
acceptMatch(RuleMatch, Probability, AnalyzedSentence) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
Overwrite this method to discard matches by returning false.
acceptNode(Node) - Method in class org.languagetool.rules.patterns.IgnoreWhitespaceFilter
 
acceptPhrases(List<String>) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Accept (case-sensitively, unless at the start of a sentence) the given phrases even though they are not in the built-in dictionary.
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.AbstractDateCheckFilter
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.AbstractFutureDateFilter
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.DateRangeChecker
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.PartialPosTagFilter
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.patterns.RuleFilter
Returns the original rule match or a modified one, or null if the rule match is filtered out.
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.ShortenedYearRangeChecker
 
acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.WhitespaceCheckFilter
 
ACTION - Static variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
activateDefaultFalseFriendRules() - Method in class org.languagetool.JLanguageTool
Loads and activates the false friend rules from rules/false-friends.xml.
activateDefaultPatternRules() - Method in class org.languagetool.JLanguageTool
Loads and activates the pattern rules from org/languagetool/rules/<languageCode>/grammar.xml.
activateLanguageModelRules(File) - Method in class org.languagetool.JLanguageTool
Activate rules that depend on a language model.
activateNeuralNetworkRules(File) - Method in class org.languagetool.JLanguageTool
Activate rules that depend on pretrained neural network models.
activateWord2VecModelRules(File) - Method in class org.languagetool.JLanguageTool
Activate rules that depend on a word2vec language model.
activeChecks - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
ActivelyMaintained - Enum constant in enum org.languagetool.LanguageMaintainedState
 
add(int, String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
add(Matrix) - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
add(SuggestionStage.Node) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
ADD - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
addBoundaries(String) - Method in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
addChunkTags(List<AnalyzedTokenReadings>) - Method in interface org.languagetool.chunking.Chunker
 
addChunkTags(List<AnalyzedTokenReadings>) - Method in class org.languagetool.noop.NoopChunker
 
addExamplePair(IncorrectExample, CorrectExample) - Method in class org.languagetool.rules.Rule
Convenience method to add a pair of sentences: an incorrect sentence and the same sentence with the error corrected.
addFilter(Predicate<RuleLoggerMessage>) - Method in class org.languagetool.RuleLogger
 
addGlobalMetaData(String, String) - Method in class org.languagetool.markup.AnnotatedTextBuilder
Add any global meta data about the document to be checked.
addGlobalMetaData(AnnotatedText.MetaDataKey, String) - Method in class org.languagetool.markup.AnnotatedTextBuilder
Add global meta data like document title or receiver name (when writing an email).
addHistoricalAnnotations(String, String) - Method in class org.languagetool.AnalyzedTokenReadings
 
addIgnoreTokens(List<String>) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Add the given words to the list of words to be ignored during spell check.
addIgnoreWords() - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
addIgnoreWords(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
addIndex(File, int) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
Addition - Enum constant in enum org.languagetool.rules.ITSIssueType
 
additionalTags(String, WordTagger) - Method in class org.languagetool.tagging.BaseTagger
Allows additional tagging in some language-dependent circumstances
addLanguage(String, String, File) - Static method in class org.languagetool.Languages
 
addLegacyMatches(List<Match>, String, boolean) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
Adds Match objects for all references to tokens (including '\1' and the like).
addLogger(RuleLogger) - Method in class org.languagetool.RuleLoggerManager
 
addMarkup(String) - Method in class org.languagetool.markup.AnnotatedTextBuilder
Add a markup text snippet like <b attr='something'> or <div>.
addMarkup(String, String) - Method in class org.languagetool.markup.AnnotatedTextBuilder
Add a markup text snippet like <b attr='something'> or <div>.
addMatchFilter(RuleMatchFilter) - Method in class org.languagetool.JLanguageTool
Add a RuleMatchFilter for post-processing of rule matches Filters are called sequentially in the same order as added
addMemberAndGroup(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
Enables testing multiple conditions specified by different elements.
addNeutralElement(AnalyzedTokenReadings) - Method in class org.languagetool.rules.patterns.Unifier
Used to add neutral elements (AnalyzedTokenReadings to the unified sequence.
addNewWord(String, String, String) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
addProhibitedWords(List<String>) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
addReading(AnalyzedToken, String) - Method in class org.languagetool.AnalyzedTokenReadings
Add a new reading.
addRule(Rule) - Method in class org.languagetool.JLanguageTool
Add a rule to be used by the next call to the check methods like JLanguageTool.check(String).
addSpace(String, Language) - Static method in class org.languagetool.tools.StringTools
Adds spaces before words that are not punctuation.
addSuggestedReplacement(String) - Method in class org.languagetool.rules.RuleMatch
 
addSuggestedReplacements(List<String>) - Method in class org.languagetool.rules.RuleMatch
 
addSuggestionMatch(Match) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
Add formatted suggestion elements.
addSuggestionMatchOutMsg(Match) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
Add formatted suggestion elements outside message.
addSuggestionsToRuleMatch(String, List<String>, List<String>, SuggestionsOrderer, RuleMatch) - Static method in class org.languagetool.rules.spelling.SpellingCheckRule
 
addTemporaryFile(File) - Static method in class org.languagetool.JLanguageTool
Adds a temporary file to the internal list (internal method, you should never need to call this as a user of LanguageTool)
addText(String) - Method in class org.languagetool.markup.AnnotatedTextBuilder
Add a plain text snippet, to be checked by LanguageTool when using JLanguageTool.check(AnnotatedText).
addTokens(List<AnalyzedToken>, List<AnalyzedToken>) - Method in class org.languagetool.tagging.BaseTagger
 
addTokenToSequence(List<AnalyzedTokenReadings>, AnalyzedToken, int) - Method in class org.languagetool.rules.patterns.Unifier
 
addToQueue(AnalyzedTokenReadings, Queue<AnalyzedTokenReadings>) - Method in class org.languagetool.rules.AbstractCompoundRule
 
addToQueue(AnalyzedTokenReadings, Queue<AnalyzedTokenReadings>) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
addUnit(String, Unit, String, double, boolean) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Associate a notation with a given unit.
addWord(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Adds a word to the runtime dictionary.
adjustRuleMatchPos(RuleMatch, int, int, int, String, AnnotatedText) - Method in class org.languagetool.JLanguageTool
Change RuleMatch positions so they are relative to the complete text, not just to the sentence.
ADV_REPLACEMENTS - Static variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
AdvancedReplacement(List<PatternToken>, String) - Constructor for class org.languagetool.rules.ngrams.NgramProbabilityRule.AdvancedReplacement
 
AdvancedWordRepeatRule - Class in org.languagetool.rules
Rule for detecting same words in the sentence but not just in a row.
AdvancedWordRepeatRule(ResourceBundle) - Constructor for class org.languagetool.rules.AdvancedWordRepeatRule
 
algorithm - Variable in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
All - Enum constant in enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
 
ALL - Enum constant in enum org.languagetool.JLanguageTool.Mode
Use all active rules for checking.
ALL - Enum constant in enum org.languagetool.rules.patterns.Match.IncludeRange
 
ALL_BUT_TEXTLEVEL_ONLY - Enum constant in enum org.languagetool.JLanguageTool.Mode
Use all activate rules for checking except the text-level rules.
allFeatsIn - Variable in class org.languagetool.rules.patterns.Unifier
 
allIndexesOf(char, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
ALLLOWER - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
allowFirstCapitalized - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
allowFirstCapitalized - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
ALLUPPER - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
Alternative(String, Probability) - Constructor for class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternative
 
alternatives - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternatives
 
Alternatives(List<NgramProbabilityRule.Alternative>, boolean) - Constructor for class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternatives
 
alternativesConsidered - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternatives
 
alternativeTag - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Replacement
 
alternativeText - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.AdvancedReplacement
 
altLanguages - Variable in class org.languagetool.InputSentence
 
altLanguages - Variable in class org.languagetool.JLanguageTool
 
altRules - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
AnalyzedSentence - Class in org.languagetool
A sentence that has been tokenized and analyzed.
AnalyzedSentence(AnalyzedTokenReadings[]) - Constructor for class org.languagetool.AnalyzedSentence
Creates an AnalyzedSentence from the given AnalyzedTokenReadings.
AnalyzedSentence(AnalyzedTokenReadings[], int[], AnalyzedTokenReadings[], AnalyzedTokenReadings[]) - Constructor for class org.languagetool.AnalyzedSentence
 
AnalyzedSentence(AnalyzedTokenReadings[], AnalyzedTokenReadings[]) - Constructor for class org.languagetool.AnalyzedSentence
 
analyzedSentences - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
AnalyzedToken - Class in org.languagetool
A word (or punctuation, or whitespace) and its analysis (part-of-speech tag, lemma)
AnalyzedToken(String, String, String) - Constructor for class org.languagetool.AnalyzedToken
 
AnalyzedTokenReadings - Class in org.languagetool
An array of AnalyzedTokens used to store multiple POS tags and lemmas for a given single token.
AnalyzedTokenReadings(List<AnalyzedToken>, int) - Constructor for class org.languagetool.AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedToken) - Constructor for class org.languagetool.AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedToken[], int) - Constructor for class org.languagetool.AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedToken, int) - Constructor for class org.languagetool.AnalyzedTokenReadings
 
AnalyzedTokenReadings(AnalyzedTokenReadings, List<AnalyzedToken>, String) - Constructor for class org.languagetool.AnalyzedTokenReadings
 
AnalyzeSentenceCallable(String) - Constructor for class org.languagetool.MultiThreadedJLanguageTool.AnalyzeSentenceCallable
 
analyzeSentences(List<String>) - Method in class org.languagetool.JLanguageTool
 
analyzeSentences(List<String>) - Method in class org.languagetool.MultiThreadedJLanguageTool
 
analyzeText(String) - Method in class org.languagetool.JLanguageTool
Use this method if you want to access LanguageTool's otherwise internal analysis of the text.
AND - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
andGroup - Variable in class org.languagetool.rules.patterns.PatternTokenMatcher
 
andGroupCheck - Variable in class org.languagetool.rules.patterns.PatternTokenMatcher
 
andGroupCounter - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
andGroupList - Variable in class org.languagetool.rules.patterns.PatternToken
 
annotatedText - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
AnnotatedText - Class in org.languagetool.markup
A text with markup and with a mapping so error positions will refer to the original position that includes the markup, even though only the plain text parts are checked.
AnnotatedText(List<TextPart>, Map<Integer, MappingValue>, Map<AnnotatedText.MetaDataKey, String>, Map<String, String>) - Constructor for class org.languagetool.markup.AnnotatedText
 
AnnotatedText.MetaDataKey - Enum in org.languagetool.markup
 
AnnotatedTextBuilder - Class in org.languagetool.markup
Use this builder to create input of text with markup for LanguageTool, so that it can check only the plain text parts and ignore the markup, yet still calculate the positions of errors so that they refer to the complete text, including markup.
AnnotatedTextBuilder() - Constructor for class org.languagetool.markup.AnnotatedTextBuilder
 
ANTIPATTERN - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
antiPatternCounter - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
antiPatternCounter - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
antiPatterns - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
antiPatterns - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
anTokReadings - Variable in class org.languagetool.AnalyzedTokenReadings
 
AnyLanguage() - Constructor for class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
API_VERSION - Static variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
ApiCleanupNeeded - Annotation Type in org.languagetool
An internal marker for places in the source where the API would need to be cleaned up.
ApiPrintMode() - Constructor for enum org.languagetool.tools.StringTools.ApiPrintMode
 
appendPath(String, String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
 
apply(String) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Delete
 
apply(String) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Insert
 
apply(String) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Replace
 
apply(String) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Transpose
 
applyCustomFilters(List<RuleMatch>, AnnotatedText) - Method in class org.languagetool.JLanguageTool
should be called just once with complete list of matches, before returning them to caller
areLemmasSame() - Method in class org.languagetool.AnalyzedTokenReadings
Used to configure the internal variable for lemma equality.
asAnalyzedToken(String, WordData) - Method in class org.languagetool.tagging.BaseTagger
 
asAnalyzedToken(String, TaggedWord) - Method in class org.languagetool.tagging.BaseTagger
 
asAnalyzedTokenList(String, List<WordData>) - Method in class org.languagetool.tagging.BaseTagger
 
asAnalyzedTokenListForTaggedWords(String, List<TaggedWord>) - Method in class org.languagetool.tagging.BaseTagger
 
assertNotNull(Object, String, String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
 
asString(CharSequence) - Static method in class org.languagetool.tools.StringTools
 
assureSet(String, String) - Static method in class org.languagetool.tools.StringTools
Throw exception if the given string is null or empty or only whitespace.
autoCorrect - Variable in class org.languagetool.rules.RuleMatch
 
autoCorrectThreshold - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 

B

b_fc1 - Variable in class org.languagetool.rules.neuralnetwork.SingleLayerClassifier
 
b_fc1 - Variable in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
b_fc2 - Variable in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
BARBARISM - Static variable in class org.languagetool.rules.CategoryIds
A words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languages
baseLanguage - Variable in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
BaseLanguageModel - Class in org.languagetool.languagemodel
The algorithm of a language model, independent of the way data is stored (see sub classes for that).
BaseLanguageModel() - Constructor for class org.languagetool.languagemodel.BaseLanguageModel
 
basePatternToken - Variable in class org.languagetool.rules.patterns.PatternTokenMatcher
 
baseString - Variable in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
BaseSynthesizer - Class in org.languagetool.synthesis
 
BaseSynthesizer(String, String, String, Language) - Constructor for class org.languagetool.synthesis.BaseSynthesizer
 
BaseSynthesizer(String, String, Language) - Constructor for class org.languagetool.synthesis.BaseSynthesizer
 
BaseTagger - Class in org.languagetool.tagging
Base tagger using Morfologik binary dictionaries.
BaseTagger(String) - Constructor for class org.languagetool.tagging.BaseTagger
 
BaseTagger(String, Locale) - Constructor for class org.languagetool.tagging.BaseTagger
 
BaseTagger(String, Locale, boolean) - Constructor for class org.languagetool.tagging.BaseTagger
 
begins - Variable in class org.languagetool.synthesis.Soros
 
belowThresholdWords - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
bidirectional - Variable in class org.languagetool.rules.ConfusionPair
 
binomialCoefficient(int, int) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
binomialProbability(double, int, int) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
BitextPatternRule - Class in org.languagetool.rules.patterns.bitext
A bitext pattern rule class.
BitextPatternRule(AbstractPatternRule, AbstractPatternRule) - Constructor for class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
BitextPatternRuleHandler - Class in org.languagetool.rules.patterns.bitext
 
BitextPatternRuleHandler() - Constructor for class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
BitextPatternRuleLoader - Class in org.languagetool.rules.patterns.bitext
Loads PatternRules from an XML file.
BitextPatternRuleLoader() - Constructor for class org.languagetool.rules.patterns.bitext.BitextPatternRuleLoader
 
BitextReader - Interface in org.languagetool.bitext
Interface for classes that implement reading from bitext files, such as translation memory files, glossary files, aligned text...
BitextRule - Class in org.languagetool.rules.bitext
Abstract bitext rule class.
BitextRule() - Constructor for class org.languagetool.rules.bitext.BitextRule
 
BufferedReaderWithSource(BufferedReader, String, BufferedReader, String) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
build() - Method in class org.languagetool.markup.AnnotatedTextBuilder
Create the annotated text to be passed into JLanguageTool.check(AnnotatedText).
build() - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
BUILD_DATE - Static variable in class org.languagetool.JLanguageTool
LanguageTool build date and time like 2013-10-17 16:10 or null if not run from JAR.
buildURLForExplanation(String) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
builtinRules - Variable in class org.languagetool.JLanguageTool
 
bundle - Variable in class org.languagetool.ResourceBundleWithFallback
 

C

c - Static variable in class org.languagetool.synthesis.Soros
 
c2 - Static variable in class org.languagetool.synthesis.Soros
 
cache - Variable in class org.languagetool.JLanguageTool
 
cache - Static variable in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
cache - Static variable in class org.languagetool.rules.spelling.CachingWordListLoader
 
cache - Static variable in class org.languagetool.rules.WrongWordInContextRule
 
cache - Static variable in class org.languagetool.ShortDescriptionProvider
 
CachingWordListLoader - Class in org.languagetool.rules.spelling
Helper to load text files from classpath.
CachingWordListLoader() - Constructor for class org.languagetool.rules.spelling.CachingWordListLoader
 
call() - Method in class org.languagetool.JLanguageTool.TextCheckCallable
 
call() - Method in class org.languagetool.MultiThreadedJLanguageTool.AnalyzeSentenceCallable
 
call() - Method in class org.languagetool.MultiThreadedJLanguageTool.ParagraphEndAnalyzeSentenceCallable
 
canBeIgnored(AnalyzedTokenReadings[], int, AnalyzedTokenReadings) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
canBeIgnoredFor(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.PatternRule
A fast check whether this rule can be ignored for the given sentence because it can never match.
candidateFeatureCount - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
canLanguageBeDetected(String, List<String>) - Method in class org.languagetool.language.LanguageIdentifier
 
capacity() - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
CAPACITY - Static variable in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
 
CASE_INSENSITIVE - Static variable in class org.languagetool.rules.patterns.PatternToken
Parameter passed to regular expression matcher to enable case insensitive Unicode matching.
CASE_SENSITIVE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
CaseConversion() - Constructor for enum org.languagetool.rules.patterns.Match.CaseConversion
 
CaseConversionHelper - Class in org.languagetool.rules.patterns
 
CaseConversionHelper() - Constructor for class org.languagetool.rules.patterns.CaseConversionHelper
 
caseConversionType - Variable in class org.languagetool.rules.patterns.Match
 
caseSensitive - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
caseSensitive - Variable in class org.languagetool.rules.patterns.PatternToken
 
caseSensitive - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
caseSensitive - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
CASING - Static variable in class org.languagetool.rules.Categories
Rules about detecting uppercase words where lowercase is required and vice versa.
CASING - Static variable in class org.languagetool.rules.CategoryIds
Rules about detecting uppercase words where lowercase is required and vice versa.
Categories - Class in org.languagetool.rules
Pre-defined rule categories.
Categories(String, String) - Constructor for class org.languagetool.rules.Categories
 
category - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
category - Variable in class org.languagetool.rules.Rule
 
Category - Class in org.languagetool.rules
A rule's category.
Category(CategoryId, String) - Constructor for class org.languagetool.rules.Category
 
Category(CategoryId, String, Category.Location) - Constructor for class org.languagetool.rules.Category
 
Category(CategoryId, String, Category.Location, boolean) - Constructor for class org.languagetool.rules.Category
 
Category(CategoryId, String, Category.Location, boolean, String) - Constructor for class org.languagetool.rules.Category
 
Category.Location - Enum in org.languagetool.rules
 
CategoryId - Class in org.languagetool.rules
Identifier for a category.
CategoryId(String) - Constructor for class org.languagetool.rules.CategoryId
 
CategoryIds - Class in org.languagetool.rules
Category ids.
CategoryIds() - Constructor for class org.languagetool.rules.CategoryIds
 
categoryIssueType - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
changeFirstCharCase(String, boolean) - Static method in class org.languagetool.tools.StringTools
Return str modified so that its first character is now an lowercase or uppercase character, depending on toUpperCase.
characters(char[], int, int) - Method in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
characters(char[], int, int) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
 
characters(char[], int, int) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
Characters - Enum constant in enum org.languagetool.rules.ITSIssueType
 
charAt(int) - Method in class org.languagetool.tools.InterruptibleCharSequence
 
charCount - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
CHARSET - Static variable in class org.languagetool.rules.ConfusionSetLoader
 
CHARSET - Static variable in class org.languagetool.rules.ScoredConfusionSetLoader
 
check(String) - Method in class org.languagetool.JLanguageTool
The main check method.
check(String, boolean, JLanguageTool.ParagraphHandling) - Method in class org.languagetool.JLanguageTool
 
check(String, boolean, JLanguageTool.ParagraphHandling, RuleMatchListener) - Method in class org.languagetool.JLanguageTool
 
check(String, RuleMatchListener) - Method in class org.languagetool.JLanguageTool
The main check method.
check(AnnotatedText) - Method in class org.languagetool.JLanguageTool
The main check method.
check(AnnotatedText, boolean, JLanguageTool.ParagraphHandling) - Method in class org.languagetool.JLanguageTool
The main check method.
check(AnnotatedText, boolean, JLanguageTool.ParagraphHandling, RuleMatchListener) - Method in class org.languagetool.JLanguageTool
The main check method.
check(AnnotatedText, boolean, JLanguageTool.ParagraphHandling, RuleMatchListener, JLanguageTool.Mode) - Method in class org.languagetool.JLanguageTool
The main check method.
check(AnnotatedText, RuleMatchListener) - Method in class org.languagetool.JLanguageTool
 
CHECK - Enum constant in enum org.languagetool.rules.AbstractUnitConversionRule.Message
 
CHECK_UNKNOWN_UNIT - Enum constant in enum org.languagetool.rules.AbstractUnitConversionRule.Message
 
checkAnalyzedSentence(JLanguageTool.ParagraphHandling, List<Rule>, AnalyzedSentence) - Method in class org.languagetool.JLanguageTool
This is an internal method that's public only for technical reasons, please use one of the JLanguageTool.check(String) methods instead.
checkAndGroup(boolean) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
checkBitext(String, String, JLanguageTool, JLanguageTool, List<BitextRule>) - Static method in class org.languagetool.tools.Tools
Checks the bilingual input (bitext).
checkCompound - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
checkLemmas - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule
 
checkNext(AnalyzedToken, Map<String, List<String>>) - Method in class org.languagetool.rules.patterns.Unifier
 
checkNumber(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
checkRefNumber(int) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
checkSimpleXMLString(String) - Method in class org.languagetool.XMLValidator
Check some limits of our simplified XML output.
checksSpelling() - Method in class org.languagetool.rules.patterns.Match
Used to tell whether the Match class will spell-check the result so that misspelled suggestions are suppressed.
ChunkArray<T> - Class in org.languagetool.rules.spelling.symspell.implementation
 
ChunkArray(int) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
chunker - Variable in class org.languagetool.noop.NoopLanguage
 
Chunker - Interface in org.languagetool.chunking
Assign chunks (i.e.
chunkSize - Static variable in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
chunkTag - Variable in class org.languagetool.chunking.ChunkTag
 
chunkTag - Variable in class org.languagetool.rules.patterns.PatternToken
 
chunkTag - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
ChunkTag - Class in org.languagetool.chunking
The name of a chunk.
ChunkTag(String) - Constructor for class org.languagetool.chunking.ChunkTag
 
CHUNKTAG - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
chunkTags - Variable in class org.languagetool.AnalyzedTokenReadings
 
classifier - Variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
Classifier - Interface in org.languagetool.rules.neuralnetwork
 
CleanOverlappingFilter - Class in org.languagetool.rules
 
CleanOverlappingFilter(Language) - Constructor for class org.languagetool.rules.CleanOverlappingFilter
 
cleanOverlappingMatches - Variable in class org.languagetool.JLanguageTool
 
cleanSuggestion(String) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
cleanup(String) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
clear() - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
clear() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
clearCaches() - Static method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
Only used internally.
clearFilters() - Method in class org.languagetool.RuleLogger
 
clearLoggers() - Method in class org.languagetool.RuleLoggerManager
 
clone() - Method in class org.languagetool.rules.patterns.PatternToken
 
clone() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
close() - Method in interface org.languagetool.languagemodel.LanguageModel
 
close() - Method in class org.languagetool.languagemodel.LuceneLanguageModel
 
close() - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
close() - Method in class org.languagetool.languagemodel.MockLanguageModel
 
close() - Method in class org.languagetool.languagemodel.MultiLanguageModel
 
Closest - Enum constant in enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
 
code - Variable in class org.languagetool.DynamicLanguage
 
col(int) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
COLLOQUIALISMS - Static variable in class org.languagetool.rules.Categories
Colloquial style.
COLLOQUIALISMS - Static variable in class org.languagetool.rules.CategoryIds
Colloquial style.
column - Variable in class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnPosition
 
columnCount - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
columnPosition - Variable in class org.languagetool.rules.RuleMatch
 
ColumnPosition(int, int) - Constructor for class org.languagetool.rules.RuleMatch.ColumnPosition
 
columns() - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
combineLists(String[][], String[], int, Language) - Static method in class org.languagetool.rules.patterns.PatternRuleMatcher
Creates a Cartesian product of the arrays stored in the input array.
CombiningTagger - Class in org.languagetool.tagging
Tags a word using two taggers, combining their results.
CombiningTagger(WordTagger, WordTagger, boolean) - Constructor for class org.languagetool.tagging.CombiningTagger
 
CombiningTagger(WordTagger, WordTagger, WordTagger, boolean) - Constructor for class org.languagetool.tagging.CombiningTagger
 
CommaWhitespaceRule - Class in org.languagetool.rules
A rule that matches periods, commas and closing parenthesis preceded by whitespace and opening parenthesis followed by whitespace.
CommaWhitespaceRule(ResourceBundle) - Constructor for class org.languagetool.rules.CommaWhitespaceRule
Deprecated.
CommaWhitespaceRule(ResourceBundle, boolean) - Constructor for class org.languagetool.rules.CommaWhitespaceRule
 
CommaWhitespaceRule(ResourceBundle, IncorrectExample, CorrectExample) - Constructor for class org.languagetool.rules.CommaWhitespaceRule
 
commitStaged(SuggestionStage) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
commitTo(Map<Integer, String[]>) - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
COMMON_DEFAULT_MODEL_PATH - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
CommonWords - Class in org.languagetool.language
Information about common words - use as a fallback if language identification yields low confidence.
CommonWords() - Constructor for class org.languagetool.language.CommonWords
 
compactMask - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
compactMode - Variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
compare(String, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
compare(String, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
Compute the distance between strings: the minimum number of operations needed to transform one string into the other (insertion, deletion, substitution of a single character, or a transposition of two adjacent characters).
compare(SuggestItem, SuggestItem) - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
compareTo(RuleMatch) - Method in class org.languagetool.rules.RuleMatch
Compare by start position.
compareTo(SuggestionsOrdererFeatureExtractor.Feature) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
compareTo(SuggestionSorter.RankedSuggestion) - Method in class org.languagetool.rules.spelling.SuggestionSorter.RankedSuggestion
Deprecated.
 
compareTo(SuggestItem) - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
compile(AnalyzedTokenReadings, Synthesizer) - Method in class org.languagetool.rules.patterns.PatternToken
Prepare PatternToken for matching by formatting its string token and POS (if the Element is supposed to refer to some other token).
CompoundAwareHunspellRule - Class in org.languagetool.rules.spelling.hunspell
A spell checker that combines Hunspell und Morfologik spell checking to support compound words and offer fast suggestions for some misspelled compound words.
CompoundAwareHunspellRule(ResourceBundle, Language, CompoundWordTokenizer, MorfologikMultiSpeller, UserConfig) - Constructor for class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
CompoundAwareHunspellRule(ResourceBundle, Language, CompoundWordTokenizer, MorfologikMultiSpeller, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
CompoundAwareHunspellRule(ResourceBundle, Language, CompoundWordTokenizer, MorfologikMultiSpeller, UserConfig, List<Language>, LanguageModel) - Constructor for class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
COMPOUNDING - Static variable in class org.languagetool.rules.Categories
Rules about spelling terms as one word or as as separate words.
compoundRegex - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
CompoundRuleData - Class in org.languagetool.rules
Data about words that are compounds and should thus not be written as separate words.
CompoundRuleData(String) - Constructor for class org.languagetool.rules.CompoundRuleData
 
CompoundRuleData(String...) - Constructor for class org.languagetool.rules.CompoundRuleData
 
compoundSplitter - Variable in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
CompoundWordTokenizer - Interface in org.languagetool.tokenizers
Interface for components that take compound words and split them into their parts.
computationTime - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
computeFeatures(List<String>, String, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
compute features for training or prediction of a ranking model for suggestions
concat(float[], float[]) - Static method in class org.languagetool.rules.neuralnetwork.Embedding
 
concatMatches(int, int, int, AnalyzedTokenReadings[], int, List<Match>) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
Concatenates the matches, and takes care of phrases (including inflection using synthesis).
concatWithoutExtraSpace(String, String) - Static method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
confidence - Variable in class org.languagetool.rules.SuggestedReplacement
 
config - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
configurableRuleValues - Variable in class org.languagetool.UserConfig
 
confSetCache - Static variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
CONFUSED_WORDS - Static variable in class org.languagetool.rules.Categories
Words that are easily confused, like 'there' and 'their' in English.
CONFUSED_WORDS - Static variable in class org.languagetool.rules.CategoryIds
Words that are easily confused, like 'there' and 'their' in English.
CONFUSION_SET_FILENAME - Static variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRuleCreator
 
ConfusionPair - Class in org.languagetool.rules
Two words that can easily be confused - for internal use only.
ConfusionPair(String, String, Long, boolean) - Constructor for class org.languagetool.rules.ConfusionPair
 
ConfusionPair(ConfusionString, ConfusionString, long, boolean) - Constructor for class org.languagetool.rules.ConfusionPair
 
ConfusionProbabilityRule - Class in org.languagetool.rules.ngrams
LanguageTool's homophone confusion check that uses ngram lookups to decide which word in a confusion set (from confusion_sets.txt) suits best.
ConfusionProbabilityRule(ResourceBundle, LanguageModel, Language) - Constructor for class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
ConfusionProbabilityRule(ResourceBundle, LanguageModel, Language, int) - Constructor for class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
ConfusionProbabilityRule(ResourceBundle, LanguageModel, Language, int, List<String>) - Constructor for class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
ConfusionSet - Class in org.languagetool.rules
Words that can easily be confused - for internal use only.
ConfusionSet(long, String...) - Constructor for class org.languagetool.rules.ConfusionSet
 
ConfusionSet(long, List<ConfusionString>) - Constructor for class org.languagetool.rules.ConfusionSet
 
ConfusionSetLoader - Class in org.languagetool.rules
Loads a confusion set from a plain text file (UTF-8).
ConfusionSetLoader() - Constructor for class org.languagetool.rules.ConfusionSetLoader
 
ConfusionString - Class in org.languagetool.rules
A string in a ConfusionPair - for internal use only.
ConfusionString(String, String) - Constructor for class org.languagetool.rules.ConfusionString
 
confusionWords - Variable in class org.languagetool.rules.ScoredConfusionSet
 
CONSIDER_ONLY_PREFERRED_THRESHOLD - Static variable in class org.languagetool.language.LanguageIdentifier
 
considerIgnoreWords - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
containsDigit(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
CONTEXT_LENGTH - Static variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
contexts - Variable in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
contextSize - Variable in class org.languagetool.tools.ContextTools
 
ContextTools - Class in org.languagetool.tools
Helper class to mark errors in text.
ContextTools() - Constructor for class org.languagetool.tools.ContextTools
 
ContextUtils() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
ContextWords() - Constructor for class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
contextWordsSet - Variable in class org.languagetool.rules.WrongWordInContextRule
 
CONTINUE_API - Enum constant in enum org.languagetool.tools.StringTools.ApiPrintMode
Simply continue rule match output.
Contributor - Class in org.languagetool.language
A person that contributed rules or code to LanguageTool.
Contributor(String) - Constructor for class org.languagetool.language.Contributor
 
Contributor(String, String) - Constructor for class org.languagetool.language.Contributor
 
Contributors - Class in org.languagetool.language
Constants for contributors who contribute to more than one language (use to avoid duplication).
Contributors() - Constructor for class org.languagetool.language.Contributors
 
conversionLocale - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
conversionLocale - Variable in class org.languagetool.tagging.BaseTagger
 
convertCase(String, String, Language) - Method in class org.languagetool.rules.patterns.MatchState
Converts case of the string token according to match element attributes.
convertCase(Match.CaseConversion, String, String, Language) - Static method in class org.languagetool.rules.patterns.CaseConversionHelper
Converts case of the string token according to match element attributes.
convertedPatterns - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
convertsCase - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
convertsCase - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
convertsCase() - Method in class org.languagetool.rules.patterns.Match
Used to let LT know that it should change the case of the match.
convertsCase() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
Determines whether the dictionary uses case conversions.
convertsCase() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
Determines whether the dictionary uses case conversions.
copy(AnalyzedSentence) - Method in class org.languagetool.AnalyzedSentence
The method copies AnalyzedSentence and returns the copy.
correctDate(RuleMatch, Map<String, String>) - Method in class org.languagetool.rules.YMDDateHelper
 
correctedString - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
 
correctExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
CorrectExample - Class in org.languagetool.rules
A text, typically a sentence, that doesn't contain an error, at least not one for a specific rule.
CorrectExample(String) - Constructor for class org.languagetool.rules.CorrectExample
 
correctExamples - Variable in class org.languagetool.rules.bitext.BitextRule
 
correctExamples - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
correctExamples - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
correctExamples - Variable in class org.languagetool.rules.Rule
 
corrections - Variable in class org.languagetool.rules.bitext.IncorrectBitextExample
 
corrections - Variable in class org.languagetool.rules.IncorrectExample
 
correctSuggestions - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
correctText(String, JLanguageTool) - Static method in class org.languagetool.tools.Tools
Automatically applies suggestions to the text, as suggested by the rules that match.
correctTextFromMatches(String, List<RuleMatch>) - Static method in class org.languagetool.tools.Tools
 
costOfSubstitution(char, char) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
count - Variable in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
count - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Entry
 
count - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
countLineBreaks(String) - Static method in class org.languagetool.JLanguageTool
 
countThreshold - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
coverage - Variable in class org.languagetool.rules.ngrams.Probability
 
covers(int, int, int, int) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
createDictionary(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
createDictionaryEntry(String, long, SuggestionStage) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
createElementMatchers() - Method in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
createId(Language) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
createJson(AnalyzedSentence) - Method in class org.languagetool.rules.OpenNMTRule
 
createLanguageObjects(URL, String) - Static method in class org.languagetool.Languages
 
createMatch(List<RuleMatch>, UnsyncStack<SymbolLocator>, int, String, AnalyzedSentence, List<AnalyzedSentence>) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
createNullToken(String, int) - Method in class org.languagetool.tagging.BaseTagger
 
createNullToken(String, int) - Method in interface org.languagetool.tagging.Tagger
Create the AnalyzedToken used for whitespace and other non-words.
createNullToken(String, int) - Method in class org.languagetool.tagging.xx.DemoTagger
 
createNumberSpeller(String) - Method in class org.languagetool.synthesis.BaseSynthesizer
 
createRuleMatch(String, String, int, int, String, AnalyzedSentence) - Method in class org.languagetool.rules.WordRepeatRule
 
createRuleMatch(List<Integer>, AnalyzedTokenReadings[], int, int, int, int, AnalyzedSentence) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
createRuleMatch(AnalyzedTokenReadings, List<String>, AnalyzedSentence) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
createRuleMatch(AnalyzedTokenReadings, Suggestion, float[], AnalyzedSentence) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
createRules(List<PatternToken>, List<PatternToken>, int) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
Create rule from an Element list.
createRules(ResourceBundle, Language, Word2VecModel) - Static method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRuleCreator
 
createSrxDocument(String) - Static method in class org.languagetool.tokenizers.SrxTools
 
createState(Synthesizer, AnalyzedTokenReadings) - Method in class org.languagetool.rules.patterns.Match
Creates a state used for actually matching a token.
createState(Synthesizer, AnalyzedTokenReadings[], int, int) - Method in class org.languagetool.rules.patterns.Match
Creates a state used for actually matching a token.
createStemmer() - Method in class org.languagetool.synthesis.BaseSynthesizer
Creates a new IStemmer based on the configured dictionary.
createTextCheckCallables(JLanguageTool.ParagraphHandling, AnnotatedText, List<AnalyzedSentence>, List<String>, List<Rule>, int, int, int, RuleMatchListener, JLanguageTool.Mode) - Method in class org.languagetool.MultiThreadedJLanguageTool
 
createToken(String, String) - Method in class org.languagetool.tagging.BaseTagger
 
createToken(String, String) - Method in interface org.languagetool.tagging.Tagger
Create a token specific to the language of the implementing class.
createToken(String, String) - Method in class org.languagetool.tagging.xx.DemoTagger
 
createUnifier() - Method in class org.languagetool.rules.patterns.UnifierConfiguration
 
createWrongSplitMatch(AnalyzedSentence, List<RuleMatch>, int, String, String, String, int) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
csRegex(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
csToken(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
csToken(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
Add a case-sensitive token.
csTokenRegex(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
currentExperiment - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
currentlyActiveRules - Static variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
currentTranslationLanguage - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
CUSTOM_SPELLING_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
CUSTOM_SPELLING_PROHIBIT_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
customMetaData - Variable in class org.languagetool.markup.AnnotatedText
 
customMetaData - Variable in class org.languagetool.markup.AnnotatedTextBuilder
 
cutOffDot(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 

D

Damerau - Enum constant in enum org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
 
DamerauLevenshteinDistance(String, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
DANIEL_NABER - Static variable in class org.languagetool.language.Contributors
 
dashRules - Variable in class org.languagetool.rules.AbstractDashRule
 
dataBroker - Static variable in class org.languagetool.JLanguageTool
 
datasetComputationTime - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
datasetCorrectSuggestions - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
datasetNotFoundSuggestions - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
datasetNumSamples - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
datasets - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
datasetSuggestionPosSum - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
datasetTextSize - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
dateFormat - Variable in class org.languagetool.OutputStreamLogger
 
DateRangeChecker - Class in org.languagetool.rules
Checks whether the date range is valid, i.e., that the starting date happens before the end date.
DateRangeChecker() - Constructor for class org.languagetool.rules.DateRangeChecker
 
DAY_OF_MONTH_PATTERN - Static variable in class org.languagetool.rules.AbstractDateCheckFilter
 
DAY_OF_MONTH_PATTERN - Static variable in class org.languagetool.rules.AbstractFutureDateFilter
 
DAY_OF_MONTH_PATTERN - Static variable in class org.languagetool.rules.AbstractNewYearDateFilter
 
debug(String, Object...) - Method in class org.languagetool.languagemodel.BaseLanguageModel
 
debug(String, Object...) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
debug(String, Object...) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
DEBUG - Static variable in class org.languagetool.languagemodel.BaseLanguageModel
 
DEBUG - Static variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
DEBUG - Static variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
DEBUG - Static variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
DEFAULT - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
DEFAULT_ACTIVATION - Static variable in class org.languagetool.rules.AbstractFillerWordsRule
 
DEFAULT_ACTIVATION - Static variable in class org.languagetool.rules.LongParagraphRule
 
DEFAULT_ACTIVATION - Static variable in class org.languagetool.rules.LongSentenceRule
 
DEFAULT_CONTEXT_LENGTH - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
DEFAULT_MAX_WORDS - Static variable in class org.languagetool.rules.LongParagraphRule
 
DEFAULT_MAX_WORDS - Static variable in class org.languagetool.rules.LongSentenceRule
 
DEFAULT_MIN_PERCENT - Static variable in class org.languagetool.rules.AbstractFillerWordsRule
 
defaultCompactLevel - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
defaultCountThreshold - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
defaultDictSpeller - Variable in class org.languagetool.rules.spelling.SymSpellRule
 
defaultDictSpellers - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
defaultInitialCapacity - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
defaultMaxEditDistance - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
defaultOff - Variable in class org.languagetool.rules.Category
 
defaultOff - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
defaultOff - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
defaultOff - Variable in class org.languagetool.rules.Rule
 
defaultPrefixLength - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
DefaultResourceDataBroker - Class in org.languagetool.databroker
Responsible for getting any items from the grammar checker's resource directories.
DefaultResourceDataBroker() - Constructor for class org.languagetool.databroker.DefaultResourceDataBroker
Instantiates this data broker with the default resource directory names as specified in: ResourceDataBroker.RESOURCE_DIR ResourceDataBroker.RULES_DIR
DefaultResourceDataBroker(String, String) - Constructor for class org.languagetool.databroker.DefaultResourceDataBroker
Instantiates this data broker with the passed resource directory names.
defaultServerUrl - Static variable in class org.languagetool.rules.OpenNMTRule
 
defaultTempOff - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
defaultTempOff - Variable in class org.languagetool.rules.Rule
 
delete() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
Delete() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Delete
 
deleteCount() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
deleteInSuggestionPrefix(String, int, String, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
deletes - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
deletes - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
deletes - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
DELTA - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
DEMO_DISAMBIGUATOR - Static variable in class org.languagetool.Language
 
DEMO_TAGGER - Static variable in class org.languagetool.Language
 
DemoDisambiguator - Class in org.languagetool.tagging.disambiguation.xx
Trivial disambiguator.
DemoDisambiguator() - Constructor for class org.languagetool.tagging.disambiguation.xx.DemoDisambiguator
 
DemoRule - Class in org.languagetool.rules
A simple demo rule as an example for how to implement your own Java-based rule in LanguageTool.
DemoRule() - Constructor for class org.languagetool.rules.DemoRule
 
DemoTagger - Class in org.languagetool.tagging.xx
A trivial tagger that does nothing than assign null tags to words.
DemoTagger() - Constructor for class org.languagetool.tagging.xx.DemoTagger
 
descProvider - Variable in class org.languagetool.JLanguageTool
 
description - Variable in class org.languagetool.rules.ConfusionString
 
description - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
descriptions - Variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
destroy() - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Deallocate the dictionary.
destroyDictionary(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell
Removes a dictionary from the internal cache
DetailedDamerauLevenstheinDistance - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
 
DetailedDamerauLevenstheinDistance.Delete - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance.Distance - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance.EditOperation - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance.Insert - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance.Replace - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
DetailedDamerauLevenstheinDistance.Transpose - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
detailedDistance - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
detectedLanguage - Variable in class org.languagetool.DetectedLanguage
 
DetectedLanguage - Class in org.languagetool
 
DetectedLanguage(Language, Language) - Constructor for class org.languagetool.DetectedLanguage
 
DetectedLanguage(Language, Language, float) - Constructor for class org.languagetool.DetectedLanguage
 
detectionConfidence - Variable in class org.languagetool.DetectedLanguage
 
detectLanguage(String) - Method in class org.languagetool.language.LanguageIdentifier
 
detectLanguage(String, List<String>, List<String>) - Method in class org.languagetool.language.LanguageIdentifier
 
detectLanguageCode(String) - Method in class org.languagetool.language.LanguageIdentifier
 
detectLanguageWithDetails(String) - Method in class org.languagetool.language.LanguageIdentifier
 
detectNumberRange(AnalyzedSentence, Matcher) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
detokenize(String) - Method in class org.languagetool.rules.OpenNMTRule
 
dicPathToDict - Static variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
dictCache - Static variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
dictCache - Static variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
dictionary - Variable in class org.languagetool.rules.neuralnetwork.Embedding
 
dictionary - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
dictionary - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
dictionary - Variable in class org.languagetool.tagging.BaseTagger
 
dictionary - Variable in class org.languagetool.tagging.MorfologikTagger
 
Dictionary - Class in org.languagetool.rules.neuralnetwork
 
Dictionary(InputStream) - Constructor for class org.languagetool.rules.neuralnetwork.Dictionary
 
Dictionary(String) - Constructor for class org.languagetool.rules.neuralnetwork.Dictionary
 
Dictionary(String) - Constructor for class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Creates an instance of the dictionary.
DICTIONARY_FILENAME_EXTENSION - Static variable in class org.languagetool.JLanguageTool
Extension of dictionary files read by Spellers
DictionaryMatchFilter - Class in org.languagetool.rules
 
DictionaryMatchFilter(UserConfig) - Constructor for class org.languagetool.rules.DictionaryMatchFilter
 
dictionaryPath - Variable in class org.languagetool.tagging.BaseTagger
 
dictPath - Variable in class org.languagetool.DynamicLanguage
 
dictUrl - Variable in class org.languagetool.tagging.MorfologikTagger
 
DifferentLengthRule - Class in org.languagetool.rules.bitext
Checks if the translation has a really different length than the source (smaller than 30% or longer by 250%).
DifferentLengthRule() - Constructor for class org.languagetool.rules.bitext.DifferentLengthRule
 
DifferentPunctuationRule - Class in org.languagetool.rules.bitext
Checks if the translation has the same ending punctuation as the source.
DifferentPunctuationRule() - Constructor for class org.languagetool.rules.bitext.DifferentPunctuationRule
 
directory - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel.LuceneSearcher
 
dirToSearcherMap - Static variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
disableCategory(CategoryId) - Method in class org.languagetool.JLanguageTool
Disable the given rule category so the check methods like JLanguageTool.check(String) won't use it.
disabledCategories - Variable in class org.languagetool.rules.LanguageDependentFilter
 
disabledRuleCategories - Variable in class org.languagetool.InputSentence
 
disabledRuleCategories - Variable in class org.languagetool.JLanguageTool
 
disabledRules - Variable in class org.languagetool.InputSentence
 
disabledRules - Variable in class org.languagetool.JLanguageTool
 
disableRule(String) - Method in class org.languagetool.JLanguageTool
Disable a given rule so the check methods like JLanguageTool.check(String) won't use it.
disableRules(List<String>) - Method in class org.languagetool.JLanguageTool
Disable the given rules so the check methods like JLanguageTool.check(String) won't use them.
disAction - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
disamb - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
disambExamples - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
DISAMBIG - Static variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
disambigAction - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
disambiguate(AnalyzedSentence) - Method in class org.languagetool.noop.NoopDisambiguator
 
disambiguate(AnalyzedSentence) - Method in interface org.languagetool.tagging.disambiguation.Disambiguator
If possible, filters out the wrong POS tags.
disambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end.
disambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end.
disambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.rules.XmlRuleDisambiguator
 
disambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.xx.DemoDisambiguator
 
DisambiguatedExample - Class in org.languagetool.tagging.disambiguation.rules
Disambiguated example.
DisambiguatedExample(String) - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
DisambiguatedExample(String, String, String) - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
disambiguatedPOS - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
disambiguatedPOS - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
DISAMBIGUATION_FILE - Static variable in class org.languagetool.tagging.disambiguation.rules.XmlRuleDisambiguator
 
DisambiguationPatternRule - Class in org.languagetool.tagging.disambiguation.rules
A Rule that describes a pattern of words or part-of-speech tags used for disambiguation.
DisambiguationPatternRule(String, String, Language, List<PatternToken>, String, Match, DisambiguationPatternRule.DisambiguatorAction) - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
DisambiguationPatternRule.DisambiguatorAction - Enum in org.languagetool.tagging.disambiguation.rules
Possible disambiguator actions.
DisambiguationPatternRuleReplacer - Class in org.languagetool.tagging.disambiguation.rules
 
DisambiguationPatternRuleReplacer(DisambiguationPatternRule) - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
DisambiguationRuleHandler - Class in org.languagetool.tagging.disambiguation.rules
 
DisambiguationRuleHandler() - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
DisambiguationRuleLoader - Class in org.languagetool.tagging.disambiguation.rules
Loads DisambiguationPatternRules from a disambiguation rules XML file.
DisambiguationRuleLoader() - Constructor for class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleLoader
 
disambiguationRules - Variable in class org.languagetool.tagging.disambiguation.rules.XmlRuleDisambiguator
 
disambiguationUnifierConfig - Variable in class org.languagetool.Language
 
disambiguator - Variable in class org.languagetool.noop.NoopLanguage
 
Disambiguator - Interface in org.languagetool.tagging.disambiguation
Disambiguator interface.
DisambiguatorAction() - Constructor for enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
distance - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
Distance() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
Distance(int, int, int, int) - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
distanceAlgorithm - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
DistanceAlgorithm() - Constructor for enum org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
 
distanceSum - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
 
divShift - Static variable in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
doCompile(AnalyzedTokenReadings, Synthesizer) - Method in class org.languagetool.rules.patterns.PatternToken
 
DocumentTitle - Enum constant in enum org.languagetool.markup.AnnotatedText.MetaDataKey
 
DOMAIN_CHARS - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
DOMINIQUE_PELLE - Static variable in class org.languagetool.language.Contributors
 
DoublePunctuationRule - Class in org.languagetool.rules
A rule that matches ".." (but not "..." etc) and ",,".
DoublePunctuationRule(ResourceBundle) - Constructor for class org.languagetool.rules.DoublePunctuationRule
 
doValidateDirectory(File) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
Duplication - Enum constant in enum org.languagetool.rules.ITSIssueType
 
dutchSpecialCase(String, String, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
DynamicHunspellLanguage - Class in org.languagetool
 
DynamicHunspellLanguage(String, String, File) - Constructor for class org.languagetool.DynamicHunspellLanguage
 
DynamicLanguage - Class in org.languagetool
 
DynamicLanguage(String, String, File) - Constructor for class org.languagetool.DynamicLanguage
 
DynamicMorfologikLanguage - Class in org.languagetool
 
DynamicMorfologikLanguage(String, String, File) - Constructor for class org.languagetool.DynamicMorfologikLanguage
 
dynLanguages - Static variable in class org.languagetool.Languages
 

E

E_MAIL - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
editDistance - Variable in class org.languagetool.rules.spelling.SymSpellRule
 
editDistance(String, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
EditDistance - Class in org.languagetool.rules.spelling.symspell.implementation
 
EditDistance(String, EditDistance.DistanceAlgorithm) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
EditDistance.DistanceAlgorithm - Enum in org.languagetool.rules.spelling.symspell.implementation
 
EditOperation() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.EditOperation
 
EditOperation(long) - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.EditOperation
 
editOperations - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
 
edits(String, int, HashSet<String>) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
editsPrefix(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
elementNo - Variable in class org.languagetool.rules.patterns.PatternRule
 
elements - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
EmailNumberOfAttachments - Enum constant in enum org.languagetool.markup.AnnotatedText.MetaDataKey
 
EmailToAddress - Enum constant in enum org.languagetool.markup.AnnotatedText.MetaDataKey
 
embedding - Variable in class org.languagetool.rules.neuralnetwork.Embedding
 
embedding - Variable in class org.languagetool.rules.neuralnetwork.SingleLayerClassifier
 
embedding - Variable in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
embedding - Variable in class org.languagetool.rules.neuralnetwork.Word2VecModel
 
Embedding - Class in org.languagetool.rules.neuralnetwork
 
Embedding(Dictionary, Matrix) - Constructor for class org.languagetool.rules.neuralnetwork.Embedding
 
empty() - Method in class org.languagetool.rules.UnsyncStack
Tests if this stack is empty.
EmptyLineRule - Class in org.languagetool.rules
A rule that checks for empty lines.
EmptyLineRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.EmptyLineRule
 
EmptyLineRule(ResourceBundle, Language, boolean) - Constructor for class org.languagetool.rules.EmptyLineRule
 
enabledRuleCategories - Variable in class org.languagetool.InputSentence
 
enabledRuleCategories - Variable in class org.languagetool.JLanguageTool
 
enabledRules - Variable in class org.languagetool.InputSentence
 
enabledRules - Variable in class org.languagetool.JLanguageTool
 
enabledRules - Variable in class org.languagetool.rules.LanguageDependentFilter
 
enableFasttext(File, File) - Method in class org.languagetool.language.LanguageIdentifier
 
enableRule(String) - Method in class org.languagetool.JLanguageTool
Enable a given rule so the check methods like JLanguageTool.check(String) will use it.
enableRuleCategory(CategoryId) - Method in class org.languagetool.JLanguageTool
Enable all rules of the given category so the check methods like JLanguageTool.check(String) will use it.
encoding - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
The encoding used by this dictionary
end - Variable in class org.languagetool.rules.MatchPosition
 
END_API - Enum constant in enum org.languagetool.tools.StringTools.ApiPrintMode
End XML/JSON output by closing the root element.
endElement(String, String, String) - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
endElement(String, String, String) - Method in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
endElement(String, String, String) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
 
endElement(String, String, String) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
ENDING_QUOTES - Static variable in class org.languagetool.rules.AbstractFillerWordsRule
 
endPos - Variable in class org.languagetool.rules.ngrams.GoogleToken
 
endPos - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
endPos - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
endPositionCorrection - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
endPositionCorrection - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
ends - Variable in class org.languagetool.synthesis.Soros
 
endSymbols - Variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
enforceAcceptLanguage - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
enforceCorrect - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
englishMessages - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
ensureCapacity(CharBuffer, int) - Static method in class org.languagetool.rules.spelling.hunspell.Hunspell
 
Entry(int, int) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Entry
 
equals(Object) - Method in class org.languagetool.AnalyzedSentence
 
equals(Object) - Method in class org.languagetool.AnalyzedToken
 
equals(Object) - Method in class org.languagetool.AnalyzedTokenReadings
 
equals(Object) - Method in class org.languagetool.chunking.ChunkTag
 
equals(Object) - Method in class org.languagetool.GlobalConfig
 
equals(Object) - Method in class org.languagetool.InputSentence
 
equals(Object) - Method in class org.languagetool.Language
Considers languages as equal if their language code, including the country and variant codes are equal.
equals(Object) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
equals(Object) - Method in class org.languagetool.rules.CategoryId
 
equals(Object) - Method in class org.languagetool.rules.ConfusionPair
 
equals(Object) - Method in class org.languagetool.rules.ConfusionSet
 
equals(Object) - Method in class org.languagetool.rules.ConfusionString
 
equals(Object) - Method in class org.languagetool.rules.MatchPosition
 
equals(Object) - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
equals(Object) - Method in class org.languagetool.rules.patterns.EquivalenceTypeLocator
 
equals(Object) - Method in class org.languagetool.rules.RuleMatch
 
equals(Object) - Method in class org.languagetool.rules.ScoredConfusionSet
 
equals(Object) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
equals(Object) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
equals(Object) - Method in class org.languagetool.rules.spelling.RuleWithLanguage
 
equals(Object) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
equals(Object) - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
equals(Object) - Method in class org.languagetool.rules.SuggestedReplacement
 
equals(Object) - Method in class org.languagetool.SimpleInputSentence
 
equals(Object) - Method in class org.languagetool.tagging.TaggedWord
 
equals(Object) - Method in class org.languagetool.UserConfig
 
equalsConsiderVariantsIfSpecified(Language) - Method in class org.languagetool.Language
Return true if this is the same language as the given one, considering country variants only if set for both languages.
equivalenceFeatures - Variable in class org.languagetool.rules.patterns.Unifier
A Map that stores all possible equivalence types listed for features.
equivalenceFeatures - Variable in class org.languagetool.rules.patterns.UnifierConfiguration
A Map that stores all possible equivalence types listed for features.
equivalenceFeatures - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
equivalencesMatched - Variable in class org.languagetool.rules.patterns.Unifier
Map of sets of matched equivalences in the unified sequence.
equivalencesToBeKept - Variable in class org.languagetool.rules.patterns.Unifier
 
EquivalenceTypeLocator - Class in org.languagetool.rules.patterns
 
EquivalenceTypeLocator(String, String) - Constructor for class org.languagetool.rules.patterns.EquivalenceTypeLocator
 
equivalenceTypes - Variable in class org.languagetool.rules.patterns.Unifier
A Map for storing the equivalence types for features.
equivalenceTypes - Variable in class org.languagetool.rules.patterns.UnifierConfiguration
A Map for storing the equivalence types for features.
error(SAXParseException) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
error(SAXParseException) - Method in class org.languagetool.XMLValidator.ErrorHandler
 
ErrorHandler() - Constructor for class org.languagetool.XMLValidator.ErrorHandler
 
errorMarkerEnd - Variable in class org.languagetool.tools.ContextTools
 
errorMarkerStart - Variable in class org.languagetool.tools.ContextTools
 
ErrorRateTooHighException - Exception in org.languagetool
 
ErrorRateTooHighException(String) - Constructor for exception org.languagetool.ErrorRateTooHighException
 
errorTriggerExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
ErrorTriggeringExample - Class in org.languagetool.rules
A text, typically a sentence, that doesn't contain an error, but still leads to an error.
ErrorTriggeringExample(String) - Constructor for class org.languagetool.rules.ErrorTriggeringExample
 
errorTriggeringExamples - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
errorTriggeringExamples - Variable in class org.languagetool.rules.Rule
 
escapeForXmlAttribute(String) - Static method in class org.languagetool.tools.StringTools
 
escapeForXmlContent(String) - Static method in class org.languagetool.tools.StringTools
 
escapeHtml - Variable in class org.languagetool.tools.ContextTools
 
escapeHTML(String) - Static method in class org.languagetool.tools.StringTools
Escapes these characters: less than, greater than, quote, ampersand.
escapeXML(String) - Static method in class org.languagetool.tools.StringTools
escapeXMLForAPIOutput(String) - Static method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.AbstractCompoundRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.AbstractDashRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.patterns.PatternRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.Rule
A number that estimates how many words there must be after a match before we can be (relatively) sure the match is valid.
estimateContextForSureMatch() - Method in class org.languagetool.rules.TextLevelRule
 
estimateContextForSureMatch() - Method in class org.languagetool.rules.WordRepeatRule
 
EXACT - Enum constant in enum org.languagetool.rules.patterns.XMLRuleHandler.RegexpMode
 
example - Variable in class org.languagetool.rules.bitext.IncorrectBitextExample
 
example - Variable in class org.languagetool.rules.ExampleSentence
 
example - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
example - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
Example - Class in org.languagetool.rules
Helper class to create error examples.
Example() - Constructor for class org.languagetool.rules.Example
 
EXAMPLE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exampleCorrection - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
examples - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
ExampleSentence - Class in org.languagetool.rules
 
ExampleSentence(String) - Constructor for class org.languagetool.rules.ExampleSentence
 
EXCEPTION - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionLevelCaseSensitive - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionLevelCaseSet - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionList - Variable in class org.languagetool.rules.patterns.PatternToken
List of exceptions that are valid for the current token and / or some next tokens.
exceptionPosNegation - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionPosRegExp - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionPosToken - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptions - Variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
exceptions - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
EXCEPTIONS - Static variable in class org.languagetool.rules.UppercaseSentenceStartRule
 
exceptionSet - Variable in class org.languagetool.rules.patterns.PatternToken
True if any exception with a scope=="current" or scope=="next" is set for the element.
exceptionSet - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionSpaceBefore - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionSpaceBeforeSet - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionStringInflected - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionStringNegation - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionStringRegExp - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionValidNext - Variable in class org.languagetool.rules.patterns.PatternToken
True if scope=="next".
exceptionValidNext - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionValidPrev - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
exceptionValidPrevious - Variable in class org.languagetool.rules.patterns.PatternToken
True if attribute scope=="previous".
executeAction(AnalyzedSentence, AnalyzedTokenReadings[], AnalyzedTokenReadings[], int, int, int, int[]) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
executionTime - Variable in class org.languagetool.RuleCheckTimeMessage
 
expandLine(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Expand suffixes in a line.
Experimental - Annotation Type in org.languagetool
An experimental feature that may change without warning in future versions.
experiments - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
experiments - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
explanations - Variable in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
ExtendedLanguage(Language, String, File) - Constructor for class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
extendSuggestions(List<SuggestedReplacement>) - Method in class org.languagetool.JLanguageTool
 
EXTERNAL - Enum constant in enum org.languagetool.rules.Category.Location
The rules in this category are not part of the main distribution of LanguageTool.
EXTERNAL - Static variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
externalLangCodes - Static variable in class org.languagetool.language.LanguageIdentifier
 
extractContext(String, String, int, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 

F

factor - Variable in class org.languagetool.rules.ConfusionPair
 
factor - Variable in class org.languagetool.rules.ConfusionSet
 
factorial(int) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
factory - Static variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
FAHRENHEIT - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
FAKE_CONTENT - Enum constant in enum org.languagetool.markup.TextPart.Type
 
fakeMarkupLength - Variable in class org.languagetool.markup.MappingValue
 
FakeRule() - Constructor for class org.languagetool.rules.patterns.RuleFilter.FakeRule
 
fallbackBundle - Variable in class org.languagetool.ResourceBundleWithFallback
 
FALSE_FRIEND_FILE - Static variable in class org.languagetool.JLanguageTool
The name of the file with false friend information.
FALSE_FRIENDS - Static variable in class org.languagetool.rules.Categories
False friends: words easily confused by language learners because a similar word exists in their native language.
falseFriendHint - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
falseFriendHint - Variable in class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
FalseFriendPatternRule - Class in org.languagetool.rules.patterns
A pattern rule for finding false friends.
FalseFriendPatternRule(String, Language, List<PatternToken>, String, String, String) - Constructor for class org.languagetool.rules.patterns.FalseFriendPatternRule
 
FalseFriendRuleHandler - Class in org.languagetool.rules.patterns
 
FalseFriendRuleHandler(Language, Language, String) - Constructor for class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
FalseFriendRuleLoader - Class in org.languagetool.rules.patterns
Loads PatternRules from a false friends XML file.
FalseFriendRuleLoader(String, String) - Constructor for class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
FalseFriendRuleLoader(Language) - Constructor for class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
FalseFriendsAsBitextLoader - Class in org.languagetool.rules.patterns.bitext
Loads the false friend rules as bitext pattern rules.
FalseFriendsAsBitextLoader() - Constructor for class org.languagetool.rules.patterns.bitext.FalseFriendsAsBitextLoader
 
falseFriendSugg - Variable in class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
fasttextEnabled - Variable in class org.languagetool.language.LanguageIdentifier
 
fasttextIn - Variable in class org.languagetool.language.LanguageIdentifier
 
fasttextOut - Variable in class org.languagetool.language.LanguageIdentifier
 
fasttextProcess - Variable in class org.languagetool.language.LanguageIdentifier
 
feature - Variable in class org.languagetool.rules.patterns.EquivalenceTypeLocator
 
Feature(double, double, long, int, DetailedDamerauLevenstheinDistance.Distance, double, String) - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
FEATURE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
features - Variable in class org.languagetool.rules.RuleMatch
 
features - Variable in class org.languagetool.rules.SuggestedReplacement
 
featuresFound - Variable in class org.languagetool.rules.patterns.Unifier
 
FEET - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
FILE_EXTENSION - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
fileCopy(InputStream, File) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
filename - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
filename - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
fillSymbolStack(int, AnalyzedTokenReadings[], int, int, UnsyncStack<SymbolLocator>, AnalyzedSentence) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
filter - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
filter - Variable in class org.languagetool.rules.patterns.RuleFilterEvaluator
 
filter(CharSequence) - Method in class org.languagetool.language.LanguageIdentifier.RemoveEMailSignatureFilter
 
filter(List<String>, String) - Method in class org.languagetool.rules.SuggestionFilter
 
filter(List<RuleMatch>) - Method in class org.languagetool.rules.CleanOverlappingFilter
 
filter(List<RuleMatch>) - Method in class org.languagetool.rules.LanguageDependentFilter
 
filter(List<RuleMatch>) - Method in interface org.languagetool.rules.RuleMatchFilter
Deprecated.
use and implement filter(List<RuleMatch> ruleMatches, AnnotatedText text)
filter(List<RuleMatch>) - Method in class org.languagetool.rules.RuleWithMaxFilter
 
filter(List<RuleMatch>) - Method in class org.languagetool.rules.SameRuleGroupFilter
 
filter(List<RuleMatch>, AnnotatedText) - Method in class org.languagetool.rules.DictionaryMatchFilter
 
filter(List<RuleMatch>, AnnotatedText) - Method in interface org.languagetool.rules.RuleMatchFilter
 
filter(RuleLoggerMessage) - Method in class org.languagetool.RuleLogger
 
FILTER - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
FILTERALL - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
filterArgs - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
filterArgs - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
filterArgs - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
filterCandidates(List<String>) - Method in class org.languagetool.rules.spelling.SymSpellRule
 
filterClassName - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
filterClassName - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
filterDictionaryMatches - Variable in class org.languagetool.UserConfig
 
filterDictionaryMatches() - Method in class org.languagetool.UserConfig
 
filterDupes(List<String>) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
filterForLanguage(List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
filterReadings() - Method in class org.languagetool.rules.patterns.MatchState
 
filters - Variable in class org.languagetool.RuleLogger
 
filterSuggestions(List<String>, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Remove prohibited words from suggestions.
filterXML(String) - Static method in class org.languagetool.tools.StringTools
Simple XML filtering for XML tags.
finalizeExceptions() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
finalizePhrase() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
finalizeRule() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
finalizeTokens() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
findCorrespondingSymbol(String) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
findFirstRegexMatch(String, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
findMatches(AnalyzedTokenReadings, AnalyzedSentence) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
findMultiwordEntry(AnalyzedTokenReadings[], int, List<MultiWordChunker2.MultiWordEntry>) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
findOriginalAnalyzedTokens(AnalyzedSentence, int, int) - Static method in class org.languagetool.rules.ngrams.GoogleToken
 
first - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Entry
 
firstDifferencePosition(String, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
fixed(String) - Static method in class org.languagetool.rules.Example
Create an example text (usually just one sentence) without an error - the fixed error (compared to the text created with Example.wrong(String)) can be marked with <marker>...</marker>.
FOLLOWING - Enum constant in enum org.languagetool.rules.patterns.Match.IncludeRange
 
forEachLineInResources(List<String>, Consumer<String>) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
formatMatches(AnalyzedTokenReadings[], List<Integer>, int, String, List<Match>) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
Replace back references generated with <match> and \\1 in message using Match class, and take care of skipping.
formatMeasurement(double, Unit) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
formatMultipleSynthesis(String[], String, String) - Static method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
formatPosTag(String, int, int) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
Override this method if you want format POS tag differently
formatRounded(String) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Override in subclasses.
formatSuggestions(List<String>) - Method in class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
formattedToken - Variable in class org.languagetool.rules.patterns.MatchState
 
formatter - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
Formatting - Enum constant in enum org.languagetool.rules.ITSIssueType
 
formatTranslations(List<StringBuilder>) - Method in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
from - Variable in class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnRange
 
fromLines(List<String>) - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
fromString(String) - Method in class org.languagetool.rules.neuralnetwork.Dictionary
 
func - Static variable in class org.languagetool.synthesis.Soros
 

G

GENDER_NEUTRALITY - Static variable in class org.languagetool.rules.Categories
 
GENDER_NEUTRALITY - Static variable in class org.languagetool.rules.CategoryIds
 
generateExperiments(List<SuggestionChangesExperimentRuns>) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
GenericUnpairedBracketsRule - Class in org.languagetool.rules
Rule that finds unpaired quotes, brackets etc.
GenericUnpairedBracketsRule(String, ResourceBundle, List<String>, List<String>) - Constructor for class org.languagetool.rules.GenericUnpairedBracketsRule
 
GenericUnpairedBracketsRule(String, ResourceBundle, List<String>, List<String>, Pattern) - Constructor for class org.languagetool.rules.GenericUnpairedBracketsRule
 
GenericUnpairedBracketsRule(ResourceBundle) - Constructor for class org.languagetool.rules.GenericUnpairedBracketsRule
Construct rule with a set of default start and end symbols: [] () {} "" ''
GenericUnpairedBracketsRule(ResourceBundle, List<String>, List<String>) - Constructor for class org.languagetool.rules.GenericUnpairedBracketsRule
 
GenericUnpairedBracketsRule(ResourceBundle, List<String>, List<String>, Pattern) - Constructor for class org.languagetool.rules.GenericUnpairedBracketsRule
 
get() - Static method in class org.languagetool.Languages
Language classes are detected at runtime by searching the classpath for files named META-INF/org/languagetool/language-module.properties.
get3gramProbabilityFor(Language, LanguageModel, int, AnalyzedSentence, String) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
get3gramProbabilityFor(Language, LanguageModel, GoogleToken, List<GoogleToken>, String) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
get4gramProbabilityFor(Language, LanguageModel, int, AnalyzedSentence, String) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
get4gramProbabilityFor(Language, LanguageModel, GoogleToken, List<GoogleToken>, String) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
getAbTest() - Method in class org.languagetool.UserConfig
 
getAcceptedWords() - Method in class org.languagetool.UserConfig
 
getAction() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getActiveChecks() - Static method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getAdditionalProhibitFileNames() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of the prohibit file, which lists words not to be accepted, even when the spell checker would accept them.
getAdditionalSpellingFileNames() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of additional spelling file, which lists words to be accepted and used for suggestions, even when the spell checker would not accept them.
getAdditionalSuggestions(List<String>, String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get additional suggestions added after other suggestions (note the rule may choose to re-order the suggestions anyway).
getAdditionalTopSuggestions(List<String>, String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get additional suggestions added before other suggestions (note the rule may choose to re-order the suggestions anyway).
getAllActiveOfficeRules() - Method in class org.languagetool.JLanguageTool
Works like getAllActiveRules but overrides defaults by office defaults
getAllActiveRules() - Method in class org.languagetool.JLanguageTool
Get all active (not disabled) rules for the current language that are built-in or that have been added using e.g.
getAllBuiltinBitextRules(Language, ResourceBundle) - Static method in class org.languagetool.tools.Tools
Use reflection to add bitext rules.
getAllBuiltinRules(Language, ResourceBundle, UserConfig, GlobalConfig) - Method in class org.languagetool.JLanguageTool
 
getAllLanguages() - Static method in class org.languagetool.Languages
 
getAllRules() - Method in class org.languagetool.JLanguageTool
Get all rules for the current language that are built-in or that have been added using JLanguageTool.addRule(Rule).
getAlternativeLangSpellingRules(List<Language>) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
getAlternativeTerm(List<ConfusionString>, GoogleToken) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getAmbiguous() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
getAnalyzedSentence(String) - Method in class org.languagetool.JLanguageTool
Tokenizes the given sentence into words and analyzes it, and then disambiguates POS tags.
getAnalyzedToken(int) - Method in class org.languagetool.AnalyzedTokenReadings
Get a token reading.
getAnalyzedTokens(String) - Method in class org.languagetool.tagging.BaseTagger
 
getAndGroup() - Method in class org.languagetool.rules.patterns.PatternToken
Returns the group of elements linked with AND operator.
getAnnotations() - Method in class org.languagetool.AnalyzedSentence
Get disambiguator actions log.
getAntiPatterns() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getAntiPatterns() - Method in class org.languagetool.rules.Rule
Overwrite this to avoid false alarms by ignoring these patterns - note that your Rule.match(AnalyzedSentence) method needs to call Rule.getSentenceWithImmunization(org.languagetool.AnalyzedSentence) for this to be used and you need to check AnalyzedTokenReadings.isImmunized()
getAntiPatterns() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
getBetterAlternativeOrNull(GoogleToken, List<GoogleToken>, List<ConfusionString>, long) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getBetterAlternativeOrNull(GoogleToken, List<GoogleToken>, ConfusionString, long) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getBetterAlternatives(GoogleToken, String, GoogleToken, GoogleToken, Probability, AnalyzedSentence) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getBetterAlternatives(NgramProbabilityRule.Replacement, GoogleToken, GoogleToken, GoogleToken, Probability) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getBinaryDict(String, int) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getBitextRules() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
getBitextRules(Language, Language) - Static method in class org.languagetool.tools.Tools
Gets default bitext rules for a given pair of languages
getBitextRules(Language, Language, File) - Static method in class org.languagetool.tools.Tools
Gets default bitext rules for a given pair of languages
getBufferedReader(List<String>) - Static method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getBuildDate() - Static method in class org.languagetool.JLanguageTool
Returns the build date or null if not run from JAR.
getByPosTag(Set<AnalyzedToken>, String) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getCachedLuceneSearcher(File) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getCalendar() - Method in class org.languagetool.rules.AbstractDateCheckFilter
 
getCalendar() - Method in class org.languagetool.rules.AbstractFutureDateFilter
 
getCalendar() - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
getCandidates(String) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
Find potential corrections - it's okay if some of these are not valid words, this list will be filtered against the spellchecker before being returned to the user.
getCandidates(List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
getCaseConversionType() - Method in class org.languagetool.rules.patterns.Match
 
getCategories() - Method in class org.languagetool.JLanguageTool
Get all rule categories for the current language.
getCategory() - Method in class org.languagetool.rules.Rule
 
getCategory(ResourceBundle) - Method in class org.languagetool.rules.Categories
 
getCategoryString() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getChunker() - Method in class org.languagetool.Language
Get this language's chunker implementation or null.
getChunker() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getChunker() - Method in class org.languagetool.noop.NoopLanguage
 
getChunkTag() - Method in class org.languagetool.chunking.ChunkTag
 
getChunkTag() - Method in class org.languagetool.rules.patterns.PatternToken
 
getChunkTags() - Method in class org.languagetool.AnalyzedTokenReadings
 
getClausePositionsInMessage(Pattern, String) - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
getColumn() - Method in class org.languagetool.rules.RuleMatch
Deprecated.
rely on the character-based RuleMatch.getFromPos() instead (deprecated since 3.4)
getColumnCount() - Method in interface org.languagetool.bitext.BitextReader
Get the current column number in the file.
getColumnCount() - Method in class org.languagetool.bitext.TabBitextReader
 
getCommaCharacter() - Method in class org.languagetool.rules.CommaWhitespaceRule
 
getCommaCharacter() - Method in class org.languagetool.rules.DoublePunctuationRule
 
getCommaMessage() - Method in class org.languagetool.rules.DoublePunctuationRule
 
getCommonWordsPath() - Method in class org.languagetool.DynamicLanguage
 
getCommonWordsPath() - Method in class org.languagetool.Language
A file with commons words, either in the classpath or as a filename in the file system.
getCompleteResourceUrl(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
Concatenates the passed resource path with the currently set resource directory path.
getCompleteRulesUrl(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
Concatenates the passed resource path with the currently set rules directory path.
getCompoundRuleData() - Method in class org.languagetool.rules.AbstractCompoundRule
 
getConfidence() - Method in class org.languagetool.rules.SuggestedReplacement
 
getConfig() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
getConfigureText() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getConfigureText() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
getConfigureText() - Method in class org.languagetool.rules.LongParagraphRule
 
getConfigureText() - Method in class org.languagetool.rules.LongSentenceRule
 
getConfigureText() - Method in class org.languagetool.rules.ReadabilityRule
 
getConfigureText() - Method in class org.languagetool.rules.Rule
Overwrite this to define the Text in the option panel for the configurable value
getConfigValueByID(String) - Method in class org.languagetool.UserConfig
 
getConfigValues() - Method in class org.languagetool.UserConfig
 
getConfusionString(List<ConfusionString>, GoogleToken) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getConfusionStrings(String[]) - Static method in class org.languagetool.rules.ScoredConfusionSetLoader
 
getConfusionTokens() - Method in class org.languagetool.rules.ScoredConfusionSet
 
getConjunctions() - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
getContext(int, int, String) - Method in class org.languagetool.tools.ContextTools
 
getContext(AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getContext(GoogleToken, List<GoogleToken>, String, int, int) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getContext(GoogleToken, List<GoogleToken>, String, int, int) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
getContext(GoogleToken, List<GoogleToken>, List<GoogleToken>, int, int) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
getContext(T, List<T>, List<T>, int, int, Predicate<T>, T) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
 
getCorrectBitextExamples() - Method in class org.languagetool.rules.bitext.BitextRule
Get example sentences that are correct and thus will not match this rule.
getCorrectExamples() - Method in class org.languagetool.rules.Rule
Get example sentences that are correct and thus will not match this rule.
getCorrections() - Method in class org.languagetool.rules.bitext.IncorrectBitextExample
Return the possible corrections.
getCorrections() - Method in class org.languagetool.rules.IncorrectExample
Return the possible corrections.
getCorrectWords(List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
getCount(String) - Method in class org.languagetool.languagemodel.BaseLanguageModel
Get the occurrence count for token.
getCount(String) - Method in class org.languagetool.languagemodel.LuceneLanguageModel
 
getCount(String) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getCount(List<String>) - Method in class org.languagetool.languagemodel.BaseLanguageModel
Get the occurrence count for the given token sequence.
getCount(List<String>) - Method in class org.languagetool.languagemodel.LuceneLanguageModel
 
getCount(List<String>) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getCount(Term, LuceneSingleIndexLanguageModel.LuceneSearcher) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getCountries() - Method in class org.languagetool.DynamicLanguage
 
getCountries() - Method in class org.languagetool.Language
Get this language's country options , e.g.
getCountries() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getCountries() - Method in class org.languagetool.noop.NoopLanguage
 
getCountries() - Method in class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
getCoverage() - Method in class org.languagetool.rules.ngrams.Probability
The fraction of lookups that had occurrence counts > 0.
getCurrentExperiment() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
getCurrentLine() - Method in interface org.languagetool.bitext.BitextReader
Get the current line of the bitext input.
getCurrentLine() - Method in class org.languagetool.bitext.TabBitextReader
 
getCurrentRules() - Static method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
getCurrentYear() - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
getData() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
getDataBroker() - Static method in class org.languagetool.JLanguageTool
The grammar checker needs resources from following directories: /resource /rules
getDate(Map<String, String>) - Method in class org.languagetool.rules.AbstractDateCheckFilter
 
getDate(Map<String, String>) - Method in class org.languagetool.rules.AbstractFutureDateFilter
 
getDate(Map<String, String>) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
getDayOfMonth(String) - Method in class org.languagetool.rules.AbstractDateCheckFilter
Implement so that "first" returns 1, second returns 2 etc.
getDayOfMonth(String) - Method in class org.languagetool.rules.AbstractFutureDateFilter
Implement so that "first" returns 1, second returns 2 etc.
getDayOfMonth(String) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
Implement so that "first" returns 1, second returns 2 etc.
getDayOfMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractDateCheckFilter
 
getDayOfMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractFutureDateFilter
 
getDayOfMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
getDayOfWeek(String) - Method in class org.languagetool.rules.AbstractDateCheckFilter
Implement so that Sunday returns 1, Monday 2 etc.
getDayOfWeek(Calendar) - Method in class org.languagetool.rules.AbstractDateCheckFilter
Get the localized name of the day of week for the given date.
getDefaultDisabledRulesForVariant() - Method in class org.languagetool.Language
Get disabled rules different from the default ones for this language variant.
getDefaultDisabledRulesForVariant() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getDefaultEnabledRulesForVariant() - Method in class org.languagetool.Language
Get enabled rules different from the default ones for this language variant.
getDefaultEnabledRulesForVariant() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getDefaultLanguageVariant() - Method in class org.languagetool.Language
Languages that have country variants need to overwrite this to select their most common variant.
getDefaultLanguageVariant() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getDefaultThreadCount() - Static method in class org.languagetool.MultiThreadedJLanguageTool
 
getDefaultValue() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getDefaultValue() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
getDefaultValue() - Method in class org.languagetool.rules.LongParagraphRule
 
getDefaultValue() - Method in class org.languagetool.rules.LongSentenceRule
 
getDefaultValue() - Method in class org.languagetool.rules.ReadabilityRule
 
getDefaultValue() - Method in class org.languagetool.rules.Rule
Overwrite this to get a default Integer value by option panel
getDescription() - Method in class org.languagetool.rules.AbstractCompoundRule
 
getDescription() - Method in class org.languagetool.rules.AbstractDashRule
 
getDescription() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getDescription() - Method in class org.languagetool.rules.AbstractPunctuationCheckRule
 
getDescription() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getDescription() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getDescription() - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
getDescription() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
getDescription() - Method in class org.languagetool.rules.bitext.DifferentLengthRule
 
getDescription() - Method in class org.languagetool.rules.bitext.DifferentPunctuationRule
 
getDescription() - Method in class org.languagetool.rules.bitext.SameTranslationRule
 
getDescription() - Method in class org.languagetool.rules.CommaWhitespaceRule
 
getDescription() - Method in class org.languagetool.rules.ConfusionString
 
getDescription() - Method in class org.languagetool.rules.DemoRule
 
getDescription() - Method in class org.languagetool.rules.DoublePunctuationRule
 
getDescription() - Method in class org.languagetool.rules.EmptyLineRule
 
getDescription() - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
getDescription() - Method in class org.languagetool.rules.LongParagraphRule
 
getDescription() - Method in class org.languagetool.rules.LongSentenceRule
 
getDescription() - Method in class org.languagetool.rules.MultipleWhitespaceRule
 
getDescription() - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getDescription() - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getDescription() - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getDescription() - Method in class org.languagetool.rules.OpenNMTRule
 
getDescription() - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
getDescription() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getDescription() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
getDescription() - Method in class org.languagetool.rules.patterns.RuleFilter.FakeRule
 
getDescription() - Method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
getDescription() - Method in class org.languagetool.rules.ReadabilityRule
 
getDescription() - Method in class org.languagetool.rules.Rule
A short description of the error this rule can detect, usually in the language of the text that is checked.
getDescription() - Method in class org.languagetool.rules.SentenceWhitespaceRule
 
getDescription() - Method in class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
getDescription() - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getDescription() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
getDescription() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
getDescription() - Method in class org.languagetool.rules.spelling.SymSpellRule
 
getDescription() - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
getDescription() - Method in class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
getDescription() - Method in class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
getDescription() - Method in class org.languagetool.rules.WhitespaceBeforePunctuationRule
 
getDescription() - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
getDescription() - Method in class org.languagetool.rules.WordRepeatRule
 
getDescription() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getDetectedLanguage() - Method in class org.languagetool.DetectedLanguage
 
getDetectionConfidence() - Method in class org.languagetool.DetectedLanguage
 
getDictFilenameInResources(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getDictionary() - Method in class org.languagetool.synthesis.BaseSynthesizer
Returns the Dictionary used for this synthesizer.
getDictionary() - Method in class org.languagetool.tagging.BaseTagger
 
getDictionary() - Method in class org.languagetool.tagging.MorfologikTagger
 
getDictionary(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell
Gets an instance of the dictionary.
getDictionary(List<byte[]>, String, String, boolean) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getDictionaryPath() - Method in class org.languagetool.tagging.BaseTagger
 
getDictionaryPath(String, String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getDisabledRules() - Method in class org.languagetool.JLanguageTool
Get rule ids of the rules that have been explicitly disabled.
getDisambiguated() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
Return the possible corrections.
getDisambiguatedPOS() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getDisambiguationUnifier() - Method in class org.languagetool.Language
Get this language's feature unifier used for disambiguation.
getDisambiguationUnifierConfiguration() - Method in class org.languagetool.Language
 
getDisambiguator() - Method in class org.languagetool.Language
Get this language's part-of-speech disambiguator implementation.
getDisambiguator() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getDisambiguator() - Method in class org.languagetool.noop.NoopLanguage
 
getDisambRules() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
getDocument(InputStream) - Method in class org.languagetool.rules.patterns.PatternRuleXmlCreator
 
getDotMessage() - Method in class org.languagetool.rules.DoublePunctuationRule
 
getElementNo() - Method in class org.languagetool.rules.patterns.PatternRule
 
getEmbedding() - Method in class org.languagetool.rules.neuralnetwork.Word2VecModel
 
getEnd() - Method in class org.languagetool.rules.MatchPosition
 
getEndColumn() - Method in class org.languagetool.rules.RuleMatch
Deprecated.
rely on RuleMatch.getToPos() instead (deprecated since 3.4)
getEndLine() - Method in class org.languagetool.rules.RuleMatch
Deprecated.
rely on RuleMatch.getToPos() instead (deprecated since 3.4)
getEndPos() - Method in class org.languagetool.AnalyzedTokenReadings
 
getEndPositionCorrection() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getEquivalenceFeatures() - Method in class org.languagetool.rules.patterns.UnifierConfiguration
 
getEquivalenceTypes() - Method in class org.languagetool.rules.patterns.UnifierConfiguration
 
getErrorTriggeringExamples() - Method in class org.languagetool.rules.Rule
Get the examples that are correct but still trigger the rule due to an issue with the rule.
getExample() - Method in class org.languagetool.rules.bitext.IncorrectBitextExample
Return the example that contains the error.
getExample() - Method in class org.languagetool.rules.ExampleSentence
Return the example, typically one sentence.
getExample() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
Return the example that contains the error.
getExamples() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getExceptionList() - Method in class org.languagetool.rules.patterns.PatternToken
 
getExcludedNonWordsPattern() - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
getExcludedPos() - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
getExcludedWordsPattern() - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
getExecutionTime() - Method in class org.languagetool.RuleCheckTimeMessage
 
getExecutorService() - Method in class org.languagetool.MultiThreadedJLanguageTool
 
getExperiments() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
getFactor() - Method in class org.languagetool.rules.ConfusionPair
 
getFactor() - Method in class org.languagetool.rules.ConfusionSet
 
getFakeMarkupLength() - Method in class org.languagetool.markup.MappingValue
 
getFalseFriendsAsBitext(String, Language, Language) - Method in class org.languagetool.rules.patterns.bitext.FalseFriendsAsBitextLoader
 
getFeatures() - Method in class org.languagetool.rules.RuleMatch
 
getFeatures() - Method in class org.languagetool.rules.SuggestedReplacement
 
getFilename() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getFileName() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getFileName() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Get the filename, e.g., /resource/pl/spelling.dict.
getFilenames() - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getFilter() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getFilter(String) - Method in class org.languagetool.rules.patterns.RuleFilterCreator
 
getFilterArguments() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getFilteredSuggestions(List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
getFinalUnificationValue(Map<String, List<String>>) - Method in class org.languagetool.rules.patterns.Unifier
Make sure that we really matched all the required features of the unification.
getFinalUnified() - Method in class org.languagetool.rules.patterns.Unifier
Used for getting a unified sequence in case when simple test method Unifier.isUnified(AnalyzedToken, Map, boolean)} was used.
getFirstDiffPosition(String, String) - Method in class org.languagetool.rules.OpenNMTRule
 
getFleschReadingEase(double, double) - Method in class org.languagetool.rules.ReadabilityRule
get Flesch-Reading-Ease (Formula for readability) for English the formula dependence on the language and has to be overridden for every supported language
getFollowedByWhitespace(AnalyzedTokenReadings[], int, int) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
getFormattedConversions(List<Map.Entry<Unit, Double>>) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Adds different formatted variants of the given conversions up to MAX_SUGGESTIONS.
getFrequency(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
Get the frequency of use of a word (0-27) form the dictionary
getFrequency(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
getFrequency(MorfologikMultiSpeller, String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
getFromPos() - Method in class org.languagetool.rules.RuleMatch
Position of the start of the error (in characters, zero-based, relative to the original input text).
getFromResourceDirAsStream(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
getFromResourceDirAsStream(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Gets any resource from the grammar checker's /resource directory.
getFromResourceDirAsUrl(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
getFromResourceDirAsUrl(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Gets any resource from the grammar checker's /resource directory.
getFromRulesDirAsStream(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
getFromRulesDirAsStream(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Gets any resource from the grammar checker's /rules directory.
getFromRulesDirAsUrl(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
getFromRulesDirAsUrl(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Gets any resource from the grammar checker's /rules directory.
getFullId() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
The rule id and its sub id, if any.
getFullStackTrace(Throwable) - Static method in class org.languagetool.tools.Tools
Get a stacktrace as a string.
getGivenLanguage() - Method in class org.languagetool.DetectedLanguage
 
getGlobalMetaData(String, String) - Method in class org.languagetool.markup.AnnotatedText
 
getGlobalMetaData(AnnotatedText.MetaDataKey, String) - Method in class org.languagetool.markup.AnnotatedText
 
getGoogleStyleWordTokenizer() - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getGoogleStyleWordTokenizer(Language) - Static method in class org.languagetool.rules.ngrams.LanguageModelUtils
Return a tokenizer that works more like Google does for its ngram index (which doesn't seem to be properly documented).
getGoogleTokens(String, boolean, Tokenizer) - Static method in class org.languagetool.rules.ngrams.GoogleToken
 
getGoogleTokens(AnalyzedSentence, boolean, Tokenizer) - Static method in class org.languagetool.rules.ngrams.GoogleToken
 
getGoogleTokensForString(String, boolean, Language) - Static method in class org.languagetool.rules.ngrams.GoogleTokenUtil
 
getGrammalectePassword() - Method in class org.languagetool.GlobalConfig
 
getGrammalecteServer() - Method in class org.languagetool.GlobalConfig
 
getGrammalecteUser() - Method in class org.languagetool.GlobalConfig
 
getHighestScoringResult(Map<String, Double>) - Method in class org.languagetool.language.LanguageIdentifier
 
getHistoricalAnnotations() - Method in class org.languagetool.AnalyzedTokenReadings
Used to track disambiguator actions.
getId() - Method in class org.languagetool.rules.AbstractCompoundRule
 
getId() - Method in class org.languagetool.rules.AbstractDashRule
 
getId() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getId() - Method in class org.languagetool.rules.AbstractPunctuationCheckRule
 
getId() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getId() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getId() - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
getId() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
Override this ID by adding a language acronym (e.g.
getId() - Method in class org.languagetool.rules.bitext.DifferentLengthRule
 
getId() - Method in class org.languagetool.rules.bitext.DifferentPunctuationRule
 
getId() - Method in class org.languagetool.rules.bitext.SameTranslationRule
 
getId() - Method in class org.languagetool.rules.Categories
 
getId() - Method in class org.languagetool.rules.Category
 
getId() - Method in class org.languagetool.rules.CommaWhitespaceRule
 
getId() - Method in class org.languagetool.rules.DemoRule
 
getId() - Method in class org.languagetool.rules.DoublePunctuationRule
 
getId() - Method in class org.languagetool.rules.EmptyLineRule
 
getId() - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
getId() - Method in class org.languagetool.rules.LongParagraphRule
 
getId() - Method in class org.languagetool.rules.LongSentenceRule
Override this ID by adding a language acronym (e.g.
getId() - Method in class org.languagetool.rules.MultipleWhitespaceRule
 
getId() - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getId() - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getId() - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
getId() - Method in class org.languagetool.rules.OpenNMTRule
 
getId() - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
getId() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getId() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
getId() - Method in class org.languagetool.rules.patterns.PatternRuleId
 
getId() - Method in class org.languagetool.rules.patterns.RuleFilter.FakeRule
 
getId() - Method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
getId() - Method in class org.languagetool.rules.ReadabilityRule
 
getId() - Method in class org.languagetool.rules.Rule
A string used to identify the rule in e.g.
getId() - Method in class org.languagetool.rules.SentenceWhitespaceRule
 
getId() - Method in class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
getId() - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getId() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
getId() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
getId() - Method in class org.languagetool.rules.spelling.SymSpellRule
 
getId() - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
getId() - Method in class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
getId() - Method in class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
getId() - Method in class org.languagetool.rules.WhitespaceBeforePunctuationRule
 
getId() - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
getId() - Method in class org.languagetool.rules.WordRepeatRule
 
getId() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getId(boolean) - Method in class org.languagetool.rules.ReadabilityRule
 
getIfPresent(InputSentence) - Method in class org.languagetool.ResultCache
 
getIfPresent(SimpleInputSentence) - Method in class org.languagetool.ResultCache
 
getIgnoredCharactersRegex() - Method in class org.languagetool.Language
 
getIgnoreFileName() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of the ignore file, which lists words to be accepted, even when the spell checker would not accept them.
getIncludeSkipped() - Method in class org.languagetool.rules.patterns.Match
 
getIncorrectBitextExamples() - Method in class org.languagetool.rules.bitext.BitextRule
Get example sentences that are incorrect and thus will match this rule.
getIncorrectCompounds() - Method in class org.languagetool.rules.CompoundRuleData
 
getIncorrectExamples() - Method in class org.languagetool.rules.Rule
Get example sentences that are incorrect and thus will match this rule.
getIndex() - Method in class org.languagetool.rules.SymbolLocator
 
getInstance() - Static method in class org.languagetool.RuleLoggerManager
 
getInstance() - Static method in class org.languagetool.rules.spelling.hunspell.Hunspell
The instance of the HunspellManager, looks for the native lib in the default directories
getInstance() - Static method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
null if nothing is configured, i.e.
getInstance(String) - Static method in class org.languagetool.rules.spelling.hunspell.Hunspell
The instance of the HunspellManager, looks for the native lib in the directory specified.
getIssueType(String) - Static method in enum org.languagetool.rules.ITSIssueType
 
getKeys() - Method in class org.languagetool.ResourceBundleWithFallback
 
getKnownWordsPerLanguage(String) - Method in class org.languagetool.language.CommonWords
 
getLanguage() - Method in class org.languagetool.JLanguageTool
Get the language that was used to configure this instance.
getLanguage() - Method in class org.languagetool.RuleLoggerMessage
 
getLanguage() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getLanguage() - Method in class org.languagetool.rules.spelling.RuleWithLanguage
 
getLanguageCodes() - Static method in class org.languagetool.language.LanguageIdentifier
 
getLanguageForLanguageNameAndCountry(Locale) - Static method in class org.languagetool.Languages
 
getLanguageForLanguageNameOnly(Locale) - Static method in class org.languagetool.Languages
 
getLanguageForLocale(Locale) - Static method in class org.languagetool.Languages
Get the best match for a locale, using American English as the final fallback if nothing else fits.
getLanguageForName(String) - Static method in class org.languagetool.Languages
Get the Language object for the given language name.
getLanguageForShortCode(String) - Static method in class org.languagetool.Languages
Get the Language object for the given language code.
getLanguageForShortCode(String, List<String>) - Static method in class org.languagetool.Languages
Get the Language object for the given language code.
getLanguageForShortCodeOrNull(String) - Static method in class org.languagetool.Languages
 
getLanguageModel(File) - Method in class org.languagetool.Language
 
getLanguageModel(File) - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getLanguageVariantSpellingFileName() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of the spelling file for a language variant (e.g., en-US or de-AT), which lists words to be accepted and used for suggestions, even when the spell checker would not accept them.
getLastDiffPosition(String, String) - Method in class org.languagetool.rules.OpenNMTRule
 
getLeftWordBoundary(String, int) - Method in class org.languagetool.rules.OpenNMTRule
 
getLemma() - Method in class org.languagetool.AnalyzedToken
 
getLemma() - Method in class org.languagetool.rules.patterns.Match
 
getLemma() - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2.MultiWordEntry
 
getLemma() - Method in class org.languagetool.tagging.TaggedWord
 
getLemmaSet() - Method in class org.languagetool.AnalyzedSentence
Get the lowercase lemmas of this sentence in a set.
getLemmaSet(AnalyzedTokenReadings[]) - Method in class org.languagetool.AnalyzedSentence
 
getLevel() - Method in class org.languagetool.OutputStreamLogger
 
getLevel() - Method in class org.languagetool.RuleLoggerManager
 
getLibFile() - Method in class org.languagetool.rules.spelling.hunspell.Hunspell
 
getLine() - Method in class org.languagetool.rules.RuleMatch
Deprecated.
rely on the character-based RuleMatch.getFromPos() instead (deprecated since 3.4)
getLineColumnRange(RuleMatch) - Method in class org.languagetool.JLanguageTool.TextCheckCallable
 
getLineCount() - Method in interface org.languagetool.bitext.BitextReader
Get the current line number in the file.
getLineCount() - Method in class org.languagetool.bitext.TabBitextReader
 
getLinguServices() - Method in class org.languagetool.UserConfig
 
getLocale() - Method in class org.languagetool.Language
Get this language's Java locale, not considering the country code.
getLocale() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getLocale() - Method in class org.languagetool.noop.NoopLanguage
 
getLocale() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getLocale() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
locale used on case-conversion
getLocaleWithCountryAndVariant() - Method in class org.languagetool.Language
Get this language's Java locale, considering language code and country code (if any).
getLocaleWithCountryAndVariant() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getLocation() - Method in class org.languagetool.rules.Category
 
getLocQualityIssueType() - Method in class org.languagetool.rules.Rule
getLogProb() - Method in class org.languagetool.rules.ngrams.Probability
 
getLongMessageString() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getLuceneSearcher(int) - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getMaintainedState() - Method in class org.languagetool.Language
Information about whether the support for this language in LanguageTool is actively maintained.
getMaintainers() - Method in class org.languagetool.DynamicLanguage
 
getMaintainers() - Method in class org.languagetool.Language
Get the name(s) of the maintainer(s) for this language or null.
getMaintainers() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getMaintainers() - Method in class org.languagetool.noop.NoopLanguage
 
getMaintainers() - Method in class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
getManualAdditionsFileName() - Method in class org.languagetool.tagging.BaseTagger
Get the filename for manual additions, e.g., /en/added.txt, or null.
getManualRemovalsFileName() - Method in class org.languagetool.tagging.BaseTagger
Get the filename for manual removals, e.g., /en/removed.txt, or null.
getMarker(int, int, int) - Method in class org.languagetool.tools.ContextTools
 
getMatch() - Method in class org.languagetool.rules.patterns.MatchState
 
getMatch() - Method in class org.languagetool.rules.patterns.PatternToken
 
getMatchElement() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getMatchesCache() - Method in class org.languagetool.ResultCache
 
getMatchPriority(RuleMatch) - Method in class org.languagetool.rules.CleanOverlappingFilter
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.LongParagraphRule
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.LongSentenceRule
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.ReadabilityRule
 
getMaxConfigurableValue() - Method in class org.languagetool.rules.Rule
Overwrite this to define the maximum of a configurable value
getMaximalPossibleLeftContext(String, int, String, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
getMaximalPossibleRightContext(String, int, String, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
getMaxOccurrence() - Method in class org.languagetool.rules.patterns.PatternToken
The maximum number of times the element may occur.
getMaxSpellingSuggestions() - Method in class org.languagetool.UserConfig
 
getMeanProbability() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
getMessage() - Method in class org.languagetool.RuleLoggerMessage
 
getMessage() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getMessage() - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
getMessage() - Method in class org.languagetool.rules.bitext.BitextRule
 
getMessage() - Method in class org.languagetool.rules.bitext.DifferentLengthRule
 
getMessage() - Method in class org.languagetool.rules.bitext.DifferentPunctuationRule
 
getMessage() - Method in class org.languagetool.rules.bitext.SameTranslationRule
 
getMessage() - Method in class org.languagetool.rules.LongParagraphRule
 
getMessage() - Method in class org.languagetool.rules.LongSentenceRule
 
getMessage() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
Get the message shown to the user if this rule matches.
getMessage() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
getMessage() - Method in class org.languagetool.rules.RuleMatch
A human-readable explanation describing the error.
getMessage(boolean) - Method in class org.languagetool.rules.SentenceWhitespaceRule
 
getMessage(int, int, int, int) - Method in class org.languagetool.rules.ReadabilityRule
 
getMessage(String, String) - Method in class org.languagetool.rules.AbstractWordCoherencyRule
Get the message shown to the user if the rule matches.
getMessage(String, String, String, String) - Method in class org.languagetool.rules.WrongWordInContextRule
 
getMessage(String, List<String>) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getMessage(AbstractUnitConversionRule.Message) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Override in subclasses
getMessage(ConfusionString, ConfusionString) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getMessage(Suggestion, float[]) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getMessageBundle() - Static method in class org.languagetool.JLanguageTool
Gets the ResourceBundle (i18n strings) for the default language of the user's system.
getMessageBundle() - Static method in class org.languagetool.ResourceBundleTools
Gets the ResourceBundle (i18n strings) for the default language of the user's system.
getMessageBundle(Language) - Static method in class org.languagetool.JLanguageTool
Gets the ResourceBundle (i18n strings) for the given user interface language.
getMessageBundle(Language) - Static method in class org.languagetool.ResourceBundleTools
Gets the ResourceBundle (i18n strings) for the given user interface language.
getMessageString() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getMetricEquivalent(double, Unit) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.LongParagraphRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.LongSentenceRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.ReadabilityRule
 
getMinConfigurableValue() - Method in class org.languagetool.rules.Rule
Overwrite this to define the minimum of a configurable value
getMinOccurrence() - Method in class org.languagetool.rules.patterns.PatternToken
The minimum number of times the element needs to occur.
getMinOccurrenceCorrection() - Method in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
getMinScore() - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getModelPath(Language) - Static method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
getMonth(String) - Method in class org.languagetool.rules.AbstractDateCheckFilter
Implement so that January returns 1, February 2 etc.
getMonth(String) - Method in class org.languagetool.rules.AbstractFutureDateFilter
Implement so that January returns 1, February 2 etc.
getMonth(String) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
Implement so that January returns 1, February 2 etc.
getMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractDateCheckFilter
 
getMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractFutureDateFilter
 
getMonthFromArguments(Map<String, String>) - Method in class org.languagetool.rules.AbstractNewYearDateFilter
 
getName() - Method in class org.languagetool.DynamicLanguage
 
getName() - Method in class org.languagetool.language.Contributor
 
getName() - Method in class org.languagetool.Language
Get this language's name in English, e.g.
getName() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getName() - Method in class org.languagetool.noop.NoopLanguage
 
getName() - Method in class org.languagetool.rules.Category
 
getName() - Method in class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
getNegation() - Method in class org.languagetool.rules.patterns.PatternToken
getNewToken(int, String) - Method in class org.languagetool.rules.patterns.MatchState
 
getNewTokenReadings() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getNGrams() - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
Returns the ngram level used, typically 3.
getNgramsPath() - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
getNoDashLowerCaseSuggestion() - Method in class org.languagetool.rules.CompoundRuleData
 
getNoDashSuggestion() - Method in class org.languagetool.rules.CompoundRuleData
 
getNonBlankReadings(AnalyzedTokenReadings[], int, int, int[]) - Method in class org.languagetool.AnalyzedSentence
 
getNumberFormat() - Method in class org.languagetool.rules.AbstractUnitConversionRule
Override in subclasses
getNumberOfSyllables(String, Language) - Method in class org.languagetool.LinguServices
Returns the number of syllable of a word Returns -1 if the word was not found or anything goes wrong
getOccurrences() - Method in class org.languagetool.rules.ngrams.Probability
The number the longest ngram occurs in the corpus.
getOnlyDashSuggestion() - Method in class org.languagetool.rules.CompoundRuleData
 
getOrGroup() - Method in class org.languagetool.rules.patterns.PatternToken
Returns the group of elements linked with OR operator.
getOriginalPosition(int) - Method in class org.languagetool.AnalyzedSentence
Get a position of a non-whitespace token in the original sentence with whitespace.
getOriginalText() - Method in class org.languagetool.markup.AnnotatedText
Get the plain text, without markup and content from interpretAs.
getOriginalTextPositionFor(int, boolean) - Method in class org.languagetool.markup.AnnotatedText
Internally used by LanguageTool to adjust error positions to point to the original location with markup, even though markup was ignored during text checking.
getOtherRuleMatches() - Method in class org.languagetool.JLanguageTool.TextCheckCallable
 
getPart() - Method in class org.languagetool.markup.TextPart
 
getPasswordAuthentication() - Method in class org.languagetool.rules.patterns.PasswordAuthenticator
 
getPath() - Method in class org.languagetool.rules.neuralnetwork.Word2VecModel
 
getPattern() - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
getPatternRuleId() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
The rule id and its sub id, if any.
getPatternRules() - Method in class org.languagetool.DynamicLanguage
 
getPatternRules() - Method in class org.languagetool.Language
Get the pattern rules as defined in the files returned by Language.getRuleFileNames().
getPatternRules() - Method in class org.languagetool.noop.NoopLanguage
 
getPatternRulesByIdAndSubId(String, String) - Method in class org.languagetool.JLanguageTool
Get pattern rules by Id and SubId.
getPatternToken() - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
getPatternTokens() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getPhraseName() - Method in class org.languagetool.rules.patterns.PatternToken
Gets the phrase the element is in.
getPlainText() - Method in class org.languagetool.markup.AnnotatedText
Get the plain text, without markup but with content from interpretAs.
getPlainTextContext(int, int, String) - Method in class org.languagetool.tools.ContextTools
Get a plain text context that uses ^ characters in a new line as a marker of the given string region.
getPlainTextDictSpellerOrNull(BufferedReader, List<String>, BufferedReader, String, String, int) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getPOSNegation() - Method in class org.languagetool.rules.patterns.PatternToken
 
getPosRegexMatch() - Method in class org.languagetool.rules.patterns.Match
 
getPossibleTags() - Method in class org.languagetool.synthesis.ManualSynthesizer
Retrieve all the possible POS values.
getPosTag() - Method in class org.languagetool.rules.patterns.Match
 
getPosTag() - Method in class org.languagetool.tagging.TaggedWord
 
getPOStag() - Method in class org.languagetool.rules.patterns.PatternToken
 
getPOSTag() - Method in class org.languagetool.AnalyzedToken
 
getPosTagCorrection(String) - Method in class org.languagetool.synthesis.BaseSynthesizer
 
getPosTagCorrection(String) - Method in interface org.languagetool.synthesis.Synthesizer
Gets a corrected version of the POS tag used for synthesis.
getPosTagReplace() - Method in class org.languagetool.rules.patterns.Match
 
getPosTags() - Method in class org.languagetool.rules.ngrams.GoogleToken
 
getPostDisambiguationChunker() - Method in class org.languagetool.Language
Get this language's chunker implementation or null.
getPostDisambiguationChunker() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getPrecededByWhitespace(AnalyzedTokenReadings[], int, int) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
getPreDisambigTokens() - Method in class org.languagetool.AnalyzedSentence
 
getPreDisambigTokensWithoutWhitespace() - Method in class org.languagetool.AnalyzedSentence
 
getPreviousExceptionList() - Method in class org.languagetool.rules.patterns.PatternToken
 
getPriorityForId(String) - Method in class org.languagetool.Language
Returns a priority for Rule or Category Id (default: 0).
getProb() - Method in class org.languagetool.rules.ngrams.Probability
A probability-like value, but can be filled with any float >= 0.
getProhibitFileName() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of the prohibit file, which lists words not to be accepted, even when the spell checker would accept them.
getProperty(String) - Method in class org.languagetool.tools.MultiKeyProperties
 
getProtocols() - Static method in class org.languagetool.tokenizers.WordTokenizer
Get the protocols that the tokenizer knows about.
getPseudoProbability(List<String>) - Method in class org.languagetool.languagemodel.BaseLanguageModel
 
getPseudoProbability(List<String>) - Method in interface org.languagetool.languagemodel.LanguageModel
This is not always guaranteed to be a real probability (0.0 to 1.0).
getPseudoProbability(List<String>) - Method in class org.languagetool.languagemodel.MockLanguageModel
 
getPseudoProbability(List<String>) - Method in class org.languagetool.languagemodel.MultiLanguageModel
 
getPseudoProbabilityStupidBackoff(List<String>) - Method in class org.languagetool.languagemodel.BaseLanguageModel
 
getRawAnalyzedSentence(String) - Method in class org.languagetool.JLanguageTool
Tokenizes the given sentence into words and analyzes it.
getReadabilityLevel(double) - Method in class org.languagetool.rules.ReadabilityRule
get level of readability (0 - 6)
getReader() - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel.LuceneSearcher
 
getReadings() - Method in class org.languagetool.AnalyzedTokenReadings
 
getReadingsLength() - Method in class org.languagetool.AnalyzedTokenReadings
Number of readings.
getRegexMatch() - Method in class org.languagetool.rules.patterns.Match
 
getRegexReplace() - Method in class org.languagetool.rules.patterns.Match
 
getRelevantLanguageModelCapableRules(ResourceBundle, LanguageModel, UserConfig, Language, List<Language>) - Method in class org.languagetool.Language
Get a list of rules that can optionally use a LanguageModel.
getRelevantLanguageModelRules(ResourceBundle, LanguageModel) - Method in class org.languagetool.Language
Get a list of rules that require a LanguageModel.
getRelevantLanguageModelRules(ResourceBundle, LanguageModel) - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getRelevantNeuralNetworkModels(ResourceBundle, File) - Method in class org.languagetool.Language
Get a list of rules that load trained neural networks.
getRelevantRules() - Static method in class org.languagetool.rules.bitext.BitextRule
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.DynamicHunspellLanguage
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.DynamicMorfologikLanguage
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.Language
Get the rules classes that should run for texts in this language.
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.noop.NoopLanguage
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
getRelevantRulesGlobalConfig(ResourceBundle, GlobalConfig, UserConfig, Language, List<Language>) - Method in class org.languagetool.Language
Get the rules classes that should run for texts in this language.
getRelevantWord2VecModelRules(ResourceBundle, Word2VecModel) - Method in class org.languagetool.Language
Get a list of rules that require a Word2VecModel.
getRelevantWord2VecModelRules(ResourceBundle, Word2VecModel) - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getReplacement() - Method in class org.languagetool.rules.SuggestedReplacement
 
getRequired(String, Map<String, String>) - Method in class org.languagetool.rules.patterns.RuleFilter
 
getResolvedArguments(String, AnalyzedTokenReadings[], int, List<Integer>) - Method in class org.languagetool.rules.patterns.RuleFilterEvaluator
Resolves the backref arguments, e.g.
getResourceDir() - Method in class org.languagetool.databroker.DefaultResourceDataBroker
 
getResourceDir() - Method in interface org.languagetool.databroker.ResourceDataBroker
 
getRightWordBoundary(String, int) - Method in class org.languagetool.rules.OpenNMTRule
 
getRule() - Method in class org.languagetool.rules.RuleMatch
 
getRule() - Method in class org.languagetool.rules.spelling.RuleWithLanguage
 
getRuleFileNames() - Method in class org.languagetool.DynamicLanguage
 
getRuleFileNames() - Method in class org.languagetool.Language
Get the location of the rule file(s) in a form like /org/languagetool/rules/de/grammar.xml, i.e.
getRuleFileNames() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getRuleId() - Method in class org.languagetool.RuleLoggerMessage
 
getRuleMatches(String, int, AnalyzedSentence, List<RuleMatch>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
getRules() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
getRules(File) - Method in class org.languagetool.rules.patterns.PatternRuleLoader
 
getRules(File, Language, Language) - Method in class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
getRules(InputStream) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleLoader
 
getRules(InputStream, String) - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleLoader
 
getRules(InputStream, String) - Method in class org.languagetool.rules.patterns.PatternRuleLoader
 
getRules(InputStream, Language, Language) - Method in class org.languagetool.rules.patterns.FalseFriendRuleLoader
 
getRulesDir() - Method in class org.languagetool.databroker.DefaultResourceDataBroker
 
getRulesDir() - Method in interface org.languagetool.databroker.ResourceDataBroker
 
getScore() - Method in class org.languagetool.rules.ScoredConfusionSet
 
getScores(String[]) - Method in interface org.languagetool.rules.neuralnetwork.Classifier
 
getScores(String[]) - Method in class org.languagetool.rules.neuralnetwork.SingleLayerClassifier
 
getScores(String[]) - Method in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
getSentence() - Method in class org.languagetool.rules.RuleMatch
 
getSentence() - Method in class org.languagetool.rules.SymbolLocator
 
getSentenceCache() - Method in class org.languagetool.ResultCache
 
getSentencePosition() - Method in interface org.languagetool.bitext.BitextReader
Get the current target sentence position in the file.
getSentencePosition() - Method in class org.languagetool.bitext.TabBitextReader
 
getSentenceTextWithoutUrlsAndImmunizedTokens(AnalyzedSentence) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getSentenceTokenizer() - Method in class org.languagetool.Language
Get this language's sentence tokenizer implementation.
getSentenceTokenizer() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getSentenceTokenizer() - Method in class org.languagetool.noop.NoopLanguage
 
getSentenceWithImmunization(AnalyzedSentence) - Method in class org.languagetool.rules.Rule
To be called from Rule.match(AnalyzedSentence) for rules that want Rule.getAntiPatterns() to be considered.
getSet() - Method in class org.languagetool.rules.ConfusionSet
 
getSet(boolean) - Method in class org.languagetool.rules.patterns.PatternRule
 
getShort() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getShort() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getShort() - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
getShortCode() - Method in class org.languagetool.DynamicLanguage
 
getShortCode() - Method in class org.languagetool.Language
Get this language's character code, e.g.
getShortCode() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getShortCode() - Method in class org.languagetool.noop.NoopLanguage
 
getShortCode() - Method in class org.languagetool.tokenizers.SimpleSentenceTokenizer.AnyLanguage
 
getShortCodeWithCountryAndVariant() - Method in class org.languagetool.Language
Get the short name of the language with country and variant (if any), if it is a single-country language.
getShortDescription() - Method in class org.languagetool.rules.SuggestedReplacement
 
getShortDescription(String) - Method in class org.languagetool.ShortDescriptionProvider
 
getShortGitId() - Static method in class org.languagetool.JLanguageTool
Returns the abbreviated git id or null.
getShortMessage() - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
getShortMessage() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getShortMessage() - Method in class org.languagetool.rules.patterns.PatternRule
 
getShortMessage() - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
getShortMessage() - Method in class org.languagetool.rules.RuleMatch
A shorter human-readable explanation describing the error or an empty string if no such explanation is available.
getShortMessage(AbstractUnitConversionRule.Message) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Override in subclasses
getShortMessageString() - Method in class org.languagetool.rules.WrongWordInContextRule
 
getSkipCorrectedReference(List<Integer>, int) - Method in class org.languagetool.rules.patterns.RuleFilterEvaluator
 
getSkipNext() - Method in class org.languagetool.rules.patterns.PatternToken
Gets the exception scope length.
getSource() - Method in class org.languagetool.bitext.StringPair
 
getSourceFile() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getSourceLanguage() - Method in class org.languagetool.rules.bitext.BitextRule
 
getSpelledNumber(String) - Method in class org.languagetool.synthesis.BaseSynthesizer
 
getSpelledNumber(String) - Method in interface org.languagetool.synthesis.Synthesizer
Spells out a number
getSpellerMatches(String, SymSpell) - Method in class org.languagetool.rules.spelling.SymSpellRule
 
getSpellingDictBaseDir(Language) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
getSpellingFileName() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Get the name of the spelling file, which lists words to be accepted and used for suggestions, even when the spell checker would not accept them.
getSrcRule() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
getStart() - Method in class org.languagetool.rules.MatchPosition
 
getStartPos() - Method in class org.languagetool.AnalyzedTokenReadings
 
getStartPos() - Method in class org.languagetool.rules.SymbolLocator
 
getStartPositionCorrection() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getStaticAndDynamicLanguages() - Static method in class org.languagetool.Languages
 
getStemmer() - Method in class org.languagetool.synthesis.BaseSynthesizer
 
getStream(String) - Static method in class org.languagetool.tools.Tools
Load a file from the classpath using Class.getResourceAsStream(String).
getString() - Method in class org.languagetool.rules.ConfusionString
 
getString() - Method in class org.languagetool.rules.patterns.PatternToken
 
getStringHash(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
getStringToTokenMap(Queue<AnalyzedTokenReadings>, List<String>, List<String>) - Method in class org.languagetool.rules.AbstractCompoundRule
 
getSubDirectoriesOrNull(File) - Static method in class org.languagetool.languagemodel.LuceneLanguageModel
 
getSubId() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getSubId() - Method in class org.languagetool.rules.patterns.PatternRuleId
 
getSubjects() - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getSuggestedReplacementObjects() - Method in class org.languagetool.rules.RuleMatch
 
getSuggestedReplacements() - Method in class org.languagetool.rules.RuleMatch
The text fragments which might be an appropriate fix for the problem.
getSuggestion() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getSuggestion() - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
getSuggestion(float[]) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
getSuggestion(String, String) - Method in class org.languagetool.rules.AbstractUnitConversionRule
Format suggestion.
getSuggestionMap() - Method in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
getSuggestionMatches() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getSuggestionMatchesOutMsg() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getSuggestions(String) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
getSuggestions(String) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
As a hunspell-based approach is too slow, we use Morfologik to create suggestions.
getSuggestions(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
getSuggestions(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
getSuggestions(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
The suggestions from all dictionaries (without duplicates).
getSuggestions(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
getSuggestionsFromDefaultDicts(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getSuggestionsFromSpellers(String, List<MorfologikSpeller>) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getSuggestionsFromUserDicts(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getSuggestionsOutMsg() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
getSuggestionsSeparator() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getSymbol() - Method in class org.languagetool.rules.SymbolLocator
 
getSynonyms(String, Language) - Method in class org.languagetool.LinguServices
Get all synonyms of a word as list of strings.
getSynonyms(AnalyzedTokenReadings) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
get synonyms for a repeated word
getSynthesizer() - Method in class org.languagetool.Language
Get this language's part-of-speech synthesizer implementation or null.
getSynthesizer() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getTabName() - Method in class org.languagetool.rules.Category
 
getTagger() - Method in class org.languagetool.Language
Get this language's part-of-speech tagger implementation.
getTagger() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getTagger() - Method in class org.languagetool.noop.NoopLanguage
 
getTarget() - Method in class org.languagetool.bitext.StringPair
 
getTargetColumnCount() - Method in interface org.languagetool.bitext.BitextReader
Get the current target column number in the file.
getTargetColumnCount() - Method in class org.languagetool.bitext.TabBitextReader
 
getTargetPosTag() - Method in class org.languagetool.rules.patterns.MatchState
Format POS tag using parameters already defined in the class.
getTerm1() - Method in class org.languagetool.rules.ConfusionPair
 
getTerm2() - Method in class org.languagetool.rules.ConfusionPair
 
getTerms() - Method in class org.languagetool.rules.ConfusionPair
 
getTestToken(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
 
getText() - Method in class org.languagetool.AnalyzedSentence
Return the original text.
getText() - Method in class org.languagetool.InputSentence
 
getText() - Method in class org.languagetool.SimpleInputSentence
 
getTextLevelRuleMatches() - Method in class org.languagetool.JLanguageTool.TextCheckCallable
 
getTextSessionId() - Method in class org.languagetool.UserConfig
 
getTextSize() - Method in class org.languagetool.RuleCheckTimeMessage
 
getTextWithMarkup() - Method in class org.languagetool.markup.AnnotatedText
 
getThreadPoolSize() - Method in class org.languagetool.MultiThreadedJLanguageTool
When no thread pool size is configured, the number of available processors is returned.
getTimestamp() - Method in class org.languagetool.RuleLoggerMessage
 
getToken() - Method in class org.languagetool.AnalyzedToken
 
getToken() - Method in class org.languagetool.AnalyzedTokenReadings
 
getTokenDescriptions() - Method in class org.languagetool.rules.ScoredConfusionSet
 
getTokenizingCharacters() - Method in class org.languagetool.tokenizers.WordTokenizer
 
getTokenRef() - Method in class org.languagetool.rules.patterns.Match
Gets the token number referenced by the match.
getTokens() - Method in class org.languagetool.AnalyzedSentence
Returns the AnalyzedTokenReadings of the analyzed text.
getTokenSet() - Method in class org.languagetool.AnalyzedSentence
Get the lowercase tokens of this sentence in a set.
getTokenSet(AnalyzedTokenReadings[]) - Method in class org.languagetool.AnalyzedSentence
 
getTokensForSentenceStart(String[]) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
getTokensWithoutWhitespace() - Method in class org.languagetool.AnalyzedSentence
Returns the AnalyzedTokenReadings of the analyzed text, with whitespace tokens removed but with the artificial SENT_START token included.
getToPos() - Method in class org.languagetool.rules.RuleMatch
Position of the end of the error (in characters, zero-based, relative to the original input text).
getTotalPosition() - Method in class org.languagetool.markup.MappingValue
 
getTotalTokenCount() - Method in class org.languagetool.languagemodel.BaseLanguageModel
 
getTotalTokenCount() - Method in class org.languagetool.languagemodel.LuceneLanguageModel
 
getTotalTokenCount() - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
getTranslatedName(ResourceBundle) - Method in class org.languagetool.Language
Get the name of the language translated to the current locale, if available.
getTrgRule() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
getType() - Method in class org.languagetool.markup.TextPart
 
getType() - Method in class org.languagetool.rules.RuleMatch
 
getUniFeatures() - Method in class org.languagetool.rules.patterns.PatternToken
Get unification features and types.
getUnified - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
getUnifiedTokens() - Method in class org.languagetool.rules.patterns.Unifier
Gets a full sequence of filtered tokens.
getUnifier() - Method in class org.languagetool.Language
Get this language's feature unifier.
getUnifierConfiguration() - Method in class org.languagetool.Language
 
getUnknownWords() - Method in class org.languagetool.JLanguageTool
Get the alphabetically sorted list of unknown words in the latest run of one of the JLanguageTool.check(String) methods.
getUntouchedExamples() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
getUppercaseFirstCharSet() - Method in class org.languagetool.rules.ConfusionSet
 
getUppercaseFirstCharTerms() - Method in class org.languagetool.rules.ConfusionPair
 
getUrl() - Method in class org.languagetool.language.Contributor
 
getUrl() - Method in class org.languagetool.rules.Rule
An optional URL describing the rule match in more detail.
getUrl() - Method in class org.languagetool.rules.RuleMatch
A URL that points to a more detailed error description or null.
getUrl(String) - Static method in class org.languagetool.tools.Tools
Create a URL object from a string.
getUserDictName() - Method in class org.languagetool.UserConfig
 
getUserDictSpellerOrNull(List<String>, String, int) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
getValidator(URL) - Method in class org.languagetool.XMLValidator
 
getValues(int) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
getVariant() - Method in class org.languagetool.Language
Get this language's variant, e.g.
getVariant() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getWhatToShow() - Method in class org.languagetool.rules.patterns.IgnoreWhitespaceFilter
 
getWhitespaceBefore() - Method in class org.languagetool.AnalyzedTokenReadings
 
getWithDemoLanguage() - Static method in class org.languagetool.Languages
Like Languages.get() but the list contains also LanguageTool's internal 'Demo' language, if available.
getWord() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
getWord2VecModel(File) - Method in class org.languagetool.Language
 
getWordChars() - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Used to query what are word-characters
getWordCharsFromFile(File) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
 
getWordList(Language, String) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
getWordMap() - Method in class org.languagetool.rules.AbstractWordCoherencyRule
Maps words in both directions, e.g.
getWordTagger() - Method in class org.languagetool.tagging.BaseTagger
 
getWordTokenizer() - Method in class org.languagetool.Language
Get this language's word tokenizer implementation.
getWordTokenizer() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
getWordTokenizer() - Method in class org.languagetool.noop.NoopLanguage
 
getWrongWords() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
getWrongWords() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
getXmlEnd() - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get the string to end the XML.
getXmlStart(Language, Language) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get the string to begin the XML.
getXmlUnknownWords(List<String>) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
 
GIT_SHORT_ID - Static variable in class org.languagetool.JLanguageTool
Abbreviated git id or null if not available.
givenLanguage - Variable in class org.languagetool.DetectedLanguage
 
GLOBAL_SPELLING_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
GlobalConfig - Class in org.languagetool
 
GlobalConfig() - Constructor for class org.languagetool.GlobalConfig
 
GOOGLE_SENTENCE_END - Static variable in interface org.languagetool.languagemodel.LanguageModel
ngram sentence end marker - note: this is not in the v1 data from Google
GOOGLE_SENTENCE_START - Static variable in interface org.languagetool.languagemodel.LanguageModel
ngram sentence start marker - note: this is not in the v1 data from Google
GoogleToken - Class in org.languagetool.rules.ngrams
A token as tokenized in the Google ngram index.
GoogleToken(String, int, int) - Constructor for class org.languagetool.rules.ngrams.GoogleToken
 
GoogleToken(String, int, int, Set<AnalyzedToken>) - Constructor for class org.languagetool.rules.ngrams.GoogleToken
 
GoogleTokenUtil - Class in org.languagetool.rules.ngrams
 
GoogleTokenUtil() - Constructor for class org.languagetool.rules.ngrams.GoogleTokenUtil
 
grammalectePassword - Variable in class org.languagetool.GlobalConfig
 
grammalecteServer - Variable in class org.languagetool.GlobalConfig
 
grammalecteUser - Variable in class org.languagetool.GlobalConfig
 
Grammar - Enum constant in enum org.languagetool.rules.ITSIssueType
 
GRAMMAR - Static variable in class org.languagetool.rules.Categories
 
GRAMMAR - Static variable in class org.languagetool.rules.CategoryIds
 
grams - Variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
gridsearch(SortedMap<String, List<Object>>, List<Map<String, Object>>) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
groupsOrUnification - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 

H

handleGetObject(String) - Method in class org.languagetool.ResourceBundleWithFallback
 
handleWordEndPunctuation(String, String, List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
hasAndGroup() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if this element has an AND group associated with it.
hasAnyLemma(String...) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if one of the token's readings has one of the given lemmas
hasAnyPartialPosTag(String...) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if the token has any of the given particular POS tags (only a part of the given POS tag needs to match)
hasBreakToken(AnalyzedTokenReadings[]) - Static method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.LongParagraphRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.LongSentenceRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.ReadabilityRule
 
hasConfigurableValue() - Method in class org.languagetool.rules.Rule
Overwrite this to return true, if a value may be configured by option panel
hasCountry() - Method in class org.languagetool.Language
 
hasExceptionList() - Method in class org.languagetool.rules.patterns.PatternToken
 
hasFakeContent(int, List<TextPart>) - Method in class org.languagetool.markup.AnnotatedTextBuilder
 
hashCode() - Method in class org.languagetool.AnalyzedSentence
 
hashCode() - Method in class org.languagetool.AnalyzedToken
 
hashCode() - Method in class org.languagetool.AnalyzedTokenReadings
 
hashCode() - Method in class org.languagetool.chunking.ChunkTag
 
hashCode() - Method in class org.languagetool.GlobalConfig
 
hashCode() - Method in class org.languagetool.InputSentence
 
hashCode() - Method in class org.languagetool.Language
 
hashCode() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
hashCode() - Method in class org.languagetool.rules.CategoryId
 
hashCode() - Method in class org.languagetool.rules.ConfusionPair
 
hashCode() - Method in class org.languagetool.rules.ConfusionSet
 
hashCode() - Method in class org.languagetool.rules.ConfusionString
 
hashCode() - Method in class org.languagetool.rules.MatchPosition
 
hashCode() - Method in class org.languagetool.rules.patterns.EquivalenceTypeLocator
 
hashCode() - Method in class org.languagetool.rules.RuleMatch
 
hashCode() - Method in class org.languagetool.rules.ScoredConfusionSet
 
hashCode() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
hashCode() - Method in class org.languagetool.rules.spelling.RuleWithLanguage
 
hashCode() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
hashCode() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
hashCode() - Method in class org.languagetool.rules.SuggestedReplacement
 
hashCode() - Method in class org.languagetool.SimpleInputSentence
 
hashCode() - Method in class org.languagetool.tagging.TaggedWord
 
hashCode() - Method in class org.languagetool.UserConfig
 
hasLemma(String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if one of the token's readings has a particular lemma.
hasLinguServices() - Method in class org.languagetool.UserConfig
 
hasNext() - Method in class org.languagetool.bitext.TabBitextReader.TabReader
 
hasNext() - Method in class org.languagetool.bitext.WordFastTMReader.TabReader
 
hasNextException() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if the element has an exception for a next scope.
hasNGramFalseFriendRule(Language) - Method in class org.languagetool.Language
hasNoPOSTag - Variable in class org.languagetool.AnalyzedToken
 
hasNoTag() - Method in class org.languagetool.AnalyzedToken
 
hasOrGroup() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if this element has an OR group associated with it.
hasParagraphEndMark(Language) - Method in class org.languagetool.AnalyzedSentence
Returns true if sentences ends with a paragraph break.
hasPartialPosTag(String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if the token has a particular POS tag, where only a part of the given POS tag needs to match.
hasPosTag(String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if the token has a particular POS tag.
hasPosTagAndLemma(String, String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if the token has a particular POS tag and lemma.
hasPosTagStartingWith(String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if the token has a POS tag starting with the given string.
hasPreviousException() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if the element has an exception for a previous token.
hasPreviousException() - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
hasReading() - Method in class org.languagetool.AnalyzedTokenReadings
Checks if there is at least one POS tag
hasSameLemmas - Variable in class org.languagetool.AnalyzedTokenReadings
 
hasSameLemmas() - Method in class org.languagetool.AnalyzedTokenReadings
Used to optimize pattern matching.
hasVariant() - Method in class org.languagetool.Language
Whether this class has at least one subclass that implements variants of this language.
haveSameRule(RuleMatch, RuleMatch) - Method in class org.languagetool.rules.RuleWithMaxFilter
 
haveSameRuleGroup(RuleMatch, RuleMatch) - Method in class org.languagetool.rules.SameRuleGroupFilter
 
Hint - Enum constant in enum org.languagetool.rules.RuleMatch.Type
Style errors, typically light blue.
historicalAnnotations - Variable in class org.languagetool.AnalyzedTokenReadings
 
hitCount() - Method in class org.languagetool.ResultCache
 
hitRate() - Method in class org.languagetool.ResultCache
 
hsl - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell
The native library instance, created by JNA.
hunspell - Static variable in class org.languagetool.rules.spelling.hunspell.Hunspell
The Singleton instance of Hunspell
Hunspell - Class in org.languagetool.rules.spelling.hunspell
The simple hunspell library frontend which takes care of creating and singleton'ing the library instance (no need to load it more than once per process).
Hunspell(String) - Constructor for class org.languagetool.rules.spelling.hunspell.Hunspell
Constructor for the library, loads the native lib.
Hunspell_add(Pointer, byte[]) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
Add a word to the run-time dictionary.
Hunspell_create(String, String) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
Create the hunspell instance
Hunspell_destroy(Pointer) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
Destroy him my robots...
Hunspell_get_dic_encoding(Pointer) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
Get the dictionary encoding
Hunspell_spell(Pointer, byte[]) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
spell(word) - spellcheck word
Hunspell_suggest(Pointer, PointerByReference, byte[]) - Method in interface org.languagetool.rules.spelling.hunspell.HunspellLibrary
Search suggestions
Hunspell.Dictionary - Class in org.languagetool.rules.spelling.hunspell
Class representing a single dictionary.
hunspellDict - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
The pointer to the hunspell object as returned by the hunspell constructor.
hunspellDict - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
HunspellLibrary - Interface in org.languagetool.rules.spelling.hunspell
Functions from $hunspell/src/hunspell/hunspell.h The Hunspell java bindings are licensed under the same terms as Hunspell itself (GPL/LGPL/MPL tri-license), see the file COPYING.txt in the root of the distribution for the exact terms.
HunspellNoSuggestionRule - Class in org.languagetool.rules.spelling.hunspell
Like HunspellRule, but does not offer suggestions for incorrect words as that is very slow with Hunspell.
HunspellNoSuggestionRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
HunspellNoSuggestionRule(ResourceBundle, Language, UserConfig, List<Language>, IncorrectExample, CorrectExample) - Constructor for class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
HunspellRule - Class in org.languagetool.rules.spelling.hunspell
A hunspell-based spellchecking-rule.
HunspellRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.spelling.hunspell.HunspellRule
 
HunspellRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.hunspell.HunspellRule
 
HunspellRule(ResourceBundle, Language, UserConfig, List<Language>, LanguageModel) - Constructor for class org.languagetool.rules.spelling.hunspell.HunspellRule
 

I

i18n(ResourceBundle, String, Object...) - Static method in class org.languagetool.tools.Tools
Translate a text string based on our i18n files.
id - Variable in class org.languagetool.rules.Categories
 
id - Variable in class org.languagetool.rules.Category
 
id - Variable in class org.languagetool.rules.CategoryId
 
id - Variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
id - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
id - Variable in class org.languagetool.rules.patterns.PatternRuleId
 
id - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
ID - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
idPrefix - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ignore(AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.WordRepeatRule
Implement this method to return true if there's a potential word repetition at the current position that should be ignored, i.e.
IGNORE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
IGNORE_SPELLING - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
ignoredCharactersRegex - Variable in class org.languagetool.Language
 
ignoredWordsCache - Static variable in class org.languagetool.rules.spelling.SymSpellRule
 
ignoreLangCodes - Static variable in class org.languagetool.language.LanguageIdentifier
 
ignoreLine(String) - Static method in class org.languagetool.rules.ScoredConfusionSetLoader
 
ignoreRule(Rule) - Method in class org.languagetool.JLanguageTool
 
ignoreSpelling() - Method in class org.languagetool.AnalyzedTokenReadings
Make the token ignored by all spelling rules.
ignoreTaggedWords - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule
 
ignoreTaggedWords - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
ignoreToken(AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Returns true iff the token at the given position should be ignored by the spell checker.
IgnoreWhitespaceFilter - Class in org.languagetool.rules.patterns
XML Filter that ignores whitespace-only nodes.
IgnoreWhitespaceFilter() - Constructor for class org.languagetool.rules.patterns.IgnoreWhitespaceFilter
 
ignoreWord(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Ignore surrogate pairs (emojis)
ignoreWord(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Returns true iff the word should be ignored by the spell checker.
ignoreWord(List<String>, int) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Returns true iff the word at the given position should be ignored by the spell checker.
ignoreWordsWithLength - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
immunize() - Method in class org.languagetool.AnalyzedTokenReadings
 
IMMUNIZE - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
IMP_FL_OUNCE - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
IMP_GALLON - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
IMP_PINT - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
IMP_QUART - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
in - Variable in class org.languagetool.bitext.TabBitextReader
 
inAndGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inAntiPattern - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
inAntiPattern - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
INCH - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
IncludeRange() - Constructor for enum org.languagetool.rules.patterns.Match.IncludeRange
 
includes(RuleMatch, RuleMatch) - Method in class org.languagetool.rules.RuleWithMaxFilter
 
includeSkipped - Variable in class org.languagetool.rules.patterns.Match
 
Inconsistency - Enum constant in enum org.languagetool.rules.ITSIssueType
 
InconsistentEntities - Enum constant in enum org.languagetool.rules.ITSIssueType
 
IncorrectBitextExample - Class in org.languagetool.rules.bitext
A text, typically a pair of sentences that contains an error.
IncorrectBitextExample(StringPair) - Constructor for class org.languagetool.rules.bitext.IncorrectBitextExample
 
IncorrectBitextExample(StringPair, List<String>) - Constructor for class org.languagetool.rules.bitext.IncorrectBitextExample
 
incorrectCompounds - Variable in class org.languagetool.rules.CompoundRuleData
 
incorrectExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inCorrectExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
IncorrectExample - Class in org.languagetool.rules
A text, typically a sentence, that contains an error.
IncorrectExample(String) - Constructor for class org.languagetool.rules.IncorrectExample
 
IncorrectExample(String, List<String>) - Constructor for class org.languagetool.rules.IncorrectExample
 
incorrectExamples - Variable in class org.languagetool.rules.bitext.BitextRule
 
incorrectExamples - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
incorrectExamples - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
incorrectExamples - Variable in class org.languagetool.rules.Rule
 
index - Variable in class org.languagetool.rules.SymbolLocator
 
indexes - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
inDisambiguation - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
inErrorTriggerExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inExample - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
inException - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inflected - Variable in class org.languagetool.rules.patterns.PatternToken
 
INFLECTED - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inflectedRuleTokens - Variable in class org.languagetool.rules.patterns.PatternRule
 
inIncorrectExample - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
init() - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
init() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
init(SuggestionChangesTestConfig, BufferedWriter) - Static method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
initDefaultDictSpeller(Language) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
INITIAL_CAPACITY - Static variable in class org.languagetool.rules.spelling.SymSpellRule
 
initialCapacity - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
initLanguageModel(File, LanguageModel) - Method in class org.languagetool.Language
 
initParameters() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
initParameters() - Method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
initParameters() - Method in class org.languagetool.rules.spelling.SymSpellRule
 
initPossibleTags() - Method in class org.languagetool.synthesis.BaseSynthesizer
 
initSpeller(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
initSpellers() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
initUnifier() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
initUserDictSpeller(UserConfig) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
initWordTagger() - Method in class org.languagetool.tagging.BaseTagger
 
inMarker - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inMatch - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inMessage - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inMessageOnly - Variable in class org.languagetool.rules.patterns.Match
 
inner - Variable in class org.languagetool.tools.InterruptibleCharSequence
 
inOrGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inPattern - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inPhrases - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
input - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
input - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
InputSentence - Class in org.languagetool
For internal use only.
InputSentence(String, Language, Language, Set<String>, Set<CategoryId>, Set<String>, Set<CategoryId>, UserConfig, List<Language>, JLanguageTool.Mode) - Constructor for class org.languagetool.InputSentence
 
inRegex - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inRule - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
inRule - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
inRuleGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
insert() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
Insert() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Insert
 
insertConfigValues(Map<String, Integer>) - Method in class org.languagetool.UserConfig
 
inserts - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
inShortMessage - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inShortMessageForRuleGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
instance - Static variable in class org.languagetool.RuleLoggerManager
 
instance - Static variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
inSuggestion - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
INTERNAL - Enum constant in enum org.languagetool.rules.Category.Location
The rules in this category are part of the main distribution of LanguageTool and are thus available on community.languagetool.org.
Internationalization - Enum constant in enum org.languagetool.rules.ITSIssueType
 
interpretPosTagsPreDisambiguation - Variable in class org.languagetool.rules.patterns.PatternRule
 
interpretPosTagsPreDisambiguation - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
InterruptibleCharSequence - Class in org.languagetool.tools
CharSequence that noticed thread interrupts -- as might be necessary to recover from a loose regex on unexpected challenging input.
InterruptibleCharSequence(CharSequence) - Constructor for class org.languagetool.tools.InterruptibleCharSequence
 
inToken - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inTranslation - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
inUnification - Variable in class org.languagetool.rules.patterns.Unifier
 
inUnification - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inUnificationDef - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inUnificationNeutral - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inUrl - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inUrlForRuleGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
inWord - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
isAcceptedWordFromLanguage(Language, String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
Used in combination with acceptedInAlternativeLanguage to surpress spelling errors for words from a foreign language
isAdverb(AnalyzedTokenReadings) - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
isAllUppercase(String) - Static method in class org.languagetool.tools.StringTools
Returns true if the given string is made up of all-uppercase characters (ignoring characters for which no upper-/lowercase distinction exists).
isAndExceptionGroupMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Enables testing multiple conditions specified by multiple element exceptions.
isArticle(AnalyzedTokenReadings) - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
isAutoCorrect() - Method in class org.languagetool.rules.RuleMatch
 
isBidirectional() - Method in class org.languagetool.rules.ConfusionPair
 
isCapitalizedWord(String) - Static method in class org.languagetool.tools.StringTools
 
isCaseSensitive() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
Indicates if the rule is case-sensitive.
isCaseSensitive() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
use case-sensitive matching.
isCaseSensitive() - Method in class org.languagetool.rules.patterns.PatternToken
Whether the element matches case sensitively.
isCategoryDisabled(CategoryId) - Method in class org.languagetool.JLanguageTool
Returns true if a category is explicitly disabled.
isCheckLemmas() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
isCorrectSpell(String, Language) - Method in class org.languagetool.LinguServices
Returns true if the spell check is positive
isDefaultOff() - Method in class org.languagetool.rules.Category
Checks whether the category has been turned off by default by the category author.
isDefaultOff() - Method in class org.languagetool.rules.Rule
Checks whether the rule has been turned off by default by the rule author.
isDefaultTempOff() - Method in class org.languagetool.rules.Rule
Checks whether the rule has been turned off using "default='temp_off'" by default by the rule author.
isDictionaryBasedSpellingRule() - Method in class org.languagetool.rules.Rule
Whether this is a spelling rule that uses a dictionary.
isDictionaryBasedSpellingRule() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isDigitOrDot(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isDutchSpecialCase(String) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
isEMail(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isEMail(String) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
isEMail(String) - Static method in class org.languagetool.tokenizers.WordTokenizer
 
isEmpty(String) - Static method in class org.languagetool.tools.StringTools
Helper method to replace calls to "".equals().
isEndSymbolUnique(String) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
isException(String) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
isException(String) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
Return true to prevent a match.
isException(String) - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
isException(AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
isExceptionMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Checks whether an exception matches.
isExceptionMatchedCompletely(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
This method checks exceptions both in AND-group and the token.
isExceptionMatchedCompletely(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
isExternal() - Method in class org.languagetool.Language
For internal use only.
isExternal() - Method in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
isFieldCode() - Method in class org.languagetool.AnalyzedTokenReadings
 
isFillerWord(String) - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
isFirstWhite(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.MultipleWhitespaceRule
 
isGetUnified() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
isGroupsOrUnification() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
isHiddenFromGui() - Method in class org.languagetool.Language
 
isHyphenIgnored() - Method in class org.languagetool.rules.AbstractCompoundRule
Flag to indicate if the hyphen is ignored in the text entered by the user.
isHyphenOrComma(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isIgnoredBySpeller - Variable in class org.languagetool.AnalyzedTokenReadings
 
isIgnoredBySpeller() - Method in class org.languagetool.AnalyzedTokenReadings
Test if the token can be ignored by spelling rules.
isIgnoredNoCase(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isImmunized - Variable in class org.languagetool.AnalyzedTokenReadings
 
isImmunized() - Method in class org.languagetool.AnalyzedTokenReadings
 
isInflected() - Method in class org.languagetool.rules.patterns.PatternToken
 
isInMessageOnly() - Method in class org.languagetool.rules.patterns.Match
 
isInsideMarker - Variable in class org.languagetool.rules.patterns.PatternToken
 
isInsideMarker() - Method in class org.languagetool.rules.patterns.PatternToken
 
isInterpretPosTagsPreDisambiguation() - Method in class org.languagetool.rules.patterns.PatternRule
Whether any POS tags from this rule should refer to the POS tags of the analyzed sentence *before* disambiguation.
isJanuary() - Method in class org.languagetool.rules.AbstractNewYearDateFilter
Return true if the year recently changed (= it is January)
isJUnitTest() - Static method in class org.languagetool.rules.TestHackHelper
 
isLanguageSupported(String) - Static method in class org.languagetool.Languages
Return whether a language with the given language code is supported.
isLastInUnification() - Method in class org.languagetool.rules.patterns.PatternToken
 
isLastUnified - Variable in class org.languagetool.rules.patterns.PatternToken
Set to true on tokens that close the unification block.
isLeftBracket(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isLengthDifferent(String, String) - Method in class org.languagetool.rules.bitext.DifferentLengthRule
 
isLinebreak - Variable in class org.languagetool.AnalyzedTokenReadings
 
isLinebreak() - Method in class org.languagetool.AnalyzedTokenReadings
Returns true if the token equals \n, \r, \n\r, or \r\n.
isLocalException(AnalyzedSentence, GoogleToken) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
isMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Checks whether the rule element matches the token given as a parameter.
isMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
Checks whether the rule element matches the token given as a parameter.
isMatchedByPreviousException(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Checks whether an exception for a previous token matches (in case the exception had scope == "previous").
isMatchedByPreviousException(AnalyzedTokenReadings) - Method in class org.languagetool.rules.patterns.PatternToken
Checks whether an exception for a previous token matches all readings of a given token (in case the exception had scope == "previous").
isMatchedByPreviousException(AnalyzedTokenReadings) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
isMatchedByScopeNextException(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Checks whether a previously set exception matches (in case the exception had scope == "next").
isMatchedByScopeNextException(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
isMatching(AnalyzedTokenReadings[], int, MultiWordChunker2.MultiWordEntry) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
isMemberOfDisjunctiveSet - Variable in class org.languagetool.rules.patterns.PatternRule
 
isMisspelled(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
isMisspelled(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
Accept the word if at least one of the dictionaries accepts it as not misspelled.
isMisspelled(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
isMisspelled(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
isMisspelled(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isMisspelled(String) - Method in class org.languagetool.rules.spelling.SymSpellRule
 
isMisspelled(MorfologikMultiSpeller, String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
isMixedCase(String) - Static method in class org.languagetool.tools.StringTools
Returns true if the given string is mixed case, like MixedCase or mixedCase (but not Mixedcase).
isMlAvailable() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
isMlAvailable() - Method in interface org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
 
isMlAvailable() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
isMlAvailable() - Method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
isMLSuggestionsOrderingEnabled() - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
isMockLanguageModel() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
isNoException(String, AnalyzedTokenReadings[], int, int, boolean, boolean, UnsyncStack<SymbolLocator>) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
Generic method to specify an exception.
isNonBreakingWhitespace(String) - Static method in class org.languagetool.tools.StringTools
Checks if a string is the non-breaking whitespace ( ).
isNonWord() - Method in class org.languagetool.AnalyzedTokenReadings
 
isNotAllLowercase(String) - Static method in class org.languagetool.tools.StringTools
Returns true if str is made up of all-lowercase characters (ignoring characters for which no upper-/lowercase distinction exists).
isNotAllUppercase(String) - Method in class org.languagetool.rules.AbstractCompoundRule
 
isOfficeDefaultOff() - Method in class org.languagetool.rules.Rule
Checks whether the rule has been turned off by default for Office Extension by the rule author.
isOfficeDefaultOn() - Method in class org.languagetool.rules.Rule
Checks whether the rule has been turned on by default for Office Extension by the rule author.
isParaEnd - Variable in class org.languagetool.AnalyzedTokenReadings
 
isParagraphEnd() - Method in class org.languagetool.AnalyzedTokenReadings
 
isParagraphEnd(String, boolean) - Static method in class org.languagetool.tools.StringTools
 
isPartOfPhrase() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if the Element is in any phrase.
isPartOfWord(String, String) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
isPositiveNumber(char) - Static method in class org.languagetool.tools.StringTools
 
isPostagRegexp() - Method in class org.languagetool.rules.patterns.Match
 
isPOStagRegularExpression() - Method in class org.languagetool.rules.patterns.PatternToken
Tests whether the POS matches a regular expression.
isPosTagUnknown - Variable in class org.languagetool.AnalyzedTokenReadings
 
isPosTagUnknown() - Method in class org.languagetool.AnalyzedTokenReadings
Test if the token's POStag equals null.
isPosTokenMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Tests if part of speech matches a given string.
isPremiumVersion() - Static method in class org.languagetool.JLanguageTool
 
isProhibited(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Whether the word is prohibited, i.e.
isProperNoun(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isProtocol(String) - Method in class org.languagetool.tokenizers.WordTokenizer
 
isPunctsJoinOk(String) - Method in class org.languagetool.rules.AbstractPunctuationCheckRule
 
isPunctuation(String) - Method in class org.languagetool.rules.AbstractPunctuationCheckRule
 
isPunctuationMark(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
isQuotationMark(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
isQuote(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isQuotedCompound(AnalyzedSentence, int, String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
Is the given token part of a hyphenated compound preceded by a quoted token (e.g., „Spiegel“-Magazin) and should be treated as an ordinary hyphenated compound (e.g., „Spiegel-Magazin“)
isQuoteStart(String) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
isReferenceElement() - Method in class org.languagetool.rules.patterns.PatternToken
 
isRegularExpression() - Method in class org.languagetool.rules.patterns.PatternToken
Tests whether the element matches a regular expression.
isRemovableWhite(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.MultipleWhitespaceRule
 
isRightBracket(String) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isRunningExperiment(String) - Static method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
isSatisfied(AnalyzedToken, Map<String, List<String>>) - Method in class org.languagetool.rules.patterns.Unifier
Tests if a token has shared features with other tokens.
isSecondParagraphEndMark(String) - Method in class org.languagetool.rules.EmptyLineRule
 
isSentenceEnd() - Method in class org.languagetool.AnalyzedTokenReadings
 
isSentenceEnd(String) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
isSentenceStart() - Method in class org.languagetool.AnalyzedTokenReadings
 
isSentenceStart() - Method in class org.languagetool.rules.patterns.PatternToken
Checks if the token is a sentence start.
isSentEnd - Variable in class org.languagetool.AnalyzedTokenReadings
 
isSentStart - Variable in class org.languagetool.AnalyzedTokenReadings
 
isSentStart() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
isSpellcheckOnlyLanguage() - Method in class org.languagetool.DynamicLanguage
 
isSpellcheckOnlyLanguage() - Method in class org.languagetool.Language
Whether this language supports spell checking only and no advanced grammar and style checking.
isStaticLemma() - Method in class org.languagetool.rules.patterns.Match
 
isStringTokenMatched(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
Tests whether the string token element matches a given token.
isSurrogatePairCombination(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Checks whether a given String consists only of surrogate pairs.
isTagged() - Method in class org.languagetool.AnalyzedTokenReadings
 
isTagged(AnalyzedTokenReadings) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
This method allows to override which tags will mark token as tagged
isTestUnification() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
isTheDefaultVariant() - Method in class org.languagetool.Language
 
isTokenInSentence(AnalyzedTokenReadings, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
isTokenInSentence(AnalyzedTokenReadings, AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
isTokenPair(AnalyzedTokenReadings[], int, boolean) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
isTokenToCheck(AnalyzedTokenReadings) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
isUnificationNeutral() - Method in class org.languagetool.rules.patterns.PatternToken
Determines whether the element should be silently ignored during unification, and simply added.
isUnified() - Method in class org.languagetool.rules.patterns.PatternToken
 
isUnified(AnalyzedToken, Map<String, List<String>>, boolean) - Method in class org.languagetool.rules.patterns.Unifier
 
isUnified(AnalyzedToken, Map<String, List<String>>, boolean, boolean) - Method in class org.languagetool.rules.patterns.Unifier
Tests if the token sequence is unified.
isUniNegated() - Method in class org.languagetool.rules.patterns.PatternToken
 
isUnsure() - Method in class org.languagetool.rules.neuralnetwork.Suggestion
 
isUrl(String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
isUrl(String) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
isUrl(String) - Static method in class org.languagetool.tokenizers.WordTokenizer
 
isValidBundleFor(Language, ResourceBundle) - Static method in class org.languagetool.ResourceBundleTools
 
isVariant() - Method in class org.languagetool.Language
Whether this is a country variant of another language, i.e.
isVowel(char) - Static method in class org.languagetool.rules.ReadabilityRule
 
isWhitespace - Variable in class org.languagetool.AnalyzedTokenReadings
 
isWhitespace() - Method in class org.languagetool.AnalyzedTokenReadings
 
isWhitespace() - Method in class org.languagetool.rules.ngrams.GoogleToken
 
isWhitespace(String) - Static method in class org.languagetool.tools.StringTools
Checks if a string contains a whitespace, including: all Unicode whitespace the non-breaking space (U+00A0) the narrow non-breaking space (U+202F) the zero width space (U+200B), used in Khmer
isWhitespaceBefore - Variable in class org.languagetool.AnalyzedToken
 
isWhitespaceBefore - Variable in class org.languagetool.AnalyzedTokenReadings
 
isWhitespaceBefore() - Method in class org.languagetool.AnalyzedToken
 
isWhitespaceBefore() - Method in class org.languagetool.AnalyzedTokenReadings
 
isWhitespaceBefore(AnalyzedToken) - Method in class org.languagetool.rules.patterns.PatternToken
 
isWhiteSpaceBefore - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
isWhitespaceDel(AnalyzedTokenReadings) - Method in class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
isWhiteSpaceSet - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
isWhitespaceToken(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.CommaWhitespaceRule
 
isWithComplexPhrase() - Method in class org.languagetool.rules.patterns.PatternRule
Used for testing rules: only one of the set can match.
isWord(String) - Method in class org.languagetool.rules.WordRepeatRule
 
isWord(AnalyzedTokenReadings) - Static method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
iterator() - Method in class org.languagetool.AnalyzedTokenReadings
 
iterator() - Method in class org.languagetool.bitext.TabBitextReader
 
iterator() - Method in class org.languagetool.bitext.WordFastTMReader
 
ITSIssueType - Enum in org.languagetool.rules
Some constants for Localization Quality Issue Type from the Internationalization Tag Set (ITS) Version 2.0.
ITSIssueType() - Constructor for enum org.languagetool.rules.ITSIssueType
 
ITSIssueType(String) - Constructor for enum org.languagetool.rules.ITSIssueType
 

J

jaroWrinklerDistance - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
JLanguageTool - Class in org.languagetool
The main class used for checking text against different rules: built-in Java rules (for English: a vs.
JLanguageTool(Language) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in Java rules for the given language.
JLanguageTool(Language, List<Language>, Language, ResultCache, GlobalConfig, UserConfig) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
JLanguageTool(Language, Language) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
JLanguageTool(Language, Language, ResultCache) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
JLanguageTool(Language, Language, ResultCache, UserConfig) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
JLanguageTool(Language, ResultCache, UserConfig) - Constructor for class org.languagetool.JLanguageTool
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
JLanguageTool.Mode - Enum in org.languagetool
 
JLanguageTool.ParagraphHandling - Enum in org.languagetool
Constants for correct paragraph-rule handling.
JLanguageTool.TextCheckCallable - Class in org.languagetool
 
JLanguageTool.TextCheckCallable.LineColumnPosition - Class in org.languagetool
 
JLanguageTool.TextCheckCallable.LineColumnRange - Class in org.languagetool
 
JnaTools - Class in org.languagetool.tools
JNA helper tools.
JnaTools() - Constructor for class org.languagetool.tools.JnaTools
 
joinBeforeAfterSuggestions(List<String>, String, String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Join strings before and after a suggestion.
joinEMails(List<String>) - Method in class org.languagetool.tokenizers.WordTokenizer
 
joinEMailsAndUrls(List<String>) - Method in class org.languagetool.tokenizers.WordTokenizer
 
joinUrls(List<String>) - Method in class org.languagetool.tokenizers.WordTokenizer
 

K

K_HIGHEST_SCORES - Static variable in class org.languagetool.language.LanguageIdentifier
 
keepByDisambig(AnalyzedSentence, int, int) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
keepDespiteFilter(AnalyzedTokenReadings[], int[], int, int) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 

L

lang - Variable in class org.languagetool.InputSentence
 
lang - Variable in class org.languagetool.rules.AbstractFillerWordsRule
 
lang - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
lang - Variable in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
lang - Variable in class org.languagetool.rules.EmptyLineRule
 
lang - Variable in class org.languagetool.rules.LongParagraphRule
 
lang - Variable in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
lang - Variable in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
lang - Variable in class org.languagetool.rules.ReadabilityRule
 
lang - Variable in class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
lang - Variable in class org.languagetool.SimpleInputSentence
 
language - Variable in class org.languagetool.JLanguageTool
 
language - Variable in class org.languagetool.RuleLoggerMessage
 
language - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
language - Variable in class org.languagetool.rules.CleanOverlappingFilter
 
language - Variable in class org.languagetool.rules.LanguageDependentFilter
 
language - Variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
language - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
language - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
language - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
language - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
language - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
language - Variable in class org.languagetool.rules.spelling.RuleWithLanguage
 
language - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
language - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
language - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
language - Variable in class org.languagetool.rules.UppercaseSentenceStartRule
 
language - Variable in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
Language - Class in org.languagetool
Base class for any supported language (English, German, etc).
Language() - Constructor for class org.languagetool.Language
 
LanguageBuilder - Class in org.languagetool.language
Create a language by specifying the language's XML rule file.
LanguageBuilder() - Constructor for class org.languagetool.language.LanguageBuilder
 
LanguageBuilder.ExtendedLanguage - Class in org.languagetool.language
 
LanguageDependentFilter - Class in org.languagetool.rules
 
LanguageDependentFilter(Language, Set<String>, Set<CategoryId>) - Constructor for class org.languagetool.rules.LanguageDependentFilter
 
languageDetector - Variable in class org.languagetool.language.LanguageIdentifier
 
LanguageIdentifier - Class in org.languagetool.language
Identify the language of a text.
LanguageIdentifier() - Constructor for class org.languagetool.language.LanguageIdentifier
 
LanguageIdentifier(int) - Constructor for class org.languagetool.language.LanguageIdentifier
 
LanguageIdentifier.RemoveEMailSignatureFilter - Class in org.languagetool.language
 
LanguageMaintainedState - Enum in org.languagetool
Information about whether a language in LanguageTool is actively maintained.
LanguageMaintainedState() - Constructor for enum org.languagetool.LanguageMaintainedState
 
languageModel - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
languageModel - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
languageModel - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
LanguageModel - Interface in org.languagetool.languagemodel
A language model that provides information about ngram probabilities.
LanguageModelUtils - Class in org.languagetool.rules.ngrams
 
LanguageModelUtils() - Constructor for class org.languagetool.rules.ngrams.LanguageModelUtils
 
languages - Static variable in class org.languagetool.Languages
 
Languages - Class in org.languagetool
Helper methods to list all supported languages and to get language objects by their name or language code etc.
Languages() - Constructor for class org.languagetool.Languages
 
LANGUAGETOOL - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
The string LanguageTool.
LANGUAGETOOLER - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
The string LanguageTooler.
languageVariantPath - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
languageVariantReader - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
lastPhrase - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
true when phraseref is the last element in the rule.
lazyInit() - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
lazyInit() - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
leaveReading(AnalyzedToken) - Method in class org.languagetool.AnalyzedTokenReadings
Removes all readings but the one that matches the token given.
leftContext(String, int, String, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
Legal - Enum constant in enum org.languagetool.rules.ITSIssueType
 
lemma - Variable in class org.languagetool.AnalyzedToken
 
lemma - Variable in class org.languagetool.rules.patterns.Match
 
lemma - Variable in class org.languagetool.tagging.TaggedWord
 
lemmaOrToken - Variable in class org.languagetool.AnalyzedToken
 
lemmaSet - Variable in class org.languagetool.AnalyzedSentence
 
length() - Method in class org.languagetool.tools.InterruptibleCharSequence
 
Length - Enum constant in enum org.languagetool.rules.ITSIssueType
 
level - Variable in class org.languagetool.OutputStreamLogger
 
level - Variable in class org.languagetool.RuleLoggerManager
 
level - Variable in class org.languagetool.rules.ReadabilityRule
 
levenshteinDistance - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
libFile - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell
The library file that was loaded.
libName() - Static method in class org.languagetool.rules.spelling.hunspell.Hunspell
Calculate the filename of the native hunspell lib.
libNameBare() - Static method in class org.languagetool.rules.spelling.hunspell.Hunspell
 
line - Variable in class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnPosition
 
LineColumnPosition(int, int) - Constructor for class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnPosition
 
LineColumnRange(JLanguageTool.TextCheckCallable.LineColumnPosition, JLanguageTool.TextCheckCallable.LineColumnPosition) - Constructor for class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnRange
 
lineCount - Variable in class org.languagetool.bitext.TabBitextReader
 
lineCount - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
linePosition - Variable in class org.languagetool.rules.RuleMatch
 
LinePosition(int, int) - Constructor for class org.languagetool.rules.RuleMatch.LinePosition
 
linguServices - Variable in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
linguServices - Variable in class org.languagetool.rules.ReadabilityRule
 
linguServices - Variable in class org.languagetool.UserConfig
 
LinguServices - Class in org.languagetool
Dummy class for UserConfig has to be overridden by concrete linguistic service e.g.
LinguServices() - Constructor for class org.languagetool.LinguServices
 
listener - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
listUnknownWords - Variable in class org.languagetool.JLanguageTool
 
lm - Variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
lm - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
lm - Variable in class org.languagetool.rules.spelling.SuggestionSorter
Deprecated.
 
lms - Variable in class org.languagetool.languagemodel.LuceneLanguageModel
 
lms - Variable in class org.languagetool.languagemodel.MultiLanguageModel
 
loadCompoundFile(String) - Method in class org.languagetool.rules.CompoundRuleData
 
loadCompoundFile(String, String, Language) - Static method in class org.languagetool.rules.AbstractDashRule
 
loadConfusionPairs(InputStream) - Method in class org.languagetool.rules.ConfusionSetLoader
 
loadConfusionSet(InputStream) - Static method in class org.languagetool.rules.ScoredConfusionSetLoader
 
loadConfusionSet(Map<String, String>, String, ResourceDataBroker) - Static method in class org.languagetool.ShortDescriptionProvider
 
loadContextWords(String) - Static method in class org.languagetool.rules.WrongWordInContextRule
Load words, contexts, and explanations.
loadDictionary(BufferedReader, int, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
loadDictionary(InputStream, int, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
loadDictionary(String, int, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
loadFalseFriendRules(String) - Method in class org.languagetool.JLanguageTool
Load false friend rules from an XML file.
loadFromPath(String) - Static method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
loadLines(String) - Static method in class org.languagetool.tools.StringTools
Loads file, ignoring comments (lines starting with #).
loadMapping(InputStream, String) - Method in class org.languagetool.synthesis.ManualSynthesizer
 
loadMapping(InputStream, String) - Method in class org.languagetool.tagging.ManualTagger
 
loadPatternRules(String) - Method in class org.languagetool.JLanguageTool
Load pattern rules from an XML file.
loadPatternRules(String) - Method in class org.languagetool.tagging.disambiguation.rules.XmlRuleDisambiguator
Load disambiguation rules from an XML file.
loadProfiles(List<String>) - Method in class org.languagetool.language.LanguageIdentifier
 
loadWords(InputStream) - Static method in class org.languagetool.synthesis.SynthesizerTools
 
loadWords(InputStream) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
loadWords(InputStream) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
loadWords(String) - Method in class org.languagetool.rules.SimpleReplaceDataLoader
Load replacement rules from a utf-8 file in the classpath.
loadWords(String) - Method in class org.languagetool.rules.spelling.CachingWordListLoader
 
loadWords(String) - Method in class org.languagetool.rules.WordCoherencyDataLoader
 
loadWords(String, Language, boolean) - Static method in class org.languagetool.rules.AbstractSimpleReplaceRule2
Load the list of words.
LocaleSpecificContent - Enum constant in enum org.languagetool.rules.ITSIssueType
 
LocaleViolation - Enum constant in enum org.languagetool.rules.ITSIssueType
 
location - Variable in class org.languagetool.rules.Category
 
Location() - Constructor for enum org.languagetool.rules.Category.Location
 
locQualityIssueType - Variable in class org.languagetool.rules.Rule
 
log(RuleLoggerMessage) - Method in class org.languagetool.RuleLoggerManager
 
log(RuleLoggerMessage, Level) - Method in class org.languagetool.OutputStreamLogger
 
log(RuleLoggerMessage, Level) - Method in class org.languagetool.RuleLogger
 
log(RuleLoggerMessage, Level) - Method in class org.languagetool.RuleLoggerManager
 
logDir - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
logger - Static variable in class org.languagetool.language.LanguageIdentifier
 
logger - Static variable in class org.languagetool.rules.ngrams.LanguageModelUtils
 
logger - Static variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
logger - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
loggerList - Variable in class org.languagetool.RuleLoggerManager
 
longestCommonPrefix(String[]) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
LongParagraphRule - Class in org.languagetool.rules
A rule that warns on long paragraphs.
LongParagraphRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.LongParagraphRule
 
LongParagraphRule(ResourceBundle, Language, UserConfig, int) - Constructor for class org.languagetool.rules.LongParagraphRule
 
LongParagraphRule(ResourceBundle, Language, UserConfig, int, boolean) - Constructor for class org.languagetool.rules.LongParagraphRule
 
LongSentenceRule - Class in org.languagetool.rules
A rule that warns on long sentences.
LongSentenceRule(ResourceBundle, UserConfig) - Constructor for class org.languagetool.rules.LongSentenceRule
Creates a rule with default values can be overwritten by configuration settings
LongSentenceRule(ResourceBundle, UserConfig, int) - Constructor for class org.languagetool.rules.LongSentenceRule
Creates a rule with default inactive
LongSentenceRule(ResourceBundle, UserConfig, int, boolean) - Constructor for class org.languagetool.rules.LongSentenceRule
 
LookingForNewMaintainer - Enum constant in enum org.languagetool.LanguageMaintainedState
 
lookup(String[]) - Method in class org.languagetool.rules.neuralnetwork.Embedding
 
lookup(String, String) - Method in class org.languagetool.synthesis.ManualSynthesizer
Look up a word's inflected form as specified by the lemma and POS tag.
lookup(String, String, List<String>) - Method in class org.languagetool.synthesis.BaseSynthesizer
Lookup the inflected forms of a lemma defined by a part-of-speech tag.
lookup(String, SymSpell.Verbosity) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
lookup(String, SymSpell.Verbosity, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
lookupCompound(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
lookupCompound(String, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
LOWERCASE_GREEK_LETTERS - Static variable in class org.languagetool.tools.StringTools
 
lowercaseFirstChar(String) - Static method in class org.languagetool.tools.StringTools
Return str modified so that its first character is now an lowercase character.
lt - Variable in class org.languagetool.rules.SuggestionFilter
 
LuceneLanguageModel - Class in org.languagetool.languagemodel
Like LuceneSingleIndexLanguageModel, but can merge the results of lookups in several independent indexes to one result.
LuceneLanguageModel(File) - Constructor for class org.languagetool.languagemodel.LuceneLanguageModel
 
LuceneSearcher(File) - Constructor for class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel.LuceneSearcher
 
luceneSearcherMap - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
LuceneSingleIndexLanguageModel - Class in org.languagetool.languagemodel
Information about ngram occurrences, taken from Lucene indexes (one index per ngram level).
LuceneSingleIndexLanguageModel(int) - Constructor for class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
LuceneSingleIndexLanguageModel(File) - Constructor for class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
LuceneSingleIndexLanguageModel.LuceneSearcher - Class in org.languagetool.languagemodel
 

M

m - Variable in class org.languagetool.rules.neuralnetwork.Matrix
 
m - Static variable in class org.languagetool.synthesis.Soros
 
m2 - Static variable in class org.languagetool.synthesis.Soros
 
main(String[]) - Static method in class org.languagetool.rules.spelling.SymSpellRule
 
make(String, String) - Static method in class org.languagetool.rules.Categories
 
makeAdditionalLanguage(File) - Static method in class org.languagetool.language.LanguageBuilder
 
makeAntiPatterns(List<List<PatternToken>>, Language) - Method in class org.languagetool.rules.Rule
Helper for implementing Rule.getAntiPatterns().
makeLanguage(File, boolean) - Static method in class org.languagetool.language.LanguageBuilder
Takes an XML file named rules-xx-language.xml, e.g.
manualSynthesizer - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
ManualSynthesizer - Class in org.languagetool.synthesis
A synthesizer that reads the inflected form and POS information from a plain (UTF-8) text file.
ManualSynthesizer(InputStream) - Constructor for class org.languagetool.synthesis.ManualSynthesizer
 
ManualSynthesizer.MappingAndTags - Class in org.languagetool.synthesis
 
ManualTagger - Class in org.languagetool.tagging
A tagger that reads the POS information from a plain (UTF-8) text file.
ManualTagger(InputStream) - Constructor for class org.languagetool.tagging.ManualTagger
 
map - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell
This is the cache where we keep the already loaded dictionaries around
mapper - Variable in class org.languagetool.rules.OpenNMTRule
 
mapping - Variable in class org.languagetool.markup.AnnotatedText
 
mapping - Variable in class org.languagetool.synthesis.ManualSynthesizer
a map with the key composed by the lemma and POS (separated by "|").
mapping - Variable in class org.languagetool.synthesis.ManualSynthesizer.MappingAndTags
 
mapping - Variable in class org.languagetool.tagging.ManualTagger
 
MappingAndTags() - Constructor for class org.languagetool.synthesis.ManualSynthesizer.MappingAndTags
 
MappingValue - Class in org.languagetool.markup
A fake markup data object giving information on the impact of the fake markup.
MappingValue(int) - Constructor for class org.languagetool.markup.MappingValue
 
MappingValue(int, int) - Constructor for class org.languagetool.markup.MappingValue
 
MARCIN_MILKOWSKI - Static variable in class org.languagetool.language.Contributors
 
mark(boolean) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
Corresponds to <marker>...</marker> in XML.
MARK - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
MARK_WORDS - Static variable in class org.languagetool.rules.ReadabilityRule
 
marker - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
MARKER - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
MARKER_TAG - Static variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
markGroup - Variable in class org.languagetool.rules.patterns.RegexPatternRule
 
Markup - Enum constant in enum org.languagetool.rules.ITSIssueType
 
MARKUP - Enum constant in enum org.languagetool.markup.TextPart.Type
 
match - Variable in class org.languagetool.rules.patterns.MatchState
 
match - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.AbstractWordCoherencyRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.EmptyLineRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.LongParagraphRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.MultipleWhitespaceRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.ReadabilityRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.SentenceWhitespaceRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.TextLevelRule
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
match(List<AnalyzedSentence>) - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
match(List<AnalyzedSentence>, AnnotatedText) - Method in class org.languagetool.rules.TextLevelRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractCompoundRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractDashRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractPunctuationCheckRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule2
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractSpaceBeforeRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.AdvancedWordRepeatRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.bitext.BitextRule
This method makes no sense for bitext, thus it always returns null.
match(AnalyzedSentence) - Method in class org.languagetool.rules.CommaWhitespaceRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.DemoRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.DoublePunctuationRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.LongSentenceRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.OpenNMTRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
This method always returns an empty array.
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.PatternRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.patterns.RuleFilter.FakeRule
 
match(AnalyzedSentence) - Method in interface org.languagetool.rules.patterns.RuleMatcher
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.Rule
Check whether the given sentence matches this error rule, i.e.
match(AnalyzedSentence) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.spelling.SymSpellRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.TextLevelRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.WhitespaceBeforePunctuationRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.WordRepeatRule
 
match(AnalyzedSentence) - Method in class org.languagetool.rules.WrongWordInContextRule
 
match(AnalyzedSentence, AnalyzedSentence) - Method in class org.languagetool.rules.bitext.BitextRule
 
match(AnalyzedSentence, AnalyzedSentence) - Method in class org.languagetool.rules.bitext.DifferentLengthRule
 
match(AnalyzedSentence, AnalyzedSentence) - Method in class org.languagetool.rules.bitext.DifferentPunctuationRule
 
match(AnalyzedSentence, AnalyzedSentence) - Method in class org.languagetool.rules.bitext.SameTranslationRule
 
match(AnalyzedSentence, AnalyzedSentence) - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
Match - Class in org.languagetool.rules.patterns
A Match is the configuration of an algorithm used to match AnalyzedTokenReadingss.
Match(String, String, boolean, String, String, Match.CaseConversion, boolean, boolean, Match.IncludeRange) - Constructor for class org.languagetool.rules.patterns.Match
 
MATCH - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
Match.CaseConversion - Enum in org.languagetool.rules.patterns
Possible string case conversions.
Match.IncludeRange - Enum in org.languagetool.rules.patterns
 
matchedToken - Variable in class org.languagetool.rules.patterns.MatchState
 
matchElement - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
matches - Variable in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
matches(String) - Method in class org.languagetool.rules.neuralnetwork.Suggestion
 
matches(String, AnalyzedTokenReadings) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
matches(Map<String, String>, AnalyzedTokenReadings[], int) - Method in class org.languagetool.rules.patterns.RuleFilter
 
matches(AnalyzedToken) - Method in class org.languagetool.AnalyzedToken
 
MATCHES_IN_SUGGESTIONS_NUMBERED_FROM - Static variable in class org.languagetool.rules.patterns.RegexPatternRule
 
matchesCache - Variable in class org.languagetool.ResultCache
 
matchesPosTagRegex(String) - Method in class org.languagetool.AnalyzedTokenReadings
Checks if at least one of the readings matches a given POS tag regex.
MatchesWeigher() - Constructor for class org.languagetool.ResultCache.MatchesWeigher
 
matchFeatureCount - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
matchFilters - Variable in class org.languagetool.JLanguageTool
 
matchFound(RuleMatch) - Method in interface org.languagetool.RuleMatchListener
Called for every RuleMatch found.
matchInflectedForms - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
matchInflectedForms() - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
Also match inflected forms of the given word - note this will only work when the given token actually is a baseform.
matchLemmas - Variable in class org.languagetool.rules.WrongWordInContextRule
 
matchPattern - Static variable in class org.languagetool.rules.patterns.RegexPatternRule
 
MatchPosition - Class in org.languagetool.rules
 
MatchPosition(int, int) - Constructor for class org.languagetool.rules.MatchPosition
 
matchPreservesCase(List<Match>, String) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
Checks if the suggestion starts with a match that is supposed to preserve case.
MatchState - Class in org.languagetool.rules.patterns
The state of a matching process.
MatchState(Match, Synthesizer) - Constructor for class org.languagetool.rules.patterns.MatchState
 
matchUnits(AnalyzedSentence, List<RuleMatch>, List<Map.Entry<Integer, Integer>>, boolean) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
Matrix - Class in org.languagetool.rules.neuralnetwork
 
Matrix(float[]) - Constructor for class org.languagetool.rules.neuralnetwork.Matrix
 
Matrix(float[][]) - Constructor for class org.languagetool.rules.neuralnetwork.Matrix
 
Matrix(InputStream) - Constructor for class org.languagetool.rules.neuralnetwork.Matrix
 
Matrix(List<String>) - Constructor for class org.languagetool.rules.neuralnetwork.Matrix
 
MAX - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
MAX_FREQUENCY_FOR_SPLITTING - Static variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
MAX_SKEW - Static variable in class org.languagetool.rules.bitext.DifferentLengthRule
 
MAX_SUGGESTIONS - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
MAX_SUGGESTIONS - Static variable in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
MAX_TERMS - Static variable in class org.languagetool.rules.AbstractCompoundRule
 
MAX_TOKEN_TO_CHECK - Static variable in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
maxDictionaryEditDistance - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
maxDistanceOfSentences - Variable in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
maxEditDistance - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
maxErrorsPerWordRate - Variable in class org.languagetool.JLanguageTool
 
maxLength - Variable in class org.languagetool.language.LanguageIdentifier
 
maxLength - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
maxNgram - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
maxOccurrence - Variable in class org.languagetool.rules.patterns.PatternToken
 
maxOccurrence - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
maxSpellingSuggestions - Variable in class org.languagetool.UserConfig
 
maxWords - Variable in class org.languagetool.rules.LongParagraphRule
 
maxWords - Variable in class org.languagetool.rules.LongSentenceRule
 
mergeCompound(String, boolean) - Method in class org.languagetool.rules.AbstractCompoundRule
 
mergeIntoSource(InputStream, InputStream) - Static method in class org.languagetool.XMLValidator
 
message - Variable in class org.languagetool.RuleLoggerMessage
 
message - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
message - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
message - Variable in class org.languagetool.rules.RuleMatch
 
Message() - Constructor for enum org.languagetool.rules.AbstractUnitConversionRule.Message
 
MESSAGE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
MESSAGE_BUNDLE - Static variable in class org.languagetool.JLanguageTool
Name of the message bundle for translations.
messageKey - Variable in class org.languagetool.rules.Categories
 
messages - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
messages - Variable in class org.languagetool.rules.Rule
 
messageSameSentence() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
messageSentenceAfter() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
messageSentenceBefore() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
metaData - Variable in class org.languagetool.markup.AnnotatedText
 
metaData - Variable in class org.languagetool.markup.AnnotatedTextBuilder
 
MetaDataKey() - Constructor for enum org.languagetool.markup.AnnotatedText.MetaDataKey
 
metricUnits - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
mFull - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
MILE - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
min(int...) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
MIN - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
MIN_COVERAGE - Static variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
MIN_PROB - Static variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
MIN_SKEW - Static variable in class org.languagetool.rules.bitext.DifferentLengthRule
 
MIN_WORDS - Static variable in class org.languagetool.rules.ReadabilityRule
 
MINIMAL_CONFIDENCE - Static variable in class org.languagetool.language.LanguageIdentifier
 
minOccurrence - Variable in class org.languagetool.rules.patterns.PatternToken
 
minOccurrence - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
minPercent - Variable in class org.languagetool.rules.AbstractFillerWordsRule
 
minProbability - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
minScore - Variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.AbstractFillerWordsRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.AbstractWordCoherencyRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.EmptyLineRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.LongParagraphRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.MultipleWhitespaceRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
minToCheckParagraph() - Method in class org.languagetool.rules.ReadabilityRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.SentenceWhitespaceRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.TextLevelRule
Gives back the minimum number of paragraphs to check to give back a correct result.
minToCheckParagraph() - Method in class org.languagetool.rules.UppercaseSentenceStartRule
 
minToCheckParagraph() - Method in class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
minToCheckParagraph() - Method in class org.languagetool.rules.WordRepeatBeginningRule
 
MISC - Static variable in class org.languagetool.rules.Categories
Miscellaneous rules that don't fit elsewhere.
MISC - Static variable in class org.languagetool.rules.CategoryIds
Miscellaneous rules that don't fit elsewhere.
misspelled(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Check if a word is spelled correctly
Misspelling - Enum constant in enum org.languagetool.rules.ITSIssueType
 
MISTAKE - Static variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
mistakeProb - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
Mistranslation - Enum constant in enum org.languagetool.rules.ITSIssueType
 
mlAvailable - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
mockLanguageModel - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
MockLanguageModel - Class in org.languagetool.languagemodel
Produces zero probability for any passed text.
MockLanguageModel() - Constructor for class org.languagetool.languagemodel.MockLanguageModel
 
mode - Variable in class org.languagetool.InputSentence
 
mode - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
Mode() - Constructor for enum org.languagetool.JLanguageTool.Mode
 
modelAvailableForLanguage - Variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
modelClasses - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
modelPool - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
monitorRules - Variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
monitorRules - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
MorfologikMultiSpeller - Class in org.languagetool.rules.spelling.morfologik
Morfologik speller that merges results from binary (.dict) and plain text (.txt) dictionaries.
MorfologikMultiSpeller(String, BufferedReader, List<String>, BufferedReader, String, List<String>, int) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
MorfologikMultiSpeller(String, List<String>, String, int) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
MorfologikMultiSpeller(String, List<String>, String, UserConfig, int) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
MorfologikMultiSpeller.BufferedReaderWithSource - Class in org.languagetool.rules.spelling.morfologik
 
MorfologikSpeller - Class in org.languagetool.rules.spelling.morfologik
Morfologik-based spell checker.
MorfologikSpeller(String) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
Creates a speller with a maximum edit distance of one.
MorfologikSpeller(String, int) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
Creates a speller with the given maximum edit distance.
MorfologikSpeller(Dictionary, int) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
MorfologikSpellerRule - Class in org.languagetool.rules.spelling.morfologik
 
MorfologikSpellerRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
MorfologikSpellerRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
MorfologikSpellerRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
MorfologikSpellerRule(ResourceBundle, Language, UserConfig, List<Language>, LanguageModel) - Constructor for class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
MorfologikTagger - Class in org.languagetool.tagging
Tags a word using a Morfologik binary dictionary.
MorfologikTagger(String) - Constructor for class org.languagetool.tagging.MorfologikTagger
 
MorfologikTagger(URL) - Constructor for class org.languagetool.tagging.MorfologikTagger
 
MorfologikTagger(Dictionary) - Constructor for class org.languagetool.tagging.MorfologikTagger
Constructs a MorfologikTagger with the given morfologik dictionary.
morfoSpeller - Variable in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
motherTongue - Variable in class org.languagetool.InputSentence
 
motherTongue - Variable in class org.languagetool.JLanguageTool
 
motherTongue - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
mStartNoSpace - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
mStartSpace - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
mul(Matrix) - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
MultiKeyProperties - Class in org.languagetool.tools
A very simple property-style configuration.
MultiKeyProperties(InputStream) - Constructor for class org.languagetool.tools.MultiKeyProperties
 
MultiLanguageModel - Class in org.languagetool.languagemodel
Combines the results of several LanguageModels.
MultiLanguageModel(List<LanguageModel>) - Constructor for class org.languagetool.languagemodel.MultiLanguageModel
 
MultipleWhitespaceRule - Class in org.languagetool.rules
Check if there is duplicated whitespace in a sentence.
MultipleWhitespaceRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.MultipleWhitespaceRule
 
MultiThreadedJLanguageTool - Class in org.languagetool
A variant of JLanguageTool that uses several threads for rule matching.
MultiThreadedJLanguageTool(Language) - Constructor for class org.languagetool.MultiThreadedJLanguageTool
 
MultiThreadedJLanguageTool(Language, int) - Constructor for class org.languagetool.MultiThreadedJLanguageTool
 
MultiThreadedJLanguageTool(Language, Language) - Constructor for class org.languagetool.MultiThreadedJLanguageTool
 
MultiThreadedJLanguageTool(Language, Language, int, UserConfig) - Constructor for class org.languagetool.MultiThreadedJLanguageTool
 
MultiThreadedJLanguageTool(Language, Language, UserConfig) - Constructor for class org.languagetool.MultiThreadedJLanguageTool
 
MultiThreadedJLanguageTool.AnalyzeSentenceCallable - Class in org.languagetool
 
MultiThreadedJLanguageTool.ParagraphEndAnalyzeSentenceCallable - Class in org.languagetool
 
MultiWordChunker - Class in org.languagetool.tagging.disambiguation
Multiword tagger-chunker.
MultiWordChunker(String) - Constructor for class org.languagetool.tagging.disambiguation.MultiWordChunker
 
MultiWordChunker(String, boolean) - Constructor for class org.languagetool.tagging.disambiguation.MultiWordChunker
 
MultiWordChunker2 - Class in org.languagetool.tagging.disambiguation
Multiword tagger-chunker.
MultiWordChunker2(String) - Constructor for class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
MultiWordChunker2(String, boolean) - Constructor for class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
MultiWordChunker2.MultiWordEntry - Class in org.languagetool.tagging.disambiguation
 
MultiWordEntry(List<String>, String) - Constructor for class org.languagetool.tagging.disambiguation.MultiWordChunker2.MultiWordEntry
 

N

N - Static variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
name - Variable in class org.languagetool.DynamicLanguage
 
name - Variable in class org.languagetool.language.Contributor
 
name - Variable in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
name - Variable in class org.languagetool.rules.Category
 
name - Variable in enum org.languagetool.rules.ITSIssueType
 
name - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
name - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
name - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
name - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperimentRuns
 
name - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
NAME - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
needsInit - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
negate() - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
NEGATE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
NEGATE_POS - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
negation - Variable in class org.languagetool.rules.patterns.PatternToken
 
negation - Variable in class org.languagetool.rules.patterns.PatternToken.PosToken
 
negation - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
NeuralNetworkRule - Class in org.languagetool.rules.neuralnetwork
 
NeuralNetworkRule(ResourceBundle, Language, ScoredConfusionSet, Classifier) - Constructor for class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
NeuralNetworkRule(ResourceBundle, Language, ScoredConfusionSet, Word2VecModel) - Constructor for class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
NeuralNetworkRuleCreator - Class in org.languagetool.rules.neuralnetwork
 
NeuralNetworkRuleCreator() - Constructor for class org.languagetool.rules.neuralnetwork.NeuralNetworkRuleCreator
 
newTokenReadings - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
newWdList - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
next - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
 
next() - Method in class org.languagetool.bitext.TabBitextReader.TabReader
 
next() - Method in class org.languagetool.bitext.WordFastTMReader.TabReader
 
nextLine - Variable in class org.languagetool.bitext.TabBitextReader
 
nextPair - Variable in class org.languagetool.bitext.TabBitextReader
 
ngramLocation - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
NgramProbabilityRule - Class in org.languagetool.rules.ngrams
LanguageTool's probability check that uses ngram lookups to decide if an ngram of the input text is so rare in our ngram index that it should be considered an error.
NgramProbabilityRule(ResourceBundle, LanguageModel, Language) - Constructor for class org.languagetool.rules.ngrams.NgramProbabilityRule
 
NgramProbabilityRule.AdvancedReplacement - Class in org.languagetool.rules.ngrams
 
NgramProbabilityRule.Alternative - Class in org.languagetool.rules.ngrams
 
NgramProbabilityRule.Alternatives - Class in org.languagetool.rules.ngrams
 
NgramProbabilityRule.Replacement - Class in org.languagetool.rules.ngrams
 
ngramsPath - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
nGramUtil - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
NGramUtil(Language) - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
NGramUtil(Language, LanguageModel) - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
NO - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
NO_NGRAM_BASED_MODEL_FILENAME - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
NO_PROTOCOL_URL - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
noDashLowerCaseSuggestion - Variable in class org.languagetool.rules.CompoundRuleData
 
noDashSuggestion - Variable in class org.languagetool.rules.CompoundRuleData
 
Node(String, int) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
 
nodeCount() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
nodes - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
nodeToString(Node) - Method in class org.languagetool.rules.patterns.PatternRuleXmlCreator
 
noLmWarningPrinted - Variable in class org.languagetool.Language
 
NON_ALPHABETIC - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
NON_WORD_REGEX - Static variable in class org.languagetool.AnalyzedTokenReadings
 
nonBlankPreDisambigTokens - Variable in class org.languagetool.AnalyzedSentence
 
nonBlankTokens - Variable in class org.languagetool.AnalyzedSentence
 
NonConformance - Enum constant in enum org.languagetool.rules.ITSIssueType
 
NONE - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
NONE - Enum constant in enum org.languagetool.rules.patterns.Match.IncludeRange
 
nonWordPattern - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
NOOP_LANGUAGE - Static variable in class org.languagetool.Languages
 
NoopChunker - Class in org.languagetool.noop
No-op chunker.
NoopChunker() - Constructor for class org.languagetool.noop.NoopChunker
 
NoopDisambiguator - Class in org.languagetool.noop
 
NoopDisambiguator() - Constructor for class org.languagetool.noop.NoopDisambiguator
 
NoopLanguage - Class in org.languagetool.noop
A language that is part of languagetool-core but that hasn't any rules.
NoopLanguage() - Constructor for class org.languagetool.noop.NoopLanguage
 
NORMAL - Enum constant in enum org.languagetool.JLanguageTool.ParagraphHandling
Handle normally - all kinds of rules run.
NORMAL_API - Enum constant in enum org.languagetool.tools.StringTools.ApiPrintMode
Normally output the rule matches by starting and ending the XML/JSON output on every call.
normalize(String) - Method in class org.languagetool.rules.AbstractCompoundRule
 
notComplexPhrase() - Method in class org.languagetool.rules.patterns.PatternRule
Reset complex status - used for testing.
notFoundSuggestions - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
NUMBER_REGEX - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
numberPattern - Static variable in class org.languagetool.language.CommonWords
 
numberRangePart - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
Numbers - Enum constant in enum org.languagetool.rules.ITSIssueType
 
numberSpeller - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
numbertext - Variable in class org.languagetool.synthesis.Soros
 
numCharEqualBeginning(AnalyzedTokenReadings[], AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
numerals - Variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
NUMERALS_EN - Static variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
NUMERALS_EN - Static variable in class org.languagetool.rules.UppercaseSentenceStartRule
 
numSamples - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 

O

occurrences - Variable in class org.languagetool.rules.ngrams.Probability
 
OFF - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
officeDefaultOff - Variable in class org.languagetool.rules.Rule
 
officeDefaultOn - Variable in class org.languagetool.rules.Rule
 
offsetPosition - Variable in class org.languagetool.rules.RuleMatch
 
OffsetPosition(int, int) - Constructor for class org.languagetool.rules.RuleMatch.OffsetPosition
 
Omission - Enum constant in enum org.languagetool.rules.ITSIssueType
 
ON - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
onlyDashSuggestion - Variable in class org.languagetool.rules.CompoundRuleData
 
ONLYNONPARA - Enum constant in enum org.languagetool.JLanguageTool.ParagraphHandling
Run only sentence-level rules.
ONLYPARA - Enum constant in enum org.languagetool.JLanguageTool.ParagraphHandling
Run only paragraph-level rules.
OPENING_QUOTES - Static variable in class org.languagetool.rules.AbstractFillerWordsRule
 
OpenNMTRule - Class in org.languagetool.rules
Queries an OpenNMT server started like this: th tools/rest_translation_server.lua -replace_unk -model ...
OpenNMTRule() - Constructor for class org.languagetool.rules.OpenNMTRule
Expects an OpenNMT server running at http://127.0.0.1:7784/translator/translate
OpenNMTRule(String) - Constructor for class org.languagetool.rules.OpenNMTRule
 
optionalLanguageModelRules - Variable in class org.languagetool.JLanguageTool
 
OR - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
orderer - Variable in class org.languagetool.rules.spelling.SymSpellRule
 
orderSuggestions(List<String>, String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
orderSuggestions(List<String>, String, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
orderSuggestions(List<String>, String, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
orderSuggestions(List<String>, String, AnalyzedSentence, int) - Method in interface org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
 
orderSuggestions(List<String>, String, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
orderSuggestions(List<String>, String, AnalyzedSentence, int) - Method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
orderSuggestionsUsingModel(List<String>, String, AnalyzedSentence, int) - Method in interface org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
 
org.languagetool - package org.languagetool
 
org.languagetool.bitext - package org.languagetool.bitext
 
org.languagetool.chunking - package org.languagetool.chunking
 
org.languagetool.databroker - package org.languagetool.databroker
 
org.languagetool.language - package org.languagetool.language
 
org.languagetool.languagemodel - package org.languagetool.languagemodel
 
org.languagetool.markup - package org.languagetool.markup
 
org.languagetool.noop - package org.languagetool.noop
 
org.languagetool.rules - package org.languagetool.rules
 
org.languagetool.rules.bitext - package org.languagetool.rules.bitext
 
org.languagetool.rules.neuralnetwork - package org.languagetool.rules.neuralnetwork
 
org.languagetool.rules.ngrams - package org.languagetool.rules.ngrams
 
org.languagetool.rules.patterns - package org.languagetool.rules.patterns
 
org.languagetool.rules.patterns.bitext - package org.languagetool.rules.patterns.bitext
 
org.languagetool.rules.spelling - package org.languagetool.rules.spelling
 
org.languagetool.rules.spelling.hunspell - package org.languagetool.rules.spelling.hunspell
 
org.languagetool.rules.spelling.morfologik - package org.languagetool.rules.spelling.morfologik
 
org.languagetool.rules.spelling.morfologik.suggestions_ordering - package org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
org.languagetool.rules.spelling.suggestions - package org.languagetool.rules.spelling.suggestions
 
org.languagetool.rules.spelling.symspell.implementation - package org.languagetool.rules.spelling.symspell.implementation
 
org.languagetool.synthesis - package org.languagetool.synthesis
 
org.languagetool.tagging - package org.languagetool.tagging
 
org.languagetool.tagging.disambiguation - package org.languagetool.tagging.disambiguation
 
org.languagetool.tagging.disambiguation.rules - package org.languagetool.tagging.disambiguation.rules
 
org.languagetool.tagging.disambiguation.xx - package org.languagetool.tagging.disambiguation.xx
 
org.languagetool.tagging.xx - package org.languagetool.tagging.xx
 
org.languagetool.tokenizers - package org.languagetool.tokenizers
 
org.languagetool.tools - package org.languagetool.tools
 
orGroupCounter - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
orGroupList - Variable in class org.languagetool.rules.patterns.PatternToken
 
Other - Enum constant in enum org.languagetool.rules.ITSIssueType
 
Other - Enum constant in enum org.languagetool.rules.RuleMatch.Type
Other errors (including grammar), typically yellow/orange.
OUNCE - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
output - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
output - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
OutputStreamLogger - Class in org.languagetool
 
OutputStreamLogger() - Constructor for class org.languagetool.OutputStreamLogger
 
OutputStreamLogger(PrintStream) - Constructor for class org.languagetool.OutputStreamLogger
 
overlapAndMatch(RuleMatch, RuleMatch) - Method in class org.languagetool.rules.SameRuleGroupFilter
 
overlaps(RuleMatch, RuleMatch) - Method in class org.languagetool.rules.SameRuleGroupFilter
 
overwriteWithManualTagger() - Method in class org.languagetool.tagging.BaseTagger
If true, tags from the binary dictionary (*.dict) will be overwritten by manual tags from the plain text dictionary.
overwriteWithSecondTagger - Variable in class org.languagetool.tagging.CombiningTagger
 

P

p - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternative
 
PARAGRAPH_END_TAGNAME - Static variable in class org.languagetool.JLanguageTool
The internal tag used to mark the end of a paragraph.
ParagraphEndAnalyzeSentenceCallable(String) - Constructor for class org.languagetool.MultiThreadedJLanguageTool.ParagraphEndAnalyzeSentenceCallable
 
ParagraphHandling() - Constructor for enum org.languagetool.JLanguageTool.ParagraphHandling
 
ParagraphRepeatBeginningRule - Class in org.languagetool.rules
Check if to paragraphs begin with the same word.
ParagraphRepeatBeginningRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.ParagraphRepeatBeginningRule
 
parameters - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
parameters - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperimentRuns
 
paraMode - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
parCode - Variable in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
parseDate(Map<String, String>) - Method in class org.languagetool.rules.YMDDateHelper
 
parseWords(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
part - Variable in class org.languagetool.markup.TextPart
 
PartialPosTagFilter - Class in org.languagetool.rules
Filters rule matches so that only matches are kept where a part of the token has a given POS tag.
PartialPosTagFilter() - Constructor for class org.languagetool.rules.PartialPosTagFilter
 
partialTagHasRequiredTag(List<AnalyzedTokenReadings>, String, boolean) - Method in class org.languagetool.rules.PartialPosTagFilter
 
parts - Variable in class org.languagetool.markup.AnnotatedText
 
parts - Variable in class org.languagetool.markup.AnnotatedTextBuilder
 
PasswordAuthenticator - Class in org.languagetool.rules.patterns
Authenticator that extracts username and password from URL, e.g.
PasswordAuthenticator() - Constructor for class org.languagetool.rules.patterns.PasswordAuthenticator
 
path - Variable in class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
path - Variable in class org.languagetool.rules.neuralnetwork.Word2VecModel
 
path - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
PathAndLanguage(String, Language, boolean) - Constructor for class org.languagetool.rules.AbstractSimpleReplaceRule2.PathAndLanguage
 
pattern - Variable in class org.languagetool.rules.patterns.PatternToken
 
pattern - Variable in class org.languagetool.rules.patterns.RegexPatternRule
 
PATTERN - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
PATTERN_FILE - Static variable in class org.languagetool.JLanguageTool
The name of the file with error patterns.
PatternProblem - Enum constant in enum org.languagetool.rules.ITSIssueType
 
PatternRule - Class in org.languagetool.rules.patterns
A Rule that describes a language error as a simple pattern of words or of part-of-speech tags.
PatternRule(String, Language, List<PatternToken>, String, String, String) - Constructor for class org.languagetool.rules.patterns.PatternRule
 
PatternRule(String, Language, List<PatternToken>, String, String, String, String) - Constructor for class org.languagetool.rules.patterns.PatternRule
 
PatternRule(String, Language, List<PatternToken>, String, String, String, String, boolean) - Constructor for class org.languagetool.rules.patterns.PatternRule
 
PatternRule(String, Language, List<PatternToken>, String, String, String, String, boolean, boolean) - Constructor for class org.languagetool.rules.patterns.PatternRule
 
PatternRuleBuilderHelper - Class in org.languagetool.rules.patterns
 
PatternRuleBuilderHelper() - Constructor for class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
PatternRuleHandler - Class in org.languagetool.rules.patterns
 
PatternRuleHandler() - Constructor for class org.languagetool.rules.patterns.PatternRuleHandler
 
PatternRuleHandler(String) - Constructor for class org.languagetool.rules.patterns.PatternRuleHandler
 
PatternRuleId - Class in org.languagetool.rules.patterns
A PatternRule's id with an optional sub-id.
PatternRuleId(String) - Constructor for class org.languagetool.rules.patterns.PatternRuleId
 
PatternRuleId(String, String) - Constructor for class org.languagetool.rules.patterns.PatternRuleId
 
PatternRuleLoader - Class in org.languagetool.rules.patterns
Loads PatternRules from an XML file.
PatternRuleLoader() - Constructor for class org.languagetool.rules.patterns.PatternRuleLoader
 
PatternRuleMatcher - Class in org.languagetool.rules.patterns
Matches a pattern rule against text.
PatternRuleMatcher(PatternRule, boolean) - Constructor for class org.languagetool.rules.patterns.PatternRuleMatcher
 
patternRules - Variable in class org.languagetool.Language
 
PatternRuleXmlCreator - Class in org.languagetool.rules.patterns
Makes XML definition of rules accessible as strings.
PatternRuleXmlCreator() - Constructor for class org.languagetool.rules.patterns.PatternRuleXmlCreator
 
patterns - Variable in class org.languagetool.synthesis.Soros
 
patternToken - Variable in class org.languagetool.rules.patterns.PatternTokenMatcher
 
patternToken - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
PatternToken - Class in org.languagetool.rules.patterns
A part of a pattern, represents the 'token' element of the grammar.xml.
PatternToken(String, boolean, boolean, boolean) - Constructor for class org.languagetool.rules.patterns.PatternToken
Creates Element that is used to match tokens in the text.
PatternToken.PosToken - Class in org.languagetool.rules.patterns
 
PatternTokenBuilder - Class in org.languagetool.rules.patterns
Helper to build PatternTokens.
PatternTokenBuilder() - Constructor for class org.languagetool.rules.patterns.PatternTokenBuilder
 
PatternTokenMatcher - Class in org.languagetool.rules.patterns
 
PatternTokenMatcher(PatternToken) - Constructor for class org.languagetool.rules.patterns.PatternTokenMatcher
 
patternTokenMatchers - Variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
patternTokens - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.AdvancedReplacement
 
patternTokens - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
patternTokens - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
List of elements as specified by tokens.
peek() - Method in class org.languagetool.rules.UnsyncStack
Looks at the object at the top of this stack without removing it from the stack.
performCheck(List<AnalyzedSentence>, List<String>, List<Rule>, JLanguageTool.ParagraphHandling, AnnotatedText, JLanguageTool.Mode) - Method in class org.languagetool.JLanguageTool
 
performCheck(List<AnalyzedSentence>, List<String>, List<Rule>, JLanguageTool.ParagraphHandling, AnnotatedText, RuleMatchListener, JLanguageTool.Mode) - Method in class org.languagetool.JLanguageTool
 
performCheck(List<AnalyzedSentence>, List<String>, List<Rule>, JLanguageTool.ParagraphHandling, AnnotatedText, RuleMatchListener, JLanguageTool.Mode) - Method in class org.languagetool.MultiThreadedJLanguageTool
 
phraseId - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
Current phrase ID.
phraseIdRef - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
ID reference to the phrase.
phraseLen(int) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
 
phraseMap - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
Phrase store - elementLists keyed by phraseIds.
phraseName - Variable in class org.languagetool.rules.patterns.PatternToken
String ID of the phrase the element is in.
phrasePatternTokens - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
Logically forking element list, used for including multiple phrases in the current one.
PHRASES - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
pipe - Static variable in class org.languagetool.synthesis.Soros
 
PLAIN_ENGLISH - Static variable in class org.languagetool.rules.Categories
Created to match PLAIN_ENGLISH XML category.
PLEASE_SPELL_ME - Static variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
pLocator - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
pop() - Method in class org.languagetool.rules.UnsyncStack
Removes the object at the top of this stack and returns that object as the value of this function.
pos(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
pos(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
pos(String, boolean) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
posNegation - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
posPattern - Variable in class org.languagetool.rules.patterns.PatternToken.PosToken
 
posRegex(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
posRegex(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
posRegExp - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
posRegExp() - Method in class org.languagetool.rules.patterns.Match
Checks if the Match element uses regexp-based form of the POS tag.
posSelector - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
possibleTags - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
possibleTags - Variable in class org.languagetool.synthesis.ManualSynthesizer
 
posTag - Variable in class org.languagetool.AnalyzedToken
 
posTag - Variable in class org.languagetool.rules.patterns.Match
 
posTag - Variable in class org.languagetool.rules.patterns.PatternToken.PosToken
 
posTag - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
posTag - Variable in class org.languagetool.tagging.TaggedWord
 
POSTAG - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
POSTAG_REGEXP - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
postagRegexp - Variable in class org.languagetool.rules.patterns.Match
 
posTagReplace - Variable in class org.languagetool.rules.patterns.Match
 
posTags - Variable in class org.languagetool.rules.ngrams.GoogleToken
 
posToken - Variable in class org.languagetool.rules.patterns.PatternToken
 
posToken - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
PosToken(String, boolean, boolean) - Constructor for class org.languagetool.rules.patterns.PatternToken.PosToken
 
postToServer(String, URL) - Method in class org.languagetool.rules.OpenNMTRule
 
posUnknown - Variable in class org.languagetool.rules.patterns.PatternToken.PosToken
 
POUND - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
pPosRegexMatch - Variable in class org.languagetool.rules.patterns.Match
 
predictor - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
preDisambigTokens - Variable in class org.languagetool.AnalyzedSentence
 
preDisambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.AbstractDisambiguator
 
preDisambiguate(AnalyzedSentence) - Method in interface org.languagetool.tagging.disambiguation.Disambiguator
If possible, filters out the wrong POS tags.
prefixLength - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
pRegexMatch - Variable in class org.languagetool.rules.patterns.Match
 
PREMIUM_HINT - Static variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
prepareAndGroup(int, AnalyzedTokenReadings[], Language) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
prepareNewReading(String, String, AnalyzedTokenReadings, boolean) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
prepareNewReading(String, String, AnalyzedTokenReadings, String) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
preparePhrase(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
prepareRule(AbstractPatternRule) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
 
PRESERVE - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
previousExceptionList - Variable in class org.languagetool.rules.patterns.PatternToken
List of exceptions that are valid for a previous token.
prevLine - Variable in class org.languagetool.bitext.TabBitextReader
 
prevMatched - Variable in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
printDimension() - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
printIfVerbose(String) - Method in class org.languagetool.JLanguageTool
 
printMessageLevel(int) - Static method in class org.languagetool.rules.ReadabilityRule
 
printSentenceInfo(AnalyzedSentence) - Method in class org.languagetool.JLanguageTool
 
printStream - Variable in class org.languagetool.JLanguageTool
 
prob - Variable in class org.languagetool.rules.ngrams.Probability
 
prob - Variable in class org.languagetool.rules.spelling.SuggestionSorter.RankedSuggestion
Deprecated.
 
prob1gram - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
prob3gram - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
Probability - Class in org.languagetool.rules.ngrams
Probability, but doesn't check for a range of 0 to 1.
Probability(double, float) - Constructor for class org.languagetool.rules.ngrams.Probability
 
Probability(double, float, long) - Constructor for class org.languagetool.rules.ngrams.Probability
 
probabilityLogSum - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
 
processElement(List<PatternToken>) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
Calculates the offset of the match reference (if any) in case the match element has been used in the group.
processMessage(Matcher, String, List<Pair<Integer, Integer>>, List<Pair<Integer, Integer>>, List<Match>) - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
processRow(String, String, String, String, Integer) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
profileRulesOnLine(String, JLanguageTool, Rule) - Static method in class org.languagetool.tools.Tools
 
prohibitedWordsCache - Static variable in class org.languagetool.rules.spelling.SymSpellRule
 
PROP_NAME - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
properties - Variable in class org.languagetool.tools.MultiKeyProperties
 
PROPERTIES_KEY - Static variable in class org.languagetool.Languages
 
PROPERTIES_PATH - Static variable in class org.languagetool.Languages
 
PROTOCOLS - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
pTokensMatched - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
PUNCTUATION - Static variable in class org.languagetool.rules.Categories
 
PUNCTUATION - Static variable in class org.languagetool.rules.CategoryIds
 
PUNCTUATION - Static variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
PUNCTUATION_MARKS - Static variable in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
PUNCTUATION_NO_DOT - Static variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
PunctuationMarkAtParagraphEnd - Class in org.languagetool.rules
A rule that checks for a punctuation mark at the end of a paragraph.
PunctuationMarkAtParagraphEnd(ResourceBundle, Language) - Constructor for class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
PunctuationMarkAtParagraphEnd(ResourceBundle, Language, boolean) - Constructor for class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
purgeBelowThresholdWords() - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
push(E) - Method in class org.languagetool.rules.UnsyncStack
Pushes an item onto the top of this stack.
put(InputSentence, List<RuleMatch>) - Method in class org.languagetool.ResultCache
 
put(SimpleInputSentence, AnalyzedSentence) - Method in class org.languagetool.ResultCache
 

Q

QUOTATION_MARKS - Static variable in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
QUOTES_REGEX - Static variable in class org.languagetool.rules.ParagraphRepeatBeginningRule
 
quotesWhitespaceCheck - Variable in class org.languagetool.rules.CommaWhitespaceRule
 

R

random - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.EditOperation
 
random - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
 
randomChar(Random) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
 
randomEdit() - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance
 
RankedSuggestion(double, String) - Constructor for class org.languagetool.rules.spelling.SuggestionSorter.RankedSuggestion
Deprecated.
 
RAW_TAG - Static variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ReadabilityRule - Class in org.languagetool.rules
A rule that checks the readability of English text (using the Flesch-Reading-Ease Formula) If tooEasyTest == true, the rule tests if paragraph level > level (readability is too easy) If tooEasyTest == false, the rule tests if paragraph level < level (readability is too difficult)
ReadabilityRule(ResourceBundle, Language, UserConfig, boolean) - Constructor for class org.languagetool.rules.ReadabilityRule
 
ReadabilityRule(ResourceBundle, Language, UserConfig, boolean, boolean) - Constructor for class org.languagetool.rules.ReadabilityRule
 
ReadabilityRule(ResourceBundle, Language, UserConfig, boolean, int) - Constructor for class org.languagetool.rules.ReadabilityRule
 
ReadabilityRule(ResourceBundle, Language, UserConfig, boolean, int, boolean) - Constructor for class org.languagetool.rules.ReadabilityRule
 
readAllLines(InputStream) - Static method in class org.languagetool.rules.neuralnetwork.ResourceReader
 
reader - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel.LuceneSearcher
 
reader - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
readerPath - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller.BufferedReaderWithSource
 
readerToString(Reader) - Static method in class org.languagetool.tools.StringTools
 
readingsCounter - Variable in class org.languagetool.rules.patterns.Unifier
 
readStream(InputStream, String) - Static method in class org.languagetool.tools.StringTools
Read the text stream using the given encoding.
REDUNDANCY - Static variable in class org.languagetool.rules.Categories
 
REDUNDANCY - Static variable in class org.languagetool.rules.CategoryIds
 
referenceString - Variable in class org.languagetool.rules.patterns.PatternToken
True when the element stores a formatted reference to another element of the pattern.
refNumberSanityCheck(int) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
regex - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
regex - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
regex(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
regexCaseSensitive - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
regexMark - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
regexMode - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
regexp - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
regExp - Variable in class org.languagetool.rules.patterns.PatternToken.PosToken
 
REGEXP - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
RegexPatternRule - Class in org.languagetool.rules.patterns
Matches 'regexp' elements from XML rules against sentences.
RegexPatternRule(String, String, String, String, String, Language, Pattern, int) - Constructor for class org.languagetool.rules.patterns.RegexPatternRule
 
regexpMark - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
RegexpMode() - Constructor for enum org.languagetool.rules.patterns.XMLRuleHandler.RegexpMode
 
regExpression - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
regexReplace - Variable in class org.languagetool.rules.patterns.Match
 
REGIONALISMS - Static variable in class org.languagetool.rules.Categories
Regionalisms: words used only in another language variant or used with different meanings.
Register - Enum constant in enum org.languagetool.rules.ITSIssueType
 
relaxedMode - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
relaxedMode - Variable in class org.languagetool.rules.patterns.PatternRuleLoader
 
relu() - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
rememberUnknownWords(AnalyzedSentence) - Method in class org.languagetool.JLanguageTool
 
removalSynthesizer - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
removalTagger - Variable in class org.languagetool.tagging.CombiningTagger
 
remove() - Method in class org.languagetool.bitext.TabBitextReader.TabReader
 
remove() - Method in class org.languagetool.bitext.WordFastTMReader.TabReader
 
REMOVE - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
RemoveEMailSignatureFilter() - Constructor for class org.languagetool.language.LanguageIdentifier.RemoveEMailSignatureFilter
 
removeFilter(Predicate<RuleLoggerMessage>) - Method in class org.languagetool.RuleLogger
 
removeLastCharacter(String) - Static method in class org.languagetool.rules.AbstractDashRule
 
removeLastCharacter(String) - Method in class org.languagetool.rules.CompoundRuleData
 
removeLogger(RuleLogger) - Method in class org.languagetool.RuleLoggerManager
 
removeOtherReadings - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
removeReading(AnalyzedToken, String) - Method in class org.languagetool.AnalyzedTokenReadings
Removes a reading from the list of readings.
removeTemporaryFiles() - Static method in class org.languagetool.JLanguageTool
Clean up all temporary files, if there are any.
reorderSuggestions(List<String>, String) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
repeat(int, String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
REPETITIONS - Static variable in class org.languagetool.rules.Categories
 
replace() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
replace(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
Performs disambiguation on the source sentence.
replace(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
Replace() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Replace
 
REPLACE - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
replacement - Variable in class org.languagetool.rules.SuggestedReplacement
 
Replacement(String, String) - Constructor for class org.languagetool.rules.ngrams.NgramProbabilityRule.Replacement
 
REPLACEMENTS - Static variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
replaces - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
replaceSoftHyphens(List<String>) - Method in class org.languagetool.JLanguageTool
 
replaceSpacesInRegex(String) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
 
Report(BufferedWriter) - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionsChanges.Report
 
reportWriter - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges.Report
 
requestCount() - Method in class org.languagetool.ResultCache
 
requireMarkup(String) - Static method in class org.languagetool.rules.Example
 
reset() - Method in class org.languagetool.rules.patterns.Unifier
Resets after use of unification.
resetException() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
resetToken() - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
resolveReference(int, AnalyzedTokenReadings[], Language) - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
RESOURCE_DIR - Static variable in interface org.languagetool.databroker.ResourceDataBroker
The directory name of the /resource directory.
ResourceBundleTools - Class in org.languagetool
Message bundle helper class used for translation of the user interface.
ResourceBundleTools() - Constructor for class org.languagetool.ResourceBundleTools
 
ResourceBundleWithFallback - Class in org.languagetool
A resource bundle that uses its fallback resource bundle if the value from the original bundle is null or empty.
ResourceBundleWithFallback(ResourceBundle, ResourceBundle) - Constructor for class org.languagetool.ResourceBundleWithFallback
 
ResourceDataBroker - Interface in org.languagetool.databroker
Is responsible for getting the necessary resources for the grammar checker library.
resourceDir - Variable in class org.languagetool.databroker.DefaultResourceDataBroker
The directory's name of the grammar checker's resource directory.
resourceExists(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
See: ResourceDataBroker.resourceExists(String) Checks if a resource in the grammar checker's /resource exists.
resourceExists(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Checks if a resource in the grammar checker's /resource exists.
resourceFileName - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
ResourceReader - Class in org.languagetool.rules.neuralnetwork
 
ResourceReader() - Constructor for class org.languagetool.rules.neuralnetwork.ResourceReader
 
ResultCache - Class in org.languagetool
A cache to speed up text checking for use cases where sentences are checked more than once.
ResultCache(long) - Constructor for class org.languagetool.ResultCache
Create a cache that expires items 5 minutes after the latest read access.
ResultCache(long, long, TimeUnit) - Constructor for class org.languagetool.ResultCache
 
ResultCache.MatchesWeigher - Class in org.languagetool
 
ResultCache.SentenceWeigher - Class in org.languagetool
 
rightContext(String, int, String, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
ROUNDING_DELTA - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
row(int) - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
row(int) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
rows() - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
rule - Variable in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
rule - Variable in class org.languagetool.rules.RuleMatch
 
rule - Variable in class org.languagetool.rules.spelling.RuleWithLanguage
 
rule - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
rule - Variable in class org.languagetool.rules.SuggestionFilter
 
Rule - Class in org.languagetool.rules
Abstract rule class.
Rule() - Constructor for class org.languagetool.rules.Rule
 
Rule(ResourceBundle) - Constructor for class org.languagetool.rules.Rule
Called by rules that require a translation of their messages.
RULE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
RULE_ID - Static variable in class org.languagetool.rules.AbstractFillerWordsRule
 
RULE_ID - Static variable in class org.languagetool.rules.LongParagraphRule
 
RULE_ID - Static variable in class org.languagetool.rules.LongSentenceRule
 
RULE_ID - Static variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
RULE_ID - Static variable in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
RULE_ID - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule
 
RULE_ID - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
ruleAntiPatterns - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ruleAntiPatterns - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
RuleCheckTimeMessage - Class in org.languagetool
 
RuleCheckTimeMessage(String, String, long, int) - Constructor for class org.languagetool.RuleCheckTimeMessage
 
RuleErrorNotification - Class in org.languagetool
 
RuleErrorNotification(String, String, String) - Constructor for class org.languagetool.RuleErrorNotification
 
ruleFile - Variable in class org.languagetool.language.LanguageBuilder.ExtendedLanguage
 
ruleFileExists(String) - Method in class org.languagetool.databroker.DefaultResourceDataBroker
See: ResourceDataBroker.ruleFileExists(String) Checks if a resource in the grammar checker's /rules exists.
ruleFileExists(String) - Method in interface org.languagetool.databroker.ResourceDataBroker
Checks if a resource in the grammar checker's /rules exists.
RuleFilenameException - Exception in org.languagetool.language
Thrown if external rule filename doesn't match the required format.
RuleFilenameException(File) - Constructor for exception org.languagetool.language.RuleFilenameException
 
RuleFilter - Class in org.languagetool.rules.patterns
Filter rule matches after a PatternRule has matched already.
RuleFilter() - Constructor for class org.languagetool.rules.patterns.RuleFilter
 
RuleFilter.FakeRule - Class in org.languagetool.rules.patterns
 
RuleFilterCreator - Class in org.languagetool.rules.patterns
Create a RuleFilter.
RuleFilterCreator() - Constructor for class org.languagetool.rules.patterns.RuleFilterCreator
 
RuleFilterEvaluator - Class in org.languagetool.rules.patterns
Evaluates a RuleFilter.
RuleFilterEvaluator(RuleFilter) - Constructor for class org.languagetool.rules.patterns.RuleFilterEvaluator
 
RULEGROUP - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
rulegroupAntiPatterns - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
rulegroupAntiPatterns - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
ruleGroupDefaultOff - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ruleGroupDefaultTempOff - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ruleGroupDescription - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ruleGroupId - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
ruleGroupId - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
ruleGroupIssueType - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
ruleGroupName - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
ruleId - Variable in class org.languagetool.RuleLoggerMessage
 
ruleId - Variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
ruleIssueType - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
RuleLogger - Class in org.languagetool
 
RuleLogger() - Constructor for class org.languagetool.RuleLogger
 
RuleLoggerManager - Class in org.languagetool
 
RuleLoggerManager() - Constructor for class org.languagetool.RuleLoggerManager
 
RuleLoggerMessage - Class in org.languagetool
 
RuleLoggerMessage(String, String, String) - Constructor for class org.languagetool.RuleLoggerMessage
 
RuleMatch - Class in org.languagetool.rules
Information about an error rule that matches text and the position of the match.
RuleMatch(RuleMatch) - Constructor for class org.languagetool.rules.RuleMatch
 
RuleMatch(RuleMatch, List<String>) - Constructor for class org.languagetool.rules.RuleMatch
 
RuleMatch(Rule, int, int, String) - Constructor for class org.languagetool.rules.RuleMatch
Deprecated.
use a constructor that also takes an AnalyzedSentence parameter (deprecated since 4.0)
RuleMatch(Rule, int, int, String, String, boolean, String) - Constructor for class org.languagetool.rules.RuleMatch
Deprecated.
use a constructor that also takes an AnalyzedSentence parameter (deprecated since 4.0)
RuleMatch(Rule, AnalyzedSentence, int, int, String) - Constructor for class org.languagetool.rules.RuleMatch
Creates a RuleMatch object, taking the rule that triggered this match, position of the match and an explanation message.
RuleMatch(Rule, AnalyzedSentence, int, int, String, String) - Constructor for class org.languagetool.rules.RuleMatch
Creates a RuleMatch object, taking the rule that triggered this match, position of the match and an explanation message.
RuleMatch(Rule, AnalyzedSentence, int, int, String, String, boolean, String) - Constructor for class org.languagetool.rules.RuleMatch
Creates a RuleMatch object, taking the rule that triggered this match, position of the match and an explanation message.
RuleMatch.ColumnPosition - Class in org.languagetool.rules
 
RuleMatch.LinePosition - Class in org.languagetool.rules
 
RuleMatch.OffsetPosition - Class in org.languagetool.rules
 
RuleMatch.Type - Enum in org.languagetool.rules
Unlike Category, this is specific to a RuleMatch, not to a rule.
RuleMatchAsXmlSerializer - Class in org.languagetool.tools
Deprecated.
don't use for new use cases, the only place this should still be used is for the API mode of the command-line client (deprecated since 3.5)
RuleMatchAsXmlSerializer() - Constructor for class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
 
RuleMatcher - Interface in org.languagetool.rules.patterns
 
RuleMatchesAsJsonSerializer - Class in org.languagetool.tools
Write rule matches and some meta information as JSON.
RuleMatchesAsJsonSerializer() - Constructor for class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
RuleMatchesAsJsonSerializer(int) - Constructor for class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
ruleMatchesToJson(List<RuleMatch>, String, int, DetectedLanguage) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
ruleMatchesToJson(List<RuleMatch>, List<RuleMatch>, String, int, DetectedLanguage, String) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
ruleMatchesToJson(List<RuleMatch>, List<RuleMatch>, AnnotatedText, int, DetectedLanguage, String) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
ruleMatchesToXml(List<RuleMatch>, String, int, Language) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get an XML representation of the given rule matches.
ruleMatchesToXml(List<RuleMatch>, String, int, Language, Language) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get an XML representation of the given rule matches.
ruleMatchesToXml(List<RuleMatch>, String, int, StringTools.ApiPrintMode, Language, List<String>) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get an XML representation of the given rule matches.
ruleMatchesToXmlSnippet(List<RuleMatch>, String, int) - Method in class org.languagetool.tools.RuleMatchAsXmlSerializer
Deprecated.
Get the XML snippet (i.e.
RuleMatchFilter - Interface in org.languagetool.rules
Filter rule matches.
RuleMatchListener - Interface in org.languagetool
 
rules - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
rules - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
rules - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
rules - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
RULES - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
RULES_DIR - Static variable in interface org.languagetool.databroker.ResourceDataBroker
The directory name of the /rules directory.
rulesDir - Variable in class org.languagetool.databroker.DefaultResourceDataBroker
The directory's name of the grammar checker's rules directory.
RuleWithLanguage - Class in org.languagetool.rules.spelling
 
RuleWithLanguage(Rule, Language) - Constructor for class org.languagetool.rules.spelling.RuleWithLanguage
 
RuleWithMaxFilter - Class in org.languagetool.rules
Filter rule matches so that only the longest match is kept from overlapping matches with the same rule that contains tokens with maxOccurrence > 1.
RuleWithMaxFilter() - Constructor for class org.languagetool.rules.RuleWithMaxFilter
 
run() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges.Report
 
run(String) - Method in class org.languagetool.synthesis.Soros
 
run(String, boolean, boolean) - Method in class org.languagetool.synthesis.Soros
 
runFasttext(String, List<String>) - Method in class org.languagetool.language.LanguageIdentifier
 
runFilter(String, RuleMatch, AnalyzedTokenReadings[], int, List<Integer>) - Method in class org.languagetool.rules.patterns.RuleFilterEvaluator
 
runningExperiment - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
runningExperiment - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 

S

safeGet(String) - Method in class org.languagetool.rules.neuralnetwork.Dictionary
 
safeGetToken(AnalyzedTokenReadings[], int) - Static method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
SameRuleGroupFilter - Class in org.languagetool.rules
Filter rule matches so that only the first match is kept from overlapping matches with the same rule group (actually: the same id).
SameRuleGroupFilter() - Constructor for class org.languagetool.rules.SameRuleGroupFilter
 
SameTranslationRule - Class in org.languagetool.rules.bitext
Checks if the translation for segments that have more than two words is different.
SameTranslationRule() - Constructor for class org.languagetool.rules.bitext.SameTranslationRule
 
sampleRate - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
SCOPE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
score - Variable in class org.languagetool.rules.ScoredConfusionSet
 
score - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
ScoredConfusionSet - Class in org.languagetool.rules
Words that can easily be confused - for internal use only.
ScoredConfusionSet(float, List<ConfusionString>) - Constructor for class org.languagetool.rules.ScoredConfusionSet
 
ScoredConfusionSetLoader - Class in org.languagetool.rules
Loads a confusion set from a plain text file (UTF-8).
ScoredConfusionSetLoader() - Constructor for class org.languagetool.rules.ScoredConfusionSetLoader
 
search(Object) - Method in class org.languagetool.rules.UnsyncStack
Returns the 1-based position where an object is on this stack.
searcher - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel.LuceneSearcher
 
segmentedString - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
 
SegmentedSuggestion() - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
 
selectBitextRules(List<BitextRule>, List<String>, List<String>, boolean) - Static method in class org.languagetool.tools.Tools
Enable and disable bitext rules.
selectRules(JLanguageTool, List<String>, List<String>, boolean) - Static method in class org.languagetool.tools.Tools
Enable and disable rules of the given LanguageTool instance.
selectRules(JLanguageTool, Set<CategoryId>, Set<CategoryId>, Set<String>, Set<String>, boolean) - Static method in class org.languagetool.tools.Tools
 
SEMANTICS - Static variable in class org.languagetool.rules.Categories
Logic, content, and consistency problems.
SEMANTICS - Static variable in class org.languagetool.rules.CategoryIds
 
sentence - Variable in class org.languagetool.MultiThreadedJLanguageTool.AnalyzeSentenceCallable
 
sentence - Variable in class org.languagetool.rules.RuleMatch
 
sentence - Variable in class org.languagetool.rules.SymbolLocator
 
SENTENCE_END_TAGNAME - Static variable in class org.languagetool.JLanguageTool
The internal tag used to mark the end of a sentence.
SENTENCE_END1 - Static variable in class org.languagetool.rules.UppercaseSentenceStartRule
 
SENTENCE_START_TAGNAME - Static variable in class org.languagetool.JLanguageTool
The internal tag used to mark the beginning of a sentence.
SENTENCE_TOKENIZER - Static variable in class org.languagetool.Language
 
sentenceCache - Variable in class org.languagetool.ResultCache
 
sentencePos - Variable in class org.languagetool.bitext.TabBitextReader
 
sentences - Variable in class org.languagetool.JLanguageTool.TextCheckCallable
 
sentenceStartsWithUpperCase - Variable in class org.languagetool.rules.AbstractCompoundRule
 
sentenceTokenize(String) - Method in class org.languagetool.JLanguageTool
Tokenizes the given text into sentences.
SentenceTokenizer - Interface in org.languagetool.tokenizers
Tokenizes text into sentences.
SentenceWeigher() - Constructor for class org.languagetool.ResultCache.SentenceWeigher
 
SentenceWhitespaceRule - Class in org.languagetool.rules
Checks that there's whitespace between sentences.
SentenceWhitespaceRule(ResourceBundle) - Constructor for class org.languagetool.rules.SentenceWhitespaceRule
 
sentStart - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
serialVersionUID - Static variable in exception org.languagetool.language.RuleFilenameException
 
serialVersionUID - Static variable in class org.languagetool.rules.UnsyncStack
Generated automatically.
serverUrl - Variable in class org.languagetool.rules.OpenNMTRule
 
set - Variable in class org.languagetool.rules.ConfusionSet
 
setAbTest(String) - Method in class org.languagetool.UserConfig
 
setAndAnnotate(AnalyzedTokenReadings, AnalyzedToken) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker
 
setAndAnnotate(AnalyzedTokenReadings, AnalyzedToken) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
setAndGroupElement(PatternToken) - Method in class org.languagetool.rules.patterns.PatternToken
 
setAntiPatterns(List<DisambiguationPatternRule>) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
Set up the list of antipatterns used to immunize tokens, i.e., make them non-matchable by the current rule.
setAutoCorrect(boolean) - Method in class org.languagetool.rules.RuleMatch
 
setAutoCorrectThresholdForLanguage(Language, float) - Static method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
For testing purposes only
setBugWorkaroundProperty() - Static method in class org.languagetool.tools.JnaTools
Set a the jna.nosys to true to avoid the "There is an incompatible JNA native library installed on this system" error from JNA.
setCategory(Category) - Method in class org.languagetool.rules.Rule
 
setCheckCompound(boolean) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
setCheckLemmas(boolean) - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
Used to disable matching lemmas.
setChunkTag(ChunkTag) - Method in class org.languagetool.rules.patterns.PatternToken
 
setChunkTags(List<ChunkTag>) - Method in class org.languagetool.AnalyzedTokenReadings
 
setCleanOverlappingMatches(boolean) - Method in class org.languagetool.JLanguageTool
Whether the JLanguageTool.check(String) methods return overlapping errors.
setColumn(int) - Method in class org.languagetool.rules.RuleMatch
Deprecated.
(deprecated since 3.5)
setCompoundRegex(String) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
setConfidence(Float) - Method in class org.languagetool.rules.SuggestedReplacement
 
setConfigValues(Map<String, Integer>) - Method in class org.languagetool.JLanguageTool
 
setConfusionPair(ConfusionPair) - Method in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
Deprecated.
used only for tests
setConsiderIgnoreWords(boolean) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Set whether the list of words to be explicitly ignored (set with SpellingCheckRule.addIgnoreTokens(List)) is considered at all.
setContext(int, String) - Method in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
setContextSize(int) - Method in class org.languagetool.tools.ContextTools
The context size of the error.
setConvertsCase(boolean) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Used to determine whether the dictionary will use case conversions for spell checking.
setCorrectBitextExamples(List<StringPair>) - Method in class org.languagetool.rules.bitext.BitextRule
Set the examples that are correct and thus do not trigger the rule.
setCorrectExamples(List<CorrectExample>) - Method in class org.languagetool.rules.Rule
Set the examples that are correct and thus do not trigger the rule.
setCurrentExperiment(SuggestionChangesExperiment) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
For testing changes to suggestion ordering using a data corpus; iterate over experiments (including grid search for parameters) original behavior (for A/B testing) can be modeled by an experiment without parameters and an arbitrary name
setDataBroker(ResourceDataBroker) - Static method in class org.languagetool.JLanguageTool
The grammar checker needs resources from following directories: /resource /rules
setDefaultOff() - Method in class org.languagetool.rules.Rule
Turns the rule off by default.
setDefaultOn() - Method in class org.languagetool.rules.Rule
Turns the rule on by default.
setDefaultTempOff() - Method in class org.languagetool.rules.Rule
Turns the pattern rule off by default, expect for internal regression tests.
setDocumentLocator(Locator) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
setEndColumn(int) - Method in class org.languagetool.rules.RuleMatch
Deprecated.
(deprecated since 3.5)
setEndLine(int) - Method in class org.languagetool.rules.RuleMatch
Set the line number in which the match ends (zero-based).
setEndPositionCorrection(int) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setEquivalence(String, String, PatternToken) - Method in class org.languagetool.rules.patterns.UnifierConfiguration
Prepares equivalence types for features to be tested.
setErrorMarkerEnd(String) - Method in class org.languagetool.tools.ContextTools
Set the string used to mark the end of an error, e.g.
setErrorMarkerStart(String) - Method in class org.languagetool.tools.ContextTools
Set the string used to mark the beginning of an error, e.g.
setErrorTriggeringExamples(List<ErrorTriggeringExample>) - Method in class org.languagetool.rules.Rule
Set the examples that are correct but still trigger the rule due to an issue with the rule.
setEscapeHtml(boolean) - Method in class org.languagetool.tools.ContextTools
Whether HTML special characters should be escaped.
setExample() - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
setExamples(List<DisambiguatedExample>) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
setException(PatternToken, boolean) - Method in class org.languagetool.rules.patterns.PatternToken
 
setExceptions(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
setExceptionSpaceBefore(boolean) - Method in class org.languagetool.rules.patterns.PatternToken
Sets the attribute on the exception that determines matching of patterns that depends on whether there was a space before the token matching the exception or not.
setFeatures(SortedMap<String, Float>) - Method in class org.languagetool.rules.RuleMatch
 
setFeatures(SortedMap<String, Float>) - Method in class org.languagetool.rules.SuggestedReplacement
 
setFilter(RuleFilter) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setFilterArguments(String) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setGrammalectePassword(String) - Method in class org.languagetool.GlobalConfig
 
setGrammalecteServer(String) - Method in class org.languagetool.GlobalConfig
 
setGrammalecteUser(String) - Method in class org.languagetool.GlobalConfig
 
setHistoricalAnnotations(String) - Method in class org.languagetool.AnalyzedTokenReadings
Used to track disambiguator actions.
setIgnoreTaggedWords() - Method in class org.languagetool.rules.AbstractSimpleReplaceRule
Skip words that are known in the POS tagging dictionary, assuming they cannot be incorrect.
setIgnoreTaggedWords() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Skip words that are known in the POS tagging dictionary, assuming they cannot be incorrect.
setIncorrectBitextExamples(List<IncorrectBitextExample>) - Method in class org.languagetool.rules.bitext.BitextRule
Set the examples that are incorrect and thus do trigger the rule.
setIncorrectExamples(List<IncorrectExample>) - Method in class org.languagetool.rules.Rule
Set the examples that are incorrect and thus do trigger the rule.
setInMessageOnly(boolean) - Method in class org.languagetool.rules.patterns.Match
 
setInsideMarker(boolean) - Method in class org.languagetool.rules.patterns.PatternToken
 
setIsWhiteSpaceBefore(boolean) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
setLastInUnification() - Method in class org.languagetool.rules.patterns.PatternToken
 
setLemmaString(String) - Method in class org.languagetool.rules.patterns.Match
Sets a base form (lemma) that will be formatted, or synthesized, using the specified POS regular expressions.
setLevel(Level) - Method in class org.languagetool.OutputStreamLogger
 
setLevel(Level) - Method in class org.languagetool.RuleLoggerManager
 
setLine(int) - Method in class org.languagetool.rules.RuleMatch
Set the line number in which the match occurs (zero-based).
setListUnknownWords(boolean) - Method in class org.languagetool.JLanguageTool
Whether the JLanguageTool.check(String) methods store unknown words.
setLocale(Locale) - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
setLocQualityIssueType(ITSIssueType) - Method in class org.languagetool.rules.Rule
Set the Localization Quality Issue Type.
setMatch(Match) - Method in class org.languagetool.rules.patterns.PatternToken
Sets the reference to another token.
setMatchElement(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
setMatchLemmmas() - Method in class org.languagetool.rules.WrongWordInContextRule
 
setMaxErrorsPerWordRate(float) - Method in class org.languagetool.JLanguageTool
Maximum errors per word rate, checking will stop with an exception if the rate is higher.
setMaxOccurrence(int) - Method in class org.languagetool.rules.patterns.PatternToken
The maximum number of times this element may occur.
setMessage(String) - Method in class org.languagetool.RuleLoggerMessage
 
setMessage(String) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
Set the message shown to the user if this rule matches.
setMinOccurrence(int) - Method in class org.languagetool.rules.patterns.PatternToken
The minimum number of times this element may occur.
setMinProbability(double) - Method in class org.languagetool.rules.ngrams.NgramProbabilityRule
 
setMinScore(double) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
setMLSuggestionsOrderingEnabled(boolean) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
setNegation(boolean) - Method in class org.languagetool.rules.patterns.PatternToken
Negates the matching so that non-matching elements match and vice-versa.
setNewInterpretations(AnalyzedToken[]) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
Used to add new interpretations.
setNgramsPath(String) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
setNoPOSTag(boolean) - Method in class org.languagetool.AnalyzedToken
If other readings of the token have real POS tags, you can set the flag here that they do, so that the test in the Element class would be correct for all cases.
setNoRealPOStag() - Method in class org.languagetool.AnalyzedTokenReadings
Sets the flag on AnalyzedTokens to make matching on UNKNOWN POS tag correct in the Element class.
setOfficeDefaultOff() - Method in class org.languagetool.rules.Rule
Turns the rule off for Office Extension by default.
setOfficeDefaultOn() - Method in class org.languagetool.rules.Rule
Turns the rule on for Office Extension by default.
setOffsetPosition(int, int, RuleMatch) - Method in class org.languagetool.rules.RuleMatch
 
setOrGroupElement(PatternToken) - Method in class org.languagetool.rules.patterns.PatternToken
 
setOutput(PrintStream) - Method in class org.languagetool.JLanguageTool
Set a PrintStream that will receive verbose output.
setParagraphEnd() - Method in class org.languagetool.AnalyzedTokenReadings
Add a reading with a paragraph end token unless this is already a paragraph end.
setPasswordAuthenticator() - Static method in class org.languagetool.tools.Tools
Calls Authenticator.setDefault() with a password authenticator so that it's possible to use URLs of the format http://username:password@server when loading XML files.
setPhraseName(String) - Method in class org.languagetool.rules.patterns.PatternToken
Sets the phrase the element is in.
setPos - Variable in class org.languagetool.rules.patterns.Match
 
setPosToken(PatternToken.PosToken) - Method in class org.languagetool.rules.patterns.PatternToken
 
setRelaxedMode(boolean) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
If set to true, don't throw an exception if id or name is not set.
setRelaxedMode(boolean) - Method in class org.languagetool.rules.patterns.PatternRuleLoader
If set to true, don't throw an exception if id or name is not set.
setRemoveOtherReadings(boolean) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
setReplacement(String) - Method in class org.languagetool.rules.SuggestedReplacement
 
setRuleFilter(String, String, AbstractPatternRule) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
setSentEnd() - Method in class org.languagetool.AnalyzedTokenReadings
Add a SENT_END tag.
setShortDescription(String) - Method in class org.languagetool.rules.SuggestedReplacement
 
setSingleLineBreaksMarksParagraph(boolean) - Method in interface org.languagetool.tokenizers.SentenceTokenizer
 
setSingleLineBreaksMarksParagraph(boolean) - Method in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
setSkip(int) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
setSkipNext(int) - Method in class org.languagetool.rules.patterns.PatternToken
 
setSourceFile(String) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setSourceLanguage(Language) - Method in class org.languagetool.rules.bitext.BitextRule
Set the source language.
setsPos() - Method in class org.languagetool.rules.patterns.Match
Checks if the Match element is used for setting the part of speech: setpos="yes" in XML.
setStartPos(int) - Method in class org.languagetool.AnalyzedTokenReadings
 
setStartPositionCorrection(int) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setStringElement(String) - Method in class org.languagetool.rules.patterns.PatternToken
 
setStringPosException(String, boolean, boolean, boolean, boolean, boolean, String, boolean, boolean, Boolean) - Method in class org.languagetool.rules.patterns.PatternToken
Sets a string and/or pos exception for matching tokens.
setSubId(String) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
setSuggestedReplacement(String) - Method in class org.languagetool.rules.RuleMatch
 
setSuggestedReplacementObjects(List<SuggestedReplacement>) - Method in class org.languagetool.rules.RuleMatch
 
setSuggestedReplacements(List<String>) - Method in class org.languagetool.rules.RuleMatch
 
setTextSessionId(Long) - Method in class org.languagetool.UserConfig
 
setToken(AnalyzedTokenReadings) - Method in class org.languagetool.rules.patterns.MatchState
 
setToken(AnalyzedTokenReadings[], int, int) - Method in class org.languagetool.rules.patterns.MatchState
Sets the token to be formatted etc.
setToken(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
setTokenRef(int) - Method in class org.languagetool.rules.patterns.Match
Sets the token number referenced by the match.
setType(RuleMatch.Type) - Method in class org.languagetool.rules.RuleMatch
 
setUnification(Map<String, List<String>>) - Method in class org.languagetool.rules.patterns.PatternToken
 
setUnificationNeutral() - Method in class org.languagetool.rules.patterns.PatternToken
Sets the element as ignored during unification.
setUniNegation() - Method in class org.languagetool.rules.patterns.PatternToken
 
setUntouchedExamples(List<String>) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
setUrl(URL) - Method in class org.languagetool.rules.Rule
 
setUrl(URL) - Method in class org.languagetool.rules.RuleMatch
 
setURL(AnalyzedTokenReadings) - Method in class org.languagetool.rules.AbstractStyleRepeatedWordRule
 
setValues(int, SuggestionStage.Node) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
setValues(int, SuggestionStage.Node, SuggestionStage.Node[][]) - Method in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
setWhitespaceBefore(boolean) - Method in class org.languagetool.AnalyzedToken
 
setWhitespaceBefore(boolean) - Method in class org.languagetool.rules.patterns.PatternToken
 
setWhitespaceBefore(String) - Method in class org.languagetool.AnalyzedTokenReadings
 
setWord(int, String) - Method in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
setWrapTag(boolean) - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
SHORT_ALGO_THRESHOLD - Static variable in class org.languagetool.language.LanguageIdentifier
 
SHORT_CODE - Static variable in class org.languagetool.noop.NoopLanguage
 
shortDesc - Variable in class org.languagetool.rules.AbstractCompoundRule
 
shortDescription - Variable in class org.languagetool.rules.SuggestedReplacement
 
ShortDescriptionProvider - Class in org.languagetool
Provide short (~ up to 30 characters) descriptions for words.
ShortDescriptionProvider(Language) - Constructor for class org.languagetool.ShortDescriptionProvider
 
ShortenedYearRangeChecker - Class in org.languagetool.rules
Checks whether a shortened year range (such as '1998-92') is valid, i.e., that the starting date happens before the end date.
ShortenedYearRangeChecker() - Constructor for class org.languagetool.rules.ShortenedYearRangeChecker
 
shortMessage - Variable in class org.languagetool.rules.patterns.PatternRule
 
shortMessage - Variable in class org.languagetool.rules.patterns.RegexPatternRule
 
shortMessage - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
shortMessage - Variable in class org.languagetool.rules.RuleMatch
 
shortMessageForRuleGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
shouldAutoCorrect(List<SuggestedReplacement>) - Method in interface org.languagetool.rules.spelling.suggestions.SuggestionsRanker
Model output should have been calibrated using a precision-recall curve evaluation, so that a threshold for confidence values with sufficiently high precision for auto correction is known
shouldAutoCorrect(List<SuggestedReplacement>) - Method in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
shutdown() - Method in class org.languagetool.MultiThreadedJLanguageTool
Call this to shut down the internally used thread pool.
shutdownWhenDone() - Method in class org.languagetool.MultiThreadedJLanguageTool
Call this to shut down the internally used thread pool after all running tasks are finished.
SIGNATURE - Static variable in class org.languagetool.language.LanguageIdentifier
 
SimpleInputSentence - Class in org.languagetool
For internal use only.
SimpleInputSentence(String, Language) - Constructor for class org.languagetool.SimpleInputSentence
 
SimpleReplaceDataLoader - Class in org.languagetool.rules
Load replacement data from a UTF-8 file.
SimpleReplaceDataLoader() - Constructor for class org.languagetool.rules.SimpleReplaceDataLoader
 
simpleRuleTokens - Variable in class org.languagetool.rules.patterns.PatternRule
 
SimpleSentenceTokenizer - Class in org.languagetool.tokenizers
A very simple sentence tokenizer that splits on [.!?…] followed by whitespace or an uppercase letter.
SimpleSentenceTokenizer() - Constructor for class org.languagetool.tokenizers.SimpleSentenceTokenizer
 
SimpleSentenceTokenizer.AnyLanguage - Class in org.languagetool.tokenizers
 
simpleSyllablesCount(String) - Method in class org.languagetool.rules.ReadabilityRule
A simple method to count the Syllables of a word TODO: further improvement of the method A hyphenation service should be used if available (e.g.
SingleLayerClassifier - Class in org.languagetool.rules.neuralnetwork
 
SingleLayerClassifier(Embedding, InputStream, InputStream) - Constructor for class org.languagetool.rules.neuralnetwork.SingleLayerClassifier
 
singleLineBreaksMarksPara() - Method in interface org.languagetool.tokenizers.SentenceTokenizer
 
singleLineBreaksMarksPara() - Method in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
skip - Variable in class org.languagetool.rules.patterns.PatternToken
 
skip - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
SKIP - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
skipMaxTokens(AnalyzedTokenReadings[], PatternTokenMatcher, int, int, PatternTokenMatcher, int, int) - Method in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
skipMaxTokens(AnalyzedTokenReadings[], PatternTokenMatcher, int, int, PatternTokenMatcher, int, int) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRuleReplacer
 
skippedTokens - Variable in class org.languagetool.rules.patterns.MatchState
 
skipPos - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
slash - Static variable in class org.languagetool.synthesis.Soros
 
SMART - Enum constant in enum org.languagetool.rules.patterns.XMLRuleHandler.RegexpMode
 
Soros - Class in org.languagetool.synthesis
 
Soros(String, String) - Constructor for class org.languagetool.synthesis.Soros
 
sorosFileName - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
sortByNaturalness(List<Map.Entry<Unit, Double>>) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
sortSuggestionByQuality(String, List<String>) - Method in class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule
 
sortSuggestionByQuality(String, List<String>) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
sortSuggestions(List<String>) - Method in class org.languagetool.rules.spelling.SuggestionSorter
Deprecated.
 
SOURCE - Static variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
sourceFile - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
sourceFile - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
sourceLanguage - Variable in class org.languagetool.rules.bitext.BitextRule
 
sourceString - Variable in class org.languagetool.bitext.StringPair
 
SPACEBEFORE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
SPC_NGRAM_BASED_MODEL_FILENAME - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
specialPatterns - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
speller - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
speller1 - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
speller2 - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
speller3 - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
spellerCache - Static variable in class org.languagetool.rules.spelling.SymSpellRule
 
spellers - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
SPELLING_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
SPELLING_FILE_VARIANT - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
SPELLING_IGNORE_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
SPELLING_PROHIBIT_FILE - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
SpellingCheckRule - Class in org.languagetool.rules.spelling
An abstract rule for spellchecking rules.
SpellingCheckRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.spelling.SpellingCheckRule
 
SpellingCheckRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.SpellingCheckRule
 
SpellingCheckRule(ResourceBundle, Language, UserConfig, List<Language>, LanguageModel) - Constructor for class org.languagetool.rules.spelling.SpellingCheckRule
 
SPELLNUMBER_TAG - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
splitLine(String) - Static method in class org.languagetool.rules.ScoredConfusionSetLoader
 
SRC_EXAMPLE - Static variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
srcExample - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
srcLang - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
srcRule - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
srcRule - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
srxDocument - Variable in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
SRXSentenceTokenizer - Class in org.languagetool.tokenizers
Class to tokenize sentences using rules from an SRX file.
SRXSentenceTokenizer(Language) - Constructor for class org.languagetool.tokenizers.SRXSentenceTokenizer
Build a sentence tokenizer based on the rules in the segment.srx file that comes with LanguageTool.
SRXSentenceTokenizer(Language, String) - Constructor for class org.languagetool.tokenizers.SRXSentenceTokenizer
 
SrxTools - Class in org.languagetool.tokenizers
Tools for loading an SRX tokenizer file.
SrxTools() - Constructor for class org.languagetool.tokenizers.SrxTools
 
start - Variable in class org.languagetool.rules.MatchPosition
 
START_API - Enum constant in enum org.languagetool.tools.StringTools.ApiPrintMode
Start XML/JSON output by printing the preamble and the start of the root element.
START_MARKER - Static variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
startElement(String, String, String, Attributes) - Method in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
startElement(String, String, String, Attributes) - Method in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
startElement(String, String, String, Attributes) - Method in class org.languagetool.rules.patterns.PatternRuleHandler
 
startElement(String, String, String, Attributes) - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
startElement(Element) - Method in class org.languagetool.rules.patterns.IgnoreWhitespaceFilter
 
startFasttext(File, File) - Method in class org.languagetool.language.LanguageIdentifier
 
STARTLOWER - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
startNextToken() - Method in class org.languagetool.rules.patterns.Unifier
Call after every complete token (AnalyzedTokenReadings) checked.
startOfErrorString(String, String, int) - Static method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.ContextUtils
Deprecated.
 
startPattern(Attributes) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
startPos - Variable in class org.languagetool.AnalyzedTokenReadings
 
startPos - Variable in class org.languagetool.rules.ngrams.GoogleToken
 
startPos - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
startPos - Variable in class org.languagetool.rules.SymbolLocator
 
startPos - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
startPositionCorrection - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
startPositionCorrection - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
startsWithIgnoredWord(String, boolean) - Method in class org.languagetool.rules.spelling.SpellingCheckRule
Checks whether a word starts with an ignored word.
startsWithUppercase(String) - Static method in class org.languagetool.tools.StringTools
Whether the first character of str is an uppercase character.
startSymbols - Variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
startUnify() - Method in class org.languagetool.rules.patterns.Unifier
Starts testing only those equivalences that were previously matched.
STARTUPPER - Enum constant in enum org.languagetool.rules.patterns.Match.CaseConversion
 
staticLemma - Variable in class org.languagetool.rules.patterns.Match
 
STATUS - Static variable in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
stemmer - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
str - Variable in class org.languagetool.rules.ConfusionString
 
stream - Variable in class org.languagetool.OutputStreamLogger
 
streamFor(File, String) - Method in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
streamToString(InputStream, String) - Static method in class org.languagetool.tools.StringTools
 
STRING_LENGTH_COMPARATOR - Static variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
stringEqualsAny(String, String[]) - Static method in class org.languagetool.rules.PunctuationMarkAtParagraphEnd
 
StringPair - Class in org.languagetool.bitext
A convenience class to work with bitext strings.
StringPair(String, String) - Constructor for class org.languagetool.bitext.StringPair
 
stringProbability(List<String>, int) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
stringRegExp - Variable in class org.languagetool.rules.patterns.PatternToken
 
stringToBytes(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Convert a Java string to a zero terminated byte array, in the encoding of the dictionary, as expected by the hunspell functions.
stringToken - Variable in class org.languagetool.rules.patterns.PatternToken
 
StringTools - Class in org.languagetool.tools
Tools for working with strings.
StringTools() - Constructor for class org.languagetool.tools.StringTools
 
StringTools.ApiPrintMode - Enum in org.languagetool.tools
Constants for printing XML rule matches.
Style - Enum constant in enum org.languagetool.rules.ITSIssueType
 
STYLE - Static variable in class org.languagetool.rules.Categories
General style issues not covered by other categories, like overly verbose wording.
STYLE - Static variable in class org.languagetool.rules.CategoryIds
 
subId - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
subId - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
subId - Variable in class org.languagetool.rules.patterns.PatternRuleId
 
subId - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
subjects - Variable in class org.languagetool.rules.neuralnetwork.NeuralNetworkRule
 
subSequence(int, int) - Method in class org.languagetool.tools.InterruptibleCharSequence
 
suggest(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
Returns a list of suggestions
SuggestedReplacement - Class in org.languagetool.rules
 
SuggestedReplacement(String) - Constructor for class org.languagetool.rules.SuggestedReplacement
 
SuggestedReplacement(SuggestedReplacement) - Constructor for class org.languagetool.rules.SuggestedReplacement
 
suggestedReplacements - Variable in class org.languagetool.rules.RuleMatch
 
suggestion - Variable in class org.languagetool.rules.neuralnetwork.Suggestion
 
suggestion - Variable in class org.languagetool.rules.spelling.SuggestionSorter.RankedSuggestion
Deprecated.
 
suggestion - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
 
Suggestion - Class in org.languagetool.rules.neuralnetwork
 
Suggestion(String, boolean) - Constructor for class org.languagetool.rules.neuralnetwork.Suggestion
 
SUGGESTION - Enum constant in enum org.languagetool.rules.AbstractUnitConversionRule.Message
 
SUGGESTION - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
SUGGESTION_END_TAG - Static variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
SUGGESTION_PATTERN - Static variable in class org.languagetool.rules.RuleMatch
 
SUGGESTION_START_TAG - Static variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
SuggestionChangesDataset - Class in org.languagetool.rules.spelling.suggestions
 
SuggestionChangesDataset() - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
SuggestionChangesExperiment - Class in org.languagetool.rules.spelling.suggestions
 
SuggestionChangesExperiment(String, Map<String, Object>) - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
SuggestionChangesExperimentRuns - Class in org.languagetool.rules.spelling.suggestions
 
SuggestionChangesExperimentRuns() - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperimentRuns
 
SuggestionChangesTestConfig - Class in org.languagetool.rules.spelling.suggestions
 
SuggestionChangesTestConfig() - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
SuggestionFilter - Class in org.languagetool.rules
Filter suggestions against a rule.
SuggestionFilter(Rule, Language) - Constructor for class org.languagetool.rules.SuggestionFilter
 
suggestionMap - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
suggestionMatches - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
suggestionMatches - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
suggestionMatchesOutMsg - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
suggestionMatchesOutMsg - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
suggestionPattern - Static variable in class org.languagetool.rules.patterns.RegexPatternRule
 
suggestionPosSum - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
suggestions - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
SuggestionsChanges - Class in org.languagetool.rules.spelling.suggestions
Helper class for SuggestionChangesTest, tracks experiment configuration and results Rules should use getInstance() != null -> getInstance().getCurrentExperiment() in constructors to fetch relevant parameters Use isRunningExperiment if no parameters are needed
SuggestionsChanges(SuggestionChangesTestConfig, BufferedWriter) - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
SuggestionsChanges.Report - Class in org.languagetool.rules.spelling.suggestions
 
suggestionsOrderer - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
suggestionsOrderer - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
SuggestionsOrderer - Interface in org.languagetool.rules.spelling.suggestions
 
SuggestionsOrdererConfig - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
 
SuggestionsOrdererConfig() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererConfig
 
SuggestionsOrdererFeatureExtractor - Class in org.languagetool.rules.spelling.suggestions
Computes features that can be stored for training a model to rank suggestions, or when using the same model for prediction Used directly by SuggestionChangesTest for the former, and as a superclass for the latter
SuggestionsOrdererFeatureExtractor(Language, LanguageModel) - Constructor for class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
SuggestionsOrdererFeatureExtractor.Feature - Class in org.languagetool.rules.spelling.suggestions
 
SuggestionsOrdererGSoC - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Deprecated.
SuggestionsOrdererGSoC(Language, LanguageModel, String) - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
SuggestionsOrdererGSoC.ContextUtils - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Deprecated.
 
SuggestionsOrdererGSoC.NGramUtil - Class in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Deprecated.
 
SuggestionSorter - Class in org.languagetool.rules.spelling
Deprecated.
still work in progress
SuggestionSorter(LanguageModel) - Constructor for class org.languagetool.rules.spelling.SuggestionSorter
Deprecated.
 
SuggestionSorter.RankedSuggestion - Class in org.languagetool.rules.spelling
Deprecated.
 
suggestionsOutMsg - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
suggestionsOutMsg - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
SuggestionsRanker - Interface in org.languagetool.rules.spelling.suggestions
Implementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestions
SuggestionStage - Class in org.languagetool.rules.spelling.symspell.implementation
 
SuggestionStage(int) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
 
SuggestionStage.Entry - Class in org.languagetool.rules.spelling.symspell.implementation
 
SuggestionStage.Node - Class in org.languagetool.rules.spelling.symspell.implementation
 
SuggestItem - Class in org.languagetool.rules.spelling.symspell.implementation
 
SuggestItem(String, int, long) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
supportsLanguage(Language) - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
supportsLanguage(Language) - Method in class org.languagetool.rules.Rule
Whether this rule can be used for text in the given language.
suppressMisspelled - Variable in class org.languagetool.rules.patterns.Match
 
symbol - Variable in class org.languagetool.rules.SymbolLocator
 
SymbolLocator - Class in org.languagetool.rules
Helper class for GenericUnpairedBracketsRule to identify symbols indexed with integers.
SymbolLocator(String, int, int, AnalyzedSentence) - Constructor for class org.languagetool.rules.SymbolLocator
 
SymSpell - Class in org.languagetool.rules.spelling.symspell.implementation
 
SymSpell(int, int, int, int) - Constructor for class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
SymSpell.SegmentedSuggestion - Class in org.languagetool.rules.spelling.symspell.implementation
 
SymSpell.Verbosity - Enum in org.languagetool.rules.spelling.symspell.implementation
 
SymSpellRule - Class in org.languagetool.rules.spelling
spell checking using SymSpell algorithm, implementation from https://github.com/Lundez/JavaSymSpell in org.languagetool.rules.spelling.symspell.implementation potential faster alternative to Morfologik, especially in generating suggestions
SymSpellRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.spelling.SymSpellRule
 
SymSpellRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.spelling.SymSpellRule
 
SymSpellRule(ResourceBundle, Language, UserConfig, List<Language>, LanguageModel) - Constructor for class org.languagetool.rules.spelling.SymSpellRule
 
synthesize(AnalyzedToken, String) - Method in class org.languagetool.synthesis.BaseSynthesizer
Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.
synthesize(AnalyzedToken, String) - Method in interface org.languagetool.synthesis.Synthesizer
Generates a form of the word with a given POS tag for a given lemma.
synthesize(AnalyzedToken, String, boolean) - Method in class org.languagetool.synthesis.BaseSynthesizer
 
synthesize(AnalyzedToken, String, boolean) - Method in interface org.languagetool.synthesis.Synthesizer
Generates a form of the word with a given POS tag for a given lemma.
synthesizer - Variable in class org.languagetool.rules.patterns.MatchState
 
Synthesizer - Interface in org.languagetool.synthesis
Part-of-speech synthesizer interface.
SynthesizerTools - Class in org.languagetool.synthesis
 
SynthesizerTools() - Constructor for class org.languagetool.synthesis.SynthesizerTools
 

T

tab2StringPair(String) - Method in class org.languagetool.bitext.TabBitextReader
 
tab2StringPair(String) - Method in class org.languagetool.bitext.WordFastTMReader
 
TabBitextReader - Class in org.languagetool.bitext
Reader of simple tab-delimited bilingual files.
TabBitextReader(String, String) - Constructor for class org.languagetool.bitext.TabBitextReader
 
TabBitextReader.TabReader - Class in org.languagetool.bitext
 
tabname - Variable in class org.languagetool.rules.Category
 
TABNAME - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
TabReader() - Constructor for class org.languagetool.bitext.TabBitextReader.TabReader
 
TabReader() - Constructor for class org.languagetool.bitext.WordFastTMReader.TabReader
 
tag - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2.MultiWordEntry
 
tag(String) - Method in class org.languagetool.rules.PartialPosTagFilter
 
tag(String) - Method in class org.languagetool.tagging.CombiningTagger
 
tag(String) - Method in class org.languagetool.tagging.ManualTagger
Look up a word's baseform (lemma) and POS information.
tag(String) - Method in class org.languagetool.tagging.MorfologikTagger
 
tag(String) - Method in interface org.languagetool.tagging.WordTagger
 
tag(List<String>) - Method in class org.languagetool.tagging.BaseTagger
 
tag(List<String>) - Method in interface org.languagetool.tagging.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 org.languagetool.tagging.xx.DemoTagger
 
tagFileName - Variable in class org.languagetool.synthesis.BaseSynthesizer
 
tagFormat - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
TaggedWord - Class in org.languagetool.tagging
Result of WordTagger.
TaggedWord(String, String) - Constructor for class org.languagetool.tagging.TaggedWord
 
tagger - Variable in class org.languagetool.noop.NoopLanguage
 
Tagger - Interface in org.languagetool.tagging
The part-of-speech tagger interface, whose implementations are usually language-dependent.
tagger1 - Variable in class org.languagetool.tagging.CombiningTagger
 
tagger2 - Variable in class org.languagetool.tagging.CombiningTagger
 
tagLowercaseWithUppercase - Variable in class org.languagetool.tagging.BaseTagger
 
tagRegex - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Replacement
 
tags - Variable in class org.languagetool.synthesis.ManualSynthesizer.MappingAndTags
 
TARGET - Static variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
targetString - Variable in class org.languagetool.bitext.StringPair
 
TEMP_OFF - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
temporaryFiles - Static variable in class org.languagetool.JLanguageTool
 
term - Variable in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
term1 - Variable in class org.languagetool.rules.ConfusionPair
 
term2 - Variable in class org.languagetool.rules.ConfusionPair
 
Terminology - Enum constant in enum org.languagetool.rules.ITSIssueType
 
testAllReadings(AnalyzedTokenReadings[], PatternTokenMatcher, PatternTokenMatcher, int, int, int) - Method in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
TestHackHelper - Class in org.languagetool.rules
 
TestHackHelper() - Constructor for class org.languagetool.rules.TestHackHelper
 
testString - Variable in class org.languagetool.rules.patterns.PatternToken
This var is used to determine if calling PatternToken.setStringElement(java.lang.String) makes sense.
testUnification - Variable in class org.languagetool.rules.patterns.AbstractPatternRule
 
testUnificationAndGroups(boolean, boolean, AnalyzedToken, PatternTokenMatcher, boolean) - Method in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
testWhitespace - Variable in class org.languagetool.rules.patterns.PatternToken
 
text - Variable in class org.languagetool.InputSentence
 
text - Variable in class org.languagetool.SimpleInputSentence
 
TEXT - Enum constant in enum org.languagetool.markup.TextPart.Type
 
TextCheckCallable(List<Rule>, List<String>, List<AnalyzedSentence>, JLanguageTool.ParagraphHandling, AnnotatedText, int, int, int, RuleMatchListener, JLanguageTool.Mode) - Constructor for class org.languagetool.JLanguageTool.TextCheckCallable
 
textLanguage - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
TEXTLEVEL_ONLY - Enum constant in enum org.languagetool.JLanguageTool.Mode
Use only text-level rules for checking.
TextLevelRule - Class in org.languagetool.rules
A rule that considers the complete text, not just one sentence after the other.
TextLevelRule() - Constructor for class org.languagetool.rules.TextLevelRule
 
TextLevelRule(ResourceBundle) - Constructor for class org.languagetool.rules.TextLevelRule
Called by rules that require a translation of their messages.
textObjectFactory - Variable in class org.languagetool.language.LanguageIdentifier
 
TextPart - Class in org.languagetool.markup
A part of a text with markup, either plain text (to be checked by LanguageTool), or markup (to be ignored by LanguageTool).
TextPart(String, TextPart.Type) - Constructor for class org.languagetool.markup.TextPart
 
TextPart.Type - Enum in org.languagetool.markup
 
textSessionId - Variable in class org.languagetool.UserConfig
 
textSize - Variable in class org.languagetool.RuleCheckTimeMessage
 
textSize - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
threadPool - Variable in class org.languagetool.MultiThreadedJLanguageTool
 
threadPoolSize - Variable in class org.languagetool.MultiThreadedJLanguageTool
 
THRESHOLD - Static variable in class org.languagetool.language.LanguageIdentifier
 
timestamp - Variable in class org.languagetool.RuleLoggerMessage
 
tmpFeaturesFound - Variable in class org.languagetool.rules.patterns.Unifier
 
to - Variable in class org.languagetool.JLanguageTool.TextCheckCallable.LineColumnRange
 
toFinalString(Language) - Method in class org.languagetool.rules.patterns.MatchState
Gets all strings formatted using the match element.
tokCnt - Variable in class org.languagetool.rules.patterns.Unifier
 
token - Variable in class org.languagetool.AnalyzedToken
 
token - Variable in class org.languagetool.AnalyzedTokenReadings
 
token - Variable in class org.languagetool.rules.ngrams.GoogleToken
 
token - Variable in class org.languagetool.rules.ngrams.NgramProbabilityRule.Alternative
 
token - Variable in class org.languagetool.rules.patterns.PatternTokenBuilder
 
token(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
token(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
Add a case-insensitive token.
TOKEN - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenCounter - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenCountForMarker - Variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
tokenCountForMarker - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
tokenInflected - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenize(String) - Method in interface org.languagetool.tokenizers.SentenceTokenizer
Tokenize the given string to sentences.
tokenize(String) - Method in class org.languagetool.tokenizers.SRXSentenceTokenizer
 
tokenize(String) - Method in interface org.languagetool.tokenizers.Tokenizer
 
tokenize(String) - Method in class org.languagetool.tokenizers.WordTokenizer
 
tokenize(String, SrxDocument, String) - Static method in class org.languagetool.tokenizers.SrxTools
 
Tokenizer - Interface in org.languagetool.tokenizers
Interface for classes that tokenize text into smaller units.
tokenizeString(String) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC.NGramUtil
Deprecated.
 
tokenizeText(String) - Method in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
TOKENIZING_CHARACTERS - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
tokenizingPattern() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
Get the regular expression pattern used to tokenize the words as in the source dictionary.
tokenLevelCaseSensitive - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenLevelCaseSet - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenNegated - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenRef - Variable in class org.languagetool.rules.patterns.Match
 
tokenReference - Variable in class org.languagetool.rules.patterns.PatternToken
The reference to another element in the pattern.
tokenReference - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenRegex(String) - Static method in class org.languagetool.rules.patterns.PatternRuleBuilderHelper
 
tokenRegex(String) - Method in class org.languagetool.rules.patterns.PatternTokenBuilder
 
tokens - Variable in class org.languagetool.AnalyzedSentence
 
tokens - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2.MultiWordEntry
 
tokenSet - Variable in class org.languagetool.AnalyzedSentence
 
tokenSpaceBefore - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenSpaceBeforeSet - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
tokenToPosTagMap - Variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
tokSequence - Variable in class org.languagetool.rules.patterns.Unifier
 
tokSequenceEquivalences - Variable in class org.languagetool.rules.patterns.Unifier
List of all equivalences matched per tokens in the sequence, kept exactly in sync with the list in tokSequence, so that a reading 2 of token 1 has its equivalence map addressable as tokSequenceEquivalences.get(1).get(2).
tooEasyTest - Variable in class org.languagetool.rules.ReadabilityRule
 
Tools - Class in org.languagetool.tools
 
Tools() - Constructor for class org.languagetool.tools.Tools
 
Top - Enum constant in enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
 
toPatternString() - Method in class org.languagetool.rules.patterns.PatternRule
Return the pattern as a string, using toString() on the pattern elements.
topIndexDir - Variable in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
topN - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
 
toRuleMatchArray(List<RuleMatch>) - Method in class org.languagetool.rules.Rule
 
toScoredConfusionSet(String[], List<ConfusionString>) - Static method in class org.languagetool.rules.ScoredConfusionSetLoader
 
toShortString(String) - Method in class org.languagetool.AnalyzedSentence
Return string representation without chunk information.
toString() - Method in class org.languagetool.AnalyzedSentence
 
toString() - Method in class org.languagetool.AnalyzedToken
 
toString() - Method in class org.languagetool.AnalyzedTokenReadings
 
toString() - Method in class org.languagetool.bitext.StringPair
 
toString() - Method in class org.languagetool.chunking.ChunkTag
 
toString() - Method in class org.languagetool.DetectedLanguage
 
toString() - Method in class org.languagetool.InputSentence
 
toString() - Method in class org.languagetool.language.Contributor
 
toString() - Method in class org.languagetool.Language
 
toString() - Method in class org.languagetool.languagemodel.LuceneLanguageModel
 
toString() - Method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
 
toString() - Method in class org.languagetool.languagemodel.MultiLanguageModel
 
toString() - Method in class org.languagetool.markup.AnnotatedText
 
toString() - Method in class org.languagetool.markup.TextPart
 
toString() - Method in class org.languagetool.rules.bitext.IncorrectBitextExample
 
toString() - Method in class org.languagetool.rules.Category
 
toString() - Method in class org.languagetool.rules.CategoryId
 
toString() - Method in class org.languagetool.rules.ConfusionPair
 
toString() - Method in class org.languagetool.rules.ConfusionSet
 
toString() - Method in class org.languagetool.rules.ConfusionString
 
toString() - Method in class org.languagetool.rules.ExampleSentence
 
toString() - Method in class org.languagetool.rules.IncorrectExample
 
toString() - Method in enum org.languagetool.rules.ITSIssueType
Use this to get the name as it is used in the ITS 2.0 standard (namely lowercase and with hyphens, not camel case)
toString() - Method in class org.languagetool.rules.MatchPosition
 
toString() - Method in class org.languagetool.rules.neuralnetwork.Suggestion
 
toString() - Method in class org.languagetool.rules.ngrams.GoogleToken
 
toString() - Method in class org.languagetool.rules.ngrams.Probability
 
toString() - Method in class org.languagetool.rules.patterns.AbstractPatternRule
 
toString() - Method in class org.languagetool.rules.patterns.PatternRuleId
 
toString() - Method in class org.languagetool.rules.patterns.PatternToken.PosToken
 
toString() - Method in class org.languagetool.rules.patterns.PatternToken
 
toString() - Method in class org.languagetool.rules.patterns.PatternTokenMatcher
 
toString() - Method in class org.languagetool.rules.patterns.RegexPatternRule
 
toString() - Method in class org.languagetool.rules.RuleMatch
 
toString() - Method in class org.languagetool.rules.ScoredConfusionSet
 
toString() - Method in class org.languagetool.rules.spelling.morfologik.MorfologikSpeller
 
toString() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
toString() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
toString() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
 
toString() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesExperimentRuns
 
toString() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
 
toString() - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
toString() - Method in class org.languagetool.rules.spelling.symspell.implementation.SuggestItem
 
toString() - Method in class org.languagetool.rules.SuggestedReplacement
 
toString() - Method in class org.languagetool.rules.SymbolLocator
 
toString() - Method in class org.languagetool.SimpleInputSentence
 
toString() - Method in class org.languagetool.tagging.disambiguation.MultiWordChunker2.MultiWordEntry
 
toString() - Method in class org.languagetool.tagging.disambiguation.rules.DisambiguatedExample
 
toString() - Method in class org.languagetool.tagging.TaggedWord
 
toString() - Method in class org.languagetool.tools.InterruptibleCharSequence
 
toString(String) - Method in class org.languagetool.AnalyzedSentence
Return string representation with chunk information.
toString(String, boolean) - Method in class org.languagetool.AnalyzedSentence
 
totalPosition - Variable in class org.languagetool.markup.MappingValue
 
totalTokenCount - Variable in class org.languagetool.languagemodel.BaseLanguageModel
 
toTextString() - Method in class org.languagetool.AnalyzedSentence
Return string representation without any analysis information, just the original text.
toTokenString() - Method in class org.languagetool.rules.patterns.MatchState
Method for getting the formatted match as a single string.
toXML() - Method in class org.languagetool.rules.patterns.PatternRule
Return the rule's definition as an XML string, loaded from the XML rule files.
toXML(PatternRuleId, Language) - Method in class org.languagetool.rules.patterns.PatternRuleXmlCreator
Return the given pattern rule as an indented XML string.
track(DetailedDamerauLevenstheinDistance.EditOperation) - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
trackExperimentResult(Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, int, int, long) - Method in class org.languagetool.rules.spelling.suggestions.SuggestionsChanges
 
translate(String, String, String, String) - Static method in class org.languagetool.synthesis.Soros
 
translateElementNo(int) - Method in class org.languagetool.rules.patterns.PatternRuleMatcher
Gets the index of the element indexed by i, adding any offsets because of the phrases in the rule.
translation - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
TRANSLATION - Static variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
translationLanguage - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
translations - Variable in class org.languagetool.rules.patterns.FalseFriendRuleHandler
 
transpose() - Method in class org.languagetool.rules.neuralnetwork.Matrix
 
transpose() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
Transpose() - Constructor for class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Transpose
 
transposes - Variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
TRG_EXAMPLE - Static variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
trgExample - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
trgRule - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRule
 
trgRule - Variable in class org.languagetool.rules.patterns.bitext.BitextPatternRuleHandler
 
trimSpecialCharacters(String) - Static method in class org.languagetool.tools.StringTools
eliminate special (unicode) characters, e.g.
trimWhitespace(String) - Static method in class org.languagetool.tools.StringTools
Filters any whitespace characters.
tryConversion(AnalyzedSentence, List<RuleMatch>, Pattern, Double, Unit, Matcher, List<Map.Entry<Integer, Integer>>) - Method in class org.languagetool.rules.AbstractUnitConversionRule
 
tryGetCount(List<String>) - Method in class org.languagetool.languagemodel.BaseLanguageModel
 
tryLoad(String) - Method in class org.languagetool.rules.spelling.hunspell.Hunspell
 
TwoLayerClassifier - Class in org.languagetool.rules.neuralnetwork
 
TwoLayerClassifier(Embedding, InputStream, InputStream, InputStream, InputStream) - Constructor for class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
typ - Variable in class org.languagetool.markup.TextPart
 
type - Variable in class org.languagetool.rules.patterns.EquivalenceTypeLocator
 
type - Variable in class org.languagetool.rules.RuleMatch
 
type - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
 
Type() - Constructor for enum org.languagetool.markup.TextPart.Type
 
Type() - Constructor for enum org.languagetool.rules.RuleMatch.Type
 
TYPE - Static variable in class org.languagetool.rules.patterns.PatternRuleHandler
 
TYPE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
Typographical - Enum constant in enum org.languagetool.rules.ITSIssueType
 
TYPOGRAPHY - Static variable in class org.languagetool.rules.Categories
Problems like incorrectly used dash or quote characters.
TYPOGRAPHY - Static variable in class org.languagetool.rules.CategoryIds
 
TYPOS - Static variable in class org.languagetool.rules.Categories
Spelling issues.
TYPOS - Static variable in class org.languagetool.rules.CategoryIds
 

U

uFeature - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
Uncategorized - Enum constant in enum org.languagetool.rules.ITSIssueType
 
uniAllMatched - Variable in class org.languagetool.rules.patterns.Unifier
 
uniCounter - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
UNIFICATION - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
unificationFeats - Variable in class org.languagetool.rules.patterns.Unifier
 
unificationFeatures - Variable in class org.languagetool.rules.patterns.PatternToken
 
unificationNeutral - Variable in class org.languagetool.rules.patterns.PatternToken
Determines whether the element should be ignored when doing unification
unifiedTokens - Variable in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
unifier - Variable in class org.languagetool.rules.patterns.AbstractPatternRulePerformer
 
Unifier - Class in org.languagetool.rules.patterns
Implements unification of features over tokens.
Unifier(Map<EquivalenceTypeLocator, PatternToken>, Map<String, List<String>>) - Constructor for class org.languagetool.rules.patterns.Unifier
Instantiates the unifier.
unifierConfig - Variable in class org.languagetool.Language
 
UnifierConfiguration - Class in org.languagetool.rules.patterns
 
UnifierConfiguration() - Constructor for class org.languagetool.rules.patterns.UnifierConfiguration
 
UNIFY - Enum constant in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
 
UNIFY - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
UNIFY_IGNORE - Static variable in class org.languagetool.rules.patterns.Unifier
 
UNIFY_IGNORE - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
uniMatched - Variable in class org.languagetool.rules.patterns.Unifier
 
uniNegation - Variable in class org.languagetool.rules.patterns.PatternToken
 
uniNegation - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
uniqueMap - Variable in class org.languagetool.rules.GenericUnpairedBracketsRule
 
uniqueMapInit() - Method in class org.languagetool.rules.GenericUnpairedBracketsRule
 
UNIT_MISMATCH - Enum constant in enum org.languagetool.rules.AbstractUnitConversionRule.Message
 
unitPatterns - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
unitSymbols - Variable in class org.languagetool.rules.AbstractUnitConversionRule
 
UNKNOWN_TAG - Static variable in class org.languagetool.rules.patterns.PatternToken
Matches only tokens without any POS tag.
UnknownWord - Enum constant in enum org.languagetool.rules.RuleMatch.Type
Spelling errors, typically red.
unknownWords - Variable in class org.languagetool.JLanguageTool
 
unsure - Variable in class org.languagetool.rules.neuralnetwork.Suggestion
 
UnsyncStack<E> - Class in org.languagetool.rules
Implements unsynchronized stack (contrary to default Java Stack, this one is based on ArrayList).
UnsyncStack() - Constructor for class org.languagetool.rules.UnsyncStack
 
untouched - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
untouchedExamples - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule
 
untouchedExamples - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
Untranslated - Enum constant in enum org.languagetool.rules.ITSIssueType
 
updateIgnoredWordDictionary() - Method in class org.languagetool.rules.spelling.SpellingCheckRule
 
updateOptionalLanguageModelRules(LanguageModel) - Method in class org.languagetool.JLanguageTool
Remove rules that can profit from a language model, recreate them with the given model and add them again
UPPERCASE_GREEK_LETTERS - Static variable in class org.languagetool.tools.StringTools
 
uppercaseFirstChar(String) - Static method in class org.languagetool.tools.StringTools
Return str modified so that its first character is now an uppercase character.
uppercaseFirstChar(String, Language) - Static method in class org.languagetool.tools.StringTools
Like StringTools.uppercaseFirstChar(String), but handles a special case for Dutch (IJ in e.g.
UppercaseSentenceStartRule - Class in org.languagetool.rules
Checks that a sentence starts with an uppercase letter.
UppercaseSentenceStartRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.UppercaseSentenceStartRule
UppercaseSentenceStartRule(ResourceBundle, Language, IncorrectExample, CorrectExample) - Constructor for class org.languagetool.rules.UppercaseSentenceStartRule
 
url - Variable in class org.languagetool.language.Contributor
 
url - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
url - Variable in class org.languagetool.rules.Rule
 
url - Variable in class org.languagetool.rules.RuleMatch
 
URL_CHARS - Static variable in class org.languagetool.tokenizers.WordTokenizer
 
urlEndsAt(int, List<String>, String) - Method in class org.languagetool.tokenizers.WordTokenizer
 
urlForRuleGroup - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
urlStartsAt(int, List<String>) - Method in class org.languagetool.tokenizers.WordTokenizer
 
US_CUP - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
US_FL_OUNCE - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
US_GALLON - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
US_PINT - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
US_QUART - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
useInOffice() - Method in class org.languagetool.rules.Rule
Whether this rule should be forced to be used in LO/OO extension.
useList - Variable in class org.languagetool.rules.patterns.PatternRule
 
useList - Variable in class org.languagetool.rules.patterns.PatternRuleMatcher
 
userConfig - Variable in class org.languagetool.InputSentence
 
userConfig - Variable in class org.languagetool.JLanguageTool
 
userConfig - Variable in class org.languagetool.rules.DictionaryMatchFilter
 
userConfig - Variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
userConfig - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikSpellerRule
 
userConfig - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
UserConfig - Class in org.languagetool
User-specific configuration.
UserConfig() - Constructor for class org.languagetool.UserConfig
 
UserConfig(List<String>) - Constructor for class org.languagetool.UserConfig
 
UserConfig(List<String>, Map<String, Integer>) - Constructor for class org.languagetool.UserConfig
 
UserConfig(List<String>, Map<String, Integer>, int) - Constructor for class org.languagetool.UserConfig
 
UserConfig(List<String>, Map<String, Integer>, int, String, LinguServices) - Constructor for class org.languagetool.UserConfig
 
UserConfig(List<String>, Map<String, Integer>, int, String, LinguServices, boolean) - Constructor for class org.languagetool.UserConfig
 
UserConfig(Map<String, Integer>) - Constructor for class org.languagetool.UserConfig
 
UserConfig(Map<String, Integer>, LinguServices) - Constructor for class org.languagetool.UserConfig
 
userDictName - Variable in class org.languagetool.UserConfig
 
userDictSpeller - Variable in class org.languagetool.rules.spelling.SymSpellRule
 
userDictSpellers - Variable in class org.languagetool.rules.spelling.morfologik.MorfologikMultiSpeller
 
userRules - Variable in class org.languagetool.JLanguageTool
 
userSpecificSpellerWords - Variable in class org.languagetool.UserConfig
 
uType - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 
uTypeList - Variable in class org.languagetool.rules.patterns.XMLRuleHandler
 

V

v0 - Variable in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
v2 - Variable in class org.languagetool.rules.spelling.symspell.implementation.EditDistance
 
validateDirectory(File) - Static method in class org.languagetool.languagemodel.LuceneLanguageModel
 
validateDirectory(File) - Static method in class org.languagetool.languagemodel.LuceneSingleIndexLanguageModel
Throw RuntimeException is the given directory does not seem to be a valid ngram top directory with sub directories 1grams etc.
validateInternal(String, String, String) - Method in class org.languagetool.XMLValidator
 
validateInternal(Source, URL) - Method in class org.languagetool.XMLValidator
 
validateLine(String, String) - Method in class org.languagetool.rules.CompoundRuleData
 
validateStringWithXmlSchema(String, String) - Method in class org.languagetool.XMLValidator
Validate XML file using the given XSD.
validateWithDtd(String, String, String) - Method in class org.languagetool.XMLValidator
Validate XML file in classpath with the given DTD.
validateWithXmlSchema(String, String) - Method in class org.languagetool.XMLValidator
Validate XML file using the given XSD.
validateWithXmlSchema(String, String, String) - Method in class org.languagetool.XMLValidator
Validate XML file using the given XSD.
validateXMLString(String, String, String) - Method in class org.languagetool.XMLValidator
Validate XML with the given DTD.
value() - Element in annotation type org.languagetool.ApiCleanupNeeded
 
value() - Method in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
 
valueOf(String) - Static method in enum org.languagetool.JLanguageTool.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.JLanguageTool.ParagraphHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.LanguageMaintainedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.markup.AnnotatedText.MetaDataKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.markup.TextPart.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.AbstractUnitConversionRule.Message
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.Category.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.ITSIssueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.patterns.Match.CaseConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.patterns.Match.IncludeRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.patterns.XMLRuleHandler.RegexpMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.RuleMatch.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.languagetool.tools.StringTools.ApiPrintMode
Returns the enum constant of this type with the specified name.
values - Variable in class org.languagetool.rules.spelling.symspell.implementation.ChunkArray
 
values - Variable in class org.languagetool.synthesis.Soros
 
values() - Static method in enum org.languagetool.JLanguageTool.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.JLanguageTool.ParagraphHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.LanguageMaintainedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.markup.AnnotatedText.MetaDataKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.markup.TextPart.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.AbstractUnitConversionRule.Message
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.Category.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.ITSIssueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.patterns.Match.CaseConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.patterns.Match.IncludeRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.patterns.XMLRuleHandler.RegexpMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.RuleMatch.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.languagetool.tools.StringTools.ApiPrintMode
Returns an array containing the constants of this enum type, in the order they are declared.
verbosity - Variable in class org.languagetool.rules.spelling.SymSpellRule
 
Verbosity() - Constructor for enum org.languagetool.rules.spelling.symspell.implementation.SymSpell.Verbosity
 
VERSION - Static variable in class org.languagetool.JLanguageTool
LanguageTool version as a string like 2.3 or 2.4-SNAPSHOT.

W

W_fc1 - Variable in class org.languagetool.rules.neuralnetwork.SingleLayerClassifier
 
W_fc1 - Variable in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
W_fc2 - Variable in class org.languagetool.rules.neuralnetwork.TwoLayerClassifier
 
warning(SAXParseException) - Method in class org.languagetool.rules.patterns.XMLRuleHandler
 
warning(SAXParseException) - Method in class org.languagetool.XMLValidator.ErrorHandler
 
wd - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
WD - Static variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
wdLemma - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
wdPos - Variable in class org.languagetool.tagging.disambiguation.rules.DisambiguationRuleHandler
 
weigh(InputSentence, List<RuleMatch>) - Method in class org.languagetool.ResultCache.MatchesWeigher
 
weigh(SimpleInputSentence, AnalyzedSentence) - Method in class org.languagetool.ResultCache.SentenceWeigher
 
Whitespace - Enum constant in enum org.languagetool.rules.ITSIssueType
 
WHITESPACE_ARRAY - Static variable in class org.languagetool.rules.spelling.hunspell.HunspellRule
 
WHITESPACE_LIMIT - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
WHITESPACE_OR_QUOTE - Static variable in class org.languagetool.rules.UppercaseSentenceStartRule
 
WhiteSpaceAtBeginOfParagraph - Class in org.languagetool.rules
A rule that checks for WhiteSpaces at the begin of a paragraph
WhiteSpaceAtBeginOfParagraph(ResourceBundle) - Constructor for class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
WhiteSpaceAtBeginOfParagraph(ResourceBundle, boolean) - Constructor for class org.languagetool.rules.WhiteSpaceAtBeginOfParagraph
 
whitespaceBefore - Variable in class org.languagetool.rules.patterns.PatternToken
 
whitespaceBeforeChar - Variable in class org.languagetool.AnalyzedTokenReadings
 
WhiteSpaceBeforeParagraphEnd - Class in org.languagetool.rules
A rule that checks for a whitespace at the end of a paragraph
WhiteSpaceBeforeParagraphEnd(ResourceBundle, Language) - Constructor for class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
WhiteSpaceBeforeParagraphEnd(ResourceBundle, Language, boolean) - Constructor for class org.languagetool.rules.WhiteSpaceBeforeParagraphEnd
 
WhitespaceBeforePunctuationRule - Class in org.languagetool.rules
A rule that matches several punctuation signs such as : ; and % preceded by whitespace.
WhitespaceBeforePunctuationRule(ResourceBundle) - Constructor for class org.languagetool.rules.WhitespaceBeforePunctuationRule
 
WhitespaceCheckFilter - Class in org.languagetool.rules
 
WhitespaceCheckFilter() - Constructor for class org.languagetool.rules.WhitespaceCheckFilter
 
whPositions - Variable in class org.languagetool.AnalyzedSentence
 
WIKIPEDIA - Static variable in class org.languagetool.rules.Categories
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
WIKIPEDIA - Static variable in class org.languagetool.rules.CategoryIds
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
withHyphenMessage - Variable in class org.languagetool.rules.AbstractCompoundRule
 
withOrWithoutHyphenMessage - Variable in class org.languagetool.rules.AbstractCompoundRule
 
withoutHyphenMessage - Variable in class org.languagetool.rules.AbstractCompoundRule
 
word - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
WORD_TOKENIZER - Static variable in class org.languagetool.Language
 
word2langs - Static variable in class org.languagetool.language.CommonWords
 
Word2VecModel - Class in org.languagetool.rules.neuralnetwork
 
Word2VecModel(String) - Constructor for class org.languagetool.rules.neuralnetwork.Word2VecModel
 
wordChars - Variable in class org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
 
WordCoherencyDataLoader - Class in org.languagetool.rules
Loads word variations words from a UTF-8 file.
WordCoherencyDataLoader() - Constructor for class org.languagetool.rules.WordCoherencyDataLoader
 
wordCount - Variable in class org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor.Feature
 
WordFastTMReader - Class in org.languagetool.bitext
Reader of WordFast Translation Memory text files.
WordFastTMReader(String, String) - Constructor for class org.languagetool.bitext.WordFastTMReader
 
WordFastTMReader.TabReader - Class in org.languagetool.bitext
 
wordListLoader - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
WordRepeatBeginningRule - Class in org.languagetool.rules
Check if three successive sentences begin with the same word, e.g.
WordRepeatBeginningRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.WordRepeatBeginningRule
 
WordRepeatRule - Class in org.languagetool.rules
Check if a word is repeated, e.g.
WordRepeatRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.WordRepeatRule
 
words - Variable in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
words - Variable in class org.languagetool.rules.WrongWordInContextRule.ContextWords
 
wordSegmentation(String) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
wordSegmentation(String, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
wordSegmentation(String, int, int) - Method in class org.languagetool.rules.spelling.symspell.implementation.SymSpell
 
wordsToBeIgnored - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
wordsToBeIgnoredDictionary - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
wordsToBeIgnoredDictionaryIgnoreCase - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
wordsToBeProhibited - Variable in class org.languagetool.rules.spelling.SpellingCheckRule
 
wordTagger - Variable in class org.languagetool.tagging.BaseTagger
 
WordTagger - Interface in org.languagetool.tagging
Find the potential part-of-speech tags (POS tags) for a word.
wordToDesc - Variable in class org.languagetool.ShortDescriptionProvider
 
WordTokenizer - Class in org.languagetool.tokenizers
Tokenizes a sentence into words.
WordTokenizer() - Constructor for class org.languagetool.tokenizers.WordTokenizer
 
wordToPairs - Variable in class org.languagetool.rules.ngrams.ConfusionProbabilityRule
 
WRAP_TAG - Static variable in class org.languagetool.tagging.disambiguation.MultiWordChunker2
 
writeCategory(JsonGenerator, Category) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeContext(JsonGenerator, RuleMatch, AnnotatedText, ContextTools) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeLanguageSection(JsonGenerator, DetectedLanguage) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeMatchesSection(String, JsonGenerator, List<RuleMatch>, AnnotatedText, ContextTools) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeReplacements(JsonGenerator, RuleMatch) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeRule(JsonGenerator, RuleMatch) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeSoftwareSection(JsonGenerator) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
writeWarningsSection(JsonGenerator, String) - Method in class org.languagetool.tools.RuleMatchesAsJsonSerializer
 
wrong(String) - Static method in class org.languagetool.rules.Example
Create an example text (usually just one sentence) with an error - the error must be marked with <marker>...</marker>.
WrongWordInContextRule - Class in org.languagetool.rules
Check if there is a confusion of two words (which might have a similar spelling) depending on the context.
WrongWordInContextRule(ResourceBundle) - Constructor for class org.languagetool.rules.WrongWordInContextRule
 
WrongWordInContextRule.ContextWords - Class in org.languagetool.rules
 

X

XGBOOST_MODEL_BASE_PATH - Static variable in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
Deprecated.
 
xgboostNotSupported - Static variable in class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
XGBoostSuggestionsOrderer - Class in org.languagetool.rules.spelling.suggestions
 
XGBoostSuggestionsOrderer(Language, LanguageModel) - Constructor for class org.languagetool.rules.spelling.suggestions.XGBoostSuggestionsOrderer
 
XML_COMMENT_PATTERN - Static variable in class org.languagetool.tools.StringTools
 
XML_PATTERN - Static variable in class org.languagetool.tools.StringTools
 
XmlRuleDisambiguator - Class in org.languagetool.tagging.disambiguation.rules
Rule-based disambiguator.
XmlRuleDisambiguator(Language) - Constructor for class org.languagetool.tagging.disambiguation.rules.XmlRuleDisambiguator
 
XMLRuleHandler - Class in org.languagetool.rules.patterns
XML rule handler that loads rules from XML and throws exceptions on errors and warnings.
XMLRuleHandler() - Constructor for class org.languagetool.rules.patterns.XMLRuleHandler
 
XMLRuleHandler.RegexpMode - Enum in org.languagetool.rules.patterns
 
XMLValidator - Class in org.languagetool
Validate XML files with a given DTD or XML Schema (XSD).
XMLValidator() - Constructor for class org.languagetool.XMLValidator
 
XMLValidator.ErrorHandler - Class in org.languagetool
XML handler that throws exception on error and warning, does nothing otherwise.

Y

YARD - Static variable in class org.languagetool.rules.AbstractUnitConversionRule
 
YES - Static variable in class org.languagetool.rules.patterns.XMLRuleHandler
Definitions of values in XML files.
YMDDateHelper - Class in org.languagetool.rules
 
YMDDateHelper() - Constructor for class org.languagetool.rules.YMDDateHelper
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form