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

[nl] 2 more rules for disambiguation.xml #10147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -6096,4 +6096,46 @@ Copyright (C) 2008-2024 Ruud Baars
<disambig action="filterall"/>
</rule>

<!--
? 16568 (3) SENT_START VNW:PER:1EP:EKV:BEZ WKW:TGW:1EP/ZNW:EKV:DE_
5165: ~ Mijn vader
5109: ~ Mijn moeder
1412: ~ Mijn man
965: ~ Mijn stem
326: ~ Mijn mond
322: ~ Mijn hand
218: ~ Mijn dank
152: ~ Mijn hemel
-->
<rule id="NEW_238" name="-">
<pattern>
<token postag="SENT_START"/>
<token postag="VNW:PER:1EP:EKV:BEZ">mijn</token>
<token postag="ZNW:EKV:DE_"/>
</pattern>
<disambig action="filterall"/>
</rule>

<!--
? 15645 (3) WKW:TGW:INF/VNW:PER:3EP:EKV:BEZ BNW:STL:ONV ITP:PNT/SENT_END
694: zijn mogelijk.
641: zijn welkom.
382: zijn aanwezig.
380: zijn belangrijk.
281: zijn groot.
237: zijn gratis.
201: zijn beschikbaar.
182: zijn duidelijk.
-->
<rule id="NEW_239" name="-">
<pattern>
<marker>
<token>zijn</token>
</marker>
<token postag="BNW:STL:ONV"><exception negate_pos="yes" postag="BNW:STL:ONV"/></token>
<token postag="SENT_END" regexp="yes">[.!?]</token>
</pattern>
<disambig action="remove" postag="VNW:PER:3EP:EKV:BEZ"/>
</rule>

</rules>