docs: update Update docs for virtualenv use

This commit is contained in:
Sarah Hoffmann
2024-12-20 11:27:45 +01:00
parent 8dd218a1d0
commit f76dbb0a16
3 changed files with 26 additions and 56 deletions

View 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