Uses of Class
org.languagetool.JLanguageTool.ParagraphHandling
-
Packages that use JLanguageTool.ParagraphHandling Package Description org.languagetool -
-
Uses of JLanguageTool.ParagraphHandling in org.languagetool
Methods in org.languagetool that return JLanguageTool.ParagraphHandling Modifier and Type Method Description static JLanguageTool.ParagraphHandling
JLanguageTool.ParagraphHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static JLanguageTool.ParagraphHandling[]
JLanguageTool.ParagraphHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool with parameters of type JLanguageTool.ParagraphHandling Modifier and Type Method Description List<RuleMatch>
JLanguageTool. check(String text, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode)
List<RuleMatch>
JLanguageTool. check(String text, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode, RuleMatchListener listener)
List<RuleMatch>
JLanguageTool. check(AnnotatedText annotatedText, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode)
The main check method.List<RuleMatch>
JLanguageTool. check(AnnotatedText annotatedText, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode, RuleMatchListener listener)
The main check method.List<RuleMatch>
JLanguageTool. check(AnnotatedText annotatedText, boolean tokenizeText, JLanguageTool.ParagraphHandling paraMode, RuleMatchListener listener, JLanguageTool.Mode mode)
The main check method.List<RuleMatch>
JLanguageTool. checkAnalyzedSentence(JLanguageTool.ParagraphHandling paraMode, List<Rule> rules, AnalyzedSentence analyzedSentence)
This is an internal method that's public only for technical reasons, please use one of theJLanguageTool.check(String)
methods instead.protected List<RuleMatch>
JLanguageTool. performCheck(List<AnalyzedSentence> analyzedSentences, List<String> sentences, List<Rule> allRules, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, JLanguageTool.Mode mode)
protected List<RuleMatch>
JLanguageTool. performCheck(List<AnalyzedSentence> analyzedSentences, List<String> sentences, List<Rule> allRules, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, RuleMatchListener listener, JLanguageTool.Mode mode)
protected List<RuleMatch>
MultiThreadedJLanguageTool. performCheck(List<AnalyzedSentence> analyzedSentences, List<String> sentences, List<Rule> allRules, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, RuleMatchListener listener, JLanguageTool.Mode mode)
-