回答編集履歴
1
追記
test
CHANGED
@@ -23,3 +23,11 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
[sklearn.feature_extraction.text.CountVectorizer — scikit-learn 0.21.3 documentation](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html)
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
また、gensimというテキストからの特徴抽出に特化したライブラリもあります。リファレンスやネットの使用例を見てみて、目的に合っていそうな方を選ぶと良いでしょう。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
[gensim: corpora.dictionary – Construct word<->id mappings](https://radimrehurek.com/gensim/corpora/dictionary.html)
|