RUCAIBox / CRSLab

CRSLab is an open-source toolkit for building Conversational Recommender System (CRS).
https://github.com/RUCAIBox/CRSLab
MIT License
507 stars 113 forks source link

Please replace the pkuseg tokenizer #63

Open jotline opened 2 years ago

jotline commented 2 years ago

pkuseg is no longer compatible with python 3.9. please use jieba or spacy_pkuseg instead. Please refer to https://github.com/lancopku/pkuseg-python/issues/162

txy77 commented 2 years ago

We are going to update it soon. Please use python 3.7 for now.