python 使用sklearnfeature_extractiontext 需要哪个模块
在Python中使用sklearn.feature_extraction.text模块,需要导入sklearn库和sklearn.feature_extraction.text模块。
具体的导入语句如下:
from sklearn import feature_extraction
from sklearn.feature_extraction import text
这样就可以使用sklearn.feature_extraction.text模块中的功能了。
原文地址: https://www.cveoy.top/t/topic/hV3R 著作权归作者所有。请勿转载和采集!