Statistics

From Toreas

Jump to: navigation, search

These numbers are updated infrequent and should not be taken as 100% accurate, but rather as a good estimate and general idea about the contents of this page. If you have more ideas for metrics, please contact me.

Page Words Bytes Chars Wordlength Sentences Paragraphs Printpages
Introduction 308 1,788 1,429 4.64 23 10 2
Chapter 1 3,406 18,182 14,322 4.20 223 84 14
Chapter 2 1,799 9,787 7,707 4.28 133 50 8
Chapter 3 2,290 12,104 9,476 4.14 158 56 10
Chapter 4 2,606 13,617 10,431 4.00 249 110 11
Chapter 5 2,262 12,000 9,271 4.10 194 81 10
Chapter 6 2,719 14,319 11,187 4.11 211 70 11
Chapter 7 3,124 16,689 13,007 4.16 262 101 13
Chapter 8 2,313 12,191 9,437 4.08 188 86 10
Totals 20,827 110,677 86,267 - 1,641 648 89
Averages 2,314 12,297 9,585 4.19 182 72 10

Columns:

  • Page: The page the stat is about, including link to that particular page in the story.
  • Words: Count of words in that page. I'm using the function str_word_count from PHP to generate this result. It has shown me the same numbers as the word count tool in notepad++ which is my main editor I'm using to write Toreas.
  • Bytes: How many bytes that particular page occupies including all spaces, newlines and so on.
  • Chars: Actually printable characters on the page.
  • Sentences: A bit tricky that one. This metric takes the text, changes all ! and ? into ., then removes all occurrences where there are two or more . in a row replacing them with a single one. In the end it just counts all the . in the text. If that does not catch all sentences or I have missed something terrible here, please let me know.
  • Paragraphs: Simply put, it counts all instances where there are two line breaks in a row and adds 1.
  • Printpages: If this was printed, how many pages would this create? It's words divided by 250 and rounded up. Unless I find a better number, I stick with this one for now. Source of the number 250 words per page

Notes about word and character counts: People familiar with wiki syntax and who look at the pages might notice I use templates on the story pages and of course links (sometimes named links) as well as categories. These would then add to the stats above, but fear not. I have created a small tool that strips all wiki text out of the pages and leaves only the real text intact. The templates are removed entirely, so is the category link and the extra unprinted words in named links. The chapter header is also ignored (Chapter X).

Personal tools