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

Improve handling of Russian house numbers #3171

Open
n-timofeev opened this issue Aug 25, 2023 · 1 comment
Open

Improve handling of Russian house numbers #3171

n-timofeev opened this issue Aug 25, 2023 · 1 comment

Comments

@n-timofeev
Copy link
Contributor

The Russian community has an agreement on the format of house numbers, but it is slightly different from how addresses are usually written. Example: "5 литера Б" is "5 литБ" in OSM. This can be fixed by client-side preprocessing, but I think it should be done by the search server.
Most common values (dots are optional):

Full Abbreviations OSM Example
дом д. - 42
корпус корп. / кор. / к. к 42 к1
литера литер / лит. лит 42 литА
строение стр. / с. с 42 с1
сооружение соор. соор 42 соор1
флигель флиг. / фл. фл 42 фл1

In addition, the search will fail if input string contains additional data such as room number. Perhaps, we should create a list of tokens that can be deleted?

@mtmail mtmail changed the title Improve handling of house numbers Improve handling of Russian house numbers Aug 25, 2023
@lonvia
Copy link
Member

lonvia commented Oct 25, 2023

Also блок -> бл (see #3049 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants