add tests for cleaning housenumbers

This commit is contained in:
Sarah Hoffmann
2022-01-20 23:47:20 +01:00
parent 3ce123ab69
commit c170d323d9
7 changed files with 106 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ class UpdateRefresh:
"Postcode updates on a frozen database is not possible.")
if args.word_tokens:
LOG.warning('Updating word tokens')
tokenizer = self._get_tokenizer(args.config)
tokenizer.update_word_tokens()