Skip to content

Commit 4e50adc

Browse files
committed
change something
1 parent 1a1920b commit 4e50adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
print(f"Num. of Cluster: {len(concat_indices)}, Max group size: {max_group_size}, Avg. group size: {avg_group_size:.2f}")
7474

7575
# ========================== [Ready to summarize] ==================
76-
batch_clusters = [
76+
batch_clusters = [ #주제별로 문장들이 합쳐져서 있음
7777
" ".join([segments[gi] for gi in group]) for group in concat_indices
7878
]
7979

utils/concat_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
function signature:
1515
args: text segments (list), any other arguments if needed
1616
returns: concatenated indexes (list)--> should be the final theme indexes
17-
17+
1818
"""
1919

2020
# concatenate based on time line

0 commit comments

Comments
 (0)