Omnibus commited on
Commit
675b1b5
·
verified ·
1 Parent(s): 31e4cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def get_nouns(text,steps=1):
116
  sen_obj=proc_sen(sen_list,i)
117
  #json_out[out_js]={'nouns':ea}
118
  json_out[out_js]=sen_obj
119
- print (json_out[out_js])
120
 
121
  big_cnt+=1
122
  if big_cnt==key_cnt:
 
116
  sen_obj=proc_sen(sen_list,i)
117
  #json_out[out_js]={'nouns':ea}
118
  json_out[out_js]=sen_obj
119
+ print (out_js)
120
 
121
  big_cnt+=1
122
  if big_cnt==key_cnt: