Skip navigation links
A C D G I M O P S T W 

A

acceptRuleMatch(RuleMatch, Map<String, String>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.pl.DecadeSpellingFilter
 

C

CompoundRule - Class in org.languagetool.rules.pl
Checks that compounds (if in the list) are not written as separate words.
CompoundRule(ResourceBundle, Language, UserConfig) - Constructor for class org.languagetool.rules.pl.CompoundRule
 
createDefaultDisambiguator() - Method in class org.languagetool.language.Polish
 
createDefaultSentenceTokenizer() - Method in class org.languagetool.language.Polish
 
createDefaultSpellingRule(ResourceBundle) - Method in class org.languagetool.language.Polish
 
createDefaultSynthesizer() - Method in class org.languagetool.language.Polish
 
createDefaultTagger() - Method in class org.languagetool.language.Polish
 
createDefaultWordTokenizer() - Method in class org.languagetool.language.Polish
 

D

DashRule - Class in org.languagetool.rules.pl
Check for compounds written with dashes instead of hyphens (for example, Rabka — Zdrój).
DashRule(ResourceBundle) - Constructor for class org.languagetool.rules.pl.DashRule
 
DateCheckFilter - Class in org.languagetool.rules.pl
Polish localization of AbstractDateCheckFilter.
DateCheckFilter() - Constructor for class org.languagetool.rules.pl.DateCheckFilter
 
DecadeSpellingFilter - Class in org.languagetool.rules.pl
The filter is used to create suggestions for the DATA_DEKADY rule.
DecadeSpellingFilter() - Constructor for class org.languagetool.rules.pl.DecadeSpellingFilter
 
disambiguate(AnalyzedSentence) - Method in class org.languagetool.tagging.disambiguation.pl.PolishHybridDisambiguator
Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator.

G

getCalendar() - Method in class org.languagetool.rules.pl.DateCheckFilter
 
getCompoundRuleData() - Method in class org.languagetool.rules.pl.CompoundRule
 
getCompoundsData() - Method in class org.languagetool.rules.pl.DashRule
 
getCountries() - Method in class org.languagetool.language.Polish
 
getDayOfWeek(String) - Method in class org.languagetool.rules.pl.DateCheckFilter
 
getDayOfWeek(Calendar) - Method in class org.languagetool.rules.pl.DateCheckFilter
 
getDescription() - Method in class org.languagetool.rules.pl.CompoundRule
 
getDescription() - Method in class org.languagetool.rules.pl.DashRule
 
getDescription() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getDescription() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 
getDescription() - Method in class org.languagetool.rules.pl.WordCoherencyRule
 
getExcludedNonWordsPattern() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getExcludedPos() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getExcludedWordsPattern() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getFileName() - Method in class org.languagetool.rules.pl.MorfologikPolishSpellerRule
 
getId() - Method in class org.languagetool.rules.pl.CompoundRule
 
getId() - Method in class org.languagetool.rules.pl.MorfologikPolishSpellerRule
 
getId() - Method in class org.languagetool.rules.pl.PolishUnpairedBracketsRule
 
getId() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getId() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 
getId() - Method in class org.languagetool.rules.pl.WordCoherencyRule
 
getLocale() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 
getMaintainedState() - Method in class org.languagetool.language.Polish
 
getMaintainers() - Method in class org.languagetool.language.Polish
 
getMessage() - Method in class org.languagetool.rules.pl.DashRule
 
getMessage() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getMessage(String, List<String>) - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 
getMessage(String, String) - Method in class org.languagetool.rules.pl.WordCoherencyRule
 
getMonth(String) - Method in class org.languagetool.rules.pl.DateCheckFilter
 
getName() - Method in class org.languagetool.language.Polish
 
getPosTagCorrection(String) - Method in class org.languagetool.synthesis.pl.PolishSynthesizer
 
getPriorityForId(String) - Method in class org.languagetool.language.Polish
 
getRelevantRules(ResourceBundle, UserConfig, Language, List<Language>) - Method in class org.languagetool.language.Polish
 
getRuleMatches(String, int, AnalyzedSentence, List<RuleMatch>, int, AnalyzedTokenReadings[]) - Method in class org.languagetool.rules.pl.MorfologikPolishSpellerRule
 
getShort() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 
getShortCode() - Method in class org.languagetool.language.Polish
 
getShortMessage() - Method in class org.languagetool.rules.pl.PolishWordRepeatRule
 
getWordMap() - Method in class org.languagetool.rules.pl.WordCoherencyRule
 
getWrongWords() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 

I

isCaseSensitive() - Method in class org.languagetool.rules.pl.SimpleReplaceRule
 

M

MorfologikPolishSpellerRule - Class in org.languagetool.rules.pl
 
MorfologikPolishSpellerRule(ResourceBundle, Language, UserConfig, List<Language>) - Constructor for class org.languagetool.rules.pl.MorfologikPolishSpellerRule
 

O

org.languagetool.language - package org.languagetool.language
 
org.languagetool.rules.pl - package org.languagetool.rules.pl
 
org.languagetool.synthesis.pl - package org.languagetool.synthesis.pl
 
org.languagetool.tagging.disambiguation.pl - package org.languagetool.tagging.disambiguation.pl
 
org.languagetool.tagging.pl - package org.languagetool.tagging.pl
 
org.languagetool.tokenizers.pl - package org.languagetool.tokenizers.pl
 

P

Polish - Class in org.languagetool.language
 
Polish() - Constructor for class org.languagetool.language.Polish
 
POLISH_SIMPLE_REPLACE_RULE - Static variable in class org.languagetool.rules.pl.SimpleReplaceRule
 
PolishHybridDisambiguator - Class in org.languagetool.tagging.disambiguation.pl
Hybrid chunker-disambiguator for Polish.
PolishHybridDisambiguator() - Constructor for class org.languagetool.tagging.disambiguation.pl.PolishHybridDisambiguator
 
PolishSynthesizer - Class in org.languagetool.synthesis.pl
Polish word form synthesizer.
PolishSynthesizer(Language) - Constructor for class org.languagetool.synthesis.pl.PolishSynthesizer
 
PolishTagger - Class in org.languagetool.tagging.pl
Polish POS tagger based on FSA morphological dictionaries.
PolishTagger() - Constructor for class org.languagetool.tagging.pl.PolishTagger
 
PolishUnpairedBracketsRule - Class in org.languagetool.rules.pl
 
PolishUnpairedBracketsRule(ResourceBundle, Language) - Constructor for class org.languagetool.rules.pl.PolishUnpairedBracketsRule
 
PolishWordRepeatRule - Class in org.languagetool.rules.pl
 
PolishWordRepeatRule(ResourceBundle) - Constructor for class org.languagetool.rules.pl.PolishWordRepeatRule
 
PolishWordTokenizer - Class in org.languagetool.tokenizers.pl
 
PolishWordTokenizer() - Constructor for class org.languagetool.tokenizers.pl.PolishWordTokenizer
 

S

setTagger(Tagger) - Method in class org.languagetool.tokenizers.pl.PolishWordTokenizer
Set the tagger to use in tokenizing.
SimpleReplaceRule - Class in org.languagetool.rules.pl
A rule that matches words or phrases which should not be used and suggests correct ones instead.
SimpleReplaceRule(ResourceBundle) - Constructor for class org.languagetool.rules.pl.SimpleReplaceRule
 
synthesize(AnalyzedToken, String) - Method in class org.languagetool.synthesis.pl.PolishSynthesizer
 
synthesize(AnalyzedToken, String, boolean) - Method in class org.languagetool.synthesis.pl.PolishSynthesizer
 

T

tag(List<String>) - Method in class org.languagetool.tagging.pl.PolishTagger
 
tokenize(String) - Method in class org.languagetool.tokenizers.pl.PolishWordTokenizer
Tokenizes text.
tokenizingPattern() - Method in class org.languagetool.rules.pl.MorfologikPolishSpellerRule
 

W

WordCoherencyRule - Class in org.languagetool.rules.pl
Polish version of AbstractWordCoherencyRule.
WordCoherencyRule(ResourceBundle) - Constructor for class org.languagetool.rules.pl.WordCoherencyRule
 
A C D G I M O P S T W 
Skip navigation links