From 2098b4aa851537ed26aafa4640026237d6a8bed8 Mon Sep 17 00:00:00 2001 From: Elie Khoury <elie.khoury@idiap.ch> Date: Sun, 25 Aug 2013 12:39:53 +0200 Subject: [PATCH] +1 change in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 468a63c..5df14b5 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Speaker recognition protocol on the Voxforge Database ===================================================== `Voxforge`_ offers a collection transcribed speech for use with **Free** and **Open Source Speech Recognition Engines**. -In this package, we design a speaker recognition protocol that uses a subset of the **english audio files** (only 6561 files) belonging to **30 speakers**. -This subset is splitted into three equivalent parts: Training (10 speakers), Development (10 speakers) and Test (10 speakers) sets. +In this package, we design a speaker recognition protocol that uses a **small subset of the english audio files** (only 6561 files) belonging to **30 speakers** randomly selected. +This subset is split into three equivalent parts: Training (10 speakers), Development (10 speakers) and Test (10 speakers) sets. This package serves as a toy example of speaker recognition database while testing `xbob.speaker_recognition`_. @@ -40,7 +40,7 @@ publications: Installation ------------ -Just download this package and uncompressed it locally:: +Just download this package and decompress it locally:: $ wget http://pypi.python.org/packages/source/x/xbob.voxforge/xbob.db.voxforge-0.0.1.zip $ unzip xbob.db.voxforge-0.0.1.zip -- GitLab