Skip to content

Commit

Permalink
[nl] another disambig rule
Browse files Browse the repository at this point in the history
  • Loading branch information
baarsrj committed Dec 27, 2023
1 parent 7ef9246 commit db0a950
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2340,4 +2340,30 @@ Copyright (C) 2008-2023 Ruud Baars
<disambig action="remove" postag="ZNW:EKV"/>
</rule>

<!--
? 65332 (4) VGW/VRZ VNW:AWZ:EKV:DE_ ZNW:EKV:DE_ ITP:PNT/SENT_END
1373: voor de deur.
889: voor de toekomst.
800: om de hoek.
531: voor de hand.
445: met de auto.
409: voor de boeg.
262: met de hand.
249: voor de lunch.
-->
<rule id="NEW_032" name="-">
<pattern>
<marker>
<and>
<token postag="VGW"/>
<token postag="VRZ"/>
</and>
</marker>
<token postag="VNW:AWZ:EKV:DE_"><exception negate_pos="yes" postag="VNW:AWZ:EKV:DE_"/></token>
<token postag="ZNW:EKV:DE_"><exception negate_pos="yes" postag="ZNW:EKV:DE_"/></token>
<token postag="SENT_END" regexp="yes">[.!?]</token>
</pattern>
<disambig action="remove" postag="VGW"/>
</rule>

</rules>

0 comments on commit db0a950

Please sign in to comment.