I have a program where I read in a document and then put all the words in a hash delete repeats and add to frequency of that word.
So for example:
KEY: VALUE: dog 2 cat 4 rat 1
Now I was told I need to compute the rank of each word and print those stats. What does this mean exactly? What type of math do I need to be looking at? If someone could point me to a document talking about word rank that could help.
Thanks