"""
Tokenizer for testing.
"""
+from nominatim.indexer.place_info import PlaceInfo
def create(dsn, data_dir):
""" Create a new instance of the tokenizer provided by this module.
@staticmethod
def process_place(place):
+ assert isinstance(place, PlaceInfo)
return {}