I have a dataset where I have multiple text-type columns (150+), and I want to be able to visualize the common words between all of them, as well as their own separate words. I tried using venn-diagram plots by matplotlib but they're restricted to 3 sets only.
I'm interested to know - is there a way I can plot the pyLDAVis plot for all my columns as sets on the left of the venn-diagram, and my vocabulary (756 words) on the right?
Or perhaps there's another way of plotting multiple word-clouds and showing their intersection?
Much appreciated.