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
+1 -1
View File
@@ -2,7 +2,7 @@ import unittest
import numpy as np
from IndicoIo import political, sentiment, fer, facial_features, language
from indicoio import political, sentiment, fer, facial_features, language
class FullAPIRun(unittest.TestCase):