R text mining documents from CSV file (one row per doc)

前端 未结 2 1217
梦如初夏
梦如初夏 2020-12-13 22:40

I am trying to work with the tm package in R, and have a CSV file of customer feedback with each line being a different instance of feedback. I want to import all the conten

2条回答
  •  误落风尘
    2020-12-13 23:12

    You can use TermDocumentMatrix() on your fdbk object, and obtain a term document matrix where each row represent a customer feedback.

提交回复
热议问题