Skip to content

Commit

Permalink
[de] added 3 gGEC APs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisa-LT committed Sep 20, 2023
1 parent cd39266 commit 07f0ff3
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1747,5 +1747,42 @@ To ignore a remote rule match, set the <marker> so that it exactly covers the te
</rule>
</rulegroup>

<rulegroup id="AI_DE_GGEC_UNNECESSARY_PRONOUN" name="">
<rule><!--1-->
<pattern>
<token>alles</token>
<token>alles</token>
<token min="0">alles</token>
<token min="0">erdenklich</token>
<token regexp="yes">Gute|Liebe</token>
</pattern>
<example correction="">Ich wünsche Dir <marker>alles alles erdenklich Liebe</marker> zum Geburtstag.</example>
</rule>
</rulegroup>

<rulegroup id="AI_DE_GGEC_UNNECESSARY_ADVERB" name="">
<rule><!--1-->
<pattern>
<token>sehr</token>
<token>sehr</token>
<token min="0">sehr</token>
<token postag="ADJ.*|PRO.*" postag_regexp="yes" />
</pattern>
<example correction=""> Ich bin <marker>sehr sehr skeptisch</marker> wegen des Datenschutzes.</example>
</rule>
</rulegroup>

<rulegroup id="AI_DE_GGEC_REPLACEMENT_DETERMINER_FORM" name="">
<rule><!--1-->
<pattern>
<token>auf</token>
<token>die</token>
<token>harte</token>
<token>Tour</token>
</pattern>
<example correction="">Das hat auch er <marker>auf die harte Tour</marker> gelernt.</example>
</rule>
</rulegroup>

</category>
</rules>

0 comments on commit 07f0ff3

Please sign in to comment.