I have a single text file, which has multiple paragraphs of text data. I can create word cloud from it.
But while creating word associations using "findAssocs()" function, I always get numeric(0) as output. Is it because there is just 1 document in the DTM ?
What is the work-around in this case ?