Uses of Class
org.languagetool.Experimental
-
-
Uses of Experimental in org.languagetool
Classes in org.languagetool with annotations of type Experimental Modifier and Type Class Description classOutputStreamLoggerclassRuleLoggerclassRuleLoggerManagerclassRuleLoggerMessageclassUserConfigUser-specific configuration.Methods in org.languagetool with annotations of type Experimental Modifier and Type Method Description AnalyzedTokenReadings[]AnalyzedSentence. getPreDisambigTokens()AnalyzedTokenReadings[]AnalyzedSentence. getPreDisambigTokensWithoutWhitespace()voidJLanguageTool. setMaxErrorsPerWordRate(float maxErrorsPerWordRate)Maximum errors per word rate, checking will stop with an exception if the rate is higher.Constructors in org.languagetool with annotations of type Experimental Constructor Description JLanguageTool(Language language, java.util.List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig)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, Language motherTongue, ResultCache cache, UserConfig userConfig)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 cache, UserConfig userConfig)Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair. -
Uses of Experimental in org.languagetool.language
Methods in org.languagetool.language with annotations of type Experimental Modifier and Type Method Description (package private) @Nullable DetectedLanguageLanguageIdentifier. detectLanguageWithDetails(java.lang.String text) -
Uses of Experimental in org.languagetool.languagemodel
Methods in org.languagetool.languagemodel with annotations of type Experimental Modifier and Type Method Description static voidLuceneSingleIndexLanguageModel. clearCaches()Only used internally.Constructors in org.languagetool.languagemodel with annotations of type Experimental Constructor Description LuceneSingleIndexLanguageModel(int maxNgram) -
Uses of Experimental in org.languagetool.rules
Classes in org.languagetool.rules with annotations of type Experimental Modifier and Type Class Description classOpenNMTRuleQueries an OpenNMT server started like this:th tools/rest_translation_server.lua -replace_unk -model ...static classRuleMatch.TypeUnlikeCategory, this is specific to a RuleMatch, not to a rule.Methods in org.languagetool.rules with annotations of type Experimental Modifier and Type Method Description intRule. estimateContextForSureMatch()A number that estimates how many words there must be after a match before we can be (relatively) sure the match is valid.RuleMatch.TypeRuleMatch. getType()voidRuleMatch. setType(RuleMatch.Type type) -
Uses of Experimental in org.languagetool.rules.ngrams
Classes in org.languagetool.rules.ngrams with annotations of type Experimental Modifier and Type Class Description classNgramProbabilityRuleLanguageTool'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.Methods in org.languagetool.rules.ngrams with annotations of type Experimental Modifier and Type Method Description voidNgramProbabilityRule. setMinProbability(double minProbability) -
Uses of Experimental in org.languagetool.rules.patterns
Methods in org.languagetool.rules.patterns with annotations of type Experimental Modifier and Type Method Description intPatternRule. estimateContextForSureMatch()(package private) booleanPatternRule. isInterpretPosTagsPreDisambiguation()Whether any POS tags from this rule should refer to the POS tags of the analyzed sentence *before* disambiguation.Constructors in org.languagetool.rules.patterns with annotations of type Experimental Constructor Description PatternRule(java.lang.String id, Language language, java.util.List<PatternToken> patternTokens, java.lang.String description, java.lang.String message, java.lang.String shortMessage, java.lang.String suggestionsOutMsg, boolean isMember, boolean interpretPosTagsPreDisambiguation) -
Uses of Experimental in org.languagetool.rules.spelling
Classes in org.languagetool.rules.spelling with annotations of type Experimental Modifier and Type Class Description classSymSpellRulespell 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 suggestionsFields in org.languagetool.rules.spelling with annotations of type Experimental Modifier and Type Field Description protected @Nullable LanguageModelSpellingCheckRule. languageModelMethods in org.languagetool.rules.spelling with annotations of type Experimental Modifier and Type Method Description abstract booleanSpellingCheckRule. isMisspelled(java.lang.String word)protected java.util.List<java.lang.String>SpellingCheckRule. reorderSuggestions(java.util.List<java.lang.String> suggestions, java.lang.String word)Constructors in org.languagetool.rules.spelling with annotations of type Experimental Constructor Description SpellingCheckRule(java.util.ResourceBundle messages, Language language, UserConfig userConfig, java.util.List<Language> altLanguages, @Nullable LanguageModel languageModel) -
Uses of Experimental in org.languagetool.rules.spelling.hunspell
Methods in org.languagetool.rules.spelling.hunspell with annotations of type Experimental Modifier and Type Method Description booleanHunspellRule. isMisspelled(java.lang.String word) -
Uses of Experimental in org.languagetool.rules.spelling.morfologik
Methods in org.languagetool.rules.spelling.morfologik with annotations of type Experimental Modifier and Type Method Description java.util.List<java.lang.String>MorfologikMultiSpeller. getSuggestionsFromDefaultDicts(java.lang.String word)java.util.List<java.lang.String>MorfologikMultiSpeller. getSuggestionsFromUserDicts(java.lang.String word)booleanMorfologikSpellerRule. isMisspelled(java.lang.String word)Constructors in org.languagetool.rules.spelling.morfologik with annotations of type Experimental Constructor Description MorfologikMultiSpeller(java.lang.String binaryDictPath, java.util.List<java.lang.String> plainTextPaths, java.lang.String languageVariantPlainTextPath, UserConfig userConfig, int maxEditDistance)
-