You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been asked to create a Wordle or Word Cloud based on inscription data.
BUT! They would like to included common phrases. Like "in loving memory of", "always in our hearts", "together again".
When I've previously done word clouds, it has always been done on single words. Does anyone know I can create a "phrase" wordle? Or even just get stats out about common phrases?
The text was updated successfully, but these errors were encountered:
Selecting all the inscriptions from the DB is easy. SELECTION inscription WHERE 1 etc.
The text can then be dumped in a Word Cloud site. I can find lots of software which works on individual words, but none which will automatically find phrases.
It's pretty dumb, and not currently suitable for running server-side due to high resource usage, but may be helpful as a first step depending on desired usage. It looks to the live API for data (With caching on subsequent runs) but could be easily adapted to DB usage; the fetch of the inscription list is contained to one function.
We've been asked to create a Wordle or Word Cloud based on inscription data.
BUT! They would like to included common phrases. Like "in loving memory of", "always in our hearts", "together again".
When I've previously done word clouds, it has always been done on single words. Does anyone know I can create a "phrase" wordle? Or even just get stats out about common phrases?
The text was updated successfully, but these errors were encountered: