language detection added

This commit is contained in:
Slater-Victoroff
2014-08-01 02:30:22 -04:00
parent b5ece3d51b
commit d5087188fc
10 changed files with 95 additions and 43 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
__version__ = '0.3.3'
from text.sentiment import political, spam, posneg
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