Uses of Interface
org.languagetool.JLanguageTool.CheckCancelledCallback
Packages that use JLanguageTool.CheckCancelledCallback
Package
Description
-
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool
Fields in org.languagetool declared as JLanguageTool.CheckCancelledCallbackMethods in org.languagetool with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionvoidJLanguageTool.setCheckCancelledCallback(JLanguageTool.CheckCancelledCallback callback) Callback to determine if result of executingJLanguageTool.check(String)is still needed. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation
Methods in org.languagetool.tagging.disambiguation with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptiondefault AnalyzedSentenceDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) The same asDisambiguator.disambiguate(AnalyzedSentence), but may callcheckCanceled(if it's non-null) to allow for better interruptibility.final AnalyzedSentenceMultiWordChunker.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.ca
Methods in org.languagetool.tagging.disambiguation.ca with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionfinal AnalyzedSentenceCatalanHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.es
Methods in org.languagetool.tagging.disambiguation.es with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionSpanishHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.fr
Methods in org.languagetool.tagging.disambiguation.fr with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionFrenchHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.pt
Methods in org.languagetool.tagging.disambiguation.pt with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionfinal AnalyzedSentencePortugueseHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.ru
Methods in org.languagetool.tagging.disambiguation.ru with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionRussianHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.rules
Methods in org.languagetool.tagging.disambiguation.rules with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionXmlRuleDisambiguator.disambiguate(AnalyzedSentence sentence, JLanguageTool.CheckCancelledCallback checkCanceled) -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.disambiguation.rules.de
Methods in org.languagetool.tagging.disambiguation.rules.de with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionGermanRuleDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.en
Methods in org.languagetool.tagging.en with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionEnglishHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled) Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator. -
Uses of JLanguageTool.CheckCancelledCallback in org.languagetool.tagging.nl
Methods in org.languagetool.tagging.nl with parameters of type JLanguageTool.CheckCancelledCallbackModifier and TypeMethodDescriptionfinal AnalyzedSentenceDutchHybridDisambiguator.disambiguate(AnalyzedSentence input, JLanguageTool.CheckCancelledCallback checkCanceled)