You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning (from warnings module):
File "C:\Python34\lib\site-packages\langid\langid.py", line 167
nb_ptc = np.array(nb_ptc).reshape(len(nb_ptc)/len(nb_pc), len(nb_pc))
DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
Warning (from warnings module):
File "C:\Python34\lib\site-packages\langid\langid.py", line 243
arr = np.zeros((self.nb_numfeats,), dtype='uint32')
DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
I'm using python 3.4.1, numpy 1.8.1, and langid 1.1.4dev (python 3 branch)
The text was updated successfully, but these errors were encountered:
I'm receiving these warning while using langid:
I'm using python 3.4.1, numpy 1.8.1, and langid 1.1.4dev (python 3 branch)
The text was updated successfully, but these errors were encountered: