-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstandardgrams.json
111 lines (111 loc) · 1.92 KB
/
standardgrams.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"characters": {
"a": 0.08167,
"b": 0.01492,
"c": 0.02782,
"d": 0.04253,
"e": 0.12702,
"f": 0.02228,
"g": 0.02015,
"h": 0.06094,
"i": 0.06966,
"j": 0.00153,
"k": 0.00772,
"l": 0.04025,
"m": 0.02406,
"n": 0.06749,
"o": 0.07507,
"p": 0.01929,
"q": 0.00095,
"r": 0.05987,
"s": 0.06327,
"t": 0.09056,
"u": 0.02758,
"v": 0.00978,
"w": 0.02360,
"x": 0.00150,
"y": 0.01974,
"z": 0.00074
},
"starting_chars": {
"t": 0.1594,
"a": 0.155,
"i": 0.0823,
"s": 0.0775,
"o": 0.0712,
"c": 0.0597,
"m": 0.0426,
"f": 0.0408,
"p": 0.040,
"w": 0.0382
},
"ending_chars": {
"e": 0.1917,
"s": 0.1435,
"d": 0.0923,
"t": 0.0864,
"n": 0.0786,
"y": 0.0730,
"r": 0.0693,
"o": 0.0467,
"l": 0.0456,
"f": 0.0408
},
"bigrams": {
"th": 0.03883,
"he": 0.03681,
"in": 0.02284,
"er": 0.02178,
"an": 0.02140,
"re": 0.01749,
"nd": 0.01572,
"on": 0.01418,
"en": 0.01383,
"at": 0.01336,
"ou": 0.01285,
"ed": 0.01276,
"ha": 0.01275,
"to": 0.01170,
"or": 0.01151,
"it": 0.01135,
"is": 0.01110,
"hi": 0.01092,
"es": 0.01092,
"ng": 0.01053
},
"trigrams": {
"the": 0.03508,
"and": 0.01594,
"ing": 0.01147,
"her": 0.00822,
"hat": 0.00651,
"his": 0.00597,
"tha": 0.00594,
"ere": 0.00561,
"for": 0.00555,
"ent": 0.00531,
"ion": 0.00506
},
"quadgrams": {
"that": 0.00761,
"ther": 0.00604,
"with": 0.00574,
"tion": 0.00552,
"here": 0.00375,
"ould": 0.00370,
"ight": 0.00309,
"have": 0.00291,
"hich": 0.00284,
"whic": 0.00284,
"this": 0.00276,
"thin": 0.00270,
"they": 0.00262,
"atio": 0.00262,
"ever": 0.00261,
"from": 0.00259,
"ough": 0.00253,
"were": 0.00231,
"hing": 0.00230,
"ment": 0.00223
}
}