Package org.languagetool
Class JLanguageTool.TextCheckCallable
java.lang.Object
org.languagetool.JLanguageTool.TextCheckCallable
- Enclosing class:
- JLanguageTool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate class
private class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AnalyzedSentence>
private final AnnotatedText
private int
private int
private int
private final RuleMatchListener
private final JLanguageTool.Mode
private final JLanguageTool.ParagraphHandling
-
Constructor Summary
ConstructorsConstructorDescriptionTextCheckCallable
(List<Rule> rules, List<String> sentences, List<AnalyzedSentence> analyzedSentences, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, int charCount, int lineCount, int columnCount, RuleMatchListener listener, JLanguageTool.Mode mode) -
Method Summary
-
Field Details
-
rules
-
paraMode
-
annotatedText
-
sentences
-
analyzedSentences
-
listener
-
mode
-
charCount
private int charCount -
lineCount
private int lineCount -
columnCount
private int columnCount
-
-
Constructor Details
-
TextCheckCallable
TextCheckCallable(List<Rule> rules, List<String> sentences, List<AnalyzedSentence> analyzedSentences, JLanguageTool.ParagraphHandling paraMode, AnnotatedText annotatedText, int charCount, int lineCount, int columnCount, RuleMatchListener listener, JLanguageTool.Mode mode)
-
-
Method Details