GithubHelp home page GithubHelp logo

masesespeech's Introduction

MaseseSpeech

  1. General information

======================

MaseseSpeech is a corpus of read speech in Lingala, based on 11 books of proverbs in the Bible. Its purpose is to enable the training and testing of automatic speech recognition(ASR) systems for Lingala.

Lingala (Ngala) is a Bantu language spoken throughout the northwestern part of the Democratic Republic of the Congo and a large part of the Republic of the Congo. It is spoken to a lesser degree in Angola and the Central African Republic. There are over 70 million lingalophones.

You can use this notebook for a quick look of a working ASR example using PyTorch.

  1. Structure

============

The corpus is split into two parts : train-lean and dev-lean. The subsets are disjoint.

The parts of the corpus are as follows:

* train-clean - training set, of approximately 1 hours of "clean" speech
* dev-clean - development set of approximately 1 hours of "clean" speech

2.1 Organization of the training and test subsets

When extracted, each of the {dev,train} sets re-creates MaseseSpeech's root directory, containing some metadata, and a dedicated subdirectory for the subset itself. The audio for each individual verse is stored under a dedicated subdirectory in the subset's directory, and each audio verse is stored in separate subsubdirectory. The following ASCII diagram depicts the directory structure:

<corpus root>
    |
    .- README.TXT
    |
    .- train-clean/
            |
            .- 020/
                |
                .- 001/
                |    |
                |    .- 020-001.trans.txt
                |    |    
                |    .- 020-001-0001.wav
                |    |
                |    .- 020-001-0002.wav
                |    |
                |    ...
                |
                .- 002/
                    | ...

where 020 is the ID of the book (which is always proverbs in this dataset), and 001 and 002 are the IDs of the chapters read by this speaker. The *.trans.txt files contain the transcripts for each of the utterances, derived from the respective chapter and the wav files contain the audio itself.

  1. Data Download

================

Acknowledgments

===============

First and foremost, I would like to thank the African Master in Machine Intelligence for givin me the environnement to run this project and create this dataset.

The successful completion of this project would have been much more difficult, if it wasn't for the generous support, provided by Professor Laurent Besacier, Univ. Grenoble Alpes.

Thanks also to the Lig-Aikuma project for providing the platform to record and create this dataset.


Salomon KABONGO, Jul. 6, 2020

masesespeech's People

Contributors

kabongosalomon avatar

Stargazers

Colin Wilson avatar

Watchers

James Cloos avatar  avatar

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.