Class UppercaseNounReadingFilter

java.lang.Object
org.languagetool.rules.patterns.RuleFilter
org.languagetool.rules.de.UppercaseNounReadingFilter

public class UppercaseNounReadingFilter extends RuleFilter
Accepts rule matches when the uppercased word of the token parameter has a noun reading, e.g. German "stand" (past of "stehen") would be turned into "Stand" and the rule match would be accepted, as it's a noun.
Since:
3.3