Uses of Class
org.languagetool.remote.SentenceAnnotator.AnnotatorConfig
Packages that use SentenceAnnotator.AnnotatorConfig
-
Uses of SentenceAnnotator.AnnotatorConfig in org.languagetool.remote
Methods in org.languagetool.remote with parameters of type SentenceAnnotator.AnnotatorConfigModifier and TypeMethodDescriptionprivate static List<RemoteRuleMatch> SentenceAnnotator.getMatches(SentenceAnnotator.AnnotatorConfig cfg, String sentence) private static voidSentenceAnnotator.printOutputLine(SentenceAnnotator.AnnotatorConfig cfg, String sentenceHash, String sentenceID, String errorSentence, String correctedSentence, String errorType, String detectedErrorStr, String suggestion, String suggestionGolden, int suggestionPos, int suggestionsTotal, String ruleId, String ruleCategory, String ruleType) private static voidSentenceAnnotator.runAnnotation(SentenceAnnotator.AnnotatorConfig cfg) private static voidSentenceAnnotator.runAutomaticAnnotation(SentenceAnnotator.AnnotatorConfig cfg) private static voidSentenceAnnotator.writeToOutputFile(SentenceAnnotator.AnnotatorConfig cfg)