How to export document collection to excel
sapperlon
New Altair Community Member
I am working on a topic modeling (LDA) project and I get the I00bjectCollection after cleaning the text (tokenize, stopwords, stem..etc). These documents look like this (see attachment).
I want to export these cleaned documents into excel and then use R to generate an intertopic distance map using LDAvis package. Does anyone know how to do this?
I want to export these cleaned documents into excel and then use R to generate an intertopic distance map using LDAvis package. Does anyone know how to do this?
0
Answers
-
Hi,you first need to use Documents to Data and can then use Write Excel.Best,Martin0