I am trying to find blog posts/research articles relating to using the NLTK library in fiction/philosophy analysis. I am entirely new to this - although not new to programming.
I've seen things relating to text classification and sentiment analysis, but not many that does something similar to what this article does : Fictional Simulation, Automatic Extraction of Key Scenes from Novels
In order to get a feeling with what NLTK enables us to do, I've built a small program that takes a text, split it in three parts, takes the 10 most frequent words of the first part and looks at the evolution of the context in which these words are used in the two other parts. Does that make any sense?
If you know of a good NLTK community, I would be happy to know - I tried IRC but the channel seems quiet...
Thank you and have a wonderful day !
PS : I do not know how to avoid being flag since this isn't a straight Q&A answer, but felt that this question had the most chance of being answered here.