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
wordsList = np.load('wordsList.npy')
print('Loaded the word list!')
wordsList = wordsList.tolist() #Originally loaded as numpy array
wordsList = [word.decode('UTF-8') for word in wordsList] #Encode words as UTF-8
wordVectors = np.load('wordVectors.npy')
Where can I get the wordsList and Vector file? Thanks.
The text was updated successfully, but these errors were encountered:
Where can I get the wordsList and Vector file? Thanks.
The text was updated successfully, but these errors were encountered: