Hi all, I’d like to create a FRENCH Deepspeech model :
Voxforge provides ~140 hours, and is not too difficult to clean.
the Lium (university of Mons) provides lot of hours, but audio format ‘sph’ (sphere) must be converted to wav.
If you know location for others audio material place, please answer here.
Thanks all
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
One thing that we could work on would be to extract audio and text from french parliament sessions. At least I know the debates’ transcriptions are not 100% accurates, but the written speeches from ministers for examples, should be.
Hi Lissyx,
Yes, it could be a good way to gain wav’s.
Now, need a tool to properly cut sentences, ( because we can’t estimate a pause duration as a endligne (“point”)
Not sure about French specifically but other European countries have national language institutions that are building and sharing language corpora including audio corpora.
The both collect data themselves and use sources like transcribed news from national TV. You can check if that’s available for French.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
5
Interesting, do you have any links for that? I’ve failed finding anything at EU level
I was looking for a national language specifically rather then a unified EU platform but some raw resources (different licenses, different formats) for several languages can be found here:
Question : does anyone has an idea for cutting audio/text ?
I think that we must limit sentences duration : a long sentences can cause bad synchronization.
Cutting a sentence at a end point is the normal way, but about Vad ?!
Please, add your ideas (or programs link, LOL)
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
8
Are you still looking to create a french model?
Is there anything we can do to help?
I’ve trid to record me on VoxForg but haven’t been validated…so I suppose the project is dead and halas, Mozilla doesn’t give yet the opportuniy ro record voice other than English.
Regards,
G
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
11
Common Voice is being localized, as we speak. So it should be possible to work on other languages as soon as this is completed. @mikehenrty ?
I found very good tool for audio and text alignment which supports several languages including French, Finnish and many others - Aeneas, https://www.readbeyond.it/aeneas/
1 Like
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
18
Yes, you should segment at least text (transcription) file somehow. I use NLTK-package to split raw text on punctuation or alternatively you can split anyway you want. As the result I get each segment on its own row in the transcription file. And then Aeneas does the rest!
There might be very tiny error such as the first or last word goes into wrong segment, but otherwise it performs surprisingly well.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
20
Nice ! Would you be able to give it a try on the video I linked above, if I extract you audio and text links ?