Text mining and visualization

Hallo, are there any custom widgets for text mining and visualization (word cloud etc) available?

Hi @Stefano ,

As far as I know, there aren’t any existing custom widgets out there but it should be possible to create one. Learn more about custom widgets here: Custom - Grist Help Center

There are many js libraries for creating word clouds, such as GitHub - jasondavies/d3-cloud: Create word clouds in JavaScript.

Thanks,