How to export document collection to excel
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?
Find more posts tagged with
Sort by:
1 - 1 of
11

Hi,
you first need to use Documents to Data and can then use Write Excel.
Best,
Martin