Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to output one word per line? #20

Open
SourEyeglasses opened this issue Aug 27, 2021 · 0 comments
Open

Possible to output one word per line? #20

SourEyeglasses opened this issue Aug 27, 2021 · 0 comments

Comments

@SourEyeglasses
Copy link

Hello. Thank you for creating this code. It is very helpful. Is it possible for me to make a change somewhere so the output is a single word per row with timestamp and speaker id? I tried to change the init.py some to do this but so far have been unsuccessful. Thank you.

Current output example:
0,0:00:00,0:00:4,spk_1, "It is hot."
0,0:00:04,0:00:5,spk_0, "Yes"

What I am trying to do
0,0:00:00,0:00:1,spk_1, "It"
0,0:00:01,0:00:2,spk_1, "is"
0,0:00:03,0:00:4,spk_1, "hot."
0,0:00:04,0:00:5,spk_0, "Yes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant