Skip to content

Commit

Permalink
[pt] Improved the other disambiguation.xml rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Sep 28, 2024
1 parent 31de892 commit 1ba23d8
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,13 @@
<rule>
<pattern>
<token postag="V.+" postag_regexp="yes"/>
<token min='1' max='2' postag="[DP].+" postag_regexp="yes"/>
<token postag="Z0[FM]P0" postag_regexp="yes"/>
<token min='1' max='2' postag="SPS00|(SPS00:)?[DP].+|RG|CS|VMG0000|VMN0000" postag_regexp="yes"/>
<token postag="Z0.[PN].+" postag_regexp="yes"/>
<marker>
<token regexp="yes">como|logo</token>
<and>
<token postag="VMIP1S0" postag_regexp="no"/>
<token postag="RG" postag_regexp="no"/>
</and>
</marker>
</pattern>
<disambig action="remove" postag="[NV].*"/>
Expand Down

0 comments on commit 1ba23d8

Please sign in to comment.