Fixed up sentiment api and updated docs

This commit is contained in:
Slater-Victoroff
2014-06-06 19:41:41 -04:00
parent 8d34b05d9b
commit b5ece3d51b
6 changed files with 19 additions and 11 deletions
+1
View File
@@ -1,5 +1,6 @@
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
from text.sentiment import political, spam, posneg
from text.sentiment import posneg as sentiment
from images.fer import fer
from images.features import facial_features