标签: python scikit-learn tf-idf tfidfvectorizer
我有一个任务来获取最高的IDF值。 例如
corpus = [ 'this is the first document', 'this document is the second document', 'and this is the third one', 'is this the first document', ]
,结果应具有按功能/单词的字母顺序排列的最高IDF值