Skip to content

Commit

Permalink
Merge pull request #99 from MichaelKohler/feature/add-klasse-de
Browse files Browse the repository at this point in the history
DE rules: add 'Klasse' to filter
  • Loading branch information
MichaelKohler committed Mar 6, 2020
2 parents 7f770d4 + adc838b commit 2a6e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/de.toml
Expand Up @@ -25,7 +25,7 @@ matching_symbols = [
# - Mixed upper/lowercase in words (LaSi - mostly chemical elements?)
abbreviation_patterns = [
"[A-Z]+\\.*[A-Z]",
"^(Jahrhundert|Liga|Bundesliga)",
"^(Jahrhundert|Liga|Bundesliga|Klasse)",
"bzw\\.|ca\\.|gem\\.|[v|n]\\.\\sChr\\.|sog\\.|Co\\.|Art\\.|geb\\.|hl\\.|int\\.|allg\\.|bes\\.|bez\\.|eigtl\\.|gegr\\.|ugs\\.|urspr\\.|usw\\.|zz\\.",
"[\\.|\\?|!].+$",
"(\\s[A-Za-z]{1}[\\.|\\?|!]*$)|(^[A-Za-z]{1}\\s)|\\s[A-Za-z]{1}\\s",
Expand Down

0 comments on commit 2a6e355

Please sign in to comment.