Trying to do the decoding and scoring after monophone training and alignemnt. I have checked mfcc feature for both train and test data. They all seems fine.
This is the out of file exp/mono/decode/scoring_kaldi/best_wer: %WER 100.00 [ 110566 / 110566, 0 in , 110566 del, 0 ub ] exp/mono/decode/wer_7_0.0
This is my directory structure so far (Just to know if I am missing anything)
├── conf
├── data
│ ├── lang
│ │ ├── phones
│ │ └── tmp
│ ├── local
│ │ ├── dict
│ │ └── lang
│ ├── test
│ │ ├── conf
│ │ └── split4
│ │ ├── 1
│ │ ├── 2
│ │ ├── 3
│ │ └── 4
│ ├── train
│ │ ├── conf
│ │ ├── data
│ │ └── split4
│ │ ├── 1
│ │ ├── 2
│ │ ├── 3
│ │ └── 4
│ └── train_10k
│ └── split4
│ ├── 1
│ ├── 2
│ ├── 3
│ └── 4
├── exp
│ ├── make_mfcc
│ │ └── data
│ │ ├── test
│ │ └── train
│ ├── mono
│ │ ├── decode
│ │ │ ├── log
│ │ │ └── scoring_kaldi
│ │ │ ├── log
│ │ │ ├── penalty_0.0
│ │ │ │ └── log
│ │ │ ├── penalty_0.5
│ │ │ │ └── log
│ │ │ ├── penalty_1.0
│ │ │ │ └── log
│ │ │ └── wer_details
│ │ ├── graph
│ │ │ └── phones
│ │ └── log
│ ├── mono0a
│ │ └── decode_test_yesno
│ │ └── log
│ └── mono_ali
│ └── log
├── local
├── mfcc
├── src -> ../../src
├── steps -> ../wsj/s5/steps
└── utils -> ../wsj/s5/utils