Closed marcoagpinto closed 6 days ago
The pull request modifies the <antipattern>
section of the grammar.xml
file for the Portuguese language module. It updates the postag
attributes of <token>
elements to include additional patterns, enhancing the grammar rules' matching criteria. An <exception>
element is added to refine exception handling for specific tokens. Additionally, two new <example>
entries illustrate the usage of the updated grammar rules, providing context for the changes made.
File Path | Change Summary |
---|---|
languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml | Updated <token> signatures to include additional postag attributes and added an <exception> element. Two new <example> entries were added to demonstrate the updated grammar rules. |
grammar.xml
file, which is directly related to the changes made in the main PR that also modifies the grammar.xml
file for the Portuguese language module.grammar.xml
file, similar to the changes in the main PR that enhance grammar checking capabilities by adding new patterns.grammar.xml
file, which aligns with the main PR's focus on expanding the grammar rules for Portuguese.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
An antipattern to fix false positives.
Summary by CodeRabbit
New Features
Bug Fixes