Skip to content

Commit

Permalink
[de] avoid false alarms (LIEBER_ANNA)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jun 20, 2022
1 parent 48c772e commit 18eb89a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28075,28 +28075,30 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<pattern>
<token postag="SENT_START"/>
<marker>
<token regexp="yes">lieb.*<exception>Liebe</exception></token>
<token regexp="yes">lieb.*<exception>Liebe</exception><exception>Liebste</exception></token>
</marker>
<token postag="EIG:NOM:SIN:FEM:(.*)VOR" postag_regexp="yes"><exception postag="EIG:NOM:SIN:MAS:(.*)VOR" postag_regexp="yes"/></token>
<token>,</token>
</pattern>
<message>Möglicher Tippfehler: Meinten Sie <suggestion><match no="2" case_conversion="preserve" regexp_match="ieb.*" regexp_replace="iebe"/></suggestion>?</message>
<short>&typo;</short>
<example correction="Liebe"><marker>Lieber</marker> Anna, ...</example>
<example><marker>Liebste</marker> Anna, wie geht es dir?</example>
</rule>
<rule>
<pattern>
<token postag="SENT_START"/>
<marker>
<token regexp="yes">lieb.*<exception>Lieber</exception></token>
<token regexp="yes">lieb.*<exception>Lieber</exception><exception>Liebster</exception></token>
</marker>
<token postag="EIG:NOM:SIN:MAS:(.*)VOR" postag_regexp="yes"><exception postag="EIG:NOM:SIN:FEM:(.*)VOR" postag_regexp="yes"/></token>
<token>,</token>
</pattern>
<message>Möglicher Tippfehler: Meinten Sie <suggestion><match no="2" case_conversion="preserve" regexp_match="ieb.*" regexp_replace="ieber"/></suggestion>?</message>
<short>&typo;</short>
<example>Ich <marker>liebe</marker> Dieter, weil ...</example>
<example correction="Lieber"><marker>Liebe</marker> Dieter, ...</example>
<example>Ich <marker>liebe</marker> Dieter, weil ...</example>
<example><marker>Liebster</marker> Dieter, wie geht es dir?</example>
</rule>
<rule>
<pattern case_sensitive="yes">
Expand Down

0 comments on commit 18eb89a

Please sign in to comment.