🕛
Sunday / Mar 16th, 20253/16/2025

#40 — Word Counter

Languages

p5.js,Processing,

In this challenge, we build a word counting (concordance) application, and visualize the frequency of each word using variable font size! We also implement the TF-IDF algorithm

  • Editing

    by Mathieu Blanchette

  • Animations

    by Jason Heglund

Passenger Showcase

No showcase projects submitted yet, you could be the first!

Have you made something? Please share your work!

Try a challenge!

Suggested by the video you're watching

"Markov Chain Name Generator" challenge

In this multi-part coding challenge I attempt to use a Markov Chain to generate a new name for my YouTube channel.

"Wikipedia API" challenge

In this coding challenge, I make a "Wikipedia web crawler" in JavaScript. It randomly crawls from topic to topic on Wikipedia using the API and the p5.js library.