Uses of Annotation Type
org.languagetool.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.languagetool
Classes in org.languagetool with annotations of type ExperimentalModifier and TypeClassDescriptionclass
class
final class
class
class
User-specific configuration.Methods in org.languagetool with annotations of type ExperimentalModifier and TypeMethodDescriptionAnalyzedSentence.getPreDisambigTokens()
AnalyzedSentence.getPreDisambigTokensWithoutWhitespace()
void
JLanguageTool.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 ExperimentalModifierConstructorDescriptionJLanguageTool
(Language language, 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 ExperimentalModifier and TypeMethodDescription(package private) @Nullable DetectedLanguage
LanguageIdentifier.detectLanguageWithDetails
(String text) -
Uses of Experimental in org.languagetool.languagemodel
Methods in org.languagetool.languagemodel with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic void
LuceneSingleIndexLanguageModel.clearCaches()
Only used internally.Constructors in org.languagetool.languagemodel with annotations of type Experimental -
Uses of Experimental in org.languagetool.rules
Classes in org.languagetool.rules with annotations of type ExperimentalModifier and TypeClassDescriptionclass
Queries an OpenNMT server started like this:th tools/rest_translation_server.lua -replace_unk -model ...
static enum
UnlikeCategory
, this is specific to a RuleMatch, not to a rule.Methods in org.languagetool.rules with annotations of type ExperimentalModifier and TypeMethodDescriptionint
Rule.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.getType()
void
RuleMatch.setType
(RuleMatch.Type type) -
Uses of Experimental in org.languagetool.rules.ngrams
Classes in org.languagetool.rules.ngrams with annotations of type ExperimentalModifier and TypeClassDescriptionclass
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.Methods in org.languagetool.rules.ngrams with annotations of type ExperimentalModifier and TypeMethodDescriptionvoid
NgramProbabilityRule.setMinProbability
(double minProbability) -
Uses of Experimental in org.languagetool.rules.patterns
Methods in org.languagetool.rules.patterns with annotations of type ExperimentalModifier and TypeMethodDescriptionint
PatternRule.estimateContextForSureMatch()
(package private) boolean
PatternRule.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 ExperimentalModifierConstructorDescriptionPatternRule
(String id, Language language, List<PatternToken> patternTokens, String description, String message, String shortMessage, String suggestionsOutMsg, boolean isMember, boolean interpretPosTagsPreDisambiguation) -
Uses of Experimental in org.languagetool.rules.spelling
Classes in org.languagetool.rules.spelling with annotations of type ExperimentalModifier and TypeClassDescriptionclass
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 suggestionsFields in org.languagetool.rules.spelling with annotations of type ExperimentalModifier and TypeFieldDescriptionprotected @Nullable LanguageModel
SpellingCheckRule.languageModel
Methods in org.languagetool.rules.spelling with annotations of type ExperimentalModifier and TypeMethodDescriptionabstract boolean
SpellingCheckRule.isMisspelled
(String word) SpellingCheckRule.reorderSuggestions
(List<String> suggestions, String word) Constructors in org.languagetool.rules.spelling with annotations of type ExperimentalModifierConstructorDescriptionSpellingCheckRule
(ResourceBundle messages, Language language, UserConfig userConfig, 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 -
Uses of Experimental in org.languagetool.rules.spelling.morfologik
Methods in org.languagetool.rules.spelling.morfologik with annotations of type ExperimentalModifier and TypeMethodDescriptionMorfologikMultiSpeller.getSuggestionsFromDefaultDicts
(String word) MorfologikMultiSpeller.getSuggestionsFromUserDicts
(String word) boolean
MorfologikSpellerRule.isMisspelled
(String word) Constructors in org.languagetool.rules.spelling.morfologik with annotations of type ExperimentalModifierConstructorDescriptionMorfologikMultiSpeller
(String binaryDictPath, List<String> plainTextPaths, String languageVariantPlainTextPath, UserConfig userConfig, int maxEditDistance)