Omnibus commited on
Commit
744aead
·
verified ·
1 Parent(s): 07d605f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def get_nouns(text=text,steps=1):
56
 
57
 
58
  noun_box=[]
59
- for ea in blob_n.parse().split(" "):
60
  n=ea.split("/")
61
  if n[1] == "NN":
62
  noun_box.append(n[0])
 
56
 
57
 
58
  noun_box=[]
59
+ for ea in blob.parse().split(" "):
60
  n=ea.split("/")
61
  if n[1] == "NN":
62
  noun_box.append(n[0])