Mercurial > hg > aimc
comparison experiments/scripts/cnbh-syllables/results_plotting/gen_results.py @ 216:ff26c01db18d
- Typos
author | tomwalters |
---|---|
date | Tue, 14 Sep 2010 01:09:04 +0000 |
parents | 1ebf6aa96e3c |
children | 42d66bfbd9c8 |
comparison
equal
deleted
inserted
replaced
215:3a6334962357 | 216:ff26c01db18d |
---|---|
64 train_talkers = value | 64 train_talkers = value |
65 if option in ("-s", "--test_talkers"): | 65 if option in ("-s", "--test_talkers"): |
66 test_talkers = value | 66 test_talkers = value |
67 if option in ("-c", "--value_count"): | 67 if option in ("-c", "--value_count"): |
68 total_value_count = int(value) | 68 total_value_count = int(value) |
69 if option in ("-p", "--spoke_pattern_file"): | 69 if option in ("-p", "--spoke_pattern"): |
70 spoke_pattern_file = value | 70 spoke_pattern_file = value |
71 if option in ("-o", "--output_filename"): | 71 if option in ("-o", "--output_filename"): |
72 output_filename = value | 72 output_filename = value |
73 | 73 |
74 except Usage, err: | 74 except Usage, err: |