Sarah Hoffmann

Results 467 comments of Sarah Hoffmann

For the second case you probably want to add 'Hallenbad' as a special phrase in https://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases/DE. The search is rather "get me some swimming pool in Mombach" rather than "get...

We'd have to do compound decomposition here. It might be a possibility in the future, especially now that we have the possibility to implement language-specific tokenizers. But it's still a...

A quick search yields * https://github.com/repodiac/german_compound_splitter * and https://github.com/JoelNiklaus/CompoundSplit They look like a good base for a custom German tokenizer.

The import uses `getDocsWithHousenumber()` too. It is called in the import thread. See: https://github.com/komoot/photon/blob/719df8ce10ccb10c20165119a525042225b09b17/src/main/java/de/komoot/photon/nominatim/ImportThread.java#L34 Nominatim has a couple of 'dead' interpolations in its table. They don't have the startnumber set....

Public transport data in OSM is tricky. I've largely ignored that so far in Nominatim apart from the simple name search that just works like others. The PT mapping schema...

Ignoring is not possible but it is possible to detect unknown postcodes when they follow a well known format. Needs #1302.

Not in the immediate future.

Hi @VeryStupid, you are warmly welcome to tackle this issue. I don't have yet a clear idea how intersection search should be implemented, so let me just elaborate a bit...

Example for the US from Trac issue #3089: http://nominatim.openstreetmap.org/search?q=hollywood%20blvd%20and%20highland%20ave,%20los%20angeles,%20ca&format=xml&addressdetails=1

This would basically be the `admin` field in the [geocode spec](https://github.com/geocoders/geocodejson-spec/tree/master/draft#feature-object). We could add this to the database. I'm just a bit worried about size because we would need to...