From 80f538b378bf20a252e60617c7a93021f0a3513b Mon Sep 17 00:00:00 2001 From: Jonty Wareing Date: Wed, 2 Jul 2014 17:37:02 +0100 Subject: [PATCH] Fix spelling of AFINN. It has two N's. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e094ee8..91f9c23 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Alternatively there's a draggable link [over on the main site](http://jonty.co.u Developers ======== -This is using [AFIN-111](http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010) sentiment analysis, which is awful, but still better than everything else when using twitter. A small amount of the code is taken from [sentiment](https://github.com/thisandagain/sentiment) by [thisandagain](https://github.com/thisandagain). Thanks. +This is using [AFINN-111](http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010) sentiment analysis, which is awful, but still better than everything else when using twitter. A small amount of the code is taken from [sentiment](https://github.com/thisandagain/sentiment) by [thisandagain](https://github.com/thisandagain). Thanks. If you want to play around with this you can see debug logging in the JS console, however Twitter disable it - you can re-enable it by issuing `delete console.log` in the console.