fxsjy / jieba

结巴中文分词
MIT License
33.39k stars 6.73k forks source link

enable_paddle不支持paddlepaddle 2.5.0版本 #996

Open Archer-Tatsu opened 1 year ago

Archer-Tatsu commented 1 year ago

复现代码:

import jieba
import paddle
paddle.enable_static()
jieba.enable_paddle()

报错

Import error, cannot find paddle.fluid and jieba.lac_small.predict module. Now, back to jieba basic cut......

使用2.4.2版本正常。