diff --git a/zoe_utils.py b/zoe_utils.py index 039e053..44e36ab 100644 --- a/zoe_utils.py +++ b/zoe_utils.py @@ -313,7 +313,7 @@ def get_mapped_types_of_title(self, title): if " " in title: title = title.replace(" ", "_") if regex.match(r'\d{4}', title): - return set() + self.freebase_map[title] = "" if title.lower() == title: concat = "" for token in title.split("_"):