uwurandom_rs/
scrunkly.rs

1uwurandom_proc_macros::gen_fsm![
2    {
3        "choices": [
4            {
5                "nextNgram": 34,
6                "nextChar": "n",
7                "cumulativeProbability": 500
8            },
9            {
10                "nextNgram": 37,
11                "nextChar": "w",
12                "cumulativeProbability": 867
13            },
14            {
15                "nextNgram": 31,
16                "nextChar": "d",
17                "cumulativeProbability": 1067
18            }
19        ],
20        "totalProbability": 1067,
21        "name": " a"
22    },
23    {
24        "choices": [
25            {
26                "nextNgram": 43,
27                "nextChar": "o",
28                "cumulativeProbability": 1
29            }
30        ],
31        "totalProbability": 1,
32        "name": " b"
33    },
34    {
35        "choices": [
36            {
37                "nextNgram": 46,
38                "nextChar": "u",
39                "cumulativeProbability": 60
40            },
41            {
42                "nextNgram": 45,
43                "nextChar": "r",
44                "cumulativeProbability": 107
45            },
46            {
47                "nextNgram": 44,
48                "nextChar": "a",
49                "cumulativeProbability": 147
50            }
51        ],
52        "totalProbability": 147,
53        "name": " c"
54    },
55    {
56        "choices": [
57            {
58                "nextNgram": 51,
59                "nextChar": "o",
60                "cumulativeProbability": 1
61            }
62        ],
63        "totalProbability": 1,
64        "name": " d"
65    },
66    {
67        "choices": [
68            {
69                "nextNgram": 61,
70                "nextChar": "l",
71                "cumulativeProbability": 1
72            }
73        ],
74        "totalProbability": 1,
75        "name": " f"
76    },
77    {
78        "choices": [
79            {
80                "nextNgram": 64,
81                "nextChar": "a",
82                "cumulativeProbability": 1
83            }
84        ],
85        "totalProbability": 1,
86        "name": " h"
87    },
88    {
89        "choices": [
90            {
91                "nextNgram": 77,
92                "nextChar": "t",
93                "cumulativeProbability": 200
94            },
95            {
96                "nextNgram": 70,
97                "nextChar": "c",
98                "cumulativeProbability": 300
99            },
100            {
101                "nextNgram": 68,
102                "nextChar": ",",
103                "cumulativeProbability": 325
104            },
105            {
106                "nextNgram": 67,
107                "nextChar": "!",
108                "cumulativeProbability": 349
109            },
110            {
111                "nextNgram": 69,
112                "nextChar": ".",
113                "cumulativeProbability": 364
114            }
115        ],
116        "totalProbability": 364,
117        "name": " i"
118    },
119    {
120        "choices": [
121            {
122                "nextNgram": 81,
123                "nextChar": "i",
124                "cumulativeProbability": 2
125            },
126            {
127                "nextNgram": 79,
128                "nextChar": "d",
129                "cumulativeProbability": 3
130            }
131        ],
132        "totalProbability": 3,
133        "name": " k"
134    },
135    {
136        "choices": [
137            {
138                "nextNgram": 88,
139                "nextChar": "i",
140                "cumulativeProbability": 4
141            },
142            {
143                "nextNgram": 89,
144                "nextChar": "o",
145                "cumulativeProbability": 5
146            }
147        ],
148        "totalProbability": 5,
149        "name": " l"
150    },
151    {
152        "choices": [
153            {
154                "nextNgram": 95,
155                "nextChar": "i",
156                "cumulativeProbability": 1
157            },
158            {
159                "nextNgram": 94,
160                "nextChar": "e",
161                "cumulativeProbability": 2
162            }
163        ],
164        "totalProbability": 2,
165        "name": " m"
166    },
167    {
168        "choices": [
169            {
170                "nextNgram": 107,
171                "nextChar": "o",
172                "cumulativeProbability": 50
173            },
174            {
175                "nextNgram": 98,
176                "nextChar": " ",
177                "cumulativeProbability": 81
178            }
179        ],
180        "totalProbability": 81,
181        "name": " n"
182    },
183    {
184        "choices": [
185            {
186                "nextNgram": 135,
187                "nextChar": "c",
188                "cumulativeProbability": 535
189            },
190            {
191                "nextNgram": 140,
192                "nextChar": "p",
193                "cumulativeProbability": 835
194            },
195            {
196                "nextNgram": 139,
197                "nextChar": "o",
198                "cumulativeProbability": 1100
199            },
200            {
201                "nextNgram": 138,
202                "nextChar": "m",
203                "cumulativeProbability": 1200
204            },
205            {
206                "nextNgram": 136,
207                "nextChar": "h",
208                "cumulativeProbability": 1271
209            }
210        ],
211        "totalProbability": 1271,
212        "name": " s"
213    },
214    {
215        "choices": [
216            {
217                "nextNgram": 149,
218                "nextChar": "h",
219                "cumulativeProbability": 262
220            },
221            {
222                "nextNgram": 152,
223                "nextChar": "o",
224                "cumulativeProbability": 362
225            },
226            {
227                "nextNgram": 150,
228                "nextChar": "i",
229                "cumulativeProbability": 453
230            },
231            {
232                "nextNgram": 147,
233                "nextChar": "a",
234                "cumulativeProbability": 478
235            }
236        ],
237        "totalProbability": 478,
238        "name": " t"
239    },
240    {
241        "choices": [
242            {
243                "nextNgram": 165,
244                "nextChar": "h",
245                "cumulativeProbability": 11
246            },
247            {
248                "nextNgram": 166,
249                "nextChar": "i",
250                "cumulativeProbability": 19
251            }
252        ],
253        "totalProbability": 19,
254        "name": " w"
255    },
256    {
257        "choices": [
258            {
259                "nextNgram": 173,
260                "nextChar": "a",
261                "cumulativeProbability": 1
262            }
263        ],
264        "totalProbability": 1,
265        "name": " y"
266    },
267    {
268        "choices": [
269            {
270                "nextNgram": 12,
271                "nextChar": "t",
272                "cumulativeProbability": 190
273            },
274            {
275                "nextNgram": 0,
276                "nextChar": "a",
277                "cumulativeProbability": 326
278            },
279            {
280                "nextNgram": 11,
281                "nextChar": "s",
282                "cumulativeProbability": 454
283            },
284            {
285                "nextNgram": 8,
286                "nextChar": "l",
287                "cumulativeProbability": 572
288            },
289            {
290                "nextNgram": 2,
291                "nextChar": "c",
292                "cumulativeProbability": 646
293            },
294            {
295                "nextNgram": 14,
296                "nextChar": "y",
297                "cumulativeProbability": 684
298            },
299            {
300                "nextNgram": 5,
301                "nextChar": "h",
302                "cumulativeProbability": 722
303            },
304            {
305                "nextNgram": 13,
306                "nextChar": "w",
307                "cumulativeProbability": 757
308            },
309            {
310                "nextNgram": 1,
311                "nextChar": "b",
312                "cumulativeProbability": 790
313            },
314            {
315                "nextNgram": 10,
316                "nextChar": "n",
317                "cumulativeProbability": 821
318            },
319            {
320                "nextNgram": 6,
321                "nextChar": "i",
322                "cumulativeProbability": 849
323            }
324        ],
325        "totalProbability": 849,
326        "name": "! "
327    },
328    {
329        "choices": [
330            {
331                "nextNgram": 15,
332                "nextChar": " ",
333                "cumulativeProbability": 31
334            },
335            {
336                "nextNgram": 16,
337                "nextChar": "!",
338                "cumulativeProbability": 60
339            }
340        ],
341        "totalProbability": 60,
342        "name": "!!"
343    },
344    {
345        "choices": [
346            {
347                "nextNgram": 17,
348                "nextChar": ",",
349                "cumulativeProbability": 777
350            },
351            {
352                "nextNgram": 26,
353                "nextChar": "t",
354                "cumulativeProbability": 965
355            },
356            {
357                "nextNgram": 18,
358                "nextChar": "a",
359                "cumulativeProbability": 1098
360            },
361            {
362                "nextNgram": 25,
363                "nextChar": "s",
364                "cumulativeProbability": 1227
365            },
366            {
367                "nextNgram": 23,
368                "nextChar": "l",
369                "cumulativeProbability": 1322
370            },
371            {
372                "nextNgram": 20,
373                "nextChar": "c",
374                "cumulativeProbability": 1387
375            },
376            {
377                "nextNgram": 24,
378                "nextChar": "n",
379                "cumulativeProbability": 1425
380            },
381            {
382                "nextNgram": 28,
383                "nextChar": "y",
384                "cumulativeProbability": 1462
385            },
386            {
387                "nextNgram": 22,
388                "nextChar": "i",
389                "cumulativeProbability": 1498
390            },
391            {
392                "nextNgram": 19,
393                "nextChar": "b",
394                "cumulativeProbability": 1531
395            },
396            {
397                "nextNgram": 21,
398                "nextChar": "h",
399                "cumulativeProbability": 1560
400            },
401            {
402                "nextNgram": 27,
403                "nextChar": "w",
404                "cumulativeProbability": 1585
405            }
406        ],
407        "totalProbability": 1585,
408        "name": ",,"
409    },
410    {
411        "choices": [
412            {
413                "nextNgram": 37,
414                "nextChar": "w",
415                "cumulativeProbability": 1
416            }
417        ],
418        "totalProbability": 1,
419        "name": ",a"
420    },
421    {
422        "choices": [
423            {
424                "nextNgram": 43,
425                "nextChar": "o",
426                "cumulativeProbability": 1
427            }
428        ],
429        "totalProbability": 1,
430        "name": ",b"
431    },
432    {
433        "choices": [
434            {
435                "nextNgram": 45,
436                "nextChar": "r",
437                "cumulativeProbability": 1
438            }
439        ],
440        "totalProbability": 1,
441        "name": ",c"
442    },
443    {
444        "choices": [
445            {
446                "nextNgram": 64,
447                "nextChar": "a",
448                "cumulativeProbability": 1
449            }
450        ],
451        "totalProbability": 1,
452        "name": ",h"
453    },
454    {
455        "choices": [
456            {
457                "nextNgram": 67,
458                "nextChar": "!",
459                "cumulativeProbability": 7
460            },
461            {
462                "nextNgram": 68,
463                "nextChar": ",",
464                "cumulativeProbability": 13
465            },
466            {
467                "nextNgram": 69,
468                "nextChar": ".",
469                "cumulativeProbability": 18
470            }
471        ],
472        "totalProbability": 18,
473        "name": ",i"
474    },
475    {
476        "choices": [
477            {
478                "nextNgram": 89,
479                "nextChar": "o",
480                "cumulativeProbability": 59
481            },
482            {
483                "nextNgram": 88,
484                "nextChar": "i",
485                "cumulativeProbability": 95
486            }
487        ],
488        "totalProbability": 95,
489        "name": ",l"
490    },
491    {
492        "choices": [
493            {
494                "nextNgram": 98,
495                "nextChar": " ",
496                "cumulativeProbability": 1
497            }
498        ],
499        "totalProbability": 1,
500        "name": ",n"
501    },
502    {
503        "choices": [
504            {
505                "nextNgram": 135,
506                "nextChar": "c",
507                "cumulativeProbability": 65
508            },
509            {
510                "nextNgram": 139,
511                "nextChar": "o",
512                "cumulativeProbability": 100
513            },
514            {
515                "nextNgram": 136,
516                "nextChar": "h",
517                "cumulativeProbability": 129
518            }
519        ],
520        "totalProbability": 129,
521        "name": ",s"
522    },
523    {
524        "choices": [
525            {
526                "nextNgram": 149,
527                "nextChar": "h",
528                "cumulativeProbability": 38
529            },
530            {
531                "nextNgram": 150,
532                "nextChar": "i",
533                "cumulativeProbability": 47
534            }
535        ],
536        "totalProbability": 47,
537        "name": ",t"
538    },
539    {
540        "choices": [
541            {
542                "nextNgram": 165,
543                "nextChar": "h",
544                "cumulativeProbability": 1
545            }
546        ],
547        "totalProbability": 1,
548        "name": ",w"
549    },
550    {
551        "choices": [
552            {
553                "nextNgram": 173,
554                "nextChar": "a",
555                "cumulativeProbability": 1
556            }
557        ],
558        "totalProbability": 1,
559        "name": ",y"
560    },
561    {
562        "choices": [
563            {
564                "nextNgram": 12,
565                "nextChar": "t",
566                "cumulativeProbability": 222
567            },
568            {
569                "nextNgram": 11,
570                "nextChar": "s",
571                "cumulativeProbability": 365
572            },
573            {
574                "nextNgram": 0,
575                "nextChar": "a",
576                "cumulativeProbability": 496
577            },
578            {
579                "nextNgram": 8,
580                "nextChar": "l",
581                "cumulativeProbability": 583
582            },
583            {
584                "nextNgram": 2,
585                "nextChar": "c",
586                "cumulativeProbability": 644
587            },
588            {
589                "nextNgram": 13,
590                "nextChar": "w",
591                "cumulativeProbability": 684
592            },
593            {
594                "nextNgram": 6,
595                "nextChar": "i",
596                "cumulativeProbability": 720
597            },
598            {
599                "nextNgram": 1,
600                "nextChar": "b",
601                "cumulativeProbability": 754
602            },
603            {
604                "nextNgram": 5,
605                "nextChar": "h",
606                "cumulativeProbability": 787
607            },
608            {
609                "nextNgram": 10,
610                "nextChar": "n",
611                "cumulativeProbability": 818
612            },
613            {
614                "nextNgram": 14,
615                "nextChar": "y",
616                "cumulativeProbability": 843
617            }
618        ],
619        "totalProbability": 843,
620        "name": ". "
621    },
622    {
623        "choices": [
624            {
625                "nextNgram": 29,
626                "nextChar": " ",
627                "cumulativeProbability": 638
628            },
629            {
630                "nextNgram": 30,
631                "nextChar": ".",
632                "cumulativeProbability": 1271
633            }
634        ],
635        "totalProbability": 1271,
636        "name": ".."
637    },
638    {
639        "choices": [
640            {
641                "nextNgram": 51,
642                "nextChar": "o",
643                "cumulativeProbability": 1
644            }
645        ],
646        "totalProbability": 1,
647        "name": "ad"
648    },
649    {
650        "choices": [
651            {
652                "nextNgram": 87,
653                "nextChar": "e",
654                "cumulativeProbability": 1
655            }
656        ],
657        "totalProbability": 1,
658        "name": "al"
659    },
660    {
661        "choices": [
662            {
663                "nextNgram": 97,
664                "nextChar": "t",
665                "cumulativeProbability": 1
666            }
667        ],
668        "totalProbability": 1,
669        "name": "am"
670    },
671    {
672        "choices": [
673            {
674                "nextNgram": 103,
675                "nextChar": "d",
676                "cumulativeProbability": 5
677            },
678            {
679                "nextNgram": 98,
680                "nextChar": " ",
681                "cumulativeProbability": 6
682            }
683        ],
684        "totalProbability": 6,
685        "name": "an"
686    },
687    {
688        "choices": [
689            {
690                "nextNgram": 122,
691                "nextChar": " ",
692                "cumulativeProbability": 1
693            },
694            {
695                "nextNgram": 123,
696                "nextChar": "p",
697                "cumulativeProbability": 2
698            }
699        ],
700        "totalProbability": 2,
701        "name": "ap"
702    },
703    {
704        "choices": [
705            {
706                "nextNgram": 143,
707                "nextChar": " ",
708                "cumulativeProbability": 1
709            }
710        ],
711        "totalProbability": 1,
712        "name": "at"
713    },
714    {
715        "choices": [
716            {
717                "nextNgram": 168,
718                "nextChar": "w",
719                "cumulativeProbability": 300
720            },
721            {
722                "nextNgram": 161,
723                "nextChar": " ",
724                "cumulativeProbability": 400
725            },
726            {
727                "nextNgram": 162,
728                "nextChar": "!",
729                "cumulativeProbability": 443
730            },
731            {
732                "nextNgram": 164,
733                "nextChar": ".",
734                "cumulativeProbability": 473
735            },
736            {
737                "nextNgram": 163,
738                "nextChar": ",",
739                "cumulativeProbability": 500
740            }
741        ],
742        "totalProbability": 500,
743        "name": "aw"
744    },
745    {
746        "choices": [
747            {
748                "nextNgram": 170,
749                "nextChar": "!",
750                "cumulativeProbability": 17
751            },
752            {
753                "nextNgram": 172,
754                "nextChar": ".",
755                "cumulativeProbability": 34
756            },
757            {
758                "nextNgram": 171,
759                "nextChar": ",",
760                "cumulativeProbability": 50
761            }
762        ],
763        "totalProbability": 50,
764        "name": "ay"
765    },
766    {
767        "choices": [
768            {
769                "nextNgram": 16,
770                "nextChar": "!",
771                "cumulativeProbability": 29
772            },
773            {
774                "nextNgram": 15,
775                "nextChar": " ",
776                "cumulativeProbability": 33
777            }
778        ],
779        "totalProbability": 33,
780        "name": "b!"
781    },
782    {
783        "choices": [
784            {
785                "nextNgram": 17,
786                "nextChar": ",",
787                "cumulativeProbability": 1
788            }
789        ],
790        "totalProbability": 1,
791        "name": "b,"
792    },
793    {
794        "choices": [
795            {
796                "nextNgram": 30,
797                "nextChar": ".",
798                "cumulativeProbability": 7
799            },
800            {
801                "nextNgram": 29,
802                "nextChar": " ",
803                "cumulativeProbability": 9
804            }
805        ],
806        "totalProbability": 9,
807        "name": "b."
808    },
809    {
810        "choices": [
811            {
812                "nextNgram": 89,
813                "nextChar": "o",
814                "cumulativeProbability": 2
815            },
816            {
817                "nextNgram": 87,
818                "nextChar": "e",
819                "cumulativeProbability": 3
820            }
821        ],
822        "totalProbability": 3,
823        "name": "bl"
824    },
825    {
826        "choices": [
827            {
828                "nextNgram": 113,
829                "nextChar": "i",
830                "cumulativeProbability": 1
831            }
832        ],
833        "totalProbability": 1,
834        "name": "bo"
835    },
836    {
837        "choices": [
838            {
839                "nextNgram": 34,
840                "nextChar": "n",
841                "cumulativeProbability": 1
842            },
843            {
844                "nextNgram": 33,
845                "nextChar": "m",
846                "cumulativeProbability": 2
847            },
848            {
849                "nextNgram": 36,
850                "nextChar": "t",
851                "cumulativeProbability": 3
852            }
853        ],
854        "totalProbability": 3,
855        "name": "ca"
856    },
857    {
858        "choices": [
859            {
860                "nextNgram": 131,
861                "nextChar": "u",
862                "cumulativeProbability": 5
863            },
864            {
865                "nextNgram": 128,
866                "nextChar": "i",
867                "cumulativeProbability": 9
868            }
869        ],
870        "totalProbability": 9,
871        "name": "cr"
872    },
873    {
874        "choices": [
875            {
876                "nextNgram": 159,
877                "nextChar": "t",
878                "cumulativeProbability": 1
879            }
880        ],
881        "totalProbability": 1,
882        "name": "cu"
883    },
884    {
885        "choices": [
886            {
887                "nextNgram": 2,
888                "nextChar": "c",
889                "cumulativeProbability": 2
890            },
891            {
892                "nextNgram": 3,
893                "nextChar": "d",
894                "cumulativeProbability": 3
895            },
896            {
897                "nextNgram": 6,
898                "nextChar": "i",
899                "cumulativeProbability": 4
900            },
901            {
902                "nextNgram": 11,
903                "nextChar": "s",
904                "cumulativeProbability": 5
905            }
906        ],
907        "totalProbability": 5,
908        "name": "d "
909    },
910    {
911        "choices": [
912            {
913                "nextNgram": 41,
914                "nextChar": ".",
915                "cumulativeProbability": 36
916            },
917            {
918                "nextNgram": 39,
919                "nextChar": "!",
920                "cumulativeProbability": 69
921            },
922            {
923                "nextNgram": 40,
924                "nextChar": ",",
925                "cumulativeProbability": 100
926            }
927        ],
928        "totalProbability": 100,
929        "name": "db"
930    },
931    {
932        "choices": [
933            {
934                "nextNgram": 50,
935                "nextChar": "l",
936                "cumulativeProbability": 1
937            }
938        ],
939        "totalProbability": 1,
940        "name": "dd"
941    },
942    {
943        "choices": [
944            {
945                "nextNgram": 87,
946                "nextChar": "e",
947                "cumulativeProbability": 1
948            }
949        ],
950        "totalProbability": 1,
951        "name": "dl"
952    },
953    {
954        "choices": [
955            {
956                "nextNgram": 118,
957                "nextChar": "r",
958                "cumulativeProbability": 2
959            },
960            {
961                "nextNgram": 117,
962                "nextChar": "o",
963                "cumulativeProbability": 4
964            },
965            {
966                "nextNgram": 120,
967                "nextChar": "u",
968                "cumulativeProbability": 5
969            }
970        ],
971        "totalProbability": 5,
972        "name": "do"
973    },
974    {
975        "choices": [
976            {
977                "nextNgram": 12,
978                "nextChar": "t",
979                "cumulativeProbability": 6
980            },
981            {
982                "nextNgram": 11,
983                "nextChar": "s",
984                "cumulativeProbability": 10
985            },
986            {
987                "nextNgram": 8,
988                "nextChar": "l",
989                "cumulativeProbability": 13
990            },
991            {
992                "nextNgram": 2,
993                "nextChar": "c",
994                "cumulativeProbability": 16
995            },
996            {
997                "nextNgram": 0,
998                "nextChar": "a",
999                "cumulativeProbability": 18
1000            },
1001            {
1002                "nextNgram": 13,
1003                "nextChar": "w",
1004                "cumulativeProbability": 20
1005            },
1006            {
1007                "nextNgram": 1,
1008                "nextChar": "b",
1009                "cumulativeProbability": 22
1010            },
1011            {
1012                "nextNgram": 7,
1013                "nextChar": "k",
1014                "cumulativeProbability": 24
1015            },
1016            {
1017                "nextNgram": 9,
1018                "nextChar": "m",
1019                "cumulativeProbability": 25
1020            }
1021        ],
1022        "totalProbability": 25,
1023        "name": "e "
1024    },
1025    {
1026        "choices": [
1027            {
1028                "nextNgram": 16,
1029                "nextChar": "!",
1030                "cumulativeProbability": 157
1031            },
1032            {
1033                "nextNgram": 15,
1034                "nextChar": " ",
1035                "cumulativeProbability": 208
1036            }
1037        ],
1038        "totalProbability": 208,
1039        "name": "e!"
1040    },
1041    {
1042        "choices": [
1043            {
1044                "nextNgram": 17,
1045                "nextChar": ",",
1046                "cumulativeProbability": 1
1047            }
1048        ],
1049        "totalProbability": 1,
1050        "name": "e,"
1051    },
1052    {
1053        "choices": [
1054            {
1055                "nextNgram": 30,
1056                "nextChar": ".",
1057                "cumulativeProbability": 80
1058            },
1059            {
1060                "nextNgram": 29,
1061                "nextChar": " ",
1062                "cumulativeProbability": 101
1063            }
1064        ],
1065        "totalProbability": 101,
1066        "name": "e."
1067    },
1068    {
1069        "choices": [
1070            {
1071                "nextNgram": 92,
1072                "nextChar": " ",
1073                "cumulativeProbability": 1
1074            }
1075        ],
1076        "totalProbability": 1,
1077        "name": "em"
1078    },
1079    {
1080        "choices": [
1081            {
1082                "nextNgram": 108,
1083                "nextChar": "p",
1084                "cumulativeProbability": 400
1085            },
1086            {
1087                "nextNgram": 98,
1088                "nextChar": " ",
1089                "cumulativeProbability": 500
1090            },
1091            {
1092                "nextNgram": 101,
1093                "nextChar": ".",
1094                "cumulativeProbability": 536
1095            },
1096            {
1097                "nextNgram": 99,
1098                "nextChar": "!",
1099                "cumulativeProbability": 569
1100            },
1101            {
1102                "nextNgram": 100,
1103                "nextChar": ",",
1104                "cumulativeProbability": 600
1105            }
1106        ],
1107        "totalProbability": 600,
1108        "name": "en"
1109    },
1110    {
1111        "choices": [
1112            {
1113                "nextNgram": 121,
1114                "nextChar": "w",
1115                "cumulativeProbability": 1
1116            }
1117        ],
1118        "totalProbability": 1,
1119        "name": "eo"
1120    },
1121    {
1122        "choices": [
1123            {
1124                "nextNgram": 141,
1125                "nextChar": "t",
1126                "cumulativeProbability": 1
1127            }
1128        ],
1129        "totalProbability": 1,
1130        "name": "es"
1131    },
1132    {
1133        "choices": [
1134            {
1135                "nextNgram": 0,
1136                "nextChar": "a",
1137                "cumulativeProbability": 1
1138            }
1139        ],
1140        "totalProbability": 1,
1141        "name": "f "
1142    },
1143    {
1144        "choices": [
1145            {
1146                "nextNgram": 90,
1147                "nextChar": "u",
1148                "cumulativeProbability": 1
1149            }
1150        ],
1151        "totalProbability": 1,
1152        "name": "fl"
1153    },
1154    {
1155        "choices": [
1156            {
1157                "nextNgram": 53,
1158                "nextChar": "!",
1159                "cumulativeProbability": 74
1160            },
1161            {
1162                "nextNgram": 54,
1163                "nextChar": ",",
1164                "cumulativeProbability": 139
1165            },
1166            {
1167                "nextNgram": 55,
1168                "nextChar": ".",
1169                "cumulativeProbability": 200
1170            }
1171        ],
1172        "totalProbability": 200,
1173        "name": "ge"
1174    },
1175    {
1176        "choices": [
1177            {
1178                "nextNgram": 87,
1179                "nextChar": "e",
1180                "cumulativeProbability": 1
1181            }
1182        ],
1183        "totalProbability": 1,
1184        "name": "gl"
1185    },
1186    {
1187        "choices": [
1188            {
1189                "nextNgram": 35,
1190                "nextChar": "p",
1191                "cumulativeProbability": 1
1192            }
1193        ],
1194        "totalProbability": 1,
1195        "name": "ha"
1196    },
1197    {
1198        "choices": [
1199            {
1200                "nextNgram": 52,
1201                "nextChar": " ",
1202                "cumulativeProbability": 1200
1203            },
1204            {
1205                "nextNgram": 57,
1206                "nextChar": "n",
1207                "cumulativeProbability": 1400
1208            },
1209            {
1210                "nextNgram": 56,
1211                "nextChar": "m",
1212                "cumulativeProbability": 1500
1213            },
1214            {
1215                "nextNgram": 53,
1216                "nextChar": "!",
1217                "cumulativeProbability": 1537
1218            },
1219            {
1220                "nextNgram": 54,
1221                "nextChar": ",",
1222                "cumulativeProbability": 1569
1223            },
1224            {
1225                "nextNgram": 55,
1226                "nextChar": ".",
1227                "cumulativeProbability": 1600
1228            }
1229        ],
1230        "totalProbability": 1600,
1231        "name": "he"
1232    },
1233    {
1234        "choices": [
1235            {
1236                "nextNgram": 130,
1237                "nextChar": "o",
1238                "cumulativeProbability": 1
1239            }
1240        ],
1241        "totalProbability": 1,
1242        "name": "hr"
1243    },
1244    {
1245        "choices": [
1246            {
1247                "nextNgram": 16,
1248                "nextChar": "!",
1249                "cumulativeProbability": 25
1250            },
1251            {
1252                "nextNgram": 15,
1253                "nextChar": " ",
1254                "cumulativeProbability": 38
1255            }
1256        ],
1257        "totalProbability": 38,
1258        "name": "i!"
1259    },
1260    {
1261        "choices": [
1262            {
1263                "nextNgram": 17,
1264                "nextChar": ",",
1265                "cumulativeProbability": 1
1266            }
1267        ],
1268        "totalProbability": 1,
1269        "name": "i,"
1270    },
1271    {
1272        "choices": [
1273            {
1274                "nextNgram": 30,
1275                "nextChar": ".",
1276                "cumulativeProbability": 17
1277            },
1278            {
1279                "nextNgram": 29,
1280                "nextChar": " ",
1281                "cumulativeProbability": 25
1282            }
1283        ],
1284        "totalProbability": 25,
1285        "name": "i."
1286    },
1287    {
1288        "choices": [
1289            {
1290                "nextNgram": 44,
1291                "nextChar": "a",
1292                "cumulativeProbability": 1
1293            }
1294        ],
1295        "totalProbability": 1,
1296        "name": "ic"
1297    },
1298    {
1299        "choices": [
1300            {
1301                "nextNgram": 49,
1302                "nextChar": "d",
1303                "cumulativeProbability": 1
1304            }
1305        ],
1306        "totalProbability": 1,
1307        "name": "id"
1308    },
1309    {
1310        "choices": [
1311            {
1312                "nextNgram": 57,
1313                "nextChar": "n",
1314                "cumulativeProbability": 400
1315            },
1316            {
1317                "nextNgram": 55,
1318                "nextChar": ".",
1319                "cumulativeProbability": 443
1320            },
1321            {
1322                "nextNgram": 54,
1323                "nextChar": ",",
1324                "cumulativeProbability": 479
1325            },
1326            {
1327                "nextNgram": 53,
1328                "nextChar": "!",
1329                "cumulativeProbability": 500
1330            }
1331        ],
1332        "totalProbability": 500,
1333        "name": "ie"
1334    },
1335    {
1336        "choices": [
1337            {
1338                "nextNgram": 80,
1339                "nextChar": "e",
1340                "cumulativeProbability": 1
1341            }
1342        ],
1343        "totalProbability": 1,
1344        "name": "ik"
1345    },
1346    {
1347        "choices": [
1348            {
1349                "nextNgram": 93,
1350                "nextChar": "b",
1351                "cumulativeProbability": 1
1352            },
1353            {
1354                "nextNgram": 97,
1355                "nextChar": "t",
1356                "cumulativeProbability": 2
1357            }
1358        ],
1359        "totalProbability": 2,
1360        "name": "im"
1361    },
1362    {
1363        "choices": [
1364            {
1365                "nextNgram": 106,
1366                "nextChar": "k",
1367                "cumulativeProbability": 6
1368            },
1369            {
1370                "nextNgram": 105,
1371                "nextChar": "g",
1372                "cumulativeProbability": 7
1373            }
1374        ],
1375        "totalProbability": 7,
1376        "name": "in"
1377    },
1378    {
1379        "choices": [
1380            {
1381                "nextNgram": 127,
1382                "nextChar": "y",
1383                "cumulativeProbability": 1
1384            }
1385        ],
1386        "totalProbability": 1,
1387        "name": "ip"
1388    },
1389    {
1390        "choices": [
1391            {
1392                "nextNgram": 154,
1393                "nextChar": "t",
1394                "cumulativeProbability": 300
1395            },
1396            {
1397                "nextNgram": 143,
1398                "nextChar": " ",
1399                "cumulativeProbability": 600
1400            },
1401            {
1402                "nextNgram": 146,
1403                "nextChar": ".",
1404                "cumulativeProbability": 706
1405            },
1406            {
1407                "nextNgram": 155,
1408                "nextChar": "y",
1409                "cumulativeProbability": 806
1410            },
1411            {
1412                "nextNgram": 145,
1413                "nextChar": ",",
1414                "cumulativeProbability": 905
1415            },
1416            {
1417                "nextNgram": 144,
1418                "nextChar": "!",
1419                "cumulativeProbability": 1000
1420            }
1421        ],
1422        "totalProbability": 1000,
1423        "name": "it"
1424    },
1425    {
1426        "choices": [
1427            {
1428                "nextNgram": 160,
1429                "nextChar": "e",
1430                "cumulativeProbability": 1
1431            }
1432        ],
1433        "totalProbability": 1,
1434        "name": "iv"
1435    },
1436    {
1437        "choices": [
1438            {
1439                "nextNgram": 48,
1440                "nextChar": "b",
1441                "cumulativeProbability": 1
1442            }
1443        ],
1444        "totalProbability": 1,
1445        "name": "kd"
1446    },
1447    {
1448        "choices": [
1449            {
1450                "nextNgram": 52,
1451                "nextChar": " ",
1452                "cumulativeProbability": 1
1453            }
1454        ],
1455        "totalProbability": 1,
1456        "name": "ke"
1457    },
1458    {
1459        "choices": [
1460            {
1461                "nextNgram": 77,
1462                "nextChar": "t",
1463                "cumulativeProbability": 3
1464            },
1465            {
1466                "nextNgram": 74,
1467                "nextChar": "m",
1468                "cumulativeProbability": 4
1469            }
1470        ],
1471        "totalProbability": 4,
1472        "name": "ki"
1473    },
1474    {
1475        "choices": [
1476            {
1477                "nextNgram": 91,
1478                "nextChar": "y",
1479                "cumulativeProbability": 6
1480            },
1481            {
1482                "nextNgram": 87,
1483                "nextChar": "e",
1484                "cumulativeProbability": 7
1485            }
1486        ],
1487        "totalProbability": 7,
1488        "name": "kl"
1489    },
1490    {
1491        "choices": [
1492            {
1493                "nextNgram": 112,
1494                "nextChar": ".",
1495                "cumulativeProbability": 39
1496            },
1497            {
1498                "nextNgram": 110,
1499                "nextChar": "!",
1500                "cumulativeProbability": 72
1501            },
1502            {
1503                "nextNgram": 111,
1504                "nextChar": ",",
1505                "cumulativeProbability": 100
1506            }
1507        ],
1508        "totalProbability": 100,
1509        "name": "ko"
1510    },
1511    {
1512        "choices": [
1513            {
1514                "nextNgram": 158,
1515                "nextChar": "s",
1516                "cumulativeProbability": 1
1517            }
1518        ],
1519        "totalProbability": 1,
1520        "name": "ku"
1521    },
1522    {
1523        "choices": [
1524            {
1525                "nextNgram": 169,
1526                "nextChar": " ",
1527                "cumulativeProbability": 1
1528            }
1529        ],
1530        "totalProbability": 1,
1531        "name": "ky"
1532    },
1533    {
1534        "choices": [
1535            {
1536                "nextNgram": 11,
1537                "nextChar": "s",
1538                "cumulativeProbability": 1
1539            }
1540        ],
1541        "totalProbability": 1,
1542        "name": "l "
1543    },
1544    {
1545        "choices": [
1546            {
1547                "nextNgram": 52,
1548                "nextChar": " ",
1549                "cumulativeProbability": 550
1550            },
1551            {
1552                "nextNgram": 53,
1553                "nextChar": "!",
1554                "cumulativeProbability": 569
1555            },
1556            {
1557                "nextNgram": 55,
1558                "nextChar": ".",
1559                "cumulativeProbability": 586
1560            },
1561            {
1562                "nextNgram": 54,
1563                "nextChar": ",",
1564                "cumulativeProbability": 600
1565            }
1566        ],
1567        "totalProbability": 600,
1568        "name": "le"
1569    },
1570    {
1571        "choices": [
1572            {
1573                "nextNgram": 77,
1574                "nextChar": "t",
1575                "cumulativeProbability": 3
1576            },
1577            {
1578                "nextNgram": 73,
1579                "nextChar": "k",
1580                "cumulativeProbability": 4
1581            },
1582            {
1583                "nextNgram": 78,
1584                "nextChar": "v",
1585                "cumulativeProbability": 5
1586            },
1587            {
1588                "nextNgram": 74,
1589                "nextChar": "m",
1590                "cumulativeProbability": 6
1591            }
1592        ],
1593        "totalProbability": 6,
1594        "name": "li"
1595    },
1596    {
1597        "choices": [
1598            {
1599                "nextNgram": 117,
1600                "nextChar": "o",
1601                "cumulativeProbability": 100
1602            },
1603            {
1604                "nextNgram": 109,
1605                "nextChar": " ",
1606                "cumulativeProbability": 150
1607            },
1608            {
1609                "nextNgram": 110,
1610                "nextChar": "!",
1611                "cumulativeProbability": 169
1612            },
1613            {
1614                "nextNgram": 111,
1615                "nextChar": ",",
1616                "cumulativeProbability": 187
1617            },
1618            {
1619                "nextNgram": 112,
1620                "nextChar": ".",
1621                "cumulativeProbability": 200
1622            }
1623        ],
1624        "totalProbability": 200,
1625        "name": "lo"
1626    },
1627    {
1628        "choices": [
1629            {
1630                "nextNgram": 157,
1631                "nextChar": "n",
1632                "cumulativeProbability": 1
1633            }
1634        ],
1635        "totalProbability": 1,
1636        "name": "lu"
1637    },
1638    {
1639        "choices": [
1640            {
1641                "nextNgram": 169,
1642                "nextChar": " ",
1643                "cumulativeProbability": 300
1644            },
1645            {
1646                "nextNgram": 170,
1647                "nextChar": "!",
1648                "cumulativeProbability": 373
1649            },
1650            {
1651                "nextNgram": 172,
1652                "nextChar": ".",
1653                "cumulativeProbability": 439
1654            },
1655            {
1656                "nextNgram": 171,
1657                "nextChar": ",",
1658                "cumulativeProbability": 500
1659            }
1660        ],
1661        "totalProbability": 500,
1662        "name": "ly"
1663    },
1664    {
1665        "choices": [
1666            {
1667                "nextNgram": 12,
1668                "nextChar": "t",
1669                "cumulativeProbability": 1
1670            }
1671        ],
1672        "totalProbability": 1,
1673        "name": "m "
1674    },
1675    {
1676        "choices": [
1677            {
1678                "nextNgram": 42,
1679                "nextChar": "l",
1680                "cumulativeProbability": 1
1681            }
1682        ],
1683        "totalProbability": 1,
1684        "name": "mb"
1685    },
1686    {
1687        "choices": [
1688            {
1689                "nextNgram": 58,
1690                "nextChar": "o",
1691                "cumulativeProbability": 1
1692            }
1693        ],
1694        "totalProbability": 1,
1695        "name": "me"
1696    },
1697    {
1698        "choices": [
1699            {
1700                "nextNgram": 76,
1701                "nextChar": "p",
1702                "cumulativeProbability": 1
1703            }
1704        ],
1705        "totalProbability": 1,
1706        "name": "mi"
1707    },
1708    {
1709        "choices": [
1710            {
1711                "nextNgram": 115,
1712                "nextChar": "l",
1713                "cumulativeProbability": 1
1714            }
1715        ],
1716        "totalProbability": 1,
1717        "name": "mo"
1718    },
1719    {
1720        "choices": [
1721            {
1722                "nextNgram": 151,
1723                "nextChar": "l",
1724                "cumulativeProbability": 100
1725            },
1726            {
1727                "nextNgram": 155,
1728                "nextChar": "y",
1729                "cumulativeProbability": 200
1730            },
1731            {
1732                "nextNgram": 146,
1733                "nextChar": ".",
1734                "cumulativeProbability": 238
1735            },
1736            {
1737                "nextNgram": 145,
1738                "nextChar": ",",
1739                "cumulativeProbability": 273
1740            },
1741            {
1742                "nextNgram": 144,
1743                "nextChar": "!",
1744                "cumulativeProbability": 300
1745            }
1746        ],
1747        "totalProbability": 300,
1748        "name": "mt"
1749    },
1750    {
1751        "choices": [
1752            {
1753                "nextNgram": 12,
1754                "nextChar": "t",
1755                "cumulativeProbability": 2
1756            },
1757            {
1758                "nextNgram": 4,
1759                "nextChar": "f",
1760                "cumulativeProbability": 3
1761            }
1762        ],
1763        "totalProbability": 3,
1764        "name": "n "
1765    },
1766    {
1767        "choices": [
1768            {
1769                "nextNgram": 16,
1770                "nextChar": "!",
1771                "cumulativeProbability": 26
1772            },
1773            {
1774                "nextNgram": 15,
1775                "nextChar": " ",
1776                "cumulativeProbability": 33
1777            }
1778        ],
1779        "totalProbability": 33,
1780        "name": "n!"
1781    },
1782    {
1783        "choices": [
1784            {
1785                "nextNgram": 17,
1786                "nextChar": ",",
1787                "cumulativeProbability": 1
1788            }
1789        ],
1790        "totalProbability": 1,
1791        "name": "n,"
1792    },
1793    {
1794        "choices": [
1795            {
1796                "nextNgram": 30,
1797                "nextChar": ".",
1798                "cumulativeProbability": 25
1799            },
1800            {
1801                "nextNgram": 29,
1802                "nextChar": " ",
1803                "cumulativeProbability": 36
1804            }
1805        ],
1806        "totalProbability": 36,
1807        "name": "n."
1808    },
1809    {
1810        "choices": [
1811            {
1812                "nextNgram": 32,
1813                "nextChar": "l",
1814                "cumulativeProbability": 1
1815            }
1816        ],
1817        "totalProbability": 1,
1818        "name": "na"
1819    },
1820    {
1821        "choices": [
1822            {
1823                "nextNgram": 47,
1824                "nextChar": " ",
1825                "cumulativeProbability": 1
1826            }
1827        ],
1828        "totalProbability": 1,
1829        "name": "nd"
1830    },
1831    {
1832        "choices": [
1833            {
1834                "nextNgram": 60,
1835                "nextChar": " ",
1836                "cumulativeProbability": 1
1837            }
1838        ],
1839        "totalProbability": 1,
1840        "name": "nf"
1841    },
1842    {
1843        "choices": [
1844            {
1845                "nextNgram": 62,
1846                "nextChar": "e",
1847                "cumulativeProbability": 1
1848            },
1849            {
1850                "nextNgram": 63,
1851                "nextChar": "l",
1852                "cumulativeProbability": 2
1853            }
1854        ],
1855        "totalProbability": 2,
1856        "name": "ng"
1857    },
1858    {
1859        "choices": [
1860            {
1861                "nextNgram": 82,
1862                "nextChar": "l",
1863                "cumulativeProbability": 7
1864            },
1865            {
1866                "nextNgram": 85,
1867                "nextChar": "y",
1868                "cumulativeProbability": 9
1869            },
1870            {
1871                "nextNgram": 84,
1872                "nextChar": "u",
1873                "cumulativeProbability": 10
1874            },
1875            {
1876                "nextNgram": 83,
1877                "nextChar": "o",
1878                "cumulativeProbability": 11
1879            }
1880        ],
1881        "totalProbability": 11,
1882        "name": "nk"
1883    },
1884    {
1885        "choices": [
1886            {
1887                "nextNgram": 121,
1888                "nextChar": "w",
1889                "cumulativeProbability": 1
1890            }
1891        ],
1892        "totalProbability": 1,
1893        "name": "no"
1894    },
1895    {
1896        "choices": [
1897            {
1898                "nextNgram": 125,
1899                "nextChar": "s",
1900                "cumulativeProbability": 1
1901            }
1902        ],
1903        "totalProbability": 1,
1904        "name": "np"
1905    },
1906    {
1907        "choices": [
1908            {
1909                "nextNgram": 0,
1910                "nextChar": "a",
1911                "cumulativeProbability": 1
1912            },
1913            {
1914                "nextNgram": 6,
1915                "nextChar": "i",
1916                "cumulativeProbability": 2
1917            },
1918            {
1919                "nextNgram": 8,
1920                "nextChar": "l",
1921                "cumulativeProbability": 3
1922            },
1923            {
1924                "nextNgram": 1,
1925                "nextChar": "b",
1926                "cumulativeProbability": 4
1927            },
1928            {
1929                "nextNgram": 9,
1930                "nextChar": "m",
1931                "cumulativeProbability": 5
1932            }
1933        ],
1934        "totalProbability": 5,
1935        "name": "o "
1936    },
1937    {
1938        "choices": [
1939            {
1940                "nextNgram": 16,
1941                "nextChar": "!",
1942                "cumulativeProbability": 105
1943            },
1944            {
1945                "nextNgram": 15,
1946                "nextChar": " ",
1947                "cumulativeProbability": 136
1948            }
1949        ],
1950        "totalProbability": 136,
1951        "name": "o!"
1952    },
1953    {
1954        "choices": [
1955            {
1956                "nextNgram": 17,
1957                "nextChar": ",",
1958                "cumulativeProbability": 1
1959            }
1960        ],
1961        "totalProbability": 1,
1962        "name": "o,"
1963    },
1964    {
1965        "choices": [
1966            {
1967                "nextNgram": 30,
1968                "nextChar": ".",
1969                "cumulativeProbability": 104
1970            },
1971            {
1972                "nextNgram": 29,
1973                "nextChar": " ",
1974                "cumulativeProbability": 141
1975            }
1976        ],
1977        "totalProbability": 141,
1978        "name": "o."
1979    },
1980    {
1981        "choices": [
1982            {
1983                "nextNgram": 75,
1984                "nextChar": "n",
1985                "cumulativeProbability": 1
1986            }
1987        ],
1988        "totalProbability": 1,
1989        "name": "oi"
1990    },
1991    {
1992        "choices": [
1993            {
1994                "nextNgram": 81,
1995                "nextChar": "i",
1996                "cumulativeProbability": 1
1997            }
1998        ],
1999        "totalProbability": 1,
2000        "name": "ok"
2001    },
2002    {
2003        "choices": [
2004            {
2005                "nextNgram": 86,
2006                "nextChar": " ",
2007                "cumulativeProbability": 1
2008            }
2009        ],
2010        "totalProbability": 1,
2011        "name": "ol"
2012    },
2013    {
2014        "choices": [
2015            {
2016                "nextNgram": 106,
2017                "nextChar": "k",
2018                "cumulativeProbability": 1
2019            }
2020        ],
2021        "totalProbability": 1,
2022        "name": "on"
2023    },
2024    {
2025        "choices": [
2026            {
2027                "nextNgram": 119,
2028                "nextChar": "t",
2029                "cumulativeProbability": 300
2030            },
2031            {
2032                "nextNgram": 114,
2033                "nextChar": "k",
2034                "cumulativeProbability": 500
2035            },
2036            {
2037                "nextNgram": 117,
2038                "nextChar": "o",
2039                "cumulativeProbability": 600
2040            },
2041            {
2042                "nextNgram": 109,
2043                "nextChar": " ",
2044                "cumulativeProbability": 700
2045            },
2046            {
2047                "nextNgram": 112,
2048                "nextChar": ".",
2049                "cumulativeProbability": 776
2050            },
2051            {
2052                "nextNgram": 110,
2053                "nextChar": "!",
2054                "cumulativeProbability": 841
2055            },
2056            {
2057                "nextNgram": 111,
2058                "nextChar": ",",
2059                "cumulativeProbability": 900
2060            }
2061        ],
2062        "totalProbability": 900,
2063        "name": "oo"
2064    },
2065    {
2066        "choices": [
2067            {
2068                "nextNgram": 129,
2069                "nextChar": "n",
2070                "cumulativeProbability": 1
2071            }
2072        ],
2073        "totalProbability": 1,
2074        "name": "or"
2075    },
2076    {
2077        "choices": [
2078            {
2079                "nextNgram": 153,
2080                "nextChar": "s",
2081                "cumulativeProbability": 1
2082            }
2083        ],
2084        "totalProbability": 1,
2085        "name": "ot"
2086    },
2087    {
2088        "choices": [
2089            {
2090                "nextNgram": 156,
2091                "nextChar": "b",
2092                "cumulativeProbability": 1
2093            }
2094        ],
2095        "totalProbability": 1,
2096        "name": "ou"
2097    },
2098    {
2099        "choices": [
2100            {
2101                "nextNgram": 161,
2102                "nextChar": " ",
2103                "cumulativeProbability": 2
2104            },
2105            {
2106                "nextNgram": 167,
2107                "nextChar": "m",
2108                "cumulativeProbability": 3
2109            }
2110        ],
2111        "totalProbability": 3,
2112        "name": "ow"
2113    },
2114    {
2115        "choices": [
2116            {
2117                "nextNgram": 10,
2118                "nextChar": "n",
2119                "cumulativeProbability": 1
2120            }
2121        ],
2122        "totalProbability": 1,
2123        "name": "p "
2124    },
2125    {
2126        "choices": [
2127            {
2128                "nextNgram": 127,
2129                "nextChar": "y",
2130                "cumulativeProbability": 1
2131            }
2132        ],
2133        "totalProbability": 1,
2134        "name": "pp"
2135    },
2136    {
2137        "choices": [
2138            {
2139                "nextNgram": 130,
2140                "nextChar": "o",
2141                "cumulativeProbability": 1
2142            }
2143        ],
2144        "totalProbability": 1,
2145        "name": "pr"
2146    },
2147    {
2148        "choices": [
2149            {
2150                "nextNgram": 142,
2151                "nextChar": "y",
2152                "cumulativeProbability": 1
2153            }
2154        ],
2155        "totalProbability": 1,
2156        "name": "ps"
2157    },
2158    {
2159        "choices": [
2160            {
2161                "nextNgram": 157,
2162                "nextChar": "n",
2163                "cumulativeProbability": 1
2164            }
2165        ],
2166        "totalProbability": 1,
2167        "name": "pu"
2168    },
2169    {
2170        "choices": [
2171            {
2172                "nextNgram": 169,
2173                "nextChar": " ",
2174                "cumulativeProbability": 100
2175            },
2176            {
2177                "nextNgram": 170,
2178                "nextChar": "!",
2179                "cumulativeProbability": 141
2180            },
2181            {
2182                "nextNgram": 171,
2183                "nextChar": ",",
2184                "cumulativeProbability": 177
2185            },
2186            {
2187                "nextNgram": 172,
2188                "nextChar": ".",
2189                "cumulativeProbability": 200
2190            }
2191        ],
2192        "totalProbability": 200,
2193        "name": "py"
2194    },
2195    {
2196        "choices": [
2197            {
2198                "nextNgram": 75,
2199                "nextChar": "n",
2200                "cumulativeProbability": 1
2201            },
2202            {
2203                "nextNgram": 74,
2204                "nextChar": "m",
2205                "cumulativeProbability": 2
2206            }
2207        ],
2208        "totalProbability": 2,
2209        "name": "ri"
2210    },
2211    {
2212        "choices": [
2213            {
2214                "nextNgram": 102,
2215                "nextChar": "a",
2216                "cumulativeProbability": 1
2217            }
2218        ],
2219        "totalProbability": 1,
2220        "name": "rn"
2221    },
2222    {
2223        "choices": [
2224            {
2225                "nextNgram": 116,
2226                "nextChar": "n",
2227                "cumulativeProbability": 1
2228            },
2229            {
2230                "nextNgram": 113,
2231                "nextChar": "i",
2232                "cumulativeProbability": 2
2233            }
2234        ],
2235        "totalProbability": 2,
2236        "name": "ro"
2237    },
2238    {
2239        "choices": [
2240            {
2241                "nextNgram": 157,
2242                "nextChar": "n",
2243                "cumulativeProbability": 1
2244            }
2245        ],
2246        "totalProbability": 1,
2247        "name": "ru"
2248    },
2249    {
2250        "choices": [
2251            {
2252                "nextNgram": 16,
2253                "nextChar": "!",
2254                "cumulativeProbability": 8
2255            },
2256            {
2257                "nextNgram": 15,
2258                "nextChar": " ",
2259                "cumulativeProbability": 11
2260            }
2261        ],
2262        "totalProbability": 11,
2263        "name": "s!"
2264    },
2265    {
2266        "choices": [
2267            {
2268                "nextNgram": 17,
2269                "nextChar": ",",
2270                "cumulativeProbability": 1
2271            }
2272        ],
2273        "totalProbability": 1,
2274        "name": "s,"
2275    },
2276    {
2277        "choices": [
2278            {
2279                "nextNgram": 30,
2280                "nextChar": ".",
2281                "cumulativeProbability": 13
2282            },
2283            {
2284                "nextNgram": 29,
2285                "nextChar": " ",
2286                "cumulativeProbability": 17
2287            }
2288        ],
2289        "totalProbability": 17,
2290        "name": "s."
2291    },
2292    {
2293        "choices": [
2294            {
2295                "nextNgram": 45,
2296                "nextChar": "r",
2297                "cumulativeProbability": 1
2298            }
2299        ],
2300        "totalProbability": 1,
2301        "name": "sc"
2302    },
2303    {
2304        "choices": [
2305            {
2306                "nextNgram": 66,
2307                "nextChar": "r",
2308                "cumulativeProbability": 1
2309            }
2310        ],
2311        "totalProbability": 1,
2312        "name": "sh"
2313    },
2314    {
2315        "choices": [
2316            {
2317                "nextNgram": 77,
2318                "nextChar": "t",
2319                "cumulativeProbability": 2
2320            },
2321            {
2322                "nextNgram": 72,
2323                "nextChar": "e",
2324                "cumulativeProbability": 3
2325            }
2326        ],
2327        "totalProbability": 3,
2328        "name": "si"
2329    },
2330    {
2331        "choices": [
2332            {
2333                "nextNgram": 96,
2334                "nextChar": "o",
2335                "cumulativeProbability": 1
2336            }
2337        ],
2338        "totalProbability": 1,
2339        "name": "sm"
2340    },
2341    {
2342        "choices": [
2343            {
2344                "nextNgram": 109,
2345                "nextChar": " ",
2346                "cumulativeProbability": 2
2347            },
2348            {
2349                "nextNgram": 117,
2350                "nextChar": "o",
2351                "cumulativeProbability": 3
2352            }
2353        ],
2354        "totalProbability": 3,
2355        "name": "so"
2356    },
2357    {
2358        "choices": [
2359            {
2360                "nextNgram": 126,
2361                "nextChar": "u",
2362                "cumulativeProbability": 2
2363            },
2364            {
2365                "nextNgram": 124,
2366                "nextChar": "r",
2367                "cumulativeProbability": 3
2368            }
2369        ],
2370        "totalProbability": 3,
2371        "name": "sp"
2372    },
2373    {
2374        "choices": [
2375            {
2376                "nextNgram": 143,
2377                "nextChar": " ",
2378                "cumulativeProbability": 1
2379            }
2380        ],
2381        "totalProbability": 1,
2382        "name": "st"
2383    },
2384    {
2385        "choices": [
2386            {
2387                "nextNgram": 169,
2388                "nextChar": " ",
2389                "cumulativeProbability": 300
2390            },
2391            {
2392                "nextNgram": 172,
2393                "nextChar": ".",
2394                "cumulativeProbability": 341
2395            },
2396            {
2397                "nextNgram": 171,
2398                "nextChar": ",",
2399                "cumulativeProbability": 376
2400            },
2401            {
2402                "nextNgram": 170,
2403                "nextChar": "!",
2404                "cumulativeProbability": 400
2405            }
2406        ],
2407        "totalProbability": 400,
2408        "name": "sy"
2409    },
2410    {
2411        "choices": [
2412            {
2413                "nextNgram": 12,
2414                "nextChar": "t",
2415                "cumulativeProbability": 2
2416            },
2417            {
2418                "nextNgram": 0,
2419                "nextChar": "a",
2420                "cumulativeProbability": 4
2421            },
2422            {
2423                "nextNgram": 2,
2424                "nextChar": "c",
2425                "cumulativeProbability": 5
2426            },
2427            {
2428                "nextNgram": 11,
2429                "nextChar": "s",
2430                "cumulativeProbability": 6
2431            }
2432        ],
2433        "totalProbability": 6,
2434        "name": "t "
2435    },
2436    {
2437        "choices": [
2438            {
2439                "nextNgram": 16,
2440                "nextChar": "!",
2441                "cumulativeProbability": 85
2442            },
2443            {
2444                "nextNgram": 15,
2445                "nextChar": " ",
2446                "cumulativeProbability": 122
2447            }
2448        ],
2449        "totalProbability": 122,
2450        "name": "t!"
2451    },
2452    {
2453        "choices": [
2454            {
2455                "nextNgram": 17,
2456                "nextChar": ",",
2457                "cumulativeProbability": 1
2458            }
2459        ],
2460        "totalProbability": 1,
2461        "name": "t,"
2462    },
2463    {
2464        "choices": [
2465            {
2466                "nextNgram": 30,
2467                "nextChar": ".",
2468                "cumulativeProbability": 101
2469            },
2470            {
2471                "nextNgram": 29,
2472                "nextChar": " ",
2473                "cumulativeProbability": 144
2474            }
2475        ],
2476        "totalProbability": 144,
2477        "name": "t."
2478    },
2479    {
2480        "choices": [
2481            {
2482                "nextNgram": 35,
2483                "nextChar": "p",
2484                "cumulativeProbability": 1
2485            }
2486        ],
2487        "totalProbability": 1,
2488        "name": "ta"
2489    },
2490    {
2491        "choices": [
2492            {
2493                "nextNgram": 59,
2494                "nextChar": "s",
2495                "cumulativeProbability": 200
2496            },
2497            {
2498                "nextNgram": 53,
2499                "nextChar": "!",
2500                "cumulativeProbability": 238
2501            },
2502            {
2503                "nextNgram": 55,
2504                "nextChar": ".",
2505                "cumulativeProbability": 271
2506            },
2507            {
2508                "nextNgram": 54,
2509                "nextChar": ",",
2510                "cumulativeProbability": 300
2511            }
2512        ],
2513        "totalProbability": 300,
2514        "name": "te"
2515    },
2516    {
2517        "choices": [
2518            {
2519                "nextNgram": 65,
2520                "nextChar": "e",
2521                "cumulativeProbability": 1
2522            }
2523        ],
2524        "totalProbability": 1,
2525        "name": "th"
2526    },
2527    {
2528        "choices": [
2529            {
2530                "nextNgram": 72,
2531                "nextChar": "e",
2532                "cumulativeProbability": 1
2533            }
2534        ],
2535        "totalProbability": 1,
2536        "name": "ti"
2537    },
2538    {
2539        "choices": [
2540            {
2541                "nextNgram": 87,
2542                "nextChar": "e",
2543                "cumulativeProbability": 1
2544            }
2545        ],
2546        "totalProbability": 1,
2547        "name": "tl"
2548    },
2549    {
2550        "choices": [
2551            {
2552                "nextNgram": 117,
2553                "nextChar": "o",
2554                "cumulativeProbability": 3
2555            },
2556            {
2557                "nextNgram": 109,
2558                "nextChar": " ",
2559                "cumulativeProbability": 4
2560            }
2561        ],
2562        "totalProbability": 4,
2563        "name": "to"
2564    },
2565    {
2566        "choices": [
2567            {
2568                "nextNgram": 137,
2569                "nextChar": "i",
2570                "cumulativeProbability": 1
2571            }
2572        ],
2573        "totalProbability": 1,
2574        "name": "ts"
2575    },
2576    {
2577        "choices": [
2578            {
2579                "nextNgram": 151,
2580                "nextChar": "l",
2581                "cumulativeProbability": 1
2582            }
2583        ],
2584        "totalProbability": 1,
2585        "name": "tt"
2586    },
2587    {
2588        "choices": [
2589            {
2590                "nextNgram": 169,
2591                "nextChar": " ",
2592                "cumulativeProbability": 100
2593            },
2594            {
2595                "nextNgram": 171,
2596                "nextChar": ",",
2597                "cumulativeProbability": 138
2598            },
2599            {
2600                "nextNgram": 170,
2601                "nextChar": "!",
2602                "cumulativeProbability": 169
2603            },
2604            {
2605                "nextNgram": 172,
2606                "nextChar": ".",
2607                "cumulativeProbability": 200
2608            }
2609        ],
2610        "totalProbability": 200,
2611        "name": "ty"
2612    },
2613    {
2614        "choices": [
2615            {
2616                "nextNgram": 42,
2617                "nextChar": "l",
2618                "cumulativeProbability": 1
2619            }
2620        ],
2621        "totalProbability": 1,
2622        "name": "ub"
2623    },
2624    {
2625        "choices": [
2626            {
2627                "nextNgram": 106,
2628                "nextChar": "k",
2629                "cumulativeProbability": 4
2630            },
2631            {
2632                "nextNgram": 105,
2633                "nextChar": "g",
2634                "cumulativeProbability": 7
2635            },
2636            {
2637                "nextNgram": 104,
2638                "nextChar": "f",
2639                "cumulativeProbability": 8
2640            }
2641        ],
2642        "totalProbability": 8,
2643        "name": "un"
2644    },
2645    {
2646        "choices": [
2647            {
2648                "nextNgram": 134,
2649                "nextChar": ".",
2650                "cumulativeProbability": 34
2651            },
2652            {
2653                "nextNgram": 132,
2654                "nextChar": "!",
2655                "cumulativeProbability": 67
2656            },
2657            {
2658                "nextNgram": 133,
2659                "nextChar": ",",
2660                "cumulativeProbability": 100
2661            }
2662        ],
2663        "totalProbability": 100,
2664        "name": "us"
2665    },
2666    {
2667        "choices": [
2668            {
2669                "nextNgram": 148,
2670                "nextChar": "e",
2671                "cumulativeProbability": 1
2672            }
2673        ],
2674        "totalProbability": 1,
2675        "name": "ut"
2676    },
2677    {
2678        "choices": [
2679            {
2680                "nextNgram": 52,
2681                "nextChar": " ",
2682                "cumulativeProbability": 1
2683            }
2684        ],
2685        "totalProbability": 1,
2686        "name": "ve"
2687    },
2688    {
2689        "choices": [
2690            {
2691                "nextNgram": 12,
2692                "nextChar": "t",
2693                "cumulativeProbability": 2
2694            },
2695            {
2696                "nextNgram": 8,
2697                "nextChar": "l",
2698                "cumulativeProbability": 3
2699            },
2700            {
2701                "nextNgram": 11,
2702                "nextChar": "s",
2703                "cumulativeProbability": 4
2704            },
2705            {
2706                "nextNgram": 13,
2707                "nextChar": "w",
2708                "cumulativeProbability": 5
2709            },
2710            {
2711                "nextNgram": 6,
2712                "nextChar": "i",
2713                "cumulativeProbability": 6
2714            }
2715        ],
2716        "totalProbability": 6,
2717        "name": "w "
2718    },
2719    {
2720        "choices": [
2721            {
2722                "nextNgram": 16,
2723                "nextChar": "!",
2724                "cumulativeProbability": 24
2725            },
2726            {
2727                "nextNgram": 15,
2728                "nextChar": " ",
2729                "cumulativeProbability": 43
2730            }
2731        ],
2732        "totalProbability": 43,
2733        "name": "w!"
2734    },
2735    {
2736        "choices": [
2737            {
2738                "nextNgram": 17,
2739                "nextChar": ",",
2740                "cumulativeProbability": 1
2741            }
2742        ],
2743        "totalProbability": 1,
2744        "name": "w,"
2745    },
2746    {
2747        "choices": [
2748            {
2749                "nextNgram": 30,
2750                "nextChar": ".",
2751                "cumulativeProbability": 4
2752            },
2753            {
2754                "nextNgram": 29,
2755                "nextChar": " ",
2756                "cumulativeProbability": 5
2757            }
2758        ],
2759        "totalProbability": 5,
2760        "name": "w."
2761    },
2762    {
2763        "choices": [
2764            {
2765                "nextNgram": 65,
2766                "nextChar": "e",
2767                "cumulativeProbability": 1
2768            }
2769        ],
2770        "totalProbability": 1,
2771        "name": "wh"
2772    },
2773    {
2774        "choices": [
2775            {
2776                "nextNgram": 71,
2777                "nextChar": "d",
2778                "cumulativeProbability": 1
2779            }
2780        ],
2781        "totalProbability": 1,
2782        "name": "wi"
2783    },
2784    {
2785        "choices": [
2786            {
2787                "nextNgram": 94,
2788                "nextChar": "e",
2789                "cumulativeProbability": 1
2790            }
2791        ],
2792        "totalProbability": 1,
2793        "name": "wm"
2794    },
2795    {
2796        "choices": [
2797            {
2798                "nextNgram": 161,
2799                "nextChar": " ",
2800                "cumulativeProbability": 3
2801            },
2802            {
2803                "nextNgram": 168,
2804                "nextChar": "w",
2805                "cumulativeProbability": 5
2806            }
2807        ],
2808        "totalProbability": 5,
2809        "name": "ww"
2810    },
2811    {
2812        "choices": [
2813            {
2814                "nextNgram": 12,
2815                "nextChar": "t",
2816                "cumulativeProbability": 2
2817            },
2818            {
2819                "nextNgram": 11,
2820                "nextChar": "s",
2821                "cumulativeProbability": 4
2822            },
2823            {
2824                "nextNgram": 3,
2825                "nextChar": "d",
2826                "cumulativeProbability": 6
2827            },
2828            {
2829                "nextNgram": 0,
2830                "nextChar": "a",
2831                "cumulativeProbability": 8
2832            },
2833            {
2834                "nextNgram": 7,
2835                "nextChar": "k",
2836                "cumulativeProbability": 9
2837            },
2838            {
2839                "nextNgram": 13,
2840                "nextChar": "w",
2841                "cumulativeProbability": 10
2842            }
2843        ],
2844        "totalProbability": 10,
2845        "name": "y "
2846    },
2847    {
2848        "choices": [
2849            {
2850                "nextNgram": 16,
2851                "nextChar": "!",
2852                "cumulativeProbability": 5
2853            },
2854            {
2855                "nextNgram": 15,
2856                "nextChar": " ",
2857                "cumulativeProbability": 7
2858            }
2859        ],
2860        "totalProbability": 7,
2861        "name": "y!"
2862    },
2863    {
2864        "choices": [
2865            {
2866                "nextNgram": 17,
2867                "nextChar": ",",
2868                "cumulativeProbability": 1
2869            }
2870        ],
2871        "totalProbability": 1,
2872        "name": "y,"
2873    },
2874    {
2875        "choices": [
2876            {
2877                "nextNgram": 30,
2878                "nextChar": ".",
2879                "cumulativeProbability": 51
2880            },
2881            {
2882                "nextNgram": 29,
2883                "nextChar": " ",
2884                "cumulativeProbability": 65
2885            }
2886        ],
2887        "totalProbability": 65,
2888        "name": "y."
2889    },
2890    {
2891        "choices": [
2892            {
2893                "nextNgram": 38,
2894                "nextChar": "y",
2895                "cumulativeProbability": 1
2896            }
2897        ],
2898        "totalProbability": 1,
2899        "name": "ya"
2900    }
2901];