Align several sentences with NFA (Nemo Forced Aligner Tool) #5847
-
Hi, First of all thanks for providing NFA which seems to work great with French. I only tested it with one sentence and I would like to test it with several ones but I can't figure out how to input all the sentences I want it to align. The documentation states :
So I tried with one file and it worked but then how to align several utterances ? This is what I tried :
None of these trials worked. How can I write several utterances in the manifest file ? Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your first example is the one which is correct - {"audio_filepath": "/absolute/path/to/audio.wav", "text": "the transcription of the utterance_1"} No new line at the end of the manifest file |
Beta Was this translation helpful? Give feedback.
Your first example is the one which is correct -
{"audio_filepath": "/absolute/path/to/audio.wav", "text": "the transcription of the utterance_1"}
{"audio_filepath": "/absolute/path/to/audio.wav", "text": "the transcription of the utterance_2"}
No new line at the end of the manifest file