]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_api/search/query.py
add inner word break penalty
[nominatim.git] / src / nominatim_api / search / query.py
index b2e18337c67e22e7198812689ee81a44af8ef499..aa16943133f294d6b59e61008969513fcc0400d9 100644 (file)
@@ -122,6 +122,7 @@ class TokenRange:
     """
     start: int
     end: int
     """
     start: int
     end: int
+    penalty: Optional[float] = None
 
     def __lt__(self, other: 'TokenRange') -> bool:
         return self.end <= other.start
 
     def __lt__(self, other: 'TokenRange') -> bool:
         return self.end <= other.start