Omnibus commited on
Commit
ab5426b
·
verified ·
1 Parent(s): 5beb9ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,8 +53,9 @@ def get_nouns(text=text,steps=1):
53
  blob = TextBlob(text)
54
  for sentence in blob.sentences:
55
  sen_list.append(str(sentence))
56
-
57
  key_cnt=len(sen_list)
 
58
  cnt=0
59
  go=True
60
  a="Z"
 
53
  blob = TextBlob(text)
54
  for sentence in blob.sentences:
55
  sen_list.append(str(sentence))
56
+ print(sen_list)
57
  key_cnt=len(sen_list)
58
+ print(key_cnt)
59
  cnt=0
60
  go=True
61
  a="Z"