I downloaded WN-Affect. I am however not sure how to use it to detect the mood of a sentence. For example if I have a string \"I hate football.\" I want to be able to detec
However, WordNet 1.6 is still available for download. You can use the nltk.corpus.WordNetCorpusReader class to load it. I wrote all the code to do it here.