From 12939c1a22679d7d493ac7c85876312dcebc67b4 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 28 Jul 2018 15:17:40 +1000 Subject: [PATCH] Update changelog --- changelog.md | 1 + docs/quickstart.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index e79fa02..a3d3b2a 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Fixed bug where batch sizes were not integers +- Corpus construction from Elan regression was fixed ## [0.3.1] - 2018-07-14 diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 198d38a..414c15a 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -50,7 +50,7 @@ Installation option 2: A "native" install Ensure Python 3 is installed. You will also need to install some system dependencies. For your -convienence we have an install script for dependencies for Ubuntu. To +convenience we have an install script for dependencies for Ubuntu. To install the Ubuntu binaries, run ``./ubuntu_bootstrap.sh`` to install ffmpeg packages. On MacOS we suggest installing via Homebrew with ``brew install ffmpeg``. @@ -85,7 +85,7 @@ Get the data `here `_ Unzip ``na_example_small.zip``. There should now be a directory -``na_example/``, with subdirfectories ``wav/`` and ``label/``. You can +``na_example/``, with subdirectories ``wav/`` and ``label/``. You can put ``na_example`` anywhere, but for the rest of this tutorial I assume it is in the working directory: ``persephone-tutorial/data/na_example/``.