Skip to content

Commit

Permalink
[nl] added full sentence disambiguation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
baarsrj committed Dec 8, 2023
1 parent 02fe605 commit 9995ead
Showing 1 changed file with 103 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1656,4 +1656,107 @@ Copyright (C) 2008-2018 Ruud Baars, TaalTik
</pattern>
<disambig action="filterall"/>
</rule>

<!-- NEW FULL SENTENCE DISAMBIGUATION PATTERNS -->
<rule id="SENT_f92a763e5da5cf1c42bbdd500a7e319a" name="-">
<!-- Verplichte ziekenfondsverzekering. -->
<!-- # 23933 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="BNW:STL:VRB"/>
<token postag="ZNW:EKV:DE_"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_45af8ccd7160bc4359f6ab97b659f0fe" name="-">
<!-- Een andere rol. -->
<!-- # 19624 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="GET:TXT:EKV"/>
<token postag="BNW:STL:VRB"/>
<token postag="ZNW:EKV:DE_"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_00de11a08a01da0ebe784a4cf88b6e3d" name="-">
<!-- De tijdslimiet was onvermijdelijk. -->
<!-- # 19289 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="VNW:AWZ:EKV:DE_"/>
<token postag="ZNW:EKV:DE_"/>
<token postag="WKW:VLT:1EP"/>
<token postag="BNW:STL:ONV"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_dcc3a3c15bc8d60b0fb609ed19b52efd" name="-">
<!-- De wielerpiste staat klaar. -->
<!-- # 17531 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="VNW:AWZ:EKV:DE_"/>
<token postag="ZNW:EKV:DE_"/>
<token postag="WKW:TGW:3EP"/>
<token postag="BNW:STL:ONV"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_f88aabc195d509fd92968a8d4d2b7483" name="-">
<!-- De resultaten lijken verbluffend. -->
<!-- # 15570 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="VNW:AWZ:MRV:DE_"/>
<token postag="ZNW:MRV:DE_"/>
<token postag="WKW:TGW:INF"/>
<token postag="BNW:STL:ONV"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_3ff39fc1781e22d185ee2d0cf06cda42" name="-">
<!-- Dat gebeurt grotendeels intuïtief. -->
<!-- # 15319 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="VNW:OND:EKV:HET"/>
<token postag="WKW:TGW:3EP"/>
<token postag="BYW"/>
<token postag="BNW:STL:ONV"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="SENT_bc614c5d69547efe99f5444958490040" name="-">
<!-- Stedenbouwkundige randvoorwaarden. -->
<!-- # 15079 -->
<pattern>
<token postag="SENT_START"/>
<marker>
<token postag="BNW:STL:VRB"/>
<token postag="ZNW:MRV:DE_"/>
</marker>
<token postag="SENT_END">.</token>
</pattern>
<disambig action="filterall"/>
</rule>

</rules>

0 comments on commit 9995ead

Please sign in to comment.