Skip to content

Commit

Permalink
fix typo in Tokenizers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail authored Dec 16, 2024
1 parent 9058dab commit df6f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/Tokenizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df6f70d

Please sign in to comment.