Operation request: Word Cloud Generator
Summary
Input a load of text, generate a word cloud which highlights the most used words (filtering out common words like 'the', 'and', 'it' etc.).
The basic output type could be a ranked list and the present type could be an image or some other HTML-based display.
Hi, Are we only focusing on English language?
Ideally not, but that's probably a good place to start. It would be nice if there was a dropdown option to choose which language, but I imagine that would be quite a lot of work, so let's start with English.
Hi @NalinGHub
You can pick this up; Go through contribution guidelines and follow the steps.
Have fun.
This is very minimal and text only but efficient I think. HTH.
[
{ "op": "To Lower case",
"args": [] },
{ "op": "Find / Replace",
"args": [{ "option": "Regex", "string": "\\W" }, "\\n", true, false, true, false] },
{ "op": "Unique",
"args": ["Line feed", true] },
{ "op": "Sort",
"args": ["Line feed", true, "Numeric"] }
]