cellanet commited on
Commit
de6415b
1 Parent(s): 2067eff

Update machine_learning.py

Browse files
Files changed (1) hide show
  1. machine_learning.py +1 -1
machine_learning.py CHANGED
@@ -45,7 +45,7 @@ def convert_to_list(file):
45
  temp_bag.append(x)
46
 
47
  for x in temp_bag:
48
- x1 = npl(x)
49
  temp = []
50
  for z in x1:
51
  temp.append(z.lemma_)
 
45
  temp_bag.append(x)
46
 
47
  for x in temp_bag:
48
+ x1 = nlp(x)
49
  temp = []
50
  for z in x1:
51
  temp.append(z.lemma_)