Skip to content

Commit

Permalink
[pt] Major improvement in verbs/nouns in disambiguation.xml rule ID:R…
Browse files Browse the repository at this point in the history
…ARE_POS
  • Loading branch information
marcoagpinto committed Nov 5, 2024
1 parent 55a4dad commit 408009e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@
</pattern>
<disambig action="remove" postag="V.*"/>
</rule>
<rule> <!-- Used ChatGPT 4o to verify the 22981 results -->
<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="(SPS00:)?D[AI].+|PP.+|Z0.+" postag_regexp="yes"><exception postag_regexp='yes' postag='PI.+'/></token>
<marker>
<and>
<token postag="VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM" postag_regexp="yes"/>
<token postag="VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM" postag_regexp="yes"/>
<token postag="NC.+" postag_regexp="yes"/>
</and>
</marker>
Expand Down

0 comments on commit 408009e

Please sign in to comment.