我有一个从 youtube 评论构建的术语文档矩阵
约 977 份文件
使用以下方法创建了一个术语文档矩阵:
dtm <- DocumentTermMatrix(doc_corpus)
然后应用该功能
findAssocs(dtm,"hello", 0.6)
得到以下(从法语翻译)
Error in which (x [term],> corlimit): index out of bounds
所有其他功能都像 findFreqTerms 和 hclus 等一样工作