- Returns a JSON-serialisable structure that will be handed into
- the database via the token_info field.
- """
+ def update_postcodes_from_db(self):
+ pass
+
+ def update_special_phrases(self, phrases):
+ self.analyser_cache['special_phrases'] = phrases
+
+ def add_country_names(self, code, names):
+ self.analyser_cache['countries'].append((code, names))
+
+ def process_place(self, place):