What is a word?
March 22, 2005 2:11 PM
Subscribe
WordFilter: I'm using Microsoft Word as my word processing software for a very, very large project (my PhD). I have a strict limit of 100,000 words to follow, and although it seems as if that's a lot, I'm feeling the pinch right about now. The issue I'm having is that I get conflicting reports when I do a word count, using 2 different methods...
Using Word's own counting algorithm, I get a significantly higher count than I do when I do an Alt-Enter on the document in Win 2K Pro. At first, I thought that Word's count might be better, but then I read this
explanation from Microsoft that seems to indicate that discrete characters, line header numbers, and the like might be counted as words.
So what contributes to the differences in the counts? Is one more accurate than the other? I'm hoping the Win 2K count is more precise, as it gives me a little more wiggle room, but I'm prepared for the answer either way. Also, does the Win 2K method account for footnotes and endnotes? I assume it does, as those are still words within the document, although at this point, anything might be true!
posted by yellowcandy to writing & language (14 comments total)
For example, if you export your Word document to text and use 'wc' on a UNIX platform (Cygwin/Linux/OS X etc.) you will get the same results as in Word's algorithm: the page numbering and other header and footer information will be exported along with the text, and 'wc' will scan them.
On the other hand, Word 2004 for Macintosh will give you the option of enabling footnotes and captions in a word count. By default these are not included in calculations.
posted by AlexReynolds at 2:24 PM on March 22, 2005