Uses of Annotation Interface
org.languagetool.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.languagetool
Methods in org.languagetool with annotations of type ExperimentalModifier and TypeMethodDescriptionAnalyzedTokenReadings.getCleanToken()Language.getRemoteEnhancedRules(ResourceBundle messageBundle, List<RemoteRuleConfig> configs, UserConfig userConfig, Language motherTongue, List<Language> altLanguages, boolean inputLogging) For rules whose results are extended using some remote service, e.g.voidAnalyzedTokenReadings.setCleanToken(String cleanToken) -
Uses of Experimental in org.languagetool.chunking
Classes in org.languagetool.chunking with annotations of type Experimental -
Uses of Experimental in org.languagetool.languagemodel
Methods in org.languagetool.languagemodel with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic voidLuceneSingleIndexLanguageModel.clearCaches()Only used internally. -
Uses of Experimental in org.languagetool.rules.ngrams
Classes in org.languagetool.rules.ngrams with annotations of type ExperimentalModifier and TypeClassDescriptionclassLanguageTool'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 TypeMethodDescriptionvoidNgramProbabilityRule.setMinProbability(double minProbability) -
Uses of Experimental in org.languagetool.rules.patterns
Methods in org.languagetool.rules.patterns with annotations of type ExperimentalModifier and TypeMethodDescriptionAbstractPatternRule.getType()Determines the match type, based on the type variable if set (to allow overriding) orRule.getLocQualityIssueType()booleanAbstractPatternRule.isAdjustSuggestionCase()Allows adjusting the behavior of uppercasing suggestions when the matched text started with an upper-case lettervoidAbstractPatternRule.setAdjustSuggestionCase(boolean adjustSuggestionCase) Allows adjusting the behavior of uppercasing suggestions when the matched text started with an upper-case lettervoidAbstractPatternRule.setType(RuleMatch.Type type) Allows overriding the match type, otherwise determined byRule.getLocQualityIssueType() -
Uses of Experimental in org.languagetool.rules.spelling
Classes in org.languagetool.rules.spelling with annotations of type ExperimentalModifier and TypeClassDescriptionclassspell 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 suggestionsMethods in org.languagetool.rules.spelling 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 Experimental -
Uses of Experimental in org.languagetool.server
Classes in org.languagetool.server with annotations of type ExperimentalMethods in org.languagetool.server with annotations of type ExperimentalModifier and TypeMethodDescriptionHTTPServerConfig.getAbTestClients()Clients that a A/B test runs on; null -> disabledintHTTPServerConfig.getAbTestRollout()(package private) longHTTPServerConfig.getMaxCheckTimeMillisPremium()voidHTTPServerConfig.setAbTestClients(String pattern) Clients that a A/B test runs on; null -> disabledvoidHTTPServerConfig.setAbTestRollout(int abTestRollout)