Live data from Hacker News

Show HN: Latex-wc – Word count and word frequency for LaTeX projects

github.com

1–8 of 8 posts

Show HN: Latex-wc – Word count and word frequency for LaTeX projects

#1
I was revising my proposal defense and kept feeling like I was repeating the same term. In a typical LaTeX project split across many .tex files, it’s awkward to get a quick, clean word-frequency view without gluing everything together or counting LaTeX commands/math as “words”.

So I built latex-wc, a small Python CLI that:

- extracts tokens from LaTeX while ignoring common LaTeX “noise” (commands, comments, math, refs/cites, etc.)

- can take a single .tex file or a directory and recursively scan all *.tex files

- prints a combined report once (total words, unique words, top-N frequencies)

Fastest way to try it is `uvx latex-wc [path]` (file or directory). Feedback welcome, especially on edge cases where you think the heuristic filters are too aggressive or not aggressive enough.

Show HN: Latex-wc – Word count and word frequency for LaTeX projects
github.com

Re: Show HN: Latex-wc – Word count and word frequency for LaTeX projects

#5
post #4
post #3

Earlier quoted context omitted.

I think it's this - https://www.piwheels.org/project/latex-wc/

Added above. Thanks!

I think the link to source code repository would be better

https://github.com/sethbarrett50/LaTeX-wc