I know there are a number of ways of counting words in a LaTeX document, some more precise than others.
What I'm after is a way to perform simple statistics on a LaTeX document. This is, instead of just grouping all words and counting its length, I'd like to count the number of instances of each word separately.
The output would look something like this:
1. (15% - 456) that
++++++++++++++++++++++++++++++++++++++++++++
2. (10% - 308) the
++++++++++++++++++++++++++++++
3. (8% - 213) is
+++++++++++++++++++++
4. (4% - 102) of
+++++++++
5. (2% - 55) and
++++
Is there any tool out there that con do something similar do this?