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

Update app.py

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