运行example01.py
TypeError: ‘module’ object is not callable
报错
模块不可调用
在TextRankKeyword中发现,segmentation.py中不止一个函数,需要修改为Segmentation.Segmentation
运行example01.py
TypeError: ‘module’ object is not callable
报错
模块不可调用
在TextRankKeyword中发现,segmentation.py中不止一个函数,需要修改为Segmentation.Segmentation