mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
use yaml tag syntax to mark include files
This commit is contained in:
4941
settings/icu-rules/extended-unicode-to-asccii.yaml
Normal file
4941
settings/icu-rules/extended-unicode-to-asccii.yaml
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,16 @@ normalization:
|
||||
- "ß > 'ss'" # German szet is unimbigiously equal to double ss
|
||||
- "[[:Punctuation:][:Space:]]+ > ' '"
|
||||
- ":: NFC ()"
|
||||
transliteration: icu_transliteration.rules
|
||||
transliteration:
|
||||
- !include icu-rules/extended-unicode-to-asccii.yaml
|
||||
- ":: Ascii ()"
|
||||
- ":: NFD ()"
|
||||
- "'' >"
|
||||
- "[[:Nonspacing Mark:] [:Cf:]] >"
|
||||
- "[^[:Ascii:]] >"
|
||||
- ":: lower ()"
|
||||
- "[[:Punctuation:][:Space:]]+ > ' '"
|
||||
- ":: NFC ()"
|
||||
compound_suffixes:
|
||||
# Danish
|
||||
- hal
|
||||
|
||||
Reference in New Issue
Block a user