Package org.languagetool
Class JLanguageTool.TextCheckCallable
java.lang.Object
org.languagetool.JLanguageTool.TextCheckCallable
- Enclosing class:
JLanguageTool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AnalyzedSentence> private final AnnotatedTextprivate intprivate intprivate intprivate final RuleMatchListenerprivate final JLanguageTool.Modeprivate 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