Uses of Class
org.languagetool.remote.RemoteRuleMatch
Packages that use RemoteRuleMatch
-
Uses of RemoteRuleMatch in org.languagetool.remote
Fields in org.languagetool.remote with type parameters of type RemoteRuleMatchModifier and TypeFieldDescription(package private) static HashMap<String, List<RemoteRuleMatch>> ArtificialErrorEval.cachedMatches(package private) static HashMap<String, List<RemoteRuleMatch>> SentenceAnnotator.cachedMatchesprivate final List<RemoteRuleMatch> RemoteResult.matchesMethods in org.languagetool.remote that return RemoteRuleMatchMethods in org.languagetool.remote that return types with arguments of type RemoteRuleMatchModifier and TypeMethodDescriptionRemoteResult.getMatches()private static List<RemoteRuleMatch> SentenceAnnotator.getMatches(SentenceAnnotator.AnnotatorConfig cfg, String sentence) Methods in org.languagetool.remote with parameters of type RemoteRuleMatchModifier and TypeMethodDescriptionprivate static StringSentenceAnnotator.formatedSentence(String line, RemoteRuleMatch match) private static StringSentenceAnnotator.formattedCorrectedSentence(String line, RemoteRuleMatch match, int i) private static StringCorrectionLoopFinderApi.getFullId(RemoteRuleMatch match) private static StringSentenceAnnotator.getFullId(RemoteRuleMatch match) private static StringSentenceAnnotator.getMatchIdentifier(String sentence, RemoteRuleMatch match) private static StringSentenceAnnotator.getRuleCategoryId(RemoteRuleMatch match) private static StringSentenceAnnotator.getRuleType(RemoteRuleMatch match) private static StringSentenceAnnotator.listSuggestions(RemoteRuleMatch match, String detectedErrorStr) private static StringSentenceAnnotator.replaceSuggestion(String line, RemoteRuleMatch match, int i) Method parameters in org.languagetool.remote with type arguments of type RemoteRuleMatchModifier and TypeMethodDescriptionprivate static StringSentenceAnnotator.applyAllMatches(String line, List<RemoteRuleMatch> matches) private static booleanArtificialErrorEval.isEmptySuggestionAtPos(List<RemoteRuleMatch> matchesCorrect, int pos, String expectedSuggestion, String wrongSentence, String correctSentence) private static booleanArtificialErrorEval.isExpectedSuggestionAtPos(List<RemoteRuleMatch> matchesCorrect, int pos, String expectedSuggestion, String wrongSentence, String correctSentence) ArtificialErrorEval.ruleIDsAtPos(List<RemoteRuleMatch> matchesCorrect, int pos, String expectedSuggestion) Constructor parameters in org.languagetool.remote with type arguments of type RemoteRuleMatchModifierConstructorDescription(package private)RemoteResult(String language, String languageCode, String languageDetectedCode, String languageDetectedName, List<RemoteRuleMatch> matches, List<RemoteIgnoreRange> ignoreRanges, RemoteServer remoteServer)