Skip to content

Commit

Permalink
Merge pull request #10993 from languagetool-org/lt_marcoagpinto_20241…
Browse files Browse the repository at this point in the history
…106_0717

[pt] Fix for "ela o ama" in disambiguation.xml rule ID:RARE_POS
  • Loading branch information
marcoagpinto authored Nov 6, 2024
2 parents 1f46d93 + 5a9e0fa commit 391405a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</rule>
<rule> <!-- Used ChatGPT 4o to verify the 31048 results -->
<pattern>
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+|CC|SPS.+'/></token>
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+|CC|SPS.+|[DP].+'/></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 391405a

Please sign in to comment.