Skip to content

Commit

Permalink
Merge pull request #10977 from languagetool-org/lt_marcoagpinto_20241…
Browse files Browse the repository at this point in the history
…102_0720

[pt] Fix to disambiguation.xml rule ID:RARE_POS
  • Loading branch information
marcoagpinto authored Nov 2, 2024
2 parents 4703071 + c3b9705 commit 91067e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<rulegroup id="RARE_POS" name="rare POS tags">
<rule> <!-- Used ChatGPT 4o to verify the 22981 results -->
<pattern>
<token postag="V.+" postag_regexp="yes"/>
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+'/></token>
<token postag="(SPS00:)?D[AI].+|PP.+|Z0.+" postag_regexp="yes"><exception postag_regexp='yes' postag='PI.+'/></token>
<marker>
<and>
Expand Down

0 comments on commit 91067e3

Please sign in to comment.