speech_recognition
Variables
gen_wnet Namespace Reference

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()
 

Variable Documentation

◆ comm

list gen_wnet.comm = [xx.strip() for xx in open(sys.argv[1], 'r')]

Definition at line 2 of file gen_wnet.py.

◆ fout

gen_wnet.fout = open(sys.argv[3], 'w')

Definition at line 4 of file gen_wnet.py.

◆ sil_symbol

gen_wnet.sil_symbol = sys.argv[2]

Definition at line 3 of file gen_wnet.py.

◆ state

int gen_wnet.state = 4

Definition at line 10 of file gen_wnet.py.

◆ words

gen_wnet.words = line.split()

Definition at line 13 of file gen_wnet.py.