Bulk sentences submission from Wikipedia

Hey @Gweltaz_DG, welcome. I’m another volunteer here, who did use Wikipedia sources a year before, so I’ll try to help.

Wikipedia is not CC0, but AFAIK there is a “fair-use” protocol between Mozilla Foundation (?) and Wikipedia Foundation for using a subset of sentences for being used in Common Voice. The rule is: max 3 RANDOM sentences per article.

To enforce this, there is cv-sentence-extractor repo, which does it automatically. You set the rules, it is run my the maintainer and imported by the staff.

Please read the information on the repo first, check the rules, and how people did implement them (I spent a nice couple of months to get good results - because, when it runs and inserted, you cannot go back).

These links can also be of help (search more using “sentence extractor” keywords):

And this is my PR which includes long steps I had to take for Turkish:

One change thou: The recording limits are increased, so you might increase the max-lengths / max-words in your rules (wrt. existing ones).

I hope this helps…