2013-01-11から1日間の記事一覧

nltk.TextCollection.tf_idf の使い方

nltk.text.TextCollection クラスの説明は以下にある: http://nltk.googlecode.com/svn/trunk/doc/api/nltk.text.TextCollection-class.html TF-IDF とは TF(term frequency): 文書 d におけるトークン t の出現頻度 IDF(inverted document frequency) …