]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/customize/Tokenizers.md
docs: update Update docs for virtualenv use
[nominatim.git] / docs / customize / Tokenizers.md
index 3c29972d7eedbf93a43e6946985281a737749fd2..d290c14816ae162872f793e2b605346aace7bcc1 100644 (file)
@@ -50,7 +50,7 @@ queries. This happens in two stages:
    as during the import process but may involve other processing like,
    for example, word break detection.
 2. The **token analysis** step breaks down the query parts into tokens,
-   looks them up in the database and assignes them possible functions and
+   looks them up in the database and assigns them possible functions and
    probabilities.
 
 Query processing can be further customized while the rest of the analysis