updated language example, changes module name to lowercase

This commit is contained in:
Slater-Victoroff
2014-08-01 15:29:36 -04:00
parent d5087188fc
commit 4fe2952df4
15 changed files with 35 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
Version, version, __version__, VERSION = ('0.4.1',) * 4
from text.sentiment import political, posneg
from text.sentiment import posneg as sentiment
from text.lang import language
from images.fer import fer
from images.features import facial_features