Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed May 8, 2015
1 parent 9d7cce0 commit 89f57ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions SRE2010/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Here is the Kaldi SRE2010 folder, please notice that this project is based on Kaldi SRE2008 example,forked under version r3473. PLDA adaption in the latest release is not used in this project.
Here is the Kaldi SRE2010 folder, this project is based on Kaldi SRE2008 example,forked under version r3473. PLDA adaption in the latest release is not used in this project.





To make it work:
To reproduce experimental results:


###some script are changed so that the the file may not need in sorted order

1. install kaldi
```
svn checkout -r 3473 https://svn.code.sf.net/p/kaldi/code/trunk/
```
2. git this projcet
2. change in path.sh to point to your kaldi system folder
3. change path in wav.scp data folder
4. make sure files in sid/steps/utils are executable
Expand Down
2 changes: 1 addition & 1 deletion doc/help_kaldi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To view raw feature, type the following command in the terminal
```
copy-feats ark:./abc.ark ark,t:
```
This command means copy the feature form input source (ark:source) to output target (ark,t:target),here we leave "target" empty so the feature will print to the terminal.
This command means copy the feature from input source (ark:source) to output target (ark,t:target),here we leave "target" empty so the feature will print to the terminal.
Following two commands will dump the features to text file
```
copy-feats ark:./abc.ark ark,t: > a.txt
Expand Down

0 comments on commit 89f57ee

Please sign in to comment.