First off, hello to everyone on MR who remembers me (and those who don't, as well). I used to be a prolific poster here (read: major MR addict)
.
I'm writing a program that takes the text of a book and then compiles interesting information about that book. For example, it might take Harry Potter and the Sorcerer's Stone and tell you that the top 6 word phrase is "he-who-must-not-be-named" and that the given phrase is used 54 times. It might tell you that the average characters per word is 4.3254 characters. It might tell you that the top used letter in the book is 'e' and it's used 66385 times. You get the idea - calculated statistics about books. I'm figuring out what those statistics will be right now.
So, the question is: What statistics are you interested in knowing about your favorite books?
Keep in mind, these must be calculable figures. That is to say, I can't calculate whether or not a book uses more happy or sad words. I can't calculate the number of protagonists in a book. Most qualitative stuff is out, unfortunately.
Thanks for the input!
Emerson
I'm writing a program that takes the text of a book and then compiles interesting information about that book. For example, it might take Harry Potter and the Sorcerer's Stone and tell you that the top 6 word phrase is "he-who-must-not-be-named" and that the given phrase is used 54 times. It might tell you that the average characters per word is 4.3254 characters. It might tell you that the top used letter in the book is 'e' and it's used 66385 times. You get the idea - calculated statistics about books. I'm figuring out what those statistics will be right now.
So, the question is: What statistics are you interested in knowing about your favorite books?
Keep in mind, these must be calculable figures. That is to say, I can't calculate whether or not a book uses more happy or sad words. I can't calculate the number of protagonists in a book. Most qualitative stuff is out, unfortunately.
Thanks for the input!
Emerson