def __init__(self, diction=None, content=None): self.diction = diction or "assets/location.dict" self.content = content or "" jieba.load_userdict(self.diction)