|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RuleMatch in de.danielnaber.languagetool |
|---|
| Methods in de.danielnaber.languagetool that return types with arguments of type RuleMatch | |
|---|---|
List<RuleMatch> |
JLanguageTool.check(String text)
The main check method. |
| Uses of RuleMatch in de.danielnaber.languagetool.rules |
|---|
| Methods in de.danielnaber.languagetool.rules that return RuleMatch | |
|---|---|
RuleMatch[] |
AbstractPunctuationCheckRule.match(AnalyzedSentence text)
|
RuleMatch[] |
CommaWhitespaceRule.match(AnalyzedSentence text)
|
RuleMatch[] |
DoublePunctuationRule.match(AnalyzedSentence text)
|
abstract RuleMatch[] |
Rule.match(AnalyzedSentence text)
Check whether the given text matche this error rule, i.e. whether the text contains this error. |
RuleMatch[] |
UnpairedQuotesBracketsRule.match(AnalyzedSentence text)
|
RuleMatch[] |
UppercaseSentenceStartRule.match(AnalyzedSentence text)
|
RuleMatch[] |
WhitespaceRule.match(AnalyzedSentence text)
|
RuleMatch[] |
WordRepeatRule.match(AnalyzedSentence text)
|
| Methods in de.danielnaber.languagetool.rules that return types with arguments of type RuleMatch | |
|---|---|
List<RuleMatch> |
Rule.getMatches()
|
| Methods in de.danielnaber.languagetool.rules with parameters of type RuleMatch | |
|---|---|
void |
Rule.addRuleMatch(RuleMatch r)
Method to add matches. |
int |
RuleMatch.compareTo(RuleMatch other)
|
boolean |
Rule.isInRemoved(RuleMatch r)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.de |
|---|
| Methods in de.danielnaber.languagetool.rules.de that return RuleMatch | |
|---|---|
RuleMatch[] |
AgreementRule.match(AnalyzedSentence text)
|
RuleMatch[] |
CaseRule.match(AnalyzedSentence text)
|
RuleMatch[] |
CompoundRule.match(AnalyzedSentence text)
|
RuleMatch[] |
DashRule.match(AnalyzedSentence text)
|
RuleMatch[] |
WiederVsWiderRule.match(AnalyzedSentence text)
|
RuleMatch[] |
WordCoherencyRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.en |
|---|
| Methods in de.danielnaber.languagetool.rules.en that return RuleMatch | |
|---|---|
RuleMatch[] |
AvsAnRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.fr |
|---|
| Methods in de.danielnaber.languagetool.rules.fr that return RuleMatch | |
|---|---|
RuleMatch[] |
QuestionWhitespaceRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.patterns |
|---|
| Methods in de.danielnaber.languagetool.rules.patterns that return RuleMatch | |
|---|---|
RuleMatch[] |
PatternRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.pl |
|---|
| Methods in de.danielnaber.languagetool.rules.pl that return RuleMatch | |
|---|---|
RuleMatch[] |
PolishWordRepeatRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.ru |
|---|
| Methods in de.danielnaber.languagetool.rules.ru that return RuleMatch | |
|---|---|
RuleMatch[] |
RussianCompoundRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.sv |
|---|
| Methods in de.danielnaber.languagetool.rules.sv that return RuleMatch | |
|---|---|
RuleMatch[] |
CompoundRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.rules.uk |
|---|
| Methods in de.danielnaber.languagetool.rules.uk that return RuleMatch | |
|---|---|
RuleMatch[] |
SimpleReplaceRule.match(AnalyzedSentence text)
|
| Uses of RuleMatch in de.danielnaber.languagetool.tools |
|---|
| Method parameters in de.danielnaber.languagetool.tools with type arguments of type RuleMatch | |
|---|---|
static String |
StringTools.ruleMatchesToXML(List<RuleMatch> ruleMatches,
String text,
int contextSize)
Get an XML representation of the given rule matches. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||