|
@ -206,7 +206,7 @@ def predict_data_post_processing(text_list): |
|
|
|
|
|
|
|
|
return_list = {} |
|
|
return_list = {} |
|
|
sentence_one = [] |
|
|
sentence_one = [] |
|
|
sentence_id = "0" |
|
|
sentence_id = text_list_sentence[0][1] |
|
|
for i in text_list_sentence: |
|
|
for i in text_list_sentence: |
|
|
if i[1] == sentence_id: |
|
|
if i[1] == sentence_id: |
|
|
sentence_one.append(i[0]) |
|
|
sentence_one.append(i[0]) |
|
|