Package org.languagetool.rules.en
Class EnglishForGermansFalseFriendRule
java.lang.Object
org.languagetool.rules.Rule
org.languagetool.rules.ngrams.ConfusionProbabilityRule
org.languagetool.rules.en.EnglishForL2SpeakersFalseFriendRule
org.languagetool.rules.en.EnglishForGermansFalseFriendRule
False friends for German native speakers who write English text, based on ngrams.
- Since:
- 4.6
-
Field Summary
Fields inherited from class org.languagetool.rules.ngrams.ConfusionProbabilityRule
MIN_COVERAGE, RULE_ID -
Constructor Summary
ConstructorsConstructorDescriptionEnglishForGermansFalseFriendRule(ResourceBundle messages, LanguageModel languageModel, Language motherTongue, Language language) -
Method Summary
Methods inherited from class org.languagetool.rules.en.EnglishForL2SpeakersFalseFriendRule
getMessageMethods inherited from class org.languagetool.rules.ngrams.ConfusionProbabilityRule
estimateContextForSureMatch, getAntiPatterns, getDescription, getNGrams, isCommonWord, isException, match, setConfusionPairMethods inherited from class org.languagetool.rules.Rule
addExamplePair, addTags, addToneTags, cacheAntiPatterns, getCategory, getCorrectExamples, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMinPrevMatches, getPriority, getRuleOptions, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isGoalSpecific, isIncludedInHiddenMatches, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setGoalSpecific, setIncludedInHiddenMatches, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setPriority, setTags, setToneTags, setUrl, supportsLanguage, toRuleMatchArray, useInOffice
-
Constructor Details
-
EnglishForGermansFalseFriendRule
public EnglishForGermansFalseFriendRule(ResourceBundle messages, LanguageModel languageModel, Language motherTongue, Language language)
-
-
Method Details
-
getId
Description copied from class:RuleA string used to identify the rule in e.g. configuration files. This string is supposed to be unique and to stay the same in all upcoming versions of LanguageTool. It's supposed to contain only the charactersA-Zand the underscore.- Overrides:
getIdin classConfusionProbabilityRule
-
getFilenames
- Overrides:
getFilenamesin classConfusionProbabilityRule
-