Skip to content

Commit

Permalink
add disambug rule 039 (from idea)
Browse files Browse the repository at this point in the history
  • Loading branch information
baarsrj committed Dec 28, 2023
1 parent 2faeb17 commit 576fd7c
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 576fd7c

Please sign in to comment.