speech_recognition
|
Variables | |
list | comm = [xx.strip() for xx in open(sys.argv[1], 'r')] |
fout = open(sys.argv[3], 'w') | |
sil_symbol = sys.argv[2] | |
int | state = 4 |
words = line.split() | |
list gen_wnet.comm = [xx.strip() for xx in open(sys.argv[1], 'r')] |
Definition at line 2 of file gen_wnet.py.
gen_wnet.fout = open(sys.argv[3], 'w') |
Definition at line 4 of file gen_wnet.py.
gen_wnet.sil_symbol = sys.argv[2] |
Definition at line 3 of file gen_wnet.py.
int gen_wnet.state = 4 |
Definition at line 10 of file gen_wnet.py.
gen_wnet.words = line.split() |
Definition at line 13 of file gen_wnet.py.