Skip to content

Commit

Permalink
feat(streets): update street synonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored and orangejulius committed Jul 13, 2020
1 parent abbbb01 commit 8206fe0
Show file tree
Hide file tree
Showing 7 changed files with 1,210 additions and 251 deletions.
12 changes: 9 additions & 3 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ function generate(){
"icu_folding",
"trim",
"custom_name",
"street_suffix",
"street_synonyms_en",
"street_synonyms_usps",
"street_synonyms_de",
"directionals",
"ampersand",
"remove_ordinals",
Expand Down Expand Up @@ -103,7 +105,9 @@ function generate(){
"remove_duplicate_spaces",
"ampersand",
"custom_name",
"street_suffix",
"street_synonyms_en",
"street_synonyms_usps",
"street_synonyms_de",
"directionals",
"icu_folding",
"remove_ordinals",
Expand Down Expand Up @@ -150,7 +154,9 @@ function generate(){
"trim",
"remove_duplicate_spaces",
"custom_street",
"street_suffix",
"street_synonyms_en",
"street_synonyms_usps",
"street_synonyms_de",
"directionals",
"icu_folding",
"remove_ordinals",
Expand Down
129 changes: 0 additions & 129 deletions synonyms/street_suffix.txt

This file was deleted.

7 changes: 7 additions & 0 deletions synonyms/street_synonyms_de.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
straße => strasse, str
strasse, str
brücke => bruecke, brucke, br
bruecke, brucke, br
bahnhof, bhf, bf
chaussee, ch
platz, pl
Loading

0 comments on commit 8206fe0

Please sign in to comment.