def add_word_dict(word, freq=None, tag=None): ''' ????????? ''' jieba.add_word(word, freq=None, tag=None)