speech_recognition
|
Variables | |
list_of_keys = suc_list.keys() | |
suc_list = defaultdict(set) | |
list | word_list = [xx.strip().split() for xx in open(sys.argv[1])] |
generate_bigram.list_of_keys = suc_list.keys() |
Definition at line 21 of file generate_bigram.py.
generate_bigram.suc_list = defaultdict(set) |
Definition at line 15 of file generate_bigram.py.
list generate_bigram.word_list = [xx.strip().split() for xx in open(sys.argv[1])] |
Definition at line 11 of file generate_bigram.py.