我已经装了CountVectorizer一些文件scikit-learn.我想在文本语料库中看到所有术语及其相应的频率,以便选择停用词.例如
CountVectorizer
scikit-learn
'and' 123 times, 'to' 100 times, 'for' 90 times, ... and so on
这有什么内置功能吗?
python text-extraction machine-learning scikit-learn
machine-learning ×1
python ×1
scikit-learn ×1
text-extraction ×1