I just got everything up and running, but I'm encountering a warning:
TextTest = "Violence is spreading across Lagos after fighting in Aruba."
print( Profile.main(lang, NER, TextTest, word2vec_Dictionary, loaded_model) )
gives this warning:
SIFpreprocessing_test.py:105: RuntimeWarning: invalid value encountered in divide
emb[i,:] = np.asarray(w[i]).dot(WeArr[[np.asarray(x[i])],:]) / np.count_nonzero(np.asarray(w[i]))
I just got everything up and running, but I'm encountering a warning:
gives this warning: