Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,13 +119,14 @@ def get_nouns(text=text,steps=1):
|
|
119 |
if go1==True:
|
120 |
step_cont_box[ii-1]=step_cont_box[ii-1]+1
|
121 |
go1=False
|
|
|
122 |
#pos-=1
|
123 |
cnt=0
|
124 |
else:
|
125 |
#step_cont_box[pos]=control_char[cnt]
|
126 |
step_cont_box[pos]=cnt
|
127 |
-
print(step_cont_box)
|
128 |
cnt+=1
|
|
|
129 |
big_cnt+=1
|
130 |
if big_cnt==noun_cnt:
|
131 |
print
|
|
|
119 |
if go1==True:
|
120 |
step_cont_box[ii-1]=step_cont_box[ii-1]+1
|
121 |
go1=False
|
122 |
+
|
123 |
#pos-=1
|
124 |
cnt=0
|
125 |
else:
|
126 |
#step_cont_box[pos]=control_char[cnt]
|
127 |
step_cont_box[pos]=cnt
|
|
|
128 |
cnt+=1
|
129 |
+
print(step_cont_box)
|
130 |
big_cnt+=1
|
131 |
if big_cnt==noun_cnt:
|
132 |
print
|