Skip to content

Commit

Permalink
Merge pull request #9607 from Luisa-LT/improvements_6_11
Browse files Browse the repository at this point in the history
Improvements 6 11
  • Loading branch information
Luisa-LT authored Nov 6, 2023
2 parents ffc0f41 + 2a81609 commit 4101060
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155187,4 +155187,5 @@ Smombie/S #jugendsprache
fly #jugendsprache
side eye #jugendsprache
NPC #jugendsprache #abk
I bims #jugendsprache
I bims #jugendsprache
Topperformances #eng
Original file line number Diff line number Diff line change
Expand Up @@ -61067,5 +61067,7 @@ goofy
Kap Arkona/S
schutzwürdig/A
schutzunwürdig/A
Bourbon/S #name
Lemongrass #eng
Gedinge/N
Gedinge/S
Gedinge/S
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,6 @@ Forum
Profession
Ludwig
Promotion
Kommunion
Kommunion
Ruhrgebiet
Regiment
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ Minute
Puzzle
Street
Thermal
Grünen
Schlecht
Newsletter
Tuning
Expand Down Expand Up @@ -881,4 +880,17 @@ Promenaden
Gestänge
Orion
Lagunen
Parzellen
Parzellen
Gelb
Echthaar
Hacker
Bayern
Berlin
Hamburg
Bremen
Sachsen
Thüringen
Hessen
Brandenburg
Niedersachsen
Olivenöl
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,12 @@ To ignore a remote rule match, set the <marker> so that it exactly covers the te
</pattern>
<example correction="">Das ist doch <marker>papperlapapp</marker></example>
</rule>
<rule>
<pattern>
<token>Lemongrass</token>
</pattern>
<example correction=""><marker>Lemongrass</marker> ist ein aromatisches Gras, das als traditionelles Gewürz in der asiatischen Küche bekannt ist.</example>
</rule>
<rule>
<pattern>
<token regexp="yes">das|ein</token>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,5 @@ Aitana Bonmati=Aitana Bonmatí
50+1 Regelung=50+1-Regelung
50 plus 1 Regel=50+1-Regel
50 + 1 Regel=50+1-Regel
50+1 Regel=50+1-Regel
50+1 Regel=50+1-Regel
Subdivisions=Subdivisionen Meinten Sie den deutschen Plural von 'Subdivision'? 'Subdivisions' ist die englische Pluralform.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,46 @@ USA
<!-- ====================================================================== -->
<category id="COLLOQUIALISMS" name="Umgangssprache" type="style">

<rule id="I_BIMS_JUGENDSPRACHE" name="Hallo, I bims (ich bin's)" default="temp_off">
<rule id="I_BIMS_JUGENDSPRACHE" name="Hallo, I bims (ich bin's)">
<antipattern>
<token>I</token>
<token skip="-1">bims</token>
<token>ich</token>
<token>bins</token>
<example>"I bims" heißt soviel wie "ich bins".</example>
</antipattern>
<antipattern>
<token>I</token>
<token skip="-1">bims</token>
<token>ich</token>
<token>bin</token>
<token>'</token>
<token>s</token>
<example>"I bims" heißt soviel wie "ich bin's".</example>
</antipattern>
<antipattern>
<token>ich</token>
<token skip="-1">bins</token>
<token>I</token>
<token>bims</token>
<example>"Ich bins" heißt neuerdings "I bims".</example>
</antipattern>
<antipattern>
<token>ich</token>
<token>bin</token>
<token>'</token>
<token skip="-1">s</token>
<token>I</token>
<token>bims</token>
<example>"Ich bin's" heißt neuerdings "I bims".</example>
</antipattern>
<antipattern>
<token regexp="yes">„|"|'</token>
<token>I</token>
<token>bims</token>
<token regexp="yes">“|"|'</token>
<example>"I bims" heißt soviel wie "ich bins".</example>
</antipattern>
<pattern>
<token>I</token>
<token>bims</token>
Expand Down

0 comments on commit 4101060

Please sign in to comment.