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

Missing annotation #1

Closed
menon92 opened this issue Jan 25, 2020 · 1 comment
Closed

Missing annotation #1

menon92 opened this issue Jan 25, 2020 · 1 comment

Comments

@menon92
Copy link

menon92 commented Jan 25, 2020

I download asr_bengali_0.zip it's utt_spk_text.tsv has some missing annotation in transcription

it is complete dataset or not or dataset is partially annotated

Thanks

@menon92
Copy link
Author

menon92 commented Jan 25, 2020

when I read .tsv file using,

df = pd.read_csv(UTT_SPK, sep='\t', names=['FileID', 'UserID', 'Transcript'])

then I face this problem. After using,

open(UTT_SPK) as tsv:

It solve my problem

@menon92 menon92 closed this as completed Jan 25, 2020
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