Omnibus commited on
Commit
8cd7d30
·
verified ·
1 Parent(s): 675b1b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -116,7 +116,10 @@ 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 (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 ("#################")
120
  print (out_js)
121
+ print (sen_obj)
122
+ print ("#################")
123
 
124
  big_cnt+=1
125
  if big_cnt==key_cnt: