Skip to content

Commit 58da667

Browse files
committed
mmmm
1 parent 44ccff6 commit 58da667

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

batchalign/formats/chat/generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ def generate_chat_preamble(doc, birthdays=[]):
158158
header = []
159159
header.append("@Languages:\t"+", ".join(doc.langs))
160160
header.append("@Participants:\t"+", ".join([f"{i.id} {i.name}" for i in doc.tiers]))
161-
if not check_utterances_ordered(doc):
162-
header.append("@Options:\tbullets")
161+
# if not check_utterances_ordered(doc):
162+
# header.append("@Options:\tbullets")
163163
header.append("\n".join([f"@ID:\t{i.lang}|{i.corpus}|{i.id}|{i.birthday}|{i.additional[0]}|{i.additional[1]}|{i.additional[2]}|{i.name}|{i.additional[3]}|{i.additional[4]}|" for i in doc.tiers]))
164164
for i in birthdays:
165165
header.append(f"@{i.id}:\t{i.content}")

batchalign/version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.7.22-post.12
2-
October 26st, 2025
3-
change numbers
1+
0.7.22-post.13
2+
November 23rd, 2025
3+
Remove bullets

0 commit comments

Comments
 (0)