Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

madcat arabic scripts cleaning and adding higher order language model #2718

Merged
merged 9 commits into from
Sep 19, 2018
Prev Previous commit
Next Next commit
adding overwrite variable
  • Loading branch information
aarora8 committed Sep 17, 2018
commit bff652cc88c46741fb7e14be429b79a77834d812
4 changes: 4 additions & 0 deletions egs/madcat_ar/v1/local/extract_features.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

# Copyright 2017 Yiwen Shao
# 2018 Ashish Arora

# Apache 2.0
# This script runs the make features script in parallel.

nj=4
cmd=run.pl
feat_dim=40
Expand Down
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/run_end2end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ writing_condition1=/export/corpora/LDC/LDC2012T15/docs/writing_conditions.tab
writing_condition2=/export/corpora/LDC/LDC2013T09/docs/writing_conditions.tab
writing_condition3=/export/corpora/LDC/LDC2013T15/docs/writing_conditions.tab
data_splits_dir=data/download/data_splits
overwrite=false

. ./cmd.sh ## You'll want to change cmd.sh to something that will work on your system.
## This relates to the queue.
Expand Down