]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix indent
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Sep 2021 08:30:35 +0000 (10:30 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Sep 2021 08:30:35 +0000 (10:30 +0200)
nominatim/tokenizer/icu_tokenizer.py

index e9cb3d26c48cca3000c2d322c66ff4375f0af622..61263678d811db87e90cc0ab8ed55b885d24a57c 100644 (file)
@@ -49,7 +49,7 @@ class LegacyICUTokenizer(AbstractTokenizer):
             sure the tokenizer remains stable even over updates.
         """
         loader = ICURuleLoader(config.load_sub_configuration('icu_tokenizer.yaml',
-                                              config='TOKENIZER_CONFIG'))
+                                                             config='TOKENIZER_CONFIG'))
         self.naming_rules = ICUNameProcessorRules(loader=loader)
         self.term_normalization = config.TERM_NORMALIZATION
         self.max_word_frequency = config.MAX_WORD_FREQUENCY