In another thread (Red, Blue, Green--other? ), someone expressed an interest in a program that would count word frequency in a document. Since I'm a computer programmer in real life, the idea got under my skin and I wrote one.
The program is written in a MS Word 2000 document (yes, you can do that) and it allows you to find the word frequency of any Word document (.doc), text file (.txt), or Rich Text document (.rtf). It should work with higher versions of Word, but I haven't tested it. In additon to word frequency, it also calculates the closest proximity of any two instances of the same word, so you can see if you are using words too close to each other.
I have a copy on my website, here:
http://www.rogerjcarlson.com/WritingHelp/TechTips.html
I was going to attach it here, but it's too big (77K). I'd appreciate your feedback. The document is zipped so you'll have to unzip it. There are instructions on the document itself which explain how to use it.
The program is written in a MS Word 2000 document (yes, you can do that) and it allows you to find the word frequency of any Word document (.doc), text file (.txt), or Rich Text document (.rtf). It should work with higher versions of Word, but I haven't tested it. In additon to word frequency, it also calculates the closest proximity of any two instances of the same word, so you can see if you are using words too close to each other.
I have a copy on my website, here:
http://www.rogerjcarlson.com/WritingHelp/TechTips.html
I was going to attach it here, but it's too big (77K). I'd appreciate your feedback. The document is zipped so you'll have to unzip it. There are instructions on the document itself which explain how to use it.