Examples of PostReformPortugueseCompoundRule


Examples of org.languagetool.rules.pt.PostReformPortugueseCompoundRule

    for (Rule rule : super.getRelevantRules(messages)) {
      if (rule.getClass() != PreReformPortugueseCompoundRule.class) {
        filteredRules.add(rule);
      }
    }
    filteredRules.add(new PostReformPortugueseCompoundRule(messages));
    return filteredRules;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.