AlgorithmFan

Results 5 comments of AlgorithmFan

你好,这个问题解决了吗?我也碰到相同的问题,很懊恼,jieba官网上说,支持py2exe的,但是制作后,还是不行

你好,按照你上面说的方法,加上 jieba.set_dictionary("dict.txt") jieba.initialize() 仍然出现下面的错误。 Traceback (most recent call last): File "mainWidget.py", line 6, in File "docKeyword.pyc", line 13, in File "jieba\posseg__init__.pyc", line 61, in File "jieba\posseg__init__.pyc", line 20, in load_model...

谢谢,已经解决,犯了低级错误,应该将 jieba.set_dictionary("dict.txt") jieba.initialize() 直接放在import jieba后面,然后再进行import jieba.posseg as pseg,这样才可以在程序中修改dict.txt的路径,再次表示感谢。

Could you list the methods related with best known solution mentioned in the report and how to combine these methods, if that is convenient for you. Thank you.

Please reference the graphical model project: https://github.com/AlgorithmFan/GraphicalModelForRecommendation/blob/master/cf_rating/BPTF.py