Skip to content

Commit 990d603

Browse files
authored
Update README.md
1 parent 4d03518 commit 990d603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Run the below code (**_prop_gop_eqn.py_**) to compute the score using the propos
1010
```python
1111
python prop_gop_eqn.py posterior_infile.ark alignment_infile.txt gop_outfile.txt
1212
```
13-
* The **_alignment_infile.txt_** file is the output of the forced-alignment of the learner's uttered speech and this is obtained using **_align.sh_**.
14-
* The **_posterior_infile.ark_** file contains the frame level posterior-probabilities of the learner's uttered speech and this is obtained using **_nnet_am_compute.cc_**.
13+
* The **_alignment_infile.txt_** file is the output of the forced-alignment of the learner's uttered speech (.wav file) and this is obtained using **_align.sh_**.
14+
* The **_posterior_infile.ark_** file contains the frame level posterior-probabilities of the learner's uttered speech (.wav file) and this is obtained using **_nnet_am_compute.cc_**.
1515
* The **_gop_outfile.txt_** file contains the score for each phoneme.
1616

1717
**NOTE** :

0 commit comments

Comments
 (0)