Mercurial > hg > aimc
comparison experiments/scripts/cnbh-syllables/results_plotting/gen_results.py @ 105:886b6d5c52cf
- Typos
author | tomwalters |
---|---|
date | Tue, 14 Sep 2010 01:09:04 +0000 |
parents | 63bd7787ff98 |
children | 53b888e0f0df |
comparison
equal
deleted
inserted
replaced
104:5185022d76a3 | 105:886b6d5c52cf |
---|---|
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: |