Skip to content

Commit

Permalink
Merge pull request #10001 from baarsrj/new-disambig-rule-039
Browse files Browse the repository at this point in the history
add disambug rule 039 (from idea)
  • Loading branch information
R. Baars authored Dec 28, 2023
2 parents 12531be + 576fd7c commit 6387ef9
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2481,4 +2481,26 @@ Copyright (C) 2008-2023 Ruud Baars
<disambig action="filterall"/>
</rule>

<!--
? 49498 (2) WKW:VLT:1EP WKW:TGW:1EP/WKW:TGW:3EP/BYW/VNW:OBP
6022: kon niet
3474: had niet
3461: was niet
2973: zou niet
2859: werd niet
2283: ging niet
2192: kwam niet
1756: antwoordde niet
1699: reageerde niet
-->
<rule id="NEW_039" name="-">
<pattern>
<token postag="WKW:VLT:1EP"><exception negate_pos="yes" postag="WKW:VLT:1EP"/></token>
<marker>
<token postag="BYW">niet</token>
</marker>
</pattern>
<disambig action="filterall"/>
</rule>

</rules>

0 comments on commit 6387ef9

Please sign in to comment.