deno/lib/top_words
2025-09-26 19:38:24 +02:00
..
const.ts meow 2024-04-29 00:45:30 +01:00
mod.ts the biggest refactoring of 2024 2024-04-04 00:42:45 +02:00
readme.md lowercase readme 2025-09-26 19:38:24 +02:00
top.ts the biggest refactoring of 2024 2024-04-04 00:42:45 +02:00
walk.ts the biggest refactoring of 2024 2024-04-04 00:42:45 +02:00

-/top_words

naive top word counter

goes through a list of directories (that should contain text or code) and counts the most common words in them

incredibly naive approach with no stemming, no stop words, hardcoded bad directory names, etc.

dependencies

  • path