GithubHelp home page GithubHelp logo

mboshi-french-parallel-corpus's People

Contributors

besacier avatar mzboito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mboshi-french-parallel-corpus's Issues

Silent file

Hi,

It seems that this utterance is complete silence:
abiayi_2015-09-09-13-14-50_samsung-SM-T530_mdw_elicit_Dico10_197

Best,
Lucas

Mapping from IPA phones of Mboshi to the annotated phones

Thank you for sharing the low-resource parallel corpus with alignment and its French translation.

I'm trying to use some phonological knowledge on the Mboshi, but I encountered some confusability of telling which IPA phone corresponding to the annotated phone in full_corpus_newsplit.

Mboshi has 68 different phones,however in full_corpus_newsplit corpus there are only 31 phones for annotation, I'm trying hard to create the mapping from the 68 phones to the 31 phones, but it seems to be hard.

I am wondering is it possible to opensource the mapping file from 68 phones to the 31 phones, or where else can I get the information of the phone mapping?

I have checked these two papers but there is not enough information to get the mapping
"A Very Low Resource Language Speech Corpus for Computational Language Documentation Experiments"
"Developing an Embosi (Bantu C25) Speech Variant Dictionary to Model Vowel Elision and Morpheme Deletion"

Corrupted wav files

Hi Laurent,

There are some audio wav files that are corrupted. Most likely the length stored in some wav files does not match the actual number of samples. This may affect some softwares, for instance HCopy (from HKT) will fail to extract features for those corrupted files. I've managed to fix the problem by using the following:

    $ cat fix_wav.sh
    #!/bin/bash
    wav="$1"
    outdir="$2"
    bname=$(basename $wav)
    sox --ignore-length "$wav" "$outdir/$bname"
    $ mkdir mboshi-french-parallel-corpus/full_corpus_newsplit/all.fixed
    $ find mboshi-french-parallel-corpus/full_corpus_newsplit/all -name '*wav' -exec ./fix_wav.sh {} mboshi-french-parallel-corpus/full_corpus_newsplit/all.fixed \;

I was then able to use HTK to extract the features for all the files.

Best,
Lucas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.