]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Tokenizers.md
remove farms and isolated dwellings from computed addresses
[nominatim.git] / docs / develop / Tokenizers.md
index 8ce2134373d105eea59f8a675026156c42f4415d..a1dae78bf369f35f48fc49c9284d4c5e12f9cc12 100644 (file)
@@ -95,7 +95,7 @@ Nominatim expects two files containing the Python part of the implementation:
 
  * `src/nominatim_db/tokenizer/<NAME>_tokenizer.py` contains the tokenizer
    code used during import and
- * `src/nominatim_api/search/NAME>_tokenizer.py` has the code used during
+ * `src/nominatim_api/search/<NAME>_tokenizer.py` has the code used during
    query time.
 
 `<NAME>` is a unique name for the tokenizer consisting of only lower-case