Skip to content

Commit

Permalink
download link added
Browse files Browse the repository at this point in the history
  • Loading branch information
collectivat committed Aug 7, 2018
1 parent acf5999 commit 8e5a79e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ la seva abraçada havia estat una batalla el clímax una victòria
### Corpus
It _will be_ possible to download the audio corpus with the transcriptions and run `sphinxtrain`. For that, the script `setup_corpus.sh` is provided. It downloads a tar.gz archive which has the audio corpus with the necessary directory structure for `sphinxtrain`. Extracts it and writes the configuration file.

> **Note:** The `setup_corpus.sh` is not working yet. However the 240 hour acoustic corpus can be downloaded from [here](http://laklak.eu/share/tv3_0.3.tar.gz).
```
$ source scripts/setup_corpus.sh
--2018-03-01 16:51:23-- https://transfer.sh/ZPZ0C/ca-ca-0.1.gpg
Expand Down
6 changes: 3 additions & 3 deletions scripts/setup_corpus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ NOT_FOUND="ERROR: Could not find the sphinxtrain libraries locally. Make sure sp
After installation rerun the script or replace the PROJECT_PATH and SPHINX_LIB_PATH variables manually in the PROJECT_PATH/etc/sphinx_train.cfg file."

MODEL="ca-ca-0.1"
MODEL="tv3_0.3"

# download encrypted tar file
wget https://transfer.sh/ZPZ0C/$MODEL.gpg
wget http://laklak.eu/share/tv3_0.3.tar.gz
#TODO check download

# extract tar file
gpg --decrypt < $MODEL.gpg | tar xzf -
tar xzf tv3_0.3.tar.gz
#TODO check directory

# get local absolute path of the script
Expand Down

0 comments on commit 8e5a79e

Please sign in to comment.