Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] disambiguation.xml, improved rule ID:RARE_POS #10901

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
<pattern>
<token postag="Z0[FM]P0" postag_regexp="yes"/>
<token postag="Z0.[PN].+" postag_regexp="yes"/>
<marker>
<and>
<token postag="VMIP2S0|VMN02S0|VMSF2S0" postag_regexp="yes"/>
Expand All @@ -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