Uses of Enum Class
org.languagetool.ToneTag
Packages that use ToneTag
-
Uses of ToneTag in org.languagetool
Fields in org.languagetool with type parameters of type ToneTagModifier and TypeFieldDescriptionToneTag.REAL_TONE_TAGSInputSentence.toneTagsJLanguageTool.TextCheckCallable.toneTagsLevelToneTagCacheKey.toneTagsMethods in org.languagetool that return ToneTagModifier and TypeMethodDescriptionstatic ToneTagReturns the enum constant of this class with the specified name.static ToneTag[]ToneTag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.languagetool with type arguments of type ToneTagModifier and TypeMethodDescriptionJLanguageTool.check2(AnnotatedText annotatedText, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode, RuleMatchListener listener, JLanguageTool.Mode mode, JLanguageTool.Level level, Set<ToneTag> toneTags, Long textSessionID) protected CheckResultsJLanguageTool.checkInternal(AnnotatedText annotatedText, JLanguageTool.ParagraphHandling paraMode, RuleMatchListener listener, JLanguageTool.Mode mode, JLanguageTool.Level level, Set<ToneTag> toneTags, Long textSessionID, List<String> sentences, List<AnalyzedSentence> analyzedSentences) private voidJLanguageTool.checkRemoteRules(List<RemoteRule> rules, List<AnalyzedSentence> analyzedSentences, JLanguageTool.Mode mode, JLanguageTool.Level level, List<FutureTask<RemoteRuleResult>> remoteRuleTasks, List<Integer> requestSize, Map<Integer, List<RuleMatch>> cachedResults, Map<Integer, Integer> matchOffset, Long textSessionID, ExecutorService executor, Set<ToneTag> toneTags) protected Map<String, RemoteRuleResult> JLanguageTool.fetchRemoteRuleResults(long deadlineStartNanos, JLanguageTool.Mode mode, JLanguageTool.Level level, List<AnalyzedSentence> analyzedSentences, List<RuleMatch> remoteMatches, List<FutureTask<RemoteRuleResult>> remoteRuleTasks, List<RemoteRule> remoteRules, List<Integer> requestSize, Map<Integer, List<RuleMatch>> cachedResults, Map<Integer, Integer> matchOffset, AnnotatedText annotatedText, Long textSessionID, Set<ToneTag> toneTags) private RemoteRuleResultJLanguageTool.fetchResults(long deadlineStartNanos, JLanguageTool.Mode mode, JLanguageTool.Level level, List<AnalyzedSentence> analyzedSentences, List<RuleMatch> remoteMatches, Map<Integer, Integer> matchOffset, AnnotatedText annotatedText, Long textSessionID, long chars, long deadlineEndNanos, FutureTask<RemoteRuleResult> task, RemoteRule rule, String ruleKey, Set<ToneTag> toneTags) JLanguageTool.filterMatches(AnnotatedText annotatedText, RuleSet rules, List<RuleMatch> ruleMatches, JLanguageTool.Level level, Set<ToneTag> toneTags, Map<String, RemoteRuleResult> remoteRulesResults) private RuleSetJLanguageTool.getActiveRulesForLevelAndToneTags(JLanguageTool.Level level, Set<ToneTag> toneTags) private CheckResultsJLanguageTool.TextCheckCallable.getOtherRuleMatches(Set<ToneTag> toneTags) (package private) static booleanJLanguageTool.isRuleActiveForLevelAndToneTags(Rule rule, JLanguageTool.Level level, Set<ToneTag> toneTags) protected CheckResultsJLanguageTool.performCheck(List<AnalyzedSentence> analyzedSentences, List<String> sentenceTexts, RuleSet ruleSet, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, RuleMatchListener listener, JLanguageTool.Mode mode, JLanguageTool.Level level, boolean checkRemoteRules, Set<ToneTag> toneTags) protected CheckResultsMultiThreadedJLanguageTool.performCheck(List<AnalyzedSentence> analyzedSentences, List<String> sentenceTexts, RuleSet ruleSet, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, RuleMatchListener listener, JLanguageTool.Mode mode, JLanguageTool.Level level, boolean checkRemoteRules, Set<ToneTag> toneTags) Constructor parameters in org.languagetool with type arguments of type ToneTagModifierConstructorDescriptionLevelToneTagCacheKey(JLanguageTool.Level level, Set<ToneTag> toneTags) (package private)TextCheckCallable(RuleSet rules, List<JLanguageTool.SentenceData> sentences, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, RuleMatchListener listener, JLanguageTool.Mode mode, JLanguageTool.Level level, boolean checkRemoteRules, Set<ToneTag> toneTags) -
Uses of ToneTag in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type ToneTagMethods in org.languagetool.rules that return types with arguments of type ToneTagMethods in org.languagetool.rules with parameters of type ToneTagMethod parameters in org.languagetool.rules with type arguments of type ToneTag -
Uses of ToneTag in org.languagetool.server
Fields in org.languagetool.server with type parameters of type ToneTagConstructor parameters in org.languagetool.server with type arguments of type ToneTagModifierConstructorDescription(package private)QueryParams(List<Language> altLanguages, List<String> enabledRules, List<String> disabledRules, List<CategoryId> enabledCategories, List<CategoryId> disabledCategories, boolean useEnabledOnly, boolean useQuerySettings, boolean allowIncompleteResults, boolean enableHiddenRules, boolean premium, boolean enableTempOffRules, JLanguageTool.Mode mode, JLanguageTool.Level level, Set<ToneTag> toneTags, String callback, boolean inputLogging)