Nitish Sharma

Results 1 issues of Nitish Sharma

The function returns 'None' for vocabList when using the following: #### vocabList = np.genfromtxt(join('Data', 'vocab.txt'), dtype=object) It works with the following code #### vocabList = np.genfromtxt(join('Data', 'vocab.txt'), dtype=str)