Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements 6 11 #9607

Merged
merged 5 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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