You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to implement optional "--exclude-xxx fn" flags to exclude recordings during cv export?
--exclude-voices voices.txt // E.g. to measure the effect of a single person recording too much
--exclude-sentences sentences.txt // E.g. to exclude reported sentences
--exclude-gender [male|female|other|empty] // E.g. to train with male voices and test with female voices
etc
That would very much ease any experiments on biasing effects.
PS: The correct place to implement these would be CorporaCreator but it is not actively maintained as you know.
Similar can be implemented for opus corpora.
Bülent
The text was updated successfully, but these errors were encountered:
That's an interesting idea. I guess I would probably try and do it in a different way and have some kind of configuration file to avoid overloading the commandline. If you give some concrete examples I can think how to implement it.
Is it possible to implement optional "--exclude-xxx fn" flags to exclude recordings during cv export?
That would very much ease any experiments on biasing effects.
PS: The correct place to implement these would be CorporaCreator but it is not actively maintained as you know.
Similar can be implemented for opus corpora.
Bülent
The text was updated successfully, but these errors were encountered: