speech_recognition
Variables
generate_bigram Namespace Reference

Variables

 list_of_keys = suc_list.keys()
 
 suc_list = defaultdict(set)
 
list word_list = [xx.strip().split() for xx in open(sys.argv[1])]
 

Variable Documentation

◆ list_of_keys

generate_bigram.list_of_keys = suc_list.keys()

Definition at line 21 of file generate_bigram.py.

◆ suc_list

generate_bigram.suc_list = defaultdict(set)

Definition at line 15 of file generate_bigram.py.

◆ word_list

list generate_bigram.word_list = [xx.strip().split() for xx in open(sys.argv[1])]

Definition at line 11 of file generate_bigram.py.