🕛
Monday / Mar 17th, 20253/17/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

"Context-Free Grammar" challenge

In this Coding Challenge, I code a Context-Free Grammar text generator from scratch. The concept of recursion is explored. This video is part of Session 7 of the "Programming from A to Z" ITP class.

"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.