Skip to content

Conversation

@johnjosephmorgan
Copy link
Contributor

A recipe to build an ASR system with the Tunisian_MSA corpus of Arabic.

johnjosephmorgan and others added 30 commits September 25, 2017 10:49
@johnjosephmorgan
Copy link
Contributor Author

It looks like I was not able to resolve the conflicts. I accept help :)

@danpovey
Copy link
Contributor

OK @xiaohui-zhang and @huangruizhe will look at it.

@entn-at
Copy link
Contributor

entn-at commented Sep 19, 2018

The conflicts seem to be due to changes to files in the heroico recipe that don't seem to be related to the Tunisian MSA recipe.

@xiaohui-zhang
Copy link
Contributor

done in #2725

@@ -0,0 +1,10 @@
#!/bin/bash

cut -d " " -f 1 qcri.txt > qcri_words_buckwalter.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be
cat qcri.txt | tail -n +4 | cut -d " " -f 1 > qcri_words_buckwalter.txt
cat qcri.txt | tail -n +4 | cut -d " " -f 2 > qcri_prons.txt
Otherwise lines like "# Copyright" will be included.

@johnjosephmorgan
Copy link
Contributor Author

johnjosephmorgan commented Sep 21, 2018 via email

#!/bin/bash

cut -d " " -f 1 qcri.txt > qcri_words_buckwalter.txt
cut -d " " -f 2 qcri.txt > qcri_prons.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the option -f 2 should be -f 2-. I realized this after I saw totally wrong decoding results...

@danpovey
Copy link
Contributor

I'm closing this PR because I believe we merged it indirectly via #2725. If there are other changes you want us to merge, please let us know.

@danpovey danpovey closed this Sep 30, 2018
@johnjosephmorgan
Copy link
Contributor Author

johnjosephmorgan commented Sep 30, 2018 via email

@danpovey
Copy link
Contributor

danpovey commented Oct 1, 2018

@xiaohui-zhang would you mind making a PR with the latest changes, if appropriate? No hurry.

@xiaohui-zhang
Copy link
Contributor

xiaohui-zhang commented Oct 1, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants