Check out the live version: https://martin-martin.github.io/freqenctree/
And read more about the project on Medium.
Enter any text input (longer texts make it more interesting) and click the buttons.
You'll get the word tokens with their frequencies in descending order (cutoff <= 2).
I think the results look like a word🌳. I like that. : )
I'm learning NLP, and this was a little exercise using RegEx and JavaScript, while thinking about word frequencies.