Skip to content

Commit

Permalink
[nl] improved rule IS_JOUW_MRV
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-baas committed Mar 3, 2023
1 parent a9ad2f6 commit 42869d2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,13 @@ regexp case-insensitive maken: (?i)
</marker>
<token>jouw</token>
<token postag_regexp="yes" postag="ZNW:MRV:DE_"></token>
<token>
<exception postag_regexp="yes" postag="ZNW.*"/>
</token>
</pattern>
<message>\3 is meervoud, dus het zou moeten zijn '<suggestion>zijn</suggestion> jouw \3'.</message>
<message><match no="3" case_conversion="startupper" /> is meervoud, dus het zou moeten zijn '<suggestion>zijn</suggestion> jouw \3'.</message>
<example correction="zijn">Dit <marker>is</marker> jouw auto's.</example>
<example>Dat is jouw broers mening.</example>
</rule>
</category>

Expand Down

0 comments on commit 42869d2

Please sign in to comment.