]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/icu_name_processor.py
complete tests for rule loader
[nominatim.git] / nominatim / tokenizer / icu_name_processor.py
index a0f229742abef322c8914e81069232ef67410877..4d5975c35323d52a5fe4757df36ca8446df0cc89 100644 (file)
@@ -58,6 +58,9 @@ class ICUNameProcessorRules:
 
 
 class ICUNameProcessor:
+    """ Collects the different transformation rules for normalisation of names
+        and provides the functions to aply the transformations.
+    """
 
     def __init__(self, rules):
         self.normalizer = Transliterator.createFromRules("icu_normalization",