Skip to content

Commit

Permalink
[de] add AI AP
Browse files Browse the repository at this point in the history
  • Loading branch information
St-ac-y committed Aug 8, 2024
1 parent 079c5c0 commit a107c57
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,18 @@ To ignore a remote rule match, set the <marker> so that it exactly covers the te
</rulegroup>

<rulegroup id="AI_DE_GGEC_REPLACEMENT_ORTHOGRAPHY_LOWERCASE" name="">
<rule>
<pattern>
<token postag="PRO:PER:DAT.*"/>
<token inflected="yes">werden|sein</token>
<token min="0" postag="ADV.*|ADJ.*" postag_regexp="yes"/>
<token min="0" postag="ADV.*|ADJ.*" postag_regexp="yes"/>
<marker>
<token regexp="yes">angst|gram</token>
</marker>
</pattern>
<example correction="">Mir wird schon ganz <marker>angst</marker>.</example>
</rule>
<rule>
<pattern>
<token case_sensitive="yes">sie</token>
Expand Down

0 comments on commit a107c57

Please sign in to comment.