|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnalyzedSentence in de.danielnaber.languagetool |
|---|
| Methods in de.danielnaber.languagetool that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
JLanguageTool.getAnalyzedSentence(String sentence)
Tokenizes the given sentence into words and analyzes it. |
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules |
|---|
| Methods in de.danielnaber.languagetool.rules with parameters of type AnalyzedSentence | |
|---|---|
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)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.de |
|---|
| Methods in de.danielnaber.languagetool.rules.de with parameters of type AnalyzedSentence | |
|---|---|
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 AnalyzedSentence in de.danielnaber.languagetool.rules.en |
|---|
| Methods in de.danielnaber.languagetool.rules.en with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
AvsAnRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.fr |
|---|
| Methods in de.danielnaber.languagetool.rules.fr with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
QuestionWhitespaceRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.patterns |
|---|
| Methods in de.danielnaber.languagetool.rules.patterns with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
PatternRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.pl |
|---|
| Methods in de.danielnaber.languagetool.rules.pl with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
PolishWordRepeatRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.ru |
|---|
| Methods in de.danielnaber.languagetool.rules.ru with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
RussianCompoundRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.sv |
|---|
| Methods in de.danielnaber.languagetool.rules.sv with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
CompoundRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.rules.uk |
|---|
| Methods in de.danielnaber.languagetool.rules.uk with parameters of type AnalyzedSentence | |
|---|---|
RuleMatch[] |
SimpleReplaceRule.match(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
Disambiguator.disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags. |
| Methods in de.danielnaber.languagetool.tagging.disambiguation with parameters of type AnalyzedSentence | |
|---|---|
AnalyzedSentence |
Disambiguator.disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags. |
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation.pl |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.pl that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
PolishChunker.disambiguate(AnalyzedSentence input)
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end. |
| Methods in de.danielnaber.languagetool.tagging.disambiguation.pl with parameters of type AnalyzedSentence | |
|---|---|
AnalyzedSentence |
PolishChunker.disambiguate(AnalyzedSentence input)
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end. |
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation.rules |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules that return AnalyzedSentence | |
|---|---|
abstract AnalyzedSentence |
RuleDisambiguator.disambiguate(AnalyzedSentence input)
|
AnalyzedSentence |
DisambiguationPatternRule.replace(AnalyzedSentence text)
|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules with parameters of type AnalyzedSentence | |
|---|---|
abstract AnalyzedSentence |
RuleDisambiguator.disambiguate(AnalyzedSentence input)
|
AnalyzedSentence |
DisambiguationPatternRule.replace(AnalyzedSentence text)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation.rules.en |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules.en that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
EnglishRuleDisambiguator.disambiguate(AnalyzedSentence input)
|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules.en with parameters of type AnalyzedSentence | |
|---|---|
AnalyzedSentence |
EnglishRuleDisambiguator.disambiguate(AnalyzedSentence input)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation.rules.fr |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules.fr that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
FrenchRuleDisambiguator.disambiguate(AnalyzedSentence input)
|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.rules.fr with parameters of type AnalyzedSentence | |
|---|---|
AnalyzedSentence |
FrenchRuleDisambiguator.disambiguate(AnalyzedSentence input)
|
| Uses of AnalyzedSentence in de.danielnaber.languagetool.tagging.disambiguation.xx |
|---|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.xx that return AnalyzedSentence | |
|---|---|
AnalyzedSentence |
DemoDisambiguator.disambiguate(AnalyzedSentence input)
|
AnalyzedSentence |
TrimDisambiguator.disambiguate(AnalyzedSentence input)
|
| Methods in de.danielnaber.languagetool.tagging.disambiguation.xx with parameters of type AnalyzedSentence | |
|---|---|
AnalyzedSentence |
DemoDisambiguator.disambiguate(AnalyzedSentence input)
|
AnalyzedSentence |
TrimDisambiguator.disambiguate(AnalyzedSentence input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||