Package viterbi :: Module bigram_probs
[hide private]
[frames] | no frames]

Source Code for Module viterbi.bigram_probs

1  # Automatically generated from bigram_probs.txt 
2  bigram_probs_dict= {'need': {'need': 4.6999999999999997e-05, 'on': 4.6999999999999999e-06, 'the': 0.012, 'I': 1.5999999999999999e-05}, 'on': {'need': 5.5000000000000002e-05, 'on': 0.0030999999999999999, 'the': 0.094, 'I': 0.00084999999999999995}, 'the': {'need': 0.00051000000000000004, 'on': 0.00022000000000000001, 'the': 0.0099000000000000008, 'I': 0.00051000000000000004}, 'I': {'need': 0.0016000000000000001, 'on': 4.6999999999999997e-05, 'the': 0.00018000000000000001, 'I': 0.039}, 'start': {'need': 1.8e-05, 'on': 0.00076999999999999996, 'the': 0.0016000000000000001, 'I': 0.079000000000000001}} 
3