languagetool-org / languagetool

Style and Grammar Checker for 25+ Languages
https://languagetool.org
GNU Lesser General Public License v2.1
12.04k stars 1.38k forks source link

[nl] Al vast bedankt. / Alvast bedankt. #7193

Open ghost opened 1 year ago

ghost commented 1 year ago
<rulegroup id="AL_VAST" name="Al vast/alvast">
    <rule>
        <pattern>
            <marker>
                <token>al</token>
                <token>vast</token>
            </marker>
            <token postag="WKW:VTD:ONV"/>
        </pattern>
        <message>U beodelt <suggestion>alvast</suggestion> (nu al)?</message>
        <example correction="alvast">De sonde is <marker>al vast</marker> geland.</example>
    </rule>
    <rule>
        <pattern>
            <token postag="WKW:VTD:ONV"/>
            <marker>
                <token>al</token>
                <token>vast</token>
            </marker>
        </pattern>
        <message>U beodelt <suggestion>alvast</suggestion> (nu al)?</message>
        <example correction="alvast">Bedankt <marker>al vast</marker>.</example>
    </rule>
</rulegroup>
ghost commented 1 year ago

This does not catch them all, but quite a lot.