Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -152,10 +152,10 @@ def sort_doc(text,steps_in=0,control=None):
|
|
152 |
|
153 |
#json_out[out_js]={'nouns':ea}
|
154 |
json_out[str(out_js)]=sen_obj_out
|
155 |
-
print ("#################")
|
156 |
-
print (out_js)
|
157 |
-
print (sen_obj)
|
158 |
-
print ("#################")
|
159 |
|
160 |
big_cnt+=1
|
161 |
if big_cnt==key_cnt:
|
|
|
152 |
|
153 |
#json_out[out_js]={'nouns':ea}
|
154 |
json_out[str(out_js)]=sen_obj_out
|
155 |
+
#print ("#################")
|
156 |
+
#print (out_js)
|
157 |
+
#print (sen_obj)
|
158 |
+
#print ("#################")
|
159 |
|
160 |
big_cnt+=1
|
161 |
if big_cnt==key_cnt:
|