{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "##### 교재페이지 (335-337)"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "10) RNN with long sequences : Stacked RNN"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "0  We are da -> We are dat\n",
      "1 We are dat -> e are data\n",
      "2 e are data ->  are datae\n",
      "3  are datae -> are dataed\n",
      "4 are dataed -> re dataedu\n",
      "5 re dataedu -> e dataedu.\n",
      "6 e dataedu. ->  dataedu. \n",
      "7  dataedu.  -> dataedu. T\n",
      "8 dataedu. T -> ataedu. Th\n",
      "9 ataedu. Th -> taedu. The\n",
      "10 taedu. The -> aedu. The \n",
      "11 aedu. The  -> edu. The c\n",
      "12 edu. The c -> du. The cu\n",
      "13 du. The cu -> u. The cur\n",
      "14 u. The cur -> . The curr\n",
      "15 . The curr ->  The curre\n",
      "16  The curre -> The curren\n",
      "17 The curren -> he current\n",
      "18 he current -> e current \n",
      "19 e current  ->  current l\n",
      "20  current l -> current le\n",
      "21 current le -> urrent lec\n",
      "22 urrent lec -> rrent lect\n",
      "23 rrent lect -> rent lectu\n",
      "24 rent lectu -> ent lectur\n",
      "25 ent lectur -> nt lecture\n",
      "26 nt lecture -> t lecture \n",
      "27 t lecture  ->  lecture i\n",
      "28  lecture i -> lecture is\n",
      "29 lecture is -> ecture is \n",
      "30 ecture is  -> cture is a\n",
      "31 cture is a -> ture is a \n",
      "32 ture is a  -> ure is a M\n",
      "33 ure is a M -> re is a Ma\n",
      "34 re is a Ma -> e is a Mat\n",
      "35 e is a Mat ->  is a Matc\n",
      "36  is a Matc -> is a Match\n",
      "37 is a Match -> s a Match \n",
      "38 s a Match  ->  a Match U\n",
      "39  a Match U -> a Match Up\n",
      "40 a Match Up ->  Match Up \n",
      "41  Match Up  -> Match Up T\n",
      "42 Match Up T -> atch Up Te\n",
      "43 atch Up Te -> tch Up Ten\n",
      "44 tch Up Ten -> ch Up Tens\n",
      "45 ch Up Tens -> h Up Tenso\n",
      "46 h Up Tenso ->  Up Tensor\n",
      "47  Up Tensor -> Up TensorF\n",
      "48 Up TensorF -> p TensorFl\n",
      "49 p TensorFl ->  TensorFlo\n",
      "50  TensorFlo -> TensorFlow\n",
      "51 TensorFlow -> ensorFlow.\n",
      "52 ensorFlow. -> nsorFlow. \n",
      "53 nsorFlow.  -> sorFlow. S\n",
      "54 sorFlow. S -> orFlow. St\n",
      "55 orFlow. St -> rFlow. Stu\n",
      "56 rFlow. Stu -> Flow. Stud\n",
      "57 Flow. Stud -> low. Stude\n",
      "58 low. Stude -> ow. Studen\n",
      "59 ow. Studen -> w. Student\n",
      "60 w. Student -> . Students\n",
      "61 . Students ->  Students,\n",
      "62  Students, -> Students, \n",
      "63 Students,  -> tudents, p\n",
      "64 tudents, p -> udents, pl\n",
      "65 udents, pl -> dents, ple\n",
      "66 dents, ple -> ents, plea\n",
      "67 ents, plea -> nts, pleas\n",
      "68 nts, pleas -> ts, please\n",
      "69 ts, please -> s, please \n",
      "70 s, please  -> , please s\n",
      "71 , please s ->  please st\n",
      "72  please st -> please stu\n",
      "73 please stu -> lease stud\n",
      "74 lease stud -> ease study\n",
      "75 ease study -> ase study \n",
      "76 ase study  -> se study h\n",
      "77 se study h -> e study ha\n",
      "78 e study ha ->  study har\n",
      "79  study har -> study hard\n",
      "80 study hard -> tudy hard.\n",
      "Tensor(\"one_hot:0\", shape=(?, 10, 25), dtype=float32)\n",
      "WARNING:tensorflow:From <ipython-input-2-7a4849d62e9c>:47: BasicLSTMCell.__init__ (from tensorflow.python.ops.rnn_cell_impl) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "This class is equivalent as tf.keras.layers.LSTMCell, and will be replaced by that in Tensorflow 2.0.\n",
      "WARNING:tensorflow:From <ipython-input-2-7a4849d62e9c>:48: MultiRNNCell.__init__ (from tensorflow.python.ops.rnn_cell_impl) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "This class is equivalent as tf.keras.layers.StackedRNNCells, and will be replaced by that in Tensorflow 2.0.\n",
      "WARNING:tensorflow:At least two cells provided to MultiRNNCell are the same object and will share weights.\n",
      "WARNING:tensorflow:From <ipython-input-2-7a4849d62e9c>:51: dynamic_rnn (from tensorflow.python.ops.rnn) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "Please use `keras.layers.RNN(cell)`, which is equivalent to this API\n",
      "WARNING:tensorflow:From C:\\Users\\jsdata00010\\Anaconda3\\lib\\site-packages\\tensorflow\\python\\ops\\tensor_array_ops.py:162: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "Colocations handled automatically by placer.\n",
      "0 0 aaaaaaaaaa 3.2654715\n",
      "0 1 aaaaaaaaaa 3.2654715\n",
      "0 2 aaaaaaaaaa 3.2654715\n",
      "0 3 aaaaaaaaaa 3.2654715\n",
      "0 4 aaaaaaaaaa 3.2654715\n",
      "0 5 aaaaaaaaaa 3.2654715\n",
      "0 6 aaaaaaaaaa 3.2654715\n",
      "0 7 aaaaaaaaaa 3.2654715\n",
      "0 8 aaaaaaaaaa 3.2654715\n",
      "0 9 aaaaaaaaaa 3.2654715\n",
      "0 10 aaaaaaaaaa 3.2654715\n",
      "0 11 aaaaaaaaaa 3.2654715\n",
      "0 12 aaaaaaaaaa 3.2654715\n",
      "0 13 aaaaaaaaah 3.2654715\n",
      "0 14 aaaaaaahhh 3.2654715\n",
      "0 15 aaaaaaaaaa 3.2654715\n",
      "0 16 aaahhhhhha 3.2654715\n",
      "0 17 aahhhhhhha 3.2654715\n",
      "0 18 aaaahhaaaa 3.2654715\n",
      "0 19 aaaaaaaaaa 3.2654715\n",
      "0 20 aaaaaaaaaa 3.2654715\n",
      "0 21 aaaaaaaaaa 3.2654715\n",
      "0 22 aaaaaaaaaa 3.2654715\n",
      "0 23 aaaaaaaaaa 3.2654715\n",
      "0 24 aaaaaaaaaa 3.2654715\n",
      "0 25 aaaaaaaaaa 3.2654715\n",
      "0 26 aaaaaaaaaa 3.2654715\n",
      "0 27 aaaaaaaaaa 3.2654715\n",
      "0 28 aaaaaaaaaa 3.2654715\n",
      "0 29 aaaaaaaaaa 3.2654715\n",
      "0 30 aaaaaaaaaa 3.2654715\n",
      "0 31 aaaaaaaaaa 3.2654715\n",
      "0 32 aaaaaaaaaa 3.2654715\n",
      "0 33 aaaaaaaaaa 3.2654715\n",
      "0 34 aaaaaaaaaa 3.2654715\n",
      "0 35 aaaaaaaaaa 3.2654715\n",
      "0 36 aaa,aaaaaa 3.2654715\n",
      "0 37 aaaaaaaaaa 3.2654715\n",
      "0 38 ahhhaaaaaa 3.2654715\n",
      "0 39 aaaaaaaaaa 3.2654715\n",
      "0 40 aaaaaaaahh 3.2654715\n",
      "0 41 aaaaaaahhh 3.2654715\n",
      "0 42 aaaaahhhhh 3.2654715\n",
      "0 43 aaaaahhhhh 3.2654715\n",
      "0 44 aaaahhhhhh 3.2654715\n",
      "0 45 aahhhhhhhh 3.2654715\n",
      "0 46 aahhhhhaaa 3.2654715\n",
      "0 47 aaaaaaaaaa 3.2654715\n",
      "0 48 aaaahaaaaa 3.2654715\n",
      "0 49 aaaaaaaaaa 3.2654715\n",
      "0 50 aaaaaaaaaa 3.2654715\n",
      "0 51 aaaaaaaaaa 3.2654715\n",
      "0 52 aaaaaaaaaa 3.2654715\n",
      "0 53 aaaaaaaaaa 3.2654715\n",
      "0 54 ahaaaaaaa, 3.2654715\n",
      "0 55 aaaaaaaa,, 3.2654715\n",
      "0 56 aaaaaaa,aa 3.2654715\n",
      "0 57 aaaaaaaaaa 3.2654715\n",
      "0 58 aaaaaaaaaa 3.2654715\n",
      "0 59 aaaaaaaaaa 3.2654715\n",
      "0 60 aaaaaaaaaa 3.2654715\n",
      "0 61 aaaaaaaaaa 3.2654715\n",
      "0 62 aaaaahaaah 3.2654715\n",
      "0 63 aaahhaaahh 3.2654715\n",
      "0 64 aaaaaaaahh 3.2654715\n",
      "0 65 aaaaaaahhh 3.2654715\n",
      "0 66 aaaaaaahaa 3.2654715\n",
      "0 67 aaaaahhhaa 3.2654715\n",
      "0 68 aaaahhhhah 3.2654715\n",
      "0 69 aahhhhaaaa 3.2654715\n",
      "0 70 ahhhhaaaaa 3.2654715\n",
      "0 71 hhhaaaaaaa 3.2654715\n",
      "0 72 aaaaaaaaaa 3.2654715\n",
      "0 73 aaaaahahaa 3.2654715\n",
      "0 74 aaahhahaaa 3.2654715\n",
      "0 75 aahhhhaaaa 3.2654715\n",
      "0 76 ahhhhhaaaa 3.2654715\n",
      "0 77 ahhhaaaaaa 3.2654715\n",
      "0 78 aaaaaaaahh 3.2654715\n",
      "0 79 aaaaaaahhh 3.2654715\n",
      "0 80 aaaaahhhhh 3.2654715\n",
      "1 0 aaaatttttt 3.0934749\n",
      "1 1 aaaatttttt 3.0934749\n",
      "1 2 aaaatttttt 3.0934749\n",
      "1 3 aaaatttttt 3.0934749\n",
      "1 4 aaattttttt 3.0934749\n",
      "1 5 aaaatttttt 3.0934749\n",
      "1 6 aaaatttttt 3.0934749\n",
      "1 7 aaaaattttt 3.0934749\n",
      "1 8 aaaatttttt 3.0934749\n",
      "1 9 aaaatttttt 3.0934749\n",
      "1 10 aaaatttttt 3.0934749\n",
      "1 11 aaaatttttt 3.0934749\n",
      "1 12 aaaaattttt 3.0934749\n",
      "1 13 aaaaattttt 3.0934749\n",
      "1 14 aaaauututt 3.0934749\n",
      "1 15 aaaauuuttt 3.0934749\n",
      "1 16 aaaauuuttt 3.0934749\n",
      "1 17 aaaauuuttt 3.0934749\n",
      "1 18 aaaauttttt 3.0934749\n",
      "1 19 aaaaattttt 3.0934749\n",
      "1 20 aaaaattttt 3.0934749\n",
      "1 21 aaaatttttt 3.0934749\n",
      "1 22 aaaatttttt 3.0934749\n",
      "1 23 aaattttttt 3.0934749\n",
      "1 24 aaaaattttt 3.0934749\n",
      "1 25 aaaaattttt 3.0934749\n",
      "1 26 aaaaaatttt 3.0934749\n",
      "1 27 aaaaattttt 3.0934749\n",
      "1 28 aaaaattttt 3.0934749\n",
      "1 29 aaaaattttt 3.0934749\n",
      "1 30 aaaaattttt 3.0934749\n",
      "1 31 aaaaattttt 3.0934749\n",
      "1 32 aaaatttttt 3.0934749\n",
      "1 33 aaaaattttt 3.0934749\n",
      "1 34 aaaaattttt 3.0934749\n",
      "1 35 aaaaaatttt 3.0934749\n",
      "1 36 aaaaaatttt 3.0934749\n",
      "1 37 aaaaaatttt 3.0934749\n",
      "1 38 aaaaattttt 3.0934749\n",
      "1 39 aaaatttttt 3.0934749\n",
      "1 40 aaaatttttt 3.0934749\n",
      "1 41 aaaaattttt 3.0934749\n",
      "1 42 aaaaattttt 3.0934749\n",
      "1 43 aaaauuuttt 3.0934749\n",
      "1 44 aaaaauuuut 3.0934749\n",
      "1 45 aaaaaauutt 3.0934749\n",
      "1 46 aaaaauuttt 3.0934749\n",
      "1 47 aaaaattttt 3.0934749\n",
      "1 48 aaaaattttt 3.0934749\n",
      "1 49 aaaatttttt 3.0934749\n",
      "1 50 aaaaaatttt 3.0934749\n",
      "1 51 aaaaaaattt 3.0934749\n",
      "1 52 aaaaaatttt 3.0934749\n",
      "1 53 aaaaaaattt 3.0934749\n",
      "1 54 aaaaaatttt 3.0934749\n",
      "1 55 aaaaaatttt 3.0934749\n",
      "1 56 aaaaattttt 3.0934749\n",
      "1 57 aaaaattttt 3.0934749\n",
      "1 58 aaaaattttt 3.0934749\n",
      "1 59 aaaaaatttt 3.0934749\n",
      "1 60 aaaaattttt 3.0934749\n",
      "1 61 aaaauttttt 3.0934749\n",
      "1 62 aaaaattttt 3.0934749\n",
      "1 63 aaaaaatttt 3.0934749\n",
      "1 64 aaaaaaaatt 3.0934749\n",
      "1 65 aaaaaaaatt 3.0934749\n",
      "1 66 aaaaaaattt 3.0934749\n",
      "1 67 aaaaaaattt 3.0934749\n",
      "1 68 aaaaaaattt 3.0934749\n",
      "1 69 aaaaaatttt 3.0934749\n",
      "1 70 aaaaattttt 3.0934749\n",
      "1 71 aaaaattttt 3.0934749\n",
      "1 72 aaaatttttt 3.0934749\n",
      "1 73 aaaatttttt 3.0934749\n",
      "1 74 aaaatttttt 3.0934749\n",
      "1 75 aaaatttttt 3.0934749\n",
      "1 76 aaaaattttt 3.0934749\n",
      "1 77 aaaaaatttt 3.0934749\n",
      "1 78 aaaaattttt 3.0934749\n",
      "1 79 aaaaaaattt 3.0934749\n",
      "1 80 aaaaaaattt 3.0934749\n",
      "2 0 at         3.0058632\n",
      "2 1 aa         3.0058632\n",
      "2 2 at         3.0058632\n",
      "2 3 aee        3.0058632\n",
      "2 4 aee        3.0058632\n",
      "2 5 at         3.0058632\n",
      "2 6 at         3.0058632\n",
      "2 7 ae         3.0058632\n",
      "2 8 aa         3.0058632\n",
      "2 9 ate        3.0058632\n",
      "2 10 ae         3.0058632\n",
      "2 11 at         3.0058632\n",
      "2 12 a          3.0058632\n",
      "2 13 aa         3.0058632\n",
      "2 14 at         3.0058632\n",
      "2 15 ate        3.0058632\n",
      "2 16 aee        3.0058632\n",
      "2 17 ae         3.0058632\n",
      "2 18 a          3.0058632\n",
      "2 19 at         3.0058632\n",
      "2 20 ae         3.0058632\n",
      "2 21 a          3.0058632\n",
      "2 22 ae         3.0058632\n",
      "2 23 aee        3.0058632\n",
      "2 24 at         3.0058632\n",
      "2 25 at         3.0058632\n",
      "2 26 aa         3.0058632\n",
      "2 27 ae         3.0058632\n",
      "2 28 ae         3.0058632\n",
      "2 29 at         3.0058632\n",
      "2 30 a          3.0058632\n",
      "2 31 aa         3.0058632\n",
      "2 32 a          3.0058632\n",
      "2 33 ae         3.0058632\n",
      "2 34 at         3.0058632\n",
      "2 35 at         3.0058632\n",
      "2 36 ae         3.0058632\n",
      "2 37 aa         3.0058632\n",
      "2 38 aa         3.0058632\n",
      "2 39 aet        3.0058632\n",
      "2 40 ate        3.0058632\n",
      "2 41 aa         3.0058632\n",
      "2 42 aa         3.0058632\n",
      "2 43 at         3.0058632\n",
      "2 44 a          3.0058632\n",
      "2 45 a          3.0058632\n",
      "2 46 ae         3.0058632\n",
      "2 47 aa         3.0058632\n",
      "2 48 aa         3.0058632\n",
      "2 49 aee        3.0058632\n",
      "2 50 ae         3.0058632\n",
      "2 51 at         3.0058632\n",
      "2 52 at         3.0058632\n",
      "2 53 aae        3.0058632\n",
      "2 54 aae        3.0058632\n",
      "2 55 aae        3.0058632\n",
      "2 56 aee        3.0058632\n",
      "2 57 aa         3.0058632\n",
      "2 58 aae        3.0058632\n",
      "2 59 aaee       3.0058632\n",
      "2 60 aee        3.0058632\n",
      "2 61 at         3.0058632\n",
      "2 62 ae         3.0058632\n",
      "2 63 aa         3.0058632\n",
      "2 64 a          3.0058632\n",
      "2 65 a          3.0058632\n",
      "2 66 aa         3.0058632\n",
      "2 67 at         3.0058632\n",
      "2 68 aa         3.0058632\n",
      "2 69 aa         3.0058632\n",
      "2 70 aa         3.0058632\n",
      "2 71 aae        3.0058632\n",
      "2 72 ae         3.0058632\n",
      "2 73 ae         3.0058632\n",
      "2 74 at         3.0058632\n",
      "2 75 at         3.0058632\n",
      "2 76 at         3.0058632\n",
      "2 77 a          3.0058632\n",
      "2 78 at         3.0058632\n",
      "2 79 ae         3.0058632\n",
      "2 80 aa         3.0058632\n",
      "3 0 aaaaaaannn 3.0999765\n",
      "3 1 aaaaaannnn 3.0999765\n",
      "3 2 aaaaaaaann 3.0999765\n",
      "3 3 aaaaaaaann 3.0999765\n",
      "3 4 aaaaaaaann 3.0999765\n",
      "3 5 aaaaannnnn 3.0999765\n",
      "3 6 aaaaaannnn 3.0999765\n",
      "3 7 aaaaaannnn 3.0999765\n",
      "3 8 aaaaannnnn 3.0999765\n",
      "3 9 aaaaaaaann 3.0999765\n",
      "3 10 aaaaannnnn 3.0999765\n",
      "3 11 aaaaaaaaan 3.0999765\n",
      "3 12 aaaaaannnn 3.0999765\n",
      "3 13 aaaaaannnn 3.0999765\n",
      "3 14 aa aaaaaaa 3.0999765\n",
      "3 15 aaaaaaaann 3.0999765\n",
      "3 16 aaaaaaannn 3.0999765\n",
      "3 17 aa  aaannn 3.0999765\n",
      "3 18 aaaaaaannn 3.0999765\n",
      "3 19 aaaaaannnn 3.0999765\n",
      "3 20 aaaaaannnn 3.0999765\n",
      "3 21 aaaaannnnn 3.0999765\n",
      "3 22 aaaaaannnn 3.0999765\n",
      "3 23 aaaannnnnn 3.0999765\n",
      "3 24 aaaannnnnn 3.0999765\n",
      "3 25 aaaannnnnn 3.0999765\n",
      "3 26 aaaannnn,, 3.0999765\n",
      "3 27 aaaannnnnn 3.0999765\n",
      "3 28 aaaaaannnn 3.0999765\n",
      "3 29 aaaaannnnn 3.0999765\n",
      "3 30 aaaaannnnn 3.0999765\n",
      "3 31 aaaannnnn, 3.0999765\n",
      "3 32 aaaaannnnn 3.0999765\n",
      "3 33 aaaaaannnn 3.0999765\n",
      "3 34 aaaaannnnn 3.0999765\n",
      "3 35 aaaaannnnn 3.0999765\n",
      "3 36 aaaaannnn, 3.0999765\n",
      "3 37 aaaannnn,, 3.0999765\n",
      "3 38 aaaaaannnn 3.0999765\n",
      "3 39 aaaaaaaann 3.0999765\n",
      "3 40 aaaaaaannn 3.0999765\n",
      "3 41 aaaaaannnn 3.0999765\n",
      "3 42 aaaaannnnn 3.0999765\n",
      "3 43 aaaaannnnn 3.0999765\n",
      "3 44 aaaannnn,, 3.0999765\n",
      "3 45 aaaannnnn, 3.0999765\n",
      "3 46 aaaaaannnn 3.0999765\n",
      "3 47 aaaaaannnn 3.0999765\n",
      "3 48 aaaaannnnn 3.0999765\n",
      "3 49 aaeeaaaann 3.0999765\n",
      "3 50 aaaaaannnn 3.0999765\n",
      "3 51 aaaaannnnn 3.0999765\n",
      "3 52 aaaannnn,, 3.0999765\n",
      "3 53 aaaann.... 3.0999765\n",
      "3 54 aaaannn... 3.0999765\n",
      "3 55 aaaa...... 3.0999765\n",
      "3 56 aaaannnn,, 3.0999765\n",
      "3 57 aaaannn,,, 3.0999765\n",
      "3 58 aaaannnnn, 3.0999765\n",
      "3 59 aaaannnnnn 3.0999765\n",
      "3 60 aaaaannnnn 3.0999765\n",
      "3 61 aaaaaaannn 3.0999765\n",
      "3 62 aaaaannnnn 3.0999765\n",
      "3 63 aaaannnn,, 3.0999765\n",
      "3 64 aaaannnnn, 3.0999765\n",
      "3 65 aaaaannnn, 3.0999765\n",
      "3 66 aaaannnn,, 3.0999765\n",
      "3 67 aaaannnnn, 3.0999765\n",
      "3 68 aaaannn,,, 3.0999765\n",
      "3 69 aaaannnn,, 3.0999765\n",
      "3 70 aaaaannnn, 3.0999765\n",
      "3 71 aaaaaannnn 3.0999765\n",
      "3 72 aaaaaaaann 3.0999765\n",
      "3 73 aaaaaaaann 3.0999765\n",
      "3 74 aaaaaannnn 3.0999765\n",
      "3 75 aaaaaaaann 3.0999765\n",
      "3 76 aaaaaaannn 3.0999765\n",
      "3 77 aaaaannnn, 3.0999765\n",
      "3 78 aaaaaannnn 3.0999765\n",
      "3 79 aaaaaannnn 3.0999765\n",
      "3 80 aaaaannn,, 3.0999765\n",
      "4 0 aaeeeeeeee 2.9161353\n",
      "4 1 aaeeeeeeee 2.9161353\n",
      "4 2 aaeeeeeeee 2.9161353\n",
      "4 3 aeeeeeeeee 2.9161353\n",
      "4 4 aeeeeeeeee 2.9161353\n",
      "4 5 aaeeeeeeee 2.9161353\n",
      "4 6 aaeeeeeeee 2.9161353\n",
      "4 7 aaeeeeeeee 2.9161353\n",
      "4 8 aaaeeeeeee 2.9161353\n",
      "4 9 aeeeeeeeee 2.9161353\n",
      "4 10 aaeeeeeeee 2.9161353\n",
      "4 11 aeeeeeeeee 2.9161353\n",
      "4 12 aaeeeeeeee 2.9161353\n",
      "4 13 aaeeeeeeee 2.9161353\n",
      "4 14 aeeeeeeeee 2.9161353\n",
      "4 15 aeeeeeeeee 2.9161353\n",
      "4 16 aeeeeeeeee 2.9161353\n",
      "4 17 aeeeeeeeee 2.9161353\n",
      "4 18 aeeeeeeeee 2.9161353\n",
      "4 19 aaeeeeeeee 2.9161353\n",
      "4 20 aaeeeeeeee 2.9161353\n",
      "4 21 aaeeeeeeee 2.9161353\n",
      "4 22 aeeeeeeeee 2.9161353\n",
      "4 23 aaeeeeeeee 2.9161353\n",
      "4 24 aaeeeeeeee 2.9161353\n",
      "4 25 aaeeeeeeee 2.9161353\n",
      "4 26 aaaaeeeeee 2.9161353\n",
      "4 27 aaaeeeeeee 2.9161353\n",
      "4 28 aaeeeeeeee 2.9161353\n",
      "4 29 aaaeeeeeee 2.9161353\n",
      "4 30 aaeeeeeeee 2.9161353\n",
      "4 31 aaeeeeeeee 2.9161353\n",
      "4 32 aaeeeeeeee 2.9161353\n",
      "4 33 aeeeeeeeee 2.9161353\n",
      "4 34 aaeeeeeeee 2.9161353\n",
      "4 35 aaeeeeeeee 2.9161353\n",
      "4 36 aaaeeeeeee 2.9161353\n",
      "4 37 aaaaeeeeee 2.9161353\n",
      "4 38 aaaeeeeeee 2.9161353\n",
      "4 39 aeeeeeeeee 2.9161353\n",
      "4 40 aeeeeeeeee 2.9161353\n",
      "4 41 aaeeeeeeee 2.9161353\n",
      "4 42 aaeeeeeeee 2.9161353\n",
      "4 43 aeeeeeeeee 2.9161353\n",
      "4 44 aaeeeeeeee 2.9161353\n",
      "4 45 aaeeeeeeee 2.9161353\n",
      "4 46 aeeeeeeeee 2.9161353\n",
      "4 47 aaeeeeeeee 2.9161353\n",
      "4 48 aaaeeeeeee 2.9161353\n",
      "4 49 aeeeeeeeee 2.9161353\n",
      "4 50 aeeeeeeeee 2.9161353\n",
      "4 51 aeeeeeeeea 2.9161353\n",
      "4 52 aaaeeeaaaa 2.9161353\n",
      "4 53 aaaaaaaaaa 2.9161353\n",
      "4 54 aaaaaaaaaa 2.9161353\n",
      "4 55 aaaaaaaaaa 2.9161353\n",
      "4 56 aaaaaaaeee 2.9161353\n",
      "4 57 aaaaaaaaee 2.9161353\n",
      "4 58 aaaaaeeeee 2.9161353\n",
      "4 59 aaaaeeeeee 2.9161353\n",
      "4 60 aeeeeeeeee 2.9161353\n",
      "4 61 aeeeeeeeee 2.9161353\n",
      "4 62 aaeeeeeeee 2.9161353\n",
      "4 63 aaeeeeeeee 2.9161353\n",
      "4 64 aaeeeeeeee 2.9161353\n",
      "4 65 aaeeeeeeee 2.9161353\n",
      "4 66 aaaeeeeeee 2.9161353\n",
      "4 67 aaeeeeeeee 2.9161353\n",
      "4 68 aaaaaeeeee 2.9161353\n",
      "4 69 aaaaeeeeee 2.9161353\n",
      "4 70 aaaeeeeeee 2.9161353\n",
      "4 71 aaeeeeeeee 2.9161353\n",
      "4 72 aeeeeeeeee 2.9161353\n",
      "4 73 aaeeeeeeee 2.9161353\n",
      "4 74 aaeeeeeeee 2.9161353\n",
      "4 75 aeeeeeeeee 2.9161353\n",
      "4 76 aeeeeeeeee 2.9161353\n",
      "4 77 aaaeeeeeee 2.9161353\n",
      "4 78 aaeeeeeeee 2.9161353\n",
      "4 79 aaaeeeeeee 2.9161353\n",
      "4 80 aaaaeeeeee 2.9161353\n",
      "5 0 a          2.8667464\n",
      "5 1 a          2.8667464\n",
      "5 2            2.8667464\n",
      "5 3 aeeee      2.8667464\n",
      "5 4 eeee       2.8667464\n",
      "5 5 a          2.8667464\n",
      "5 6            2.8667464\n",
      "5 7 a          2.8667464\n",
      "5 8 a          2.8667464\n",
      "5 9 eeee       2.8667464\n",
      "5 10            2.8667464\n",
      "5 11 ee         2.8667464\n",
      "5 12            2.8667464\n",
      "5 13 a          2.8667464\n",
      "5 14            2.8667464\n",
      "5 15 eeeeeee  e 2.8667464\n",
      "5 16 aeeee      2.8667464\n",
      "5 17 eeee       2.8667464\n",
      "5 18 e          2.8667464\n",
      "5 19            2.8667464\n",
      "5 20 a          2.8667464\n",
      "5 21            2.8667464\n",
      "5 22            2.8667464\n",
      "5 23 aee        2.8667464\n",
      "5 24 a          2.8667464\n",
      "5 25            2.8667464\n",
      "5 26 a          2.8667464\n",
      "5 27            2.8667464\n",
      "5 28 a          2.8667464\n",
      "5 29 a          2.8667464\n",
      "5 30            2.8667464\n",
      "5 31            2.8667464\n",
      "5 32            2.8667464\n",
      "5 33            2.8667464\n",
      "5 34 a          2.8667464\n",
      "5 35            2.8667464\n",
      "5 36 a          2.8667464\n",
      "5 37 a          2.8667464\n",
      "5 38 a          2.8667464\n",
      "5 39 aeeee      2.8667464\n",
      "5 40 eeeee      2.8667464\n",
      "5 41 a          2.8667464\n",
      "5 42 a          2.8667464\n",
      "5 43 ee         2.8667464\n",
      "5 44            2.8667464\n",
      "5 45            2.8667464\n",
      "5 46 e          2.8667464\n",
      "5 47 a          2.8667464\n",
      "5 48 a          2.8667464\n",
      "5 49 eeeee      2.8667464\n",
      "5 50 aeee       2.8667464\n",
      "5 51 ee         2.8667464\n",
      "5 52            2.8667464\n",
      "5 53 a          2.8667464\n",
      "5 54 a          2.8667464\n",
      "5 55 a   eeee   2.8667464\n",
      "5 56 a          2.8667464\n",
      "5 57 a          2.8667464\n",
      "5 58 a          2.8667464\n",
      "5 59 a          2.8667464\n",
      "5 60 a          2.8667464\n",
      "5 61 ee         2.8667464\n",
      "5 62 a          2.8667464\n",
      "5 63 a          2.8667464\n",
      "5 64            2.8667464\n",
      "5 65            2.8667464\n",
      "5 66 a          2.8667464\n",
      "5 67            2.8667464\n",
      "5 68 a          2.8667464\n",
      "5 69            2.8667464\n",
      "5 70 a          2.8667464\n",
      "5 71 a          2.8667464\n",
      "5 72 ae         2.8667464\n",
      "5 73 e          2.8667464\n",
      "5 74 a          2.8667464\n",
      "5 75            2.8667464\n",
      "5 76 ee         2.8667464\n",
      "5 77 a          2.8667464\n",
      "5 78            2.8667464\n",
      "5 79 a          2.8667464\n",
      "5 80 a          2.8667464\n",
      "6 0            2.8404424\n",
      "6 1            2.8404424\n",
      "6 2            2.8404424\n",
      "6 3            2.8404424\n",
      "6 4            2.8404424\n",
      "6 5            2.8404424\n",
      "6 6            2.8404424\n",
      "6 7            2.8404424\n",
      "6 8            2.8404424\n",
      "6 9            2.8404424\n",
      "6 10            2.8404424\n",
      "6 11            2.8404424\n",
      "6 12            2.8404424\n",
      "6 13            2.8404424\n",
      "6 14            2.8404424\n",
      "6 15            2.8404424\n",
      "6 16            2.8404424\n",
      "6 17 e          2.8404424\n",
      "6 18            2.8404424\n",
      "6 19            2.8404424\n",
      "6 20            2.8404424\n",
      "6 21            2.8404424\n",
      "6 22            2.8404424\n",
      "6 23            2.8404424\n",
      "6 24            2.8404424\n",
      "6 25            2.8404424\n",
      "6 26 a          2.8404424\n",
      "6 27            2.8404424\n",
      "6 28            2.8404424\n",
      "6 29            2.8404424\n",
      "6 30            2.8404424\n",
      "6 31            2.8404424\n",
      "6 32            2.8404424\n",
      "6 33            2.8404424\n",
      "6 34            2.8404424\n",
      "6 35            2.8404424\n",
      "6 36            2.8404424\n",
      "6 37            2.8404424\n",
      "6 38            2.8404424\n",
      "6 39            2.8404424\n",
      "6 40            2.8404424\n",
      "6 41            2.8404424\n",
      "6 42            2.8404424\n",
      "6 43            2.8404424\n",
      "6 44            2.8404424\n",
      "6 45            2.8404424\n",
      "6 46            2.8404424\n",
      "6 47            2.8404424\n",
      "6 48            2.8404424\n",
      "6 49            2.8404424\n",
      "6 50            2.8404424\n",
      "6 51 e          2.8404424\n",
      "6 52            2.8404424\n",
      "6 53 a          2.8404424\n",
      "6 54            2.8404424\n",
      "6 55 a          2.8404424\n",
      "6 56            2.8404424\n",
      "6 57            2.8404424\n",
      "6 58            2.8404424\n",
      "6 59 a          2.8404424\n",
      "6 60            2.8404424\n",
      "6 61            2.8404424\n",
      "6 62            2.8404424\n",
      "6 63            2.8404424\n",
      "6 64            2.8404424\n",
      "6 65            2.8404424\n",
      "6 66            2.8404424\n",
      "6 67            2.8404424\n",
      "6 68 a          2.8404424\n",
      "6 69            2.8404424\n",
      "6 70            2.8404424\n",
      "6 71            2.8404424\n",
      "6 72            2.8404424\n",
      "6 73            2.8404424\n",
      "6 74            2.8404424\n",
      "6 75            2.8404424\n",
      "6 76            2.8404424\n",
      "6 77            2.8404424\n",
      "6 78            2.8404424\n",
      "6 79            2.8404424\n",
      "6 80            2.8404424\n",
      "7 0            2.815858\n",
      "7 1            2.815858\n",
      "7 2            2.815858\n",
      "7 3            2.815858\n",
      "7 4            2.815858\n",
      "7 5            2.815858\n",
      "7 6            2.815858\n",
      "7 7            2.815858\n",
      "7 8            2.815858\n",
      "7 9            2.815858\n",
      "7 10            2.815858\n",
      "7 11            2.815858\n",
      "7 12            2.815858\n",
      "7 13            2.815858\n",
      "7 14            2.815858\n",
      "7 15            2.815858\n",
      "7 16            2.815858\n",
      "7 17 e          2.815858\n",
      "7 18            2.815858\n",
      "7 19            2.815858\n",
      "7 20            2.815858\n",
      "7 21            2.815858\n",
      "7 22            2.815858\n",
      "7 23            2.815858\n",
      "7 24            2.815858\n",
      "7 25            2.815858\n",
      "7 26            2.815858\n",
      "7 27            2.815858\n",
      "7 28            2.815858\n",
      "7 29            2.815858\n",
      "7 30            2.815858\n",
      "7 31            2.815858\n",
      "7 32            2.815858\n",
      "7 33            2.815858\n",
      "7 34            2.815858\n",
      "7 35            2.815858\n",
      "7 36            2.815858\n",
      "7 37            2.815858\n",
      "7 38            2.815858\n",
      "7 39            2.815858\n",
      "7 40            2.815858\n",
      "7 41            2.815858\n",
      "7 42            2.815858\n",
      "7 43            2.815858\n",
      "7 44            2.815858\n",
      "7 45            2.815858\n",
      "7 46            2.815858\n",
      "7 47            2.815858\n",
      "7 48            2.815858\n",
      "7 49            2.815858\n",
      "7 50            2.815858\n",
      "7 51 e          2.815858\n",
      "7 52            2.815858\n",
      "7 53            2.815858\n",
      "7 54            2.815858\n",
      "7 55            2.815858\n",
      "7 56            2.815858\n",
      "7 57            2.815858\n",
      "7 58            2.815858\n",
      "7 59            2.815858\n",
      "7 60            2.815858\n",
      "7 61            2.815858\n",
      "7 62            2.815858\n",
      "7 63            2.815858\n",
      "7 64            2.815858\n",
      "7 65            2.815858\n",
      "7 66            2.815858\n",
      "7 67            2.815858\n",
      "7 68            2.815858\n",
      "7 69            2.815858\n",
      "7 70            2.815858\n",
      "7 71            2.815858\n",
      "7 72            2.815858\n",
      "7 73            2.815858\n",
      "7 74            2.815858\n",
      "7 75            2.815858\n",
      "7 76            2.815858\n",
      "7 77            2.815858\n",
      "7 78            2.815858\n",
      "7 79            2.815858\n",
      "7 80            2.815858\n",
      "8 0            2.7728918\n",
      "8 1       tt t 2.7728918\n",
      "8 2            2.7728918\n",
      "8 3            2.7728918\n",
      "8 4            2.7728918\n",
      "8 5      t     2.7728918\n",
      "8 6            2.7728918\n",
      "8 7            2.7728918\n",
      "8 8            2.7728918\n",
      "8 9            2.7728918\n",
      "8 10            2.7728918\n",
      "8 11            2.7728918\n",
      "8 12            2.7728918\n",
      "8 13            2.7728918\n",
      "8 14            2.7728918\n",
      "8 15            2.7728918\n",
      "8 16            2.7728918\n",
      "8 17 e          2.7728918\n",
      "8 18            2.7728918\n",
      "8 19          t 2.7728918\n",
      "8 20       tttt 2.7728918\n",
      "8 21            2.7728918\n",
      "8 22     tttttt 2.7728918\n",
      "8 23    ttttttt 2.7728918\n",
      "8 24     ttttt  2.7728918\n",
      "8 25       t    2.7728918\n",
      "8 26            2.7728918\n",
      "8 27          t 2.7728918\n",
      "8 28            2.7728918\n",
      "8 29        ttt 2.7728918\n",
      "8 30          t 2.7728918\n",
      "8 31         tt 2.7728918\n",
      "8 32        ttt 2.7728918\n",
      "8 33       t t  2.7728918\n",
      "8 34      ttt   2.7728918\n",
      "8 35            2.7728918\n",
      "8 36      t ttt 2.7728918\n",
      "8 37     t ttt  2.7728918\n",
      "8 38       tt   2.7728918\n",
      "8 39            2.7728918\n",
      "8 40            2.7728918\n",
      "8 41            2.7728918\n",
      "8 42            2.7728918\n",
      "8 43            2.7728918\n",
      "8 44            2.7728918\n",
      "8 45            2.7728918\n",
      "8 46            2.7728918\n",
      "8 47            2.7728918\n",
      "8 48            2.7728918\n",
      "8 49         tt 2.7728918\n",
      "8 50        ttt 2.7728918\n",
      "8 51 e          2.7728918\n",
      "8 52         ll 2.7728918\n",
      "8 53     llllll 2.7728918\n",
      "8 54       lll  2.7728918\n",
      "8 55      l l   2.7728918\n",
      "8 56    tt t t  2.7728918\n",
      "8 57      t     2.7728918\n",
      "8 58            2.7728918\n",
      "8 59            2.7728918\n",
      "8 60            2.7728918\n",
      "8 61            2.7728918\n",
      "8 62            2.7728918\n",
      "8 63            2.7728918\n",
      "8 64            2.7728918\n",
      "8 65            2.7728918\n",
      "8 66            2.7728918\n",
      "8 67            2.7728918\n",
      "8 68            2.7728918\n",
      "8 69            2.7728918\n",
      "8 70          t 2.7728918\n",
      "8 71         t  2.7728918\n",
      "8 72            2.7728918\n",
      "8 73            2.7728918\n",
      "8 74            2.7728918\n",
      "8 75            2.7728918\n",
      "8 76            2.7728918\n",
      "8 77            2.7728918\n",
      "8 78            2.7728918\n",
      "8 79            2.7728918\n",
      "8 80            2.7728918\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "9 0            2.7132149\n",
      "9 1            2.7132149\n",
      "9 2            2.7132149\n",
      "9 3  ee   eeee 2.7132149\n",
      "9 4 e      e   2.7132149\n",
      "9 5 e  eeee    2.7132149\n",
      "9 6            2.7132149\n",
      "9 7            2.7132149\n",
      "9 8            2.7132149\n",
      "9 9 e        e 2.7132149\n",
      "9 10            2.7132149\n",
      "9 11 e          2.7132149\n",
      "9 12            2.7132149\n",
      "9 13            2.7132149\n",
      "9 14        eee 2.7132149\n",
      "9 15    e eeeee 2.7132149\n",
      "9 16  e     eee 2.7132149\n",
      "9 17 e          2.7132149\n",
      "9 18            2.7132149\n",
      "9 19            2.7132149\n",
      "9 20            2.7132149\n",
      "9 21            2.7132149\n",
      "9 22       teet 2.7132149\n",
      "9 23 ee etttett 2.7132149\n",
      "9 24 e    eett  2.7132149\n",
      "9 25       t    2.7132149\n",
      "9 26            2.7132149\n",
      "9 27            2.7132149\n",
      "9 28            2.7132149\n",
      "9 29            2.7132149\n",
      "9 30            2.7132149\n",
      "9 31            2.7132149\n",
      "9 32            2.7132149\n",
      "9 33            2.7132149\n",
      "9 34 e  eeteee  2.7132149\n",
      "9 35            2.7132149\n",
      "9 36     eeee   2.7132149\n",
      "9 37     teet   2.7132149\n",
      "9 38    eee     2.7132149\n",
      "9 39  eeeee eee 2.7132149\n",
      "9 40 e  e   e e 2.7132149\n",
      "9 41            2.7132149\n",
      "9 42            2.7132149\n",
      "9 43 e          2.7132149\n",
      "9 44            2.7132149\n",
      "9 45            2.7132149\n",
      "9 46            2.7132149\n",
      "9 47            2.7132149\n",
      "9 48          l 2.7132149\n",
      "9 49            2.7132149\n",
      "9 50  e       . 2.7132149\n",
      "9 51 e     ll.. 2.7132149\n",
      "9 52      ll... 2.7132149\n",
      "9 53    ll..... 2.7132149\n",
      "9 54    l...... 2.7132149\n",
      "9 55    ....... 2.7132149\n",
      "9 56 e  t.....  2.7132149\n",
      "9 57    .....   2.7132149\n",
      "9 58     ..t    2.7132149\n",
      "9 59    l       2.7132149\n",
      "9 60    ee      2.7132149\n",
      "9 61            2.7132149\n",
      "9 62            2.7132149\n",
      "9 63            2.7132149\n",
      "9 64            2.7132149\n",
      "9 65            2.7132149\n",
      "9 66       l    2.7132149\n",
      "9 67            2.7132149\n",
      "9 68    ll l    2.7132149\n",
      "9 69            2.7132149\n",
      "9 70          t 2.7132149\n",
      "9 71            2.7132149\n",
      "9 72            2.7132149\n",
      "9 73            2.7132149\n",
      "9 74            2.7132149\n",
      "9 75            2.7132149\n",
      "9 76 e          2.7132149\n",
      "9 77            2.7132149\n",
      "9 78            2.7132149\n",
      "9 79            2.7132149\n",
      "9 80            2.7132149\n",
      "10 0 e   ee     2.6529443\n",
      "10 1     e      2.6529443\n",
      "10 2   ee       2.6529443\n",
      "10 3 eeeeeeeeee 2.6529443\n",
      "10 4 eeeeeeeee  2.6529443\n",
      "10 5 e eeeee    2.6529443\n",
      "10 6            2.6529443\n",
      "10 7 e eee      2.6529443\n",
      "10 8    e       2.6529443\n",
      "10 9 e e     ee 2.6529443\n",
      "10 10            2.6529443\n",
      "10 11 e      e   2.6529443\n",
      "10 12            2.6529443\n",
      "10 13            2.6529443\n",
      "10 14     e  e e 2.6529443\n",
      "10 15   ee eeeee 2.6529443\n",
      "10 16 eee    eee 2.6529443\n",
      "10 17 e          2.6529443\n",
      "10 18            2.6529443\n",
      "10 19            2.6529443\n",
      "10 20 e          2.6529443\n",
      "10 21            2.6529443\n",
      "10 22          t 2.6529443\n",
      "10 23 eeee ....t 2.6529443\n",
      "10 24 e     ete  2.6529443\n",
      "10 25            2.6529443\n",
      "10 26   l        2.6529443\n",
      "10 27            2.6529443\n",
      "10 28 eee        2.6529443\n",
      "10 29            2.6529443\n",
      "10 30            2.6529443\n",
      "10 31            2.6529443\n",
      "10 32            2.6529443\n",
      "10 33            2.6529443\n",
      "10 34 e eeeaeaee 2.6529443\n",
      "10 35       e    2.6529443\n",
      "10 36 e  eeaee   2.6529443\n",
      "10 37    eaeee   2.6529443\n",
      "10 38    aeee    2.6529443\n",
      "10 39 eeeeeceeec 2.6529443\n",
      "10 40 eeeee ee   2.6529443\n",
      "10 41 e e        2.6529443\n",
      "10 42            2.6529443\n",
      "10 43 e          2.6529443\n",
      "10 44            2.6529443\n",
      "10 45            2.6529443\n",
      "10 46            2.6529443\n",
      "10 47 e          2.6529443\n",
      "10 48          l 2.6529443\n",
      "10 49         l. 2.6529443\n",
      "10 50 ee     l.. 2.6529443\n",
      "10 51 e    ll... 2.6529443\n",
      "10 52     ll.... 2.6529443\n",
      "10 53   l....S.. 2.6529443\n",
      "10 54    ....... 2.6529443\n",
      "10 55   ........ 2.6529443\n",
      "10 56 e  ....... 2.6529443\n",
      "10 57   ........ 2.6529443\n",
      "10 58   .....e.e 2.6529443\n",
      "10 59   ....     2.6529443\n",
      "10 60   tee      2.6529443\n",
      "10 61   e        2.6529443\n",
      "10 62 e          2.6529443\n",
      "10 63            2.6529443\n",
      "10 64            2.6529443\n",
      "10 65            2.6529443\n",
      "10 66       l    2.6529443\n",
      "10 67      l     2.6529443\n",
      "10 68    llll    2.6529443\n",
      "10 69            2.6529443\n",
      "10 70            2.6529443\n",
      "10 71            2.6529443\n",
      "10 72 eee e      2.6529443\n",
      "10 73            2.6529443\n",
      "10 74   ee       2.6529443\n",
      "10 75            2.6529443\n",
      "10 76 e          2.6529443\n",
      "10 77            2.6529443\n",
      "10 78            2.6529443\n",
      "10 79 e          2.6529443\n",
      "10 80            2.6529443\n",
      "11 0 ee aeeeaee 2.578271\n",
      "11 1    eeeaeea 2.578271\n",
      "11 2   eeeaeeee 2.578271\n",
      "11 3 eeeeaeeded 2.578271\n",
      "11 4 eeeaeede   2.578271\n",
      "11 5 e aeeaee   2.578271\n",
      "11 6   ee       2.578271\n",
      "11 7 eeeaee     2.578271\n",
      "11 8  eeee      2.578271\n",
      "11 9 e e        2.578271\n",
      "11 10            2.578271\n",
      "11 11 e          2.578271\n",
      "11 12            2.578271\n",
      "11 13            2.578271\n",
      "11 14            2.578271\n",
      "11 15 eeee       2.578271\n",
      "11 16 eee        2.578271\n",
      "11 17 e          2.578271\n",
      "11 18            2.578271\n",
      "11 19            2.578271\n",
      "11 20 ee         2.578271\n",
      "11 21            2.578271\n",
      "11 22        eea 2.578271\n",
      "11 23 eeeoo..eaa 2.578271\n",
      "11 24 e   leeaee 2.578271\n",
      "11 25            2.578271\n",
      "11 26   l  ee    2.578271\n",
      "11 27   ee       2.578271\n",
      "11 28 eeea       2.578271\n",
      "11 29            2.578271\n",
      "11 30            2.578271\n",
      "11 31          e 2.578271\n",
      "11 32         ea 2.578271\n",
      "11 33     e aeae 2.578271\n",
      "11 34 e aeeaeaea 2.578271\n",
      "11 35   e aeaeee 2.578271\n",
      "11 36 eeeaeaeeae 2.578271\n",
      "11 37    eaeaae  2.578271\n",
      "11 38   eaeeee   2.578271\n",
      "11 39 eeeeed     2.578271\n",
      "11 40 eeeed      2.578271\n",
      "11 41 eeee       2.578271\n",
      "11 42            2.578271\n",
      "11 43 e          2.578271\n",
      "11 44            2.578271\n",
      "11 45            2.578271\n",
      "11 46            2.578271\n",
      "11 47 ee  e      2.578271\n",
      "11 48         ll 2.578271\n",
      "11 49   e     l. 2.578271\n",
      "11 50 eee   llS. 2.578271\n",
      "11 51 e    llSSS 2.578271\n",
      "11 52     loS.S. 2.578271\n",
      "11 53   oSSSSSSS 2.578271\n",
      "11 54   o...S.w. 2.578271\n",
      "11 55  ...SSSS.. 2.578271\n",
      "11 56 e ......ae 2.578271\n",
      "11 57   .....aea 2.578271\n",
      "11 58   ....aeee 2.578271\n",
      "11 59  ..S.aeeee 2.578271\n",
      "11 60   tee      2.578271\n",
      "11 61 eee        2.578271\n",
      "11 62 ee         2.578271\n",
      "11 63            2.578271\n",
      "11 64            2.578271\n",
      "11 65            2.578271\n",
      "11 66      ll    2.578271\n",
      "11 67      l   e 2.578271\n",
      "11 68   lll  eee 2.578271\n",
      "11 69            2.578271\n",
      "11 70       e    2.578271\n",
      "11 71            2.578271\n",
      "11 72 eeeeee     2.578271\n",
      "11 73    e       2.578271\n",
      "11 74   eeea     2.578271\n",
      "11 75            2.578271\n",
      "11 76 e          2.578271\n",
      "11 77            2.578271\n",
      "11 78            2.578271\n",
      "11 79 ee         2.578271\n",
      "11 80            2.578271\n",
      "12 0 eeeaeaeaea 2.5015068\n",
      "12 1   aeaeaeaa 2.5015068\n",
      "12 2  aeeeaeaae 2.5015068\n",
      "12 3 eeeeaeeaee 2.5015068\n",
      "12 4 eeeaeeaeea 2.5015068\n",
      "12 5 e aeeaeaae 2.5015068\n",
      "12 6  aeeaeeaee 2.5015068\n",
      "12 7 eeeaeeaeea 2.5015068\n",
      "12 8  eaeeaeeae 2.5015068\n",
      "12 9 ede u  de  2.5015068\n",
      "12 10  eee  aee  2.5015068\n",
      "12 11 eea  dee r 2.5015068\n",
      "12 12  s  aee u  2.5015068\n",
      "12 13    aee u   2.5015068\n",
      "12 14   de       2.5015068\n",
      "12 15 edee       2.5015068\n",
      "12 16 eee        2.5015068\n",
      "12 17 ee         2.5015068\n",
      "12 18            2.5015068\n",
      "12 19  aeeee   a 2.5015068\n",
      "12 20 eeeeee  ae 2.5015068\n",
      "12 21        see 2.5015068\n",
      "12 22   e   aeea 2.5015068\n",
      "12 23 eeeootaeaa 2.5015068\n",
      "12 24 e   aeeaae 2.5015068\n",
      "12 25    seeaeee 2.5015068\n",
      "12 26   leeaaeee 2.5015068\n",
      "12 27  eeeae   a 2.5015068\n",
      "12 28 eeeaaee ae 2.5015068\n",
      "12 29 eeae   aea 2.5015068\n",
      "12 30       seea 2.5015068\n",
      "12 31      seeae 2.5015068\n",
      "12 32     seeaea 2.5015068\n",
      "12 33    aaeaeae 2.5015068\n",
      "12 34 e aaaaeaea 2.5015068\n",
      "12 35  aaeaeaeaa 2.5015068\n",
      "12 36 eaeaeaeaaa 2.5015068\n",
      "12 37   aeaeaaae 2.5015068\n",
      "12 38  aeaeaaaed 2.5015068\n",
      "12 39 eeaeedeer  2.5015068\n",
      "12 40 edeede     2.5015068\n",
      "12 41 eeeae      2.5015068\n",
      "12 42  ee        2.5015068\n",
      "12 43 ed         2.5015068\n",
      "12 44            2.5015068\n",
      "12 45            2.5015068\n",
      "12 46            2.5015068\n",
      "12 47 eeeaee   o 2.5015068\n",
      "12 48   se    lo 2.5015068\n",
      "12 49 eaee   llS 2.5015068\n",
      "12 50 eee  lloSw 2.5015068\n",
      "12 51 e   lllSww 2.5015068\n",
      "12 52    llowwww 2.5015068\n",
      "12 53  lowSSSwww 2.5015068\n",
      "12 54   oSwwwwwa 2.5015068\n",
      "12 55  .Swwwwwaa 2.5015068\n",
      "12 56 e .wwwwaae 2.5015068\n",
      "12 57  twwwwaaea 2.5015068\n",
      "12 58 e .wwaaeae 2.5015068\n",
      "12 59  .Swaaeaea 2.5015068\n",
      "12 60   aeeee    2.5015068\n",
      "12 61 edee       2.5015068\n",
      "12 62 eee        2.5015068\n",
      "12 63          l 2.5015068\n",
      "12 64         l  2.5015068\n",
      "12 65        l   2.5015068\n",
      "12 66      ll ae 2.5015068\n",
      "12 67     ll eea 2.5015068\n",
      "12 68   lll eeaa 2.5015068\n",
      "12 69    s eeaae 2.5015068\n",
      "12 70   s eeaaea 2.5015068\n",
      "12 71  s eeaaeae 2.5015068\n",
      "12 72 eeaeaaeaea 2.5015068\n",
      "12 73 eeeeaeaeae 2.5015068\n",
      "12 74 eeeaeaeaea 2.5015068\n",
      "12 75  eeeaeaeae 2.5015068\n",
      "12 76 eeeaeaeaea 2.5015068\n",
      "12 77   aeaeeeae 2.5015068\n",
      "12 78  aea   aee 2.5015068\n",
      "12 79 eeeeeeaeee 2.5015068\n",
      "12 80      a eee 2.5015068\n",
      "13 0 aeeaeeeaee 2.3911176\n",
      "13 1   seeeaeea 2.3911176\n",
      "13 2  seeeaeeae 2.3911176\n",
      "13 3 aeeeaeeaed 2.3911176\n",
      "13 4 eeeaeededu 2.3911176\n",
      "13 5 e aeeaeeae 2.3911176\n",
      "13 6  seededu   2.3911176\n",
      "13 7 aeedeeu  u 2.3911176\n",
      "13 8  eaeeu  de 2.3911176\n",
      "13 9 eue u  r   2.3911176\n",
      "13 10  e u  de   2.3911176\n",
      "13 11 eeu  de    2.3911176\n",
      "13 12  s  de  r  2.3911176\n",
      "13 13    de  r   2.3911176\n",
      "13 14   de       2.3911176\n",
      "13 15 edee       2.3911176\n",
      "13 16 aee u      2.3911176\n",
      "13 17 ee         2.3911176\n",
      "13 18   u      s 2.3911176\n",
      "13 19  se      s 2.3911176\n",
      "13 20 ae      se 2.3911176\n",
      "13 21        see 2.3911176\n",
      "13 22   e  lseea 2.3911176\n",
      "13 23 e  llteeaa 2.3911176\n",
      "13 24 e llseeae  2.3911176\n",
      "13 25    sees    2.3911176\n",
      "13 26   leeae    2.3911176\n",
      "13 27  seeu    s 2.3911176\n",
      "13 28 aeeae   sa 2.3911176\n",
      "13 29 eea    se  2.3911176\n",
      "13 30  s    ss a 2.3911176\n",
      "13 31      sa ae 2.3911176\n",
      "13 32     sa aea 2.3911176\n",
      "13 33    saeaeae 2.3911176\n",
      "13 34 e aaeaeaea 2.3911176\n",
      "13 35  saeaeaead 2.3911176\n",
      "13 36 aaeaeaeadd 2.3911176\n",
      "13 37   aeaeaade 2.3911176\n",
      "13 38  aeaeedh r 2.3911176\n",
      "13 39 aeaeedr    2.3911176\n",
      "13 40 edeedr     2.3911176\n",
      "13 41 aeede r    2.3911176\n",
      "13 42  eu        2.3911176\n",
      "13 43 eu         2.3911176\n",
      "13 44            2.3911176\n",
      "13 45      u     2.3911176\n",
      "13 46  u  u      2.3911176\n",
      "13 47 aeeue   ll 2.3911176\n",
      "13 48   se    ll 2.3911176\n",
      "13 49  ae   llll 2.3911176\n",
      "13 50 aee  lllow 2.3911176\n",
      "13 51 e   lllwww 2.3911176\n",
      "13 52    lllwwww 2.3911176\n",
      "13 53  lwwwwwwww 2.3911176\n",
      "13 54  owowwwwwt 2.3911176\n",
      "13 55  wwwwwwwta 2.3911176\n",
      "13 56 eoowwwwtae 2.3911176\n",
      "13 57  twwwwaaea 2.3911176\n",
      "13 58 e owwtaeae 2.3911176\n",
      "13 59  owwtaeee  2.3911176\n",
      "13 60   aee      2.3911176\n",
      "13 61 edee       2.3911176\n",
      "13 62 aee        2.3911176\n",
      "13 63          s 2.3911176\n",
      "13 64         s  2.3911176\n",
      "13 65  u     s s 2.3911176\n",
      "13 66      ll    2.3911176\n",
      "13 67     ll   a 2.3911176\n",
      "13 68   lll   aa 2.3911176\n",
      "13 69    s e ee  2.3911176\n",
      "13 70   s eeaaea 2.3911176\n",
      "13 71  s e ee ae 2.3911176\n",
      "13 72 aeeeeaeaea 2.3911176\n",
      "13 73  e ee aea  2.3911176\n",
      "13 74 eeeeeaeaea 2.3911176\n",
      "13 75  ee seu    2.3911176\n",
      "13 76 ee de   ed 2.3911176\n",
      "13 77   ae  e de 2.3911176\n",
      "13 78  se    d e 2.3911176\n",
      "13 79 ae  eedeee 2.3911176\n",
      "13 80      u eer 2.3911176\n",
      "14 0 ae aeeeaee 2.2740402\n",
      "14 1   see aeea 2.2740402\n",
      "14 2  seeeaeete 2.2740402\n",
      "14 3 aeeeaeetee 2.2740402\n",
      "14 4 eeeueeteeu 2.2740402\n",
      "14 5 e aaeaeeue 2.2740402\n",
      "14 6  saedeeu   2.2740402\n",
      "14 7 aaedeeue u 2.2740402\n",
      "14 8  eaeeue de 2.2740402\n",
      "14 9 eue u  ue  2.2740402\n",
      "14 10  e u  dee  2.2740402\n",
      "14 11 edu  dee u 2.2740402\n",
      "14 12  s  dee u  2.2740402\n",
      "14 13    dee u   2.2740402\n",
      "14 14   dee u    2.2740402\n",
      "14 15  uee u     2.2740402\n",
      "14 16 aee ue     2.2740402\n",
      "14 17 ee u       2.2740402\n",
      "14 18   ue    pp 2.2740402\n",
      "14 19  sa    sll 2.2740402\n",
      "14 20 aae   llle 2.2740402\n",
      "14 21      ssse  2.2740402\n",
      "14 22     lllees 2.2740402\n",
      "14 23 e  llleeta 2.2740402\n",
      "14 24 e llleete  2.2740402\n",
      "14 25    se s    2.2740402\n",
      "14 26  lle s     2.2740402\n",
      "14 27  seeuu   u 2.2740402\n",
      "14 28 aeeua   ua 2.2740402\n",
      "14 29   s    sa  2.2740402\n",
      "14 30  u    us t 2.2740402\n",
      "14 31  u   ua te 2.2740402\n",
      "14 32     ua tea 2.2740402\n",
      "14 33    sa teae 2.2740402\n",
      "14 34 e aa t aee 2.2740402\n",
      "14 35  sa aeaeed 2.2740402\n",
      "14 36 aa teaeecd 2.2740402\n",
      "14 37 s t aeecd  2.2740402\n",
      "14 38  teaaedc   2.2740402\n",
      "14 39 aeaaedr    2.2740402\n",
      "14 40 edaedr     2.2740402\n",
      "14 41 aeede      2.2740402\n",
      "14 42  eu      e 2.2740402\n",
      "14 43 eue     e  2.2740402\n",
      "14 44  u    ue   2.2740402\n",
      "14 45   u  ue    2.2740402\n",
      "14 46  ue ue     2.2740402\n",
      "14 47 aaeuee lll 2.2740402\n",
      "14 48   se   lll 2.2740402\n",
      "14 49  ue  lllll 2.2740402\n",
      "14 50 aeelllFlww 2.2740402\n",
      "14 51 e lllFFwww 2.2740402\n",
      "14 52    lllowww 2.2740402\n",
      "14 53  lFFFwwwww 2.2740402\n",
      "14 54  owoowwwwt 2.2740402\n",
      "14 55  wwwwwwwtt 2.2740402\n",
      "14 56 eolwwwwttt 2.2740402\n",
      "14 57 llwwwwtttt 2.2740402\n",
      "14 58   owwtttee 2.2740402\n",
      "14 59  wwSttte   2.2740402\n",
      "14 60   uaeee  p 2.2740402\n",
      "14 61  uae    sl 2.2740402\n",
      "14 62 aee        2.2740402\n",
      "14 63  s       s 2.2740402\n",
      "14 64         s  2.2740402\n",
      "14 65  u     s   2.2740402\n",
      "14 66     lll    2.2740402\n",
      "14 67    lll   s 2.2740402\n",
      "14 68  llll   aa 2.2740402\n",
      "14 69    s e ee  2.2740402\n",
      "14 70   s   aa a 2.2740402\n",
      "14 71  s   ee a  2.2740402\n",
      "14 72 aeeeee aet 2.2740402\n",
      "14 73  e ee a uu 2.2740402\n",
      "14 74   ee aeute 2.2740402\n",
      "14 75  de seuuee 2.2740402\n",
      "14 76 ee ue ueed 2.2740402\n",
      "14 77   s  ueede 2.2740402\n",
      "14 78  se ueedee 2.2740402\n",
      "14 79 ae ueedeee 2.2740402\n",
      "14 80      deeeu 2.2740402\n",
      "15 0 aa a e att 2.1463497\n",
      "15 1   s e attt 2.1463497\n",
      "15 2  sae attt  2.1463497\n",
      "15 3 aee aatt   2.1463497\n",
      "15 4 ee saet  u 2.1463497\n",
      "15 5 e aa a  tt 2.1463497\n",
      "15 6  saeaedua  2.1463497\n",
      "15 7 aaeaedua d 2.1463497\n",
      "15 8 seae ue dc 2.1463497\n",
      "15 9 edh uu dhe 2.1463497\n",
      "15 10 uu u  dhe  2.1463497\n",
      "15 11 edu  dhe u 2.1463497\n",
      "15 12  s  dhe dh 2.1463497\n",
      "15 13 s  dee uh  2.1463497\n",
      "15 14   dhe uh   2.1463497\n",
      "15 15  dee uh    2.1463497\n",
      "15 16 aee uh  e  2.1463497\n",
      "15 17 ee ue    p 2.1463497\n",
      "15 18   ue  e pp 2.1463497\n",
      "15 19  sa    sss 2.1463497\n",
      "15 20 aaeee ssse 2.1463497\n",
      "15 21      ssse  2.1463497\n",
      "15 22  ee ssse s 2.1463497\n",
      "15 23 e  llle ta 2.1463497\n",
      "15 24 e llse ta  2.1463497\n",
      "15 25   sse ss   2.1463497\n",
      "15 26 llle ss    2.1463497\n",
      "15 27 uae uu   d 2.1463497\n",
      "15 28 aa ua   ss 2.1463497\n",
      "15 29   ss   ss  2.1463497\n",
      "15 30  uu   ds t 2.1463497\n",
      "15 31  u   us tt 2.1463497\n",
      "15 32 u   us tta 2.1463497\n",
      "15 33  e sa t aa 2.1463497\n",
      "15 34 e aa t ata 2.1463497\n",
      "15 35  sa t aaac 2.1463497\n",
      "15 36 aa ttaaacd 2.1463497\n",
      "15 37 s ttaaaadd 2.1463497\n",
      "15 38  t aaadd d 2.1463497\n",
      "15 39 aeaaadd ur 2.1463497\n",
      "15 40 edaedh ur  2.1463497\n",
      "15 41 aaadc ur u 2.1463497\n",
      "15 42  edh ur ue 2.1463497\n",
      "15 43 edh ur ue  2.1463497\n",
      "15 44 uu ur uee  2.1463497\n",
      "15 45   ue uee   2.1463497\n",
      "15 46  ue uee  l 2.1463497\n",
      "15 47 aa dees ll 2.1463497\n",
      "15 48   se s lFl 2.1463497\n",
      "15 49  uee llFFl 2.1463497\n",
      "15 50 aee llFFlw 2.1463497\n",
      "15 51 e llFFFFFw 2.1463497\n",
      "15 52    lFllwoo 2.1463497\n",
      "15 53 llFFFFFwww 2.1463497\n",
      "15 54  oFoowooSt 2.1463497\n",
      "15 55  FFowool t 2.1463497\n",
      "15 56 eolwooSttt 2.1463497\n",
      "15 57 llwo ttttt 2.1463497\n",
      "15 58  oooStttt  2.1463497\n",
      "15 59  FFStttt t 2.1463497\n",
      "15 60   taate    2.1463497\n",
      "15 61  daeue  sl 2.1463497\n",
      "15 62 aaaue ss l 2.1463497\n",
      "15 63  s   ss  l 2.1463497\n",
      "15 64 u    s  l  2.1463497\n",
      "15 65  u  s ll   2.1463497\n",
      "15 66 s   lll    2.1463497\n",
      "15 67   sllll sa 2.1463497\n",
      "15 68 llllll  aa 2.1463497\n",
      "15 69 u  s   aa  2.1463497\n",
      "15 70   l   aa a 2.1463497\n",
      "15 71  s   aa a  2.1463497\n",
      "15 72 aae at a u 2.1463497\n",
      "15 73  e d  s uu 2.1463497\n",
      "15 74   a  a uua 2.1463497\n",
      "15 75  du s uuae 2.1463497\n",
      "15 76 eu sauuaed 2.1463497\n",
      "15 77   s  uaede 2.1463497\n",
      "15 78  s uuaedee 2.1463497\n",
      "15 79 aa uaedeed 2.1463497\n",
      "15 80   ssedeedd 2.1463497\n",
      "16 0 aa dae da  2.0191326\n",
      "16 1   s e sa d 2.0191326\n",
      "16 2  sae da d  2.0191326\n",
      "16 3 aee da d d 2.0191326\n",
      "16 4 ee ua d du 2.0191326\n",
      "16 5 e ua d duu 2.0191326\n",
      "16 6  sa dhddu  2.0191326\n",
      "16 7 aaededuu d 2.0191326\n",
      "16 8 sededuu dh 2.0191326\n",
      "16 9 edh uu dh  2.0191326\n",
      "16 10 ud u  dhe  2.0191326\n",
      "16 11 eduu dhe u 2.0191326\n",
      "16 12  s  dhe uh 2.0191326\n",
      "16 13 s  dhe uhr 2.0191326\n",
      "16 14   dh  uhr  2.0191326\n",
      "16 15  dhe uhr   2.0191326\n",
      "16 16 aee uhr    2.0191326\n",
      "16 17 ee ue    p 2.0191326\n",
      "16 18   uur e pp 2.0191326\n",
      "16 19  sa    sss 2.0191326\n",
      "16 20 aa ee sspe 2.0191326\n",
      "16 21      ssse  2.0191326\n",
      "16 22  ee ssse d 2.0191326\n",
      "16 23 e  slse du 2.0191326\n",
      "16 24 e ssse du  2.0191326\n",
      "16 25  ssse du   2.0191326\n",
      "16 26 llle du    2.0191326\n",
      "16 27 uae dur  d 2.0191326\n",
      "16 28 aa du   ds 2.0191326\n",
      "16 29   ss   ds  2.0191326\n",
      "16 30  uu   ds u 2.0191326\n",
      "16 31  u   ds u  2.0191326\n",
      "16 32 u   ds u a 2.0191326\n",
      "16 33  e us u aa 2.0191326\n",
      "16 34 e ut t aad 2.0191326\n",
      "16 35  sa u aadh 2.0191326\n",
      "16 36 aa t aadhh 2.0191326\n",
      "16 37 s ttaaddh  2.0191326\n",
      "16 38  t aaadh h 2.0191326\n",
      "16 39 aeaacdh hr 2.0191326\n",
      "16 40 edacch U   2.0191326\n",
      "16 41 aaadh hr   2.0191326\n",
      "16 42  ddh U  ue 2.0191326\n",
      "16 43 edh U  ue  2.0191326\n",
      "16 44 uuehe ue p 2.0191326\n",
      "16 45   pe pe pl 2.0191326\n",
      "16 46  up ue plF 2.0191326\n",
      "16 47 aa de u  F 2.0191326\n",
      "16 48   se s oFl 2.0191326\n",
      "16 49  ue plFFFl 2.0191326\n",
      "16 50 aeesloFllo 2.0191326\n",
      "16 51 e plFFFloo 2.0191326\n",
      "16 52  s oFll    2.0191326\n",
      "16 53 lFFFFoo  S 2.0191326\n",
      "16 54  oFoo   tt 2.0191326\n",
      "16 55 oFFo.  Stt 2.0191326\n",
      "16 56 eolw  tttt 2.0191326\n",
      "16 57 ltt  ttttt 2.0191326\n",
      "16 58   o Stttt  2.0191326\n",
      "16 59 oFoSttt  s 2.0191326\n",
      "16 60   taaue  s 2.0191326\n",
      "16 61  dacue pss 2.0191326\n",
      "16 62 aauue sss  2.0191326\n",
      "16 63  u   ss  l 2.0191326\n",
      "16 64 u   sss ll 2.0191326\n",
      "16 65  u ss  ll  2.0191326\n",
      "16 66 s ssllll   2.0191326\n",
      "16 67  ssl ll  s 2.0191326\n",
      "16 68 llllll  s  2.0191326\n",
      "16 69 ue p   d   2.0191326\n",
      "16 70   ll  d  s 2.0191326\n",
      "16 71  s   d  s  2.0191326\n",
      "16 72 aae d  s d 2.0191326\n",
      "16 73    d  s ds 2.0191326\n",
      "16 74   d  s dds 2.0191326\n",
      "16 75  d  dsduse 2.0191326\n",
      "16 76 ed dtuuued 2.0191326\n",
      "16 77   s  usedh 2.0191326\n",
      "16 78  s  usedhe 2.0191326\n",
      "16 79 aa uaedhee 2.0191326\n",
      "16 80   ssedheed 2.0191326\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "17 0 aa a e aat 1.8381025\n",
      "17 1   s e aata 1.8381025\n",
      "17 2  s e attt  1.8381025\n",
      "17 3 aee attt   1.8381025\n",
      "17 4 ee sttt  u 1.8381025\n",
      "17 5 e attt  ut 1.8381025\n",
      "17 6  sa a dut  1.8381025\n",
      "17 7 aataeduu u 1.8381025\n",
      "17 8 seae ut dh 1.8381025\n",
      "17 9 ech up uhe 1.8381025\n",
      "17 10 us s  dhe  1.8381025\n",
      "17 11 edus dhe u 1.8381025\n",
      "17 12  s  dhe uu 1.8381025\n",
      "17 13 s  che uur 1.8381025\n",
      "17 14   ch  uure 1.8381025\n",
      "17 15  cee uure  1.8381025\n",
      "17 16 aee ut ee  1.8381025\n",
      "17 17 ee pp e  s 1.8381025\n",
      "17 18   ua ee ss 1.8381025\n",
      "17 19  sa ee sss 1.8381025\n",
      "17 20 aa ee ssse 1.8381025\n",
      "17 21      ssse  1.8381025\n",
      "17 22  ee s se s 1.8381025\n",
      "17 23 ee slse uu 1.8381025\n",
      "17 24 e s se us  1.8381025\n",
      "17 25  s se us e 1.8381025\n",
      "17 26 llle ss e  1.8381025\n",
      "17 27 uae uu e s 1.8381025\n",
      "17 28 aa uu e ss 1.8381025\n",
      "17 29   ss e ss  1.8381025\n",
      "17 30  us e ss t 1.8381025\n",
      "17 31  u e st t  1.8381025\n",
      "17 32 u e ss t M 1.8381025\n",
      "17 33  e st t Mt 1.8381025\n",
      "17 34 e at t Mtt 1.8381025\n",
      "17 35  st t Matc 1.8381025\n",
      "17 36 aa t Mttcd 1.8381025\n",
      "17 37 s ttMttdd  1.8381025\n",
      "17 38  t Mttcd h 1.8381025\n",
      "17 39 aeMatcc U  1.8381025\n",
      "17 40 ecaech U   1.8381025\n",
      "17 41 aaach U  p 1.8381025\n",
      "17 42  dch pp pe 1.8381025\n",
      "17 43 ech U  pe  1.8381025\n",
      "17 44 uuepp pe p 1.8381025\n",
      "17 45   pp pe pl 1.8381025\n",
      "17 46  up pe plF 1.8381025\n",
      "17 47 aa ae s oF 1.8381025\n",
      "17 48 s se s oFl 1.8381025\n",
      "17 49  ae slFFll 1.8381025\n",
      "17 50 aeeslFFll  1.8381025\n",
      "17 51 e plFFll   1.8381025\n",
      "17 52  s oFll    1.8381025\n",
      "17 53 lFFFll   S 1.8381025\n",
      "17 54  oFo    St 1.8381025\n",
      "17 55 rFFo.  Stt 1.8381025\n",
      "17 56 e l   Sttt 1.8381025\n",
      "17 57 lt   Sttte 1.8381025\n",
      "17 58     Sttte  1.8381025\n",
      "17 59 rF Sttt  s 1.8381025\n",
      "17 60   Sttue s  1.8381025\n",
      "17 61  cauue ssl 1.8381025\n",
      "17 62 aauue s l  1.8381025\n",
      "17 63  s e s   l 1.8381025\n",
      "17 64 u e s l ll 1.8381025\n",
      "17 65  u ssl lll 1.8381025\n",
      "17 66 s s l ll   1.8381025\n",
      "17 67  s l ll  a 1.8381025\n",
      "17 68 lll ll  a  1.8381025\n",
      "17 69 ue pl  s   1.8381025\n",
      "17 70   ll  a  s 1.8381025\n",
      "17 71  p   s  s  1.8381025\n",
      "17 72 aae s  s u 1.8381025\n",
      "17 73  e s  s us 1.8381025\n",
      "17 74   s  s uss 1.8381025\n",
      "17 75  d  s usse 1.8381025\n",
      "17 76 ee stuused 1.8381025\n",
      "17 77   s uuseda 1.8381025\n",
      "17 78  s uusedae 1.8381025\n",
      "17 79 aa ueedaee 1.8381025\n",
      "17 80   seedaeed 1.8381025\n",
      "18 0 a  a e aat 1.6826904\n",
      "18 1   s e aata 1.6826904\n",
      "18 2  a e aata  1.6826904\n",
      "18 3 aee attt d 1.6826904\n",
      "18 4 ee stta du 1.6826904\n",
      "18 5 e atta duu 1.6826904\n",
      "18 6  aata cuu  1.6826904\n",
      "18 7 aataecuu T 1.6826904\n",
      "18 8 teaecuu Th 1.6826904\n",
      "18 9 echcup Th  1.6826904\n",
      "18 10 uh u  The  1.6826904\n",
      "18 11 edus The T 1.6826904\n",
      "18 12  s  The TT 1.6826904\n",
      "18 13 t  The Thr 1.6826904\n",
      "18 14   Th  TTre 1.6826904\n",
      "18 15  che Turee 1.6826904\n",
      "18 16 aee curee  1.6826904\n",
      "18 17 ee Tpree s 1.6826904\n",
      "18 18   ut ee s  1.6826904\n",
      "18 19  aa ee s s 1.6826904\n",
      "18 20 aa ee s se 1.6826904\n",
      "18 21 s ee s sec 1.6826904\n",
      "18 22  ee s secu 1.6826904\n",
      "18 23 ee s secuu 1.6826904\n",
      "18 24 e s secuur 1.6826904\n",
      "18 25  s se uure 1.6826904\n",
      "18 26 llleesure  1.6826904\n",
      "18 27 uae uure u 1.6826904\n",
      "18 28 aa uure st 1.6826904\n",
      "18 29   ss e st  1.6826904\n",
      "18 30  uure st a 1.6826904\n",
      "18 31 sure st a  1.6826904\n",
      "18 32 ure st a M 1.6826904\n",
      "18 33  e st a Ma 1.6826904\n",
      "18 34 e at t Mat 1.6826904\n",
      "18 35  aa a Maac 1.6826904\n",
      "18 36 aa t Matcc 1.6826904\n",
      "18 37 s ttMttcd  1.6826904\n",
      "18 38  a Maacc T 1.6826904\n",
      "18 39 aeMaach T  1.6826904\n",
      "18 40 ecaach U   1.6826904\n",
      "18 41 aaach TU T 1.6826904\n",
      "18 42  ach UU Te 1.6826904\n",
      "18 43 ech UU Te  1.6826904\n",
      "18 44 uu Tp pe p 1.6826904\n",
      "18 45 s pp pe pl 1.6826904\n",
      "18 46  Tp pe plF 1.6826904\n",
      "18 47 aa Mees FF 1.6826904\n",
      "18 48 l se s FFF 1.6826904\n",
      "18 49  ae s FFFl 1.6826904\n",
      "18 50 aees FFFlo 1.6826904\n",
      "18 51 e plFFFlo. 1.6826904\n",
      "18 52  s FFll.   1.6826904\n",
      "18 53 lFFFFlo. S 1.6826904\n",
      "18 54  FFFo.  St 1.6826904\n",
      "18 55 rFFo.  Stt 1.6826904\n",
      "18 56 eo w  Sttt 1.6826904\n",
      "18 57 l    Sttte 1.6826904\n",
      "18 58  l  Sttte  1.6826904\n",
      "18 59 rF Sttte s 1.6826904\n",
      "18 60   Stuue s  1.6826904\n",
      "18 61  cauue s l 1.6826904\n",
      "18 62 aaaae s l  1.6826904\n",
      "18 63  ure s l l 1.6826904\n",
      "18 64 ure s l ll 1.6826904\n",
      "18 65  u ssl lll 1.6826904\n",
      "18 66 t s l llla 1.6826904\n",
      "18 67  s l lllaa 1.6826904\n",
      "18 68 lll lllaaa 1.6826904\n",
      "18 69 ue ple at  1.6826904\n",
      "18 70   pl tat a 1.6826904\n",
      "18 71  pl ta  s  1.6826904\n",
      "18 72 aae s  s u 1.6826904\n",
      "18 73  e s  s us 1.6826904\n",
      "18 74   s  s uue 1.6826904\n",
      "18 75  se s usee 1.6826904\n",
      "18 76 ee stuueed 1.6826904\n",
      "18 77   a uueeda 1.6826904\n",
      "18 78  a uueedae 1.6826904\n",
      "18 79 aauueecaec 1.6826904\n",
      "18 80   seecaecc 1.6826904\n",
      "19 0 ae a e sa  1.5397675\n",
      "19 1   see sa a 1.5397675\n",
      "19 2  aee aa a  1.5397675\n",
      "19 3 aeeeaataeu 1.5397675\n",
      "19 4 eenua aeuu 1.5397675\n",
      "19 5 e aataecuu 1.5397675\n",
      "19 6  aaeaecuu  1.5397675\n",
      "19 7 aaeaeccu T 1.5397675\n",
      "19 8 teaecuu Th 1.5397675\n",
      "19 9 ececup Th  1.5397675\n",
      "19 10 uh uu The  1.5397675\n",
      "19 11 ecuu The T 1.5397675\n",
      "19 12  sr The TT 1.5397675\n",
      "19 13 t  The TTr 1.5397675\n",
      "19 14   Th  TTre 1.5397675\n",
      "19 15  The Turee 1.5397675\n",
      "19 16 aee Tureen 1.5397675\n",
      "19 17 ee Tureens 1.5397675\n",
      "19 18   cureensl 1.5397675\n",
      "19 19  aa eensll 1.5397675\n",
      "19 20 aareenslle 1.5397675\n",
      "19 21 ureenslles 1.5397675\n",
      "19 22  ee sllecu 1.5397675\n",
      "19 23 eensllecuu 1.5397675\n",
      "19 24 e sllecuur 1.5397675\n",
      "19 25  sssecuure 1.5397675\n",
      "19 26 llleeuure  1.5397675\n",
      "19 27 uae uure u 1.5397675\n",
      "19 28 ae uure ut 1.5397675\n",
      "19 29 edusre us  1.5397675\n",
      "19 30  uure ut t 1.5397675\n",
      "19 31 uure ut a  1.5397675\n",
      "19 32 ure ut a M 1.5397675\n",
      "19 33  e st a Ma 1.5397675\n",
      "19 34 e at a Maa 1.5397675\n",
      "19 35  aa a Maah 1.5397675\n",
      "19 36 aa a aaahh 1.5397675\n",
      "19 37 s ttMaach  1.5397675\n",
      "19 38  a Maach U 1.5397675\n",
      "19 39 aeMaach UU 1.5397675\n",
      "19 40 ecacch UU  1.5397675\n",
      "19 41 aaach TU T 1.5397675\n",
      "19 42  chh UU Te 1.5397675\n",
      "19 43 ech UU Te  1.5397675\n",
      "19 44 uu Tp Te p 1.5397675\n",
      "19 45 u Tp Te po 1.5397675\n",
      "19 46  Tp TenpoF 1.5397675\n",
      "19 47 aa TeesoFF 1.5397675\n",
      "19 48 l sensrFFF 1.5397675\n",
      "19 49  aensoFFFl 1.5397675\n",
      "19 50 aeesoFFFlo 1.5397675\n",
      "19 51 e poFFFlo. 1.5397675\n",
      "19 52  s FFllo.  1.5397675\n",
      "19 53 lFFFllo. . 1.5397675\n",
      "19 54  FFFo.  St 1.5397675\n",
      "19 55 rFFo.. Stt 1.5397675\n",
      "19 56 eolw. Sttt 1.5397675\n",
      "19 57 l w  Stute 1.5397675\n",
      "19 58 eo. Stuue  1.5397675\n",
      "19 59 rF Stuue s 1.5397675\n",
      "19 60   Stuue ss 1.5397675\n",
      "19 61  Tauue ssl 1.5397675\n",
      "19 62 aaure ssl  1.5397675\n",
      "19 63 eure ssl l 1.5397675\n",
      "19 64 ure ssl ll 1.5397675\n",
      "19 65  u ssl lle 1.5397675\n",
      "19 66 t ssl llea 1.5397675\n",
      "19 67  ssl lleaa 1.5397675\n",
      "19 68 lll lleaae 1.5397675\n",
      "19 69 ue plecae  1.5397675\n",
      "19 70   plecae s 1.5397675\n",
      "19 71  plecae st 1.5397675\n",
      "19 72 aeedse stu 1.5397675\n",
      "19 73  ess  stuu 1.5397675\n",
      "19 74 eds  stuua 1.5397675\n",
      "19 75  se stuuee 1.5397675\n",
      "19 76 ee utuueec 1.5397675\n",
      "19 77   atuueeca 1.5397675\n",
      "19 78  atuuaecae 1.5397675\n",
      "19 79 aauueecaeh 1.5397675\n",
      "19 80  uueecaehe 1.5397675\n",
      "20 0 ae a e sat 1.4164091\n",
      "20 1   s e sata 1.4164091\n",
      "20 2  see sata  1.4164091\n",
      "20 3 aeeeaattet 1.4164091\n",
      "20 4 eenstttetu 1.4164091\n",
      "20 5 e stttetuu 1.4164091\n",
      "20 6  sttaeuuu  1.4164091\n",
      "20 7 aaeaeuuu d 1.4164091\n",
      "20 8 teaecuu Th 1.4164091\n",
      "20 9 eceduu The 1.4164091\n",
      "20 10 uenss The  1.4164091\n",
      "20 11 enus The u 1.4164091\n",
      "20 12  s  The uu 1.4164091\n",
      "20 13 ts The uur 1.4164091\n",
      "20 14   The Turr 1.4164091\n",
      "20 15  The Tu ee 1.4164091\n",
      "20 16 aee cu een 1.4164091\n",
      "20 17 ee Tu eens 1.4164091\n",
      "20 18   ut eensu 1.4164091\n",
      "20 19  sa eensus 1.4164091\n",
      "20 20 aareensuse 1.4164091\n",
      "20 21 ureensuseu 1.4164091\n",
      "20 22  eensuseuu 1.4164091\n",
      "20 23 eensssecuu 1.4164091\n",
      "20 24 e sssecuu  1.4164091\n",
      "20 25  sssecuu e 1.4164091\n",
      "20 26 lpleeuu e  1.4164091\n",
      "20 27 uaecuu e s 1.4164091\n",
      "20 28 aecuu e ss 1.4164091\n",
      "20 29 etus e ss  1.4164091\n",
      "20 30  uure ss t 1.4164091\n",
      "20 31 uure ss t  1.4164091\n",
      "20 32 ure ss a M 1.4164091\n",
      "20 33  e ss a Ma 1.4164091\n",
      "20 34 e st a Maa 1.4164091\n",
      "20 35  st a Maaa 1.4164091\n",
      "20 36 aa a Maaah 1.4164091\n",
      "20 37 s a Maaau  1.4164091\n",
      "20 38 ra aaaau U 1.4164091\n",
      "20 39 aeMaaau Up 1.4164091\n",
      "20 40 eaaaah Up  1.4164091\n",
      "20 41 aaaah Up T 1.4164091\n",
      "20 42 each Tp Te 1.4164091\n",
      "20 43 ech Up Ten 1.4164091\n",
      "20 44 uu pp Tens 1.4164091\n",
      "20 45 u Tp Tensr 1.4164091\n",
      "20 46  Tp Tensrr 1.4164091\n",
      "20 47 aa TensrrF 1.4164091\n",
      "20 48 p sensrrFl 1.4164091\n",
      "20 49  aensrrFll 1.4164091\n",
      "20 50 aensrrFllo 1.4164091\n",
      "20 51 ensorFlll. 1.4164091\n",
      "20 52  s rFllw.  1.4164091\n",
      "20 53 lorFlll. S 1.4164091\n",
      "20 54 rrFo w  St 1.4164091\n",
      "20 55 rF.ow. Stu 1.4164091\n",
      "20 56 eotw. Stuu 1.4164091\n",
      "20 57 l w. Stuue 1.4164091\n",
      "20 58 eo. Stuue  1.4164091\n",
      "20 59 rr Stuue s 1.4164091\n",
      "20 60   Stuue ss 1.4164091\n",
      "20 61  Ttuue sss 1.4164091\n",
      "20 62 aeuue sss  1.4164091\n",
      "20 63 eure sss p 1.4164091\n",
      "20 64 ure sss pl 1.4164091\n",
      "20 65  t ssl ple 1.4164091\n",
      "20 66 t ssl plea 1.4164091\n",
      "20 67  ssl pleaa 1.4164091\n",
      "20 68 lpl pleaae 1.4164091\n",
      "20 69 ue pleest  1.4164091\n",
      "20 70 r pleaat s 1.4164091\n",
      "20 71  pletst s  1.4164091\n",
      "20 72 aeesst s u 1.4164091\n",
      "20 73  ess  s uu 1.4164091\n",
      "20 74 ets  stuut 1.4164091\n",
      "20 75  se stusse 1.4164091\n",
      "20 76 ee stuuteu 1.4164091\n",
      "20 77 r s uuteua 1.4164091\n",
      "20 78  s uuteuae 1.4164091\n",
      "20 79 aauuteuaee 1.4164091\n",
      "20 80 ruueeuaeet 1.4164091\n",
      "21 0 ae see sa  1.2280376\n",
      "21 1 r see sa a 1.2280376\n",
      "21 2  see sa a  1.2280376\n",
      "21 3 aeensataeu 1.2280376\n",
      "21 4 eensataeuu 1.2280376\n",
      "21 5 ensttaecut 1.2280376\n",
      "21 6  steaecut  1.2280376\n",
      "21 7 aaeaecuu T 1.2280376\n",
      "21 8 teaecuu Th 1.2280376\n",
      "21 9 eceduu The 1.2280376\n",
      "21 10 uenus The  1.2280376\n",
      "21 11 enuu The u 1.2280376\n",
      "21 12  sr The uu 1.2280376\n",
      "21 13 t  The cur 1.2280376\n",
      "21 14   The Turr 1.2280376\n",
      "21 15  The Turre 1.2280376\n",
      "21 16 aee Turren 1.2280376\n",
      "21 17 ee Turrens 1.2280376\n",
      "21 18   uureens  1.2280376\n",
      "21 19  sareens l 1.2280376\n",
      "21 20 aarrens le 1.2280376\n",
      "21 21 ureens les 1.2280376\n",
      "21 22  eens less 1.2280376\n",
      "21 23 eens lecuu 1.2280376\n",
      "21 24 ensslecsur 1.2280376\n",
      "21 25  sslecuure 1.2280376\n",
      "21 26 spleeuure  1.2280376\n",
      "21 27 uaecuure s 1.2280376\n",
      "21 28 aecuure ss 1.2280376\n",
      "21 29 eduure ss  1.2280376\n",
      "21 30  uure ss a 1.2280376\n",
      "21 31 uure ss a  1.2280376\n",
      "21 32 ure ss a M 1.2280376\n",
      "21 33  enss a Ma 1.2280376\n",
      "21 34 enst a Maa 1.2280376\n",
      "21 35  st a Maac 1.2280376\n",
      "21 36 aa a Maach 1.2280376\n",
      "21 37 s a Maach  1.2280376\n",
      "21 38 ra Maach U 1.2280376\n",
      "21 39 aeMaach Up 1.2280376\n",
      "21 40 ecacch Up  1.2280376\n",
      "21 41 aaahh Up T 1.2280376\n",
      "21 42 achh Up Te 1.2280376\n",
      "21 43 ech Up Ten 1.2280376\n",
      "21 44 uu pp Tens 1.2280376\n",
      "21 45 u pp Tenso 1.2280376\n",
      "21 46  Tp Tensor 1.2280376\n",
      "21 47 aa TensorF 1.2280376\n",
      "21 48 p sensrrFl 1.2280376\n",
      "21 49  aensorFlo 1.2280376\n",
      "21 50 aensorFlow 1.2280376\n",
      "21 51 ensorFlow. 1.2280376\n",
      "21 52  sorFlow.  1.2280376\n",
      "21 53 sorFlow. S 1.2280376\n",
      "21 54 rrFo.w. St 1.2280376\n",
      "21 55 rF..w. Stu 1.2280376\n",
      "21 56 eoow. Stuu 1.2280376\n",
      "21 57 l w. Stuue 1.2280376\n",
      "21 58 eo. Stuue  1.2280376\n",
      "21 59 r. Stuuens 1.2280376\n",
      "21 60   Stuuenss 1.2280376\n",
      "21 61  Ttuue ss, 1.2280376\n",
      "21 62 aeure ss,  1.2280376\n",
      "21 63 eurenss, p 1.2280376\n",
      "21 64 urenss, pl 1.2280376\n",
      "21 65  tnss, ple 1.2280376\n",
      "21 66 t ss, plea 1.2280376\n",
      "21 67  ss, pleaa 1.2280376\n",
      "21 68 spl pleaae 1.2280376\n",
      "21 69 ue pletse  1.2280376\n",
      "21 70 r please s 1.2280376\n",
      "21 71  please st 1.2280376\n",
      "21 72 aeesse stu 1.2280376\n",
      "21 73  esse stuu 1.2280376\n",
      "21 74 eds  stuua 1.2280376\n",
      "21 75  se stuuae 1.2280376\n",
      "21 76 eenstuuaec 1.2280376\n",
      "21 77 r s uuaeca 1.2280376\n",
      "21 78  s uuaecae 1.2280376\n",
      "21 79 aeuuaecaec 1.2280376\n",
      "21 80 ruusecaect 1.2280376\n",
      "22 0 ar aee dat 1.0997347\n",
      "22 1 r see aata 1.0997347\n",
      "22 2  see aata  1.0997347\n",
      "22 3 aeenaataeu 1.0997347\n",
      "22 4 eensataeuu 1.0997347\n",
      "22 5 e sataeuu. 1.0997347\n",
      "22 6  saeaeuu.  1.0997347\n",
      "22 7 aaeaecu. T 1.0997347\n",
      "22 8 teaecu. Th 1.0997347\n",
      "22 9 eceuuu The 1.0997347\n",
      "22 10 uedur The  1.0997347\n",
      "22 11 ecut The T 1.0997347\n",
      "22 12  sr The Tu 1.0997347\n",
      "22 13 t  The Tur 1.0997347\n",
      "22 14   The Turr 1.0997347\n",
      "22 15  The Turre 1.0997347\n",
      "22 16 aee Turren 1.0997347\n",
      "22 17 ee Turrens 1.0997347\n",
      "22 18   currens  1.0997347\n",
      "22 19  sareens l 1.0997347\n",
      "22 20 aarrensole 1.0997347\n",
      "22 21 urrens lec 1.0997347\n",
      "22 22  eens lecu 1.0997347\n",
      "22 23 eentllecuu 1.0997347\n",
      "22 24 e sslecuur 1.0997347\n",
      "22 25  sslecuure 1.0997347\n",
      "22 26 spleeaure  1.0997347\n",
      "22 27 uaecuure i 1.0997347\n",
      "22 28 aecuure is 1.0997347\n",
      "22 29 eduure is  1.0997347\n",
      "22 30  uure ss a 1.0997347\n",
      "22 31 uure is a  1.0997347\n",
      "22 32 urr hs a M 1.0997347\n",
      "22 33  e ss a Ma 1.0997347\n",
      "22 34 e st a Ma  1.0997347\n",
      "22 35  st a Maah 1.0997347\n",
      "22 36 aa a Ma hh 1.0997347\n",
      "22 37 s a Maahh  1.0997347\n",
      "22 38 rl Maahh U 1.0997347\n",
      "22 39 aeMaech pp 1.0997347\n",
      "22 40 ecaech pp  1.0997347\n",
      "22 41 aaahh Up T 1.0997347\n",
      "22 42 achh pp Te 1.0997347\n",
      "22 43 ech Up Ten 1.0997347\n",
      "22 44 uu pp Tens 1.0997347\n",
      "22 45 u pp Tenso 1.0997347\n",
      "22 46  Tp Tensor 1.0997347\n",
      "22 47 aa TensorF 1.0997347\n",
      "22 48 p TensorFl 1.0997347\n",
      "22 49  TensorFlo 1.0997347\n",
      "22 50 aensorFlow 1.0997347\n",
      "22 51 ensorFlow. 1.0997347\n",
      "22 52  sorFlww.  1.0997347\n",
      "22 53 sorFlww. S 1.0997347\n",
      "22 54 rrFw.w. St 1.0997347\n",
      "22 55 rF..w. Stu 1.0997347\n",
      "22 56 eoow. Stud 1.0997347\n",
      "22 57 lww. Stude 1.0997347\n",
      "22 58 ew. Stuue  1.0997347\n",
      "22 59 rr Stuue s 1.0997347\n",
      "22 60   Stuue ss 1.0997347\n",
      "22 61  Ttuue ss, 1.0997347\n",
      "22 62 aeure ss,  1.0997347\n",
      "22 63 eure ss, p 1.0997347\n",
      "22 64 urenss, pl 1.0997347\n",
      "22 65  h ss, ple 1.0997347\n",
      "22 66 ttss, plea 1.0997347\n",
      "22 67  ss, pleaa 1.0997347\n",
      "22 68 sp, pleaae 1.0997347\n",
      "22 69 ue pleaae  1.0997347\n",
      "22 70 r pleaae a 1.0997347\n",
      "22 71  pleaae at 1.0997347\n",
      "22 72 aeetse stu 1.0997347\n",
      "22 73  esse stud 1.0997347\n",
      "22 74 eds  utuda 1.0997347\n",
      "22 75  se dtudre 1.0997347\n",
      "22 76 ee studaec 1.0997347\n",
      "22 77 r studreca 1.0997347\n",
      "22 78  stuuaecae 1.0997347\n",
      "22 79 atuuaecaec 1.0997347\n",
      "22 80 ruueecaect 1.0997347\n",
      "23 0 ar s e aat 0.9645401\n",
      "23 1 r s e aata 0.9645401\n",
      "23 2  see aata  0.9645401\n",
      "23 3 aee aataeu 0.9645401\n",
      "23 4 ee sataeuu 0.9645401\n",
      "23 5 e sttaeuu. 0.9645401\n",
      "23 6  sttaeuu.  0.9645401\n",
      "23 7 attaeuu. T 0.9645401\n",
      "23 8 ttaeuu. Th 0.9645401\n",
      "23 9 eceuu. The 0.9645401\n",
      "23 10 uedur The  0.9645401\n",
      "23 11 ecu. The T 0.9645401\n",
      "23 12  sr The Tu 0.9645401\n",
      "23 13 t  The Tur 0.9645401\n",
      "23 14   The Turr 0.9645401\n",
      "23 15  The Turre 0.9645401\n",
      "23 16 aee Turren 0.9645401\n",
      "23 17 ee Turrent 0.9645401\n",
      "23 18   current  0.9645401\n",
      "23 19  sareent l 0.9645401\n",
      "23 20 aurrent le 0.9645401\n",
      "23 21 urrent sec 0.9645401\n",
      "23 22  eent lect 0.9645401\n",
      "23 23 eent lectu 0.9645401\n",
      "23 24 e tslectur 0.9645401\n",
      "23 25  sssecture 0.9645401\n",
      "23 26 splecaure  0.9645401\n",
      "23 27 uaecuure s 0.9645401\n",
      "23 28 aeauure ss 0.9645401\n",
      "23 29 eduure ss  0.9645401\n",
      "23 30  uure ss a 0.9645401\n",
      "23 31 uure ss a  0.9645401\n",
      "23 32 urr ds a M 0.9645401\n",
      "23 33  e st a Ma 0.9645401\n",
      "23 34 e st a Maa 0.9645401\n",
      "23 35  st a Maac 0.9645401\n",
      "23 36 aa a Maach 0.9645401\n",
      "23 37 s a Maaah  0.9645401\n",
      "23 38 ol Maach U 0.9645401\n",
      "23 39 aeMaaah Up 0.9645401\n",
      "23 40 ecaaah Up  0.9645401\n",
      "23 41 aaaah Up T 0.9645401\n",
      "23 42 aahh Up Te 0.9645401\n",
      "23 43 ecu Up Ten 0.9645401\n",
      "23 44 uu Up Tens 0.9645401\n",
      "23 45 u Up Tenso 0.9645401\n",
      "23 46  Tp Tensor 0.9645401\n",
      "23 47 al TensorF 0.9645401\n",
      "23 48 p TensorFl 0.9645401\n",
      "23 49  TensorFlo 0.9645401\n",
      "23 50 aensorFlow 0.9645401\n",
      "23 51 ensorFlow. 0.9645401\n",
      "23 52  sorFlow.  0.9645401\n",
      "23 53 sorFlww. S 0.9645401\n",
      "23 54 orFwww. St 0.9645401\n",
      "23 55 rF.ww. Stu 0.9645401\n",
      "23 56 eoow. Stud 0.9645401\n",
      "23 57 lww. Stude 0.9645401\n",
      "23 58 ew. Stude  0.9645401\n",
      "23 59 rr Stude t 0.9645401\n",
      "23 60   Stude ts 0.9645401\n",
      "23 61  Ttuue ts, 0.9645401\n",
      "23 62 aeure ss,  0.9645401\n",
      "23 63 ture ss, p 0.9645401\n",
      "23 64 urenss, pl 0.9645401\n",
      "23 65  h ss, ple 0.9645401\n",
      "23 66 ttts, plea 0.9645401\n",
      "23 67  ss, pleas 0.9645401\n",
      "23 68 sp, please 0.9645401\n",
      "23 69 ue pleaae  0.9645401\n",
      "23 70 o please a 0.9645401\n",
      "23 71  pleaae at 0.9645401\n",
      "23 72 aeetst stu 0.9645401\n",
      "23 73  etse stud 0.9645401\n",
      "23 74 eds  studa 0.9645401\n",
      "23 75  se studr  0.9645401\n",
      "23 76 ee studr c 0.9645401\n",
      "23 77 o studr ca 0.9645401\n",
      "23 78  studa ca  0.9645401\n",
      "23 79 atuda ca t 0.9645401\n",
      "23 80 ouueeca tt 0.9645401\n",
      "24 0 ar s e sat 0.85573137\n",
      "24 1 r s e sata 0.85573137\n",
      "24 2  see satae 0.85573137\n",
      "24 3 aee sataeu 0.85573137\n",
      "24 4  e sataeuu 0.85573137\n",
      "24 5 e sttaeuu. 0.85573137\n",
      "24 6  sttaeuu.  0.85573137\n",
      "24 7 attaeuu. T 0.85573137\n",
      "24 8 ttaeuu. Th 0.85573137\n",
      "24 9  ceuu. The 0.85573137\n",
      "24 10 uedu. The  0.85573137\n",
      "24 11  du. The T 0.85573137\n",
      "24 12  sr The cu 0.85573137\n",
      "24 13 tu The cur 0.85573137\n",
      "24 14   The Turr 0.85573137\n",
      "24 15  Tee Turre 0.85573137\n",
      "24 16 aee curren 0.85573137\n",
      "24 17 ee current 0.85573137\n",
      "24 18   current  0.85573137\n",
      "24 19  ssreent s 0.85573137\n",
      "24 20 aurrent se 0.85573137\n",
      "24 21 urrent sec 0.85573137\n",
      "24 22  eent sect 0.85573137\n",
      "24 23 eent lectu 0.85573137\n",
      "24 24 e tssectur 0.85573137\n",
      "24 25  sssecture 0.85573137\n",
      "24 26 splecaure  0.85573137\n",
      "24 27 uuecuure s 0.85573137\n",
      "24 28 aecuure ss 0.85573137\n",
      "24 29 eduure ss  0.85573137\n",
      "24 30  uure ss a 0.85573137\n",
      "24 31 uure ss a  0.85573137\n",
      "24 32 urr is a M 0.85573137\n",
      "24 33  e ss a Ma 0.85573137\n",
      "24 34 e st a Mat 0.85573137\n",
      "24 35  st a Matc 0.85573137\n",
      "24 36 at a Match 0.85573137\n",
      "24 37 s a Match  0.85573137\n",
      "24 38 ol Match U 0.85573137\n",
      "24 39 aeMatch Up 0.85573137\n",
      "24 40  catch Up  0.85573137\n",
      "24 41 aaach Up T 0.85573137\n",
      "24 42 achh Up Te 0.85573137\n",
      "24 43  cu Up Ten 0.85573137\n",
      "24 44 uu Up Tens 0.85573137\n",
      "24 45 u Up Tenso 0.85573137\n",
      "24 46  Tp Tensor 0.85573137\n",
      "24 47 al TensorF 0.85573137\n",
      "24 48 p TensorFl 0.85573137\n",
      "24 49  TensorFlo 0.85573137\n",
      "24 50 aensorFlow 0.85573137\n",
      "24 51 entorFlow. 0.85573137\n",
      "24 52  sorFlow.  0.85573137\n",
      "24 53 sorFlow. S 0.85573137\n",
      "24 54 orFlow. St 0.85573137\n",
      "24 55 rFwow. Stu 0.85573137\n",
      "24 56 eoow. Stud 0.85573137\n",
      "24 57 low. Stude 0.85573137\n",
      "24 58 ew. Stude  0.85573137\n",
      "24 59 rr Stude t 0.85573137\n",
      "24 60   Stude ts 0.85573137\n",
      "24 61  Ttude ts, 0.85573137\n",
      "24 62 atude ss,  0.85573137\n",
      "24 63 turenss, p 0.85573137\n",
      "24 64 urenss, pl 0.85573137\n",
      "24 65  hnss, ple 0.85573137\n",
      "24 66 ttts, ples 0.85573137\n",
      "24 67  ss, pless 0.85573137\n",
      "24 68 sp, plesse 0.85573137\n",
      "24 69 ue plesse  0.85573137\n",
      "24 70 o plesse s 0.85573137\n",
      "24 71  plesse st 0.85573137\n",
      "24 72 aeetse stu 0.85573137\n",
      "24 73  edse stud 0.85573137\n",
      "24 74 edse studr 0.85573137\n",
      "24 75  se studr  0.85573137\n",
      "24 76  e studr c 0.85573137\n",
      "24 77 o studr ih 0.85573137\n",
      "24 78  study ch  0.85573137\n",
      "24 79 atudy ch d 0.85573137\n",
      "24 80 ouuy ch dt 0.85573137\n",
      "25 0 ae s e sat 0.76480734\n",
      "25 1 r s e sata 0.76480734\n",
      "25 2  see satae 0.76480734\n",
      "25 3 aee sataeu 0.76480734\n",
      "25 4  e sataedu 0.76480734\n",
      "25 5 e sataeuu. 0.76480734\n",
      "25 6  sataeuu.  0.76480734\n",
      "25 7 attaeuu. T 0.76480734\n",
      "25 8 ttaeuu. Th 0.76480734\n",
      "25 9  cedu. The 0.76480734\n",
      "25 10 uedu. The  0.76480734\n",
      "25 11  du. The c 0.76480734\n",
      "25 12  ur The cu 0.76480734\n",
      "25 13 td The cur 0.76480734\n",
      "25 14   The curr 0.76480734\n",
      "25 15  Tee curre 0.76480734\n",
      "25 16 aee curren 0.76480734\n",
      "25 17 ee current 0.76480734\n",
      "25 18   current  0.76480734\n",
      "25 19  surrent l 0.76480734\n",
      "25 20 aureent le 0.76480734\n",
      "25 21 urrent lec 0.76480734\n",
      "25 22  eent lecu 0.76480734\n",
      "25 23 eent lecuu 0.76480734\n",
      "25 24 e t lecaur 0.76480734\n",
      "25 25  tslecaure 0.76480734\n",
      "25 26 splecaure  0.76480734\n",
      "25 27 uuecuure i 0.76480734\n",
      "25 28 aecuure is 0.76480734\n",
      "25 29 eduure is  0.76480734\n",
      "25 30  uure is a 0.76480734\n",
      "25 31 uure is a  0.76480734\n",
      "25 32 urr is a M 0.76480734\n",
      "25 33  e ss a Ma 0.76480734\n",
      "25 34 e st a Mat 0.76480734\n",
      "25 35  st a Matc 0.76480734\n",
      "25 36 at a Match 0.76480734\n",
      "25 37 s a Match  0.76480734\n",
      "25 38 ol Match U 0.76480734\n",
      "25 39 aeaatch Up 0.76480734\n",
      "25 40  catch Up  0.76480734\n",
      "25 41 aaach Up T 0.76480734\n",
      "25 42 acch Up Te 0.76480734\n",
      "25 43  cU pp Ten 0.76480734\n",
      "25 44 uU pp Tens 0.76480734\n",
      "25 45 u pp Tenso 0.76480734\n",
      "25 46  TU Tensor 0.76480734\n",
      "25 47 al TensorF 0.76480734\n",
      "25 48 p TensorFl 0.76480734\n",
      "25 49  TentorFlo 0.76480734\n",
      "25 50 aentorFlow 0.76480734\n",
      "25 51 entorFlow. 0.76480734\n",
      "25 52  torFlow.  0.76480734\n",
      "25 53 sorFlow. S 0.76480734\n",
      "25 54 orFlow. St 0.76480734\n",
      "25 55 rFlow. Stu 0.76480734\n",
      "25 56 eoow. Stud 0.76480734\n",
      "25 57 low. Stude 0.76480734\n",
      "25 58 ew. Stude  0.76480734\n",
      "25 59 rr Stude t 0.76480734\n",
      "25 60   Stude ts 0.76480734\n",
      "25 61  Ttude ts, 0.76480734\n",
      "25 62 atude ts,  0.76480734\n",
      "25 63 turents, p 0.76480734\n",
      "25 64 urents, pl 0.76480734\n",
      "25 65  h ss, ple 0.76480734\n",
      "25 66 ttts, plea 0.76480734\n",
      "25 67  ts, pleas 0.76480734\n",
      "25 68 sp, please 0.76480734\n",
      "25 69 ue please  0.76480734\n",
      "25 70 o please s 0.76480734\n",
      "25 71  please se 0.76480734\n",
      "25 72 aeecse stu 0.76480734\n",
      "25 73  edse stud 0.76480734\n",
      "25 74 edse study 0.76480734\n",
      "25 75  se study  0.76480734\n",
      "25 76  e study i 0.76480734\n",
      "25 77 o study ia 0.76480734\n",
      "25 78  study ia  0.76480734\n",
      "25 79 atudy ia t 0.76480734\n",
      "25 80 ouuy ca te 0.76480734\n",
      "26 0 ae s e sat 0.6714558\n",
      "26 1 r s e sata 0.6714558\n",
      "26 2  sre sata  0.6714558\n",
      "26 3 aee sataed 0.6714558\n",
      "26 4  e sataedu 0.6714558\n",
      "26 5 e sataedu. 0.6714558\n",
      "26 6  sataedu.  0.6714558\n",
      "26 7 attaedu. T 0.6714558\n",
      "26 8 ttaedu. Th 0.6714558\n",
      "26 9  cedu. The 0.6714558\n",
      "26 10 uedu. The  0.6714558\n",
      "26 11  du. The c 0.6714558\n",
      "26 12  u. The cd 0.6714558\n",
      "26 13 td The cur 0.6714558\n",
      "26 14   The curr 0.6714558\n",
      "26 15  The curre 0.6714558\n",
      "26 16 aee curren 0.6714558\n",
      "26 17 ee current 0.6714558\n",
      "26 18   current  0.6714558\n",
      "26 19  surrent l 0.6714558\n",
      "26 20 aurrent le 0.6714558\n",
      "26 21 urrent lec 0.6714558\n",
      "26 22  eent lecu 0.6714558\n",
      "26 23 eent lecuu 0.6714558\n",
      "26 24 e t lecaur 0.6714558\n",
      "26 25  tslecaure 0.6714558\n",
      "26 26 splecaure  0.6714558\n",
      "26 27 uuecuure i 0.6714558\n",
      "26 28 aecuure is 0.6714558\n",
      "26 29 eduure is  0.6714558\n",
      "26 30  uure is a 0.6714558\n",
      "26 31 uure is a  0.6714558\n",
      "26 32 urr is a M 0.6714558\n",
      "26 33  e is a Ma 0.6714558\n",
      "26 34 e st a Mat 0.6714558\n",
      "26 35  st a Matc 0.6714558\n",
      "26 36 aa a Match 0.6714558\n",
      "26 37 s a Match  0.6714558\n",
      "26 38 ol Match h 0.6714558\n",
      "26 39 aeMatch Up 0.6714558\n",
      "26 40  catch Up  0.6714558\n",
      "26 41 aaach Up T 0.6714558\n",
      "26 42 aach Up Te 0.6714558\n",
      "26 43  ch Up Ten 0.6714558\n",
      "26 44 uU Up Tens 0.6714558\n",
      "26 45 u Up Tento 0.6714558\n",
      "26 46  hU Tentor 0.6714558\n",
      "26 47 al TensorF 0.6714558\n",
      "26 48 p TentorFl 0.6714558\n",
      "26 49  TentorFlo 0.6714558\n",
      "26 50 aentorFlow 0.6714558\n",
      "26 51 entorFlow. 0.6714558\n",
      "26 52  torFlow.  0.6714558\n",
      "26 53 sorFlow. S 0.6714558\n",
      "26 54 orFlow. St 0.6714558\n",
      "26 55 rFlow. Stu 0.6714558\n",
      "26 56 eoow. Stud 0.6714558\n",
      "26 57 low. Stude 0.6714558\n",
      "26 58 ew. Studen 0.6714558\n",
      "26 59 rr Stude t 0.6714558\n",
      "26 60   Stude ts 0.6714558\n",
      "26 61  Ttude ts, 0.6714558\n",
      "26 62 atude ts,  0.6714558\n",
      "26 63 tudents, p 0.6714558\n",
      "26 64 urents, pl 0.6714558\n",
      "26 65  h ts, ple 0.6714558\n",
      "26 66 tdts, plea 0.6714558\n",
      "26 67  ts, pleas 0.6714558\n",
      "26 68 sp, please 0.6714558\n",
      "26 69 ue please  0.6714558\n",
      "26 70 o please s 0.6714558\n",
      "26 71  please st 0.6714558\n",
      "26 72 arecse stu 0.6714558\n",
      "26 73  ecse stud 0.6714558\n",
      "26 74 edse study 0.6714558\n",
      "26 75  se study  0.6714558\n",
      "26 76  e study i 0.6714558\n",
      "26 77 o study ia 0.6714558\n",
      "26 78  study ia  0.6714558\n",
      "26 79 atudy ia c 0.6714558\n",
      "26 80 oudy ca ct 0.6714558\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "27 0 ae sre sat 0.5886919\n",
      "27 1 r sre sata 0.5886919\n",
      "27 2  sre data  0.5886919\n",
      "27 3 aee sataed 0.5886919\n",
      "27 4  e sataedu 0.5886919\n",
      "27 5 e sataedu. 0.5886919\n",
      "27 6  sataedu.  0.5886919\n",
      "27 7 attaedu. T 0.5886919\n",
      "27 8 ttaedu. Th 0.5886919\n",
      "27 9  cedu. The 0.5886919\n",
      "27 10 uedu. The  0.5886919\n",
      "27 11  du. The c 0.5886919\n",
      "27 12  u. The cu 0.5886919\n",
      "27 13 td The cur 0.5886919\n",
      "27 14 r The curr 0.5886919\n",
      "27 15  She Turre 0.5886919\n",
      "27 16 aee curren 0.5886919\n",
      "27 17 ee current 0.5886919\n",
      "27 18   current  0.5886919\n",
      "27 19  surrent l 0.5886919\n",
      "27 20 aurrent le 0.5886919\n",
      "27 21 urrent lec 0.5886919\n",
      "27 22 reent lect 0.5886919\n",
      "27 23 eent lectu 0.5886919\n",
      "27 24 e t lectur 0.5886919\n",
      "27 25  tslecture 0.5886919\n",
      "27 26 sslecaure  0.5886919\n",
      "27 27 uaecuure i 0.5886919\n",
      "27 28 aecture is 0.5886919\n",
      "27 29 ecuure is  0.5886919\n",
      "27 30  uure is a 0.5886919\n",
      "27 31 uure is a  0.5886919\n",
      "27 32 urr is a M 0.5886919\n",
      "27 33 re is a Ma 0.5886919\n",
      "27 34 e st a Mat 0.5886919\n",
      "27 35  ss a Matc 0.5886919\n",
      "27 36 aa a Match 0.5886919\n",
      "27 37 s a Match  0.5886919\n",
      "27 38 ol Match U 0.5886919\n",
      "27 39 aecatch Up 0.5886919\n",
      "27 40  catch Up  0.5886919\n",
      "27 41 aaach Up T 0.5886919\n",
      "27 42 aach Up Te 0.5886919\n",
      "27 43  ch Up Ten 0.5886919\n",
      "27 44 uU pp Tent 0.5886919\n",
      "27 45 u pp Tento 0.5886919\n",
      "27 46  UU Tentor 0.5886919\n",
      "27 47 al TentorF 0.5886919\n",
      "27 48 p TentorFl 0.5886919\n",
      "27 49  TentorFlo 0.5886919\n",
      "27 50 aentorFlow 0.5886919\n",
      "27 51 entorFlow. 0.5886919\n",
      "27 52  torFlow.  0.5886919\n",
      "27 53 sorFlow. S 0.5886919\n",
      "27 54 orFlow. St 0.5886919\n",
      "27 55 rFlow. Stu 0.5886919\n",
      "27 56 elow. Stud 0.5886919\n",
      "27 57 low. Stude 0.5886919\n",
      "27 58 ew. Studen 0.5886919\n",
      "27 59 rr Student 0.5886919\n",
      "27 60 . Students 0.5886919\n",
      "27 61  Students, 0.5886919\n",
      "27 62 atude ts,  0.5886919\n",
      "27 63 tudents, p 0.5886919\n",
      "27 64 urents, pl 0.5886919\n",
      "27 65 rhnts, ple 0.5886919\n",
      "27 66 tdt , plea 0.5886919\n",
      "27 67  ts, pleaa 0.5886919\n",
      "27 68 ss, pleaae 0.5886919\n",
      "27 69 ue please  0.5886919\n",
      "27 70 o pleaae s 0.5886919\n",
      "27 71  please st 0.5886919\n",
      "27 72 arecse stu 0.5886919\n",
      "27 73  ecse stud 0.5886919\n",
      "27 74 ecse dtudy 0.5886919\n",
      "27 75  se study  0.5886919\n",
      "27 76  e study i 0.5886919\n",
      "27 77 o study ia 0.5886919\n",
      "27 78  study iar 0.5886919\n",
      "27 79 atudy iarc 0.5886919\n",
      "27 80 oudy haret 0.5886919\n",
      "28 0 ae sre sat 0.51085204\n",
      "28 1 e sre sata 0.51085204\n",
      "28 2  sre satae 0.51085204\n",
      "28 3 aee sataed 0.51085204\n",
      "28 4  e sataedu 0.51085204\n",
      "28 5 e sataedu. 0.51085204\n",
      "28 6  sataedu.  0.51085204\n",
      "28 7 attaedu. T 0.51085204\n",
      "28 8 ttaedu. Th 0.51085204\n",
      "28 9  aedu. The 0.51085204\n",
      "28 10 uenu. The  0.51085204\n",
      "28 11  du. The c 0.51085204\n",
      "28 12  u. The cu 0.51085204\n",
      "28 13 t. The cur 0.51085204\n",
      "28 14 r The curr 0.51085204\n",
      "28 15  She curre 0.51085204\n",
      "28 16 aee curren 0.51085204\n",
      "28 17 ee current 0.51085204\n",
      "28 18   current  0.51085204\n",
      "28 19  surrent l 0.51085204\n",
      "28 20 aurrent le 0.51085204\n",
      "28 21 urrent lec 0.51085204\n",
      "28 22 reent lect 0.51085204\n",
      "28 23 eent lectu 0.51085204\n",
      "28 24 e t lectur 0.51085204\n",
      "28 25  tslecture 0.51085204\n",
      "28 26 sslecture  0.51085204\n",
      "28 27 uaecture i 0.51085204\n",
      "28 28 aecture is 0.51085204\n",
      "28 29 edture is  0.51085204\n",
      "28 30  uure is a 0.51085204\n",
      "28 31 uure is a  0.51085204\n",
      "28 32 urr is a M 0.51085204\n",
      "28 33 re is a Ma 0.51085204\n",
      "28 34 e ss a Mat 0.51085204\n",
      "28 35  ss a Matc 0.51085204\n",
      "28 36 aa a Match 0.51085204\n",
      "28 37 s a Match  0.51085204\n",
      "28 38 ,a Match U 0.51085204\n",
      "28 39 aeMatch Up 0.51085204\n",
      "28 40  catch Up  0.51085204\n",
      "28 41 aaach Up T 0.51085204\n",
      "28 42 aach Up Te 0.51085204\n",
      "28 43  ah Up Ten 0.51085204\n",
      "28 44 uU Up Tens 0.51085204\n",
      "28 45 u Up Tenso 0.51085204\n",
      "28 46  UU Tentor 0.51085204\n",
      "28 47 al TentorF 0.51085204\n",
      "28 48 p TentorFl 0.51085204\n",
      "28 49  TentorFlo 0.51085204\n",
      "28 50 aentorFlow 0.51085204\n",
      "28 51 entorFlow. 0.51085204\n",
      "28 52  torFlow.  0.51085204\n",
      "28 53 sorFlow. S 0.51085204\n",
      "28 54 ,rFlow. St 0.51085204\n",
      "28 55 rFlow. Stu 0.51085204\n",
      "28 56 elow. Stud 0.51085204\n",
      "28 57 low. Stude 0.51085204\n",
      "28 58 ew. Studen 0.51085204\n",
      "28 59 r. Student 0.51085204\n",
      "28 60 . Students 0.51085204\n",
      "28 61  Students, 0.51085204\n",
      "28 62 atudents,  0.51085204\n",
      "28 63 tudents, p 0.51085204\n",
      "28 64 urents, pl 0.51085204\n",
      "28 65 rhnts, ple 0.51085204\n",
      "28 66 tdts, plea 0.51085204\n",
      "28 67  ts, pleas 0.51085204\n",
      "28 68 ss, please 0.51085204\n",
      "28 69 ue please  0.51085204\n",
      "28 70 , please s 0.51085204\n",
      "28 71  please st 0.51085204\n",
      "28 72 arecse stu 0.51085204\n",
      "28 73  ease stud 0.51085204\n",
      "28 74 edse study 0.51085204\n",
      "28 75  se study  0.51085204\n",
      "28 76  e study h 0.51085204\n",
      "28 77 , study ha 0.51085204\n",
      "28 78  study har 0.51085204\n",
      "28 79 atudy hare 0.51085204\n",
      "28 80 ,udy haret 0.51085204\n",
      "29 0 ae sre sat 0.45455158\n",
      "29 1 e sre sata 0.45455158\n",
      "29 2  sre datae 0.45455158\n",
      "29 3 aee sataed 0.45455158\n",
      "29 4 te sataedu 0.45455158\n",
      "29 5 e sataedu. 0.45455158\n",
      "29 6  sataedu.  0.45455158\n",
      "29 7 attaedu. T 0.45455158\n",
      "29 8 ttaedu. Th 0.45455158\n",
      "29 9 taedu. The 0.45455158\n",
      "29 10 uedu. The  0.45455158\n",
      "29 11 tdu. The c 0.45455158\n",
      "29 12  u. The cu 0.45455158\n",
      "29 13 t. The cur 0.45455158\n",
      "29 14 r The curr 0.45455158\n",
      "29 15  She curre 0.45455158\n",
      "29 16 aee curren 0.45455158\n",
      "29 17 ee current 0.45455158\n",
      "29 18   current  0.45455158\n",
      "29 19  surrent l 0.45455158\n",
      "29 20 aurrent le 0.45455158\n",
      "29 21 urrent lec 0.45455158\n",
      "29 22 reent lect 0.45455158\n",
      "29 23 eent lectu 0.45455158\n",
      "29 24 e t lectur 0.45455158\n",
      "29 25  tslecture 0.45455158\n",
      "29 26 sslecture  0.45455158\n",
      "29 27 uaecture i 0.45455158\n",
      "29 28 aecture is 0.45455158\n",
      "29 29 eature is  0.45455158\n",
      "29 30  uure is a 0.45455158\n",
      "29 31 uure is a  0.45455158\n",
      "29 32 urr is a M 0.45455158\n",
      "29 33 re is a Ma 0.45455158\n",
      "29 34 e ss a Mat 0.45455158\n",
      "29 35  ss a Matc 0.45455158\n",
      "29 36 aa a Match 0.45455158\n",
      "29 37 s a Match  0.45455158\n",
      "29 38 ,a Match U 0.45455158\n",
      "29 39 aeMatch Up 0.45455158\n",
      "29 40 tcatch Up  0.45455158\n",
      "29 41 aaach Up T 0.45455158\n",
      "29 42 aach Up Te 0.45455158\n",
      "29 43 tah Up Ten 0.45455158\n",
      "29 44 uU Up Tens 0.45455158\n",
      "29 45 u Up Tenso 0.45455158\n",
      "29 46  UU Tensor 0.45455158\n",
      "29 47 al TensorF 0.45455158\n",
      "29 48 p TentorFl 0.45455158\n",
      "29 49 rTentorFlo 0.45455158\n",
      "29 50 aentorFlow 0.45455158\n",
      "29 51 entorFlow. 0.45455158\n",
      "29 52  torFlow.  0.45455158\n",
      "29 53 sorFlow. S 0.45455158\n",
      "29 54 ,rFlow. St 0.45455158\n",
      "29 55 rFlow. Stu 0.45455158\n",
      "29 56 elow. Stud 0.45455158\n",
      "29 57 low. Stude 0.45455158\n",
      "29 58 ew. Studen 0.45455158\n",
      "29 59 r. Student 0.45455158\n",
      "29 60 . Students 0.45455158\n",
      "29 61  Students, 0.45455158\n",
      "29 62 atudents,  0.45455158\n",
      "29 63 tudents, p 0.45455158\n",
      "29 64 urents, pl 0.45455158\n",
      "29 65 rhnts, ple 0.45455158\n",
      "29 66 tdts, plea 0.45455158\n",
      "29 67  ts, pleas 0.45455158\n",
      "29 68 ss, please 0.45455158\n",
      "29 69 ue please  0.45455158\n",
      "29 70 , please s 0.45455158\n",
      "29 71  please st 0.45455158\n",
      "29 72 arease stu 0.45455158\n",
      "29 73 rease stud 0.45455158\n",
      "29 74 ease study 0.45455158\n",
      "29 75  se study  0.45455158\n",
      "29 76 te study h 0.45455158\n",
      "29 77 , study ha 0.45455158\n",
      "29 78  study har 0.45455158\n",
      "29 79 atudy harc 0.45455158\n",
      "29 80 ,udy harct 0.45455158\n",
      "30 0 ae sre dat 0.4132061\n",
      "30 1 e sre data 0.4132061\n",
      "30 2  sre datae 0.4132061\n",
      "30 3 aee sataed 0.4132061\n",
      "30 4 te sataedu 0.4132061\n",
      "30 5 e sataedu. 0.4132061\n",
      "30 6  sataedu.  0.4132061\n",
      "30 7 attaedu. T 0.4132061\n",
      "30 8 ttaedu. Th 0.4132061\n",
      "30 9 taedu. The 0.4132061\n",
      "30 10 uedu. The  0.4132061\n",
      "30 11 tdu. The c 0.4132061\n",
      "30 12  u. The cu 0.4132061\n",
      "30 13 t. The cur 0.4132061\n",
      "30 14 r The curr 0.4132061\n",
      "30 15  She curre 0.4132061\n",
      "30 16 aee curren 0.4132061\n",
      "30 17 ee current 0.4132061\n",
      "30 18   current  0.4132061\n",
      "30 19  surrent l 0.4132061\n",
      "30 20 aurrent le 0.4132061\n",
      "30 21 urrent lec 0.4132061\n",
      "30 22 reent lect 0.4132061\n",
      "30 23 eent lectu 0.4132061\n",
      "30 24 e t lectur 0.4132061\n",
      "30 25  tslecture 0.4132061\n",
      "30 26 sslecture  0.4132061\n",
      "30 27 ulecture i 0.4132061\n",
      "30 28 aecture is 0.4132061\n",
      "30 29 eature is  0.4132061\n",
      "30 30  uure is a 0.4132061\n",
      "30 31 uure is a  0.4132061\n",
      "30 32 urr is a M 0.4132061\n",
      "30 33 re is a Ma 0.4132061\n",
      "30 34 e ss a Mat 0.4132061\n",
      "30 35  ss a Matc 0.4132061\n",
      "30 36 as a Match 0.4132061\n",
      "30 37 s a Match  0.4132061\n",
      "30 38 ,a Match U 0.4132061\n",
      "30 39 aeMatch Up 0.4132061\n",
      "30 40 tcatch Up  0.4132061\n",
      "30 41 aaach Up T 0.4132061\n",
      "30 42 aach Up Te 0.4132061\n",
      "30 43 tah Up Ten 0.4132061\n",
      "30 44 uU Up Tens 0.4132061\n",
      "30 45 u Up Tenso 0.4132061\n",
      "30 46  UU Tensor 0.4132061\n",
      "30 47 al TensorF 0.4132061\n",
      "30 48 p TensorFl 0.4132061\n",
      "30 49 rTensorFlo 0.4132061\n",
      "30 50 aensorFlow 0.4132061\n",
      "30 51 entorFlow. 0.4132061\n",
      "30 52  torFlow.  0.4132061\n",
      "30 53 sorFlow. S 0.4132061\n",
      "30 54 ,rFlow. St 0.4132061\n",
      "30 55 rFlow. Stu 0.4132061\n",
      "30 56 elow. Stud 0.4132061\n",
      "30 57 low. Stude 0.4132061\n",
      "30 58 ew. Studen 0.4132061\n",
      "30 59 r. Student 0.4132061\n",
      "30 60 . Students 0.4132061\n",
      "30 61  Students, 0.4132061\n",
      "30 62 atudents,  0.4132061\n",
      "30 63 tudents, p 0.4132061\n",
      "30 64 urents, pl 0.4132061\n",
      "30 65 rents, ple 0.4132061\n",
      "30 66 tdts, plea 0.4132061\n",
      "30 67  ts, pleas 0.4132061\n",
      "30 68 ss, please 0.4132061\n",
      "30 69 ue please  0.4132061\n",
      "30 70 , please s 0.4132061\n",
      "30 71  please st 0.4132061\n",
      "30 72 arease stu 0.4132061\n",
      "30 73 rease stud 0.4132061\n",
      "30 74 ease study 0.4132061\n",
      "30 75  se study  0.4132061\n",
      "30 76 te study h 0.4132061\n",
      "30 77 , study ha 0.4132061\n",
      "30 78  study har 0.4132061\n",
      "30 79 atudy hard 0.4132061\n",
      "30 80 ,udy harde 0.4132061\n",
      "31 0 ae sre dat 0.38201517\n",
      "31 1 e sre data 0.38201517\n",
      "31 2  sre datae 0.38201517\n",
      "31 3 are dataed 0.38201517\n",
      "31 4 te sataedu 0.38201517\n",
      "31 5 e sataedu. 0.38201517\n",
      "31 6  sataedu.  0.38201517\n",
      "31 7 attaedu. T 0.38201517\n",
      "31 8 ttaedu. Th 0.38201517\n",
      "31 9 taedu. The 0.38201517\n",
      "31 10 uedu. The  0.38201517\n",
      "31 11 tdu. The c 0.38201517\n",
      "31 12  u. The cu 0.38201517\n",
      "31 13 t. The cur 0.38201517\n",
      "31 14 r The curr 0.38201517\n",
      "31 15  She curre 0.38201517\n",
      "31 16 ahe curren 0.38201517\n",
      "31 17 ee current 0.38201517\n",
      "31 18   current  0.38201517\n",
      "31 19  surrent l 0.38201517\n",
      "31 20 aurrent le 0.38201517\n",
      "31 21 urrent lec 0.38201517\n",
      "31 22 rrent lect 0.38201517\n",
      "31 23 eent lectu 0.38201517\n",
      "31 24 e t lectur 0.38201517\n",
      "31 25  tslecture 0.38201517\n",
      "31 26 sslecture  0.38201517\n",
      "31 27 ulecture i 0.38201517\n",
      "31 28 aecture is 0.38201517\n",
      "31 29 eature is  0.38201517\n",
      "31 30  uure is a 0.38201517\n",
      "31 31 uure is a  0.38201517\n",
      "31 32 urr is a M 0.38201517\n",
      "31 33 rr is a Ma 0.38201517\n",
      "31 34 e ss a Mat 0.38201517\n",
      "31 35  ss a Matc 0.38201517\n",
      "31 36 as a Match 0.38201517\n",
      "31 37 s a Match  0.38201517\n",
      "31 38 ,a Match U 0.38201517\n",
      "31 39 arMatch Up 0.38201517\n",
      "31 40 tMatch Up  0.38201517\n",
      "31 41 aatch Up T 0.38201517\n",
      "31 42 aach Up Te 0.38201517\n",
      "31 43 tah Up Ten 0.38201517\n",
      "31 44 uU Up Tens 0.38201517\n",
      "31 45 u Up Tenso 0.38201517\n",
      "31 46  UU Tensor 0.38201517\n",
      "31 47 al TensorF 0.38201517\n",
      "31 48 p TensorFl 0.38201517\n",
      "31 49 rTensorFlo 0.38201517\n",
      "31 50 ahnsorFlow 0.38201517\n",
      "31 51 ensorFlow. 0.38201517\n",
      "31 52  torFlow.  0.38201517\n",
      "31 53 sorFlow. S 0.38201517\n",
      "31 54 ,rFlow. St 0.38201517\n",
      "31 55 rFlow. Stu 0.38201517\n",
      "31 56 elow. Stud 0.38201517\n",
      "31 57 low. Stude 0.38201517\n",
      "31 58 ew. Studen 0.38201517\n",
      "31 59 r. Student 0.38201517\n",
      "31 60 . Students 0.38201517\n",
      "31 61  Students, 0.38201517\n",
      "31 62 atudents,  0.38201517\n",
      "31 63 tudents, p 0.38201517\n",
      "31 64 urents, pl 0.38201517\n",
      "31 65 rents, ple 0.38201517\n",
      "31 66 tdts, plea 0.38201517\n",
      "31 67  ts, pleas 0.38201517\n",
      "31 68 ss, please 0.38201517\n",
      "31 69 ue please  0.38201517\n",
      "31 70 , please s 0.38201517\n",
      "31 71  please st 0.38201517\n",
      "31 72 a ease stu 0.38201517\n",
      "31 73 rease stud 0.38201517\n",
      "31 74 ease study 0.38201517\n",
      "31 75  se study  0.38201517\n",
      "31 76 te study h 0.38201517\n",
      "31 77 , study ha 0.38201517\n",
      "31 78  study har 0.38201517\n",
      "31 79 atudy hard 0.38201517\n",
      "31 80 ,udy harde 0.38201517\n",
      "32 0 ae sre dat 0.35122102\n",
      "32 1 e sre data 0.35122102\n",
      "32 2  dre datae 0.35122102\n",
      "32 3 are dataed 0.35122102\n",
      "32 4 te sataedu 0.35122102\n",
      "32 5 e sataedu. 0.35122102\n",
      "32 6  dataedu.  0.35122102\n",
      "32 7 attaedu. T 0.35122102\n",
      "32 8 ttaedu. Th 0.35122102\n",
      "32 9 taedu. The 0.35122102\n",
      "32 10 uedu. The  0.35122102\n",
      "32 11 tdu. The c 0.35122102\n",
      "32 12  u. The cu 0.35122102\n",
      "32 13 t  The cur 0.35122102\n",
      "32 14 r The curr 0.35122102\n",
      "32 15  She curre 0.35122102\n",
      "32 16 ahe curren 0.35122102\n",
      "32 17 ee current 0.35122102\n",
      "32 18   current  0.35122102\n",
      "32 19  durrent l 0.35122102\n",
      "32 20 aurrent le 0.35122102\n",
      "32 21 ureent lec 0.35122102\n",
      "32 22 rrent lect 0.35122102\n",
      "32 23 eent lectu 0.35122102\n",
      "32 24 e t lectur 0.35122102\n",
      "32 25  tslecture 0.35122102\n",
      "32 26 sslecture  0.35122102\n",
      "32 27 ulecture i 0.35122102\n",
      "32 28 aecture is 0.35122102\n",
      "32 29 ecture is  0.35122102\n",
      "32 30  uure is a 0.35122102\n",
      "32 31 uure is a  0.35122102\n",
      "32 32 ure is a M 0.35122102\n",
      "32 33 rr is a Ma 0.35122102\n",
      "32 34 e ss a Mat 0.35122102\n",
      "32 35  ds a Matc 0.35122102\n",
      "32 36 as a Match 0.35122102\n",
      "32 37 s a Match  0.35122102\n",
      "32 38 ,a Match U 0.35122102\n",
      "32 39 arMatch Up 0.35122102\n",
      "32 40 tMatch Up  0.35122102\n",
      "32 41 aatch Up T 0.35122102\n",
      "32 42 aach Up Te 0.35122102\n",
      "32 43 tah Up Ten 0.35122102\n",
      "32 44 uU Up Tens 0.35122102\n",
      "32 45 u Up Tenso 0.35122102\n",
      "32 46  UU Tensor 0.35122102\n",
      "32 47 al TensorF 0.35122102\n",
      "32 48 p TensorFl 0.35122102\n",
      "32 49  TensorFlo 0.35122102\n",
      "32 50 ahnsorFlow 0.35122102\n",
      "32 51 ensorFlow. 0.35122102\n",
      "32 52  torFlow.  0.35122102\n",
      "32 53 sorFlow. S 0.35122102\n",
      "32 54 ,rFlow. St 0.35122102\n",
      "32 55 rFlow. Stu 0.35122102\n",
      "32 56 elow. Stud 0.35122102\n",
      "32 57 low. Stude 0.35122102\n",
      "32 58 ew. Studen 0.35122102\n",
      "32 59 r. Student 0.35122102\n",
      "32 60 . Students 0.35122102\n",
      "32 61  Students, 0.35122102\n",
      "32 62 atudents,  0.35122102\n",
      "32 63 tudents, p 0.35122102\n",
      "32 64 urents, pl 0.35122102\n",
      "32 65 rents, ple 0.35122102\n",
      "32 66 tdts, plea 0.35122102\n",
      "32 67  ts, pleas 0.35122102\n",
      "32 68 ss, please 0.35122102\n",
      "32 69 ue please  0.35122102\n",
      "32 70 , please s 0.35122102\n",
      "32 71  please st 0.35122102\n",
      "32 72 a ease stu 0.35122102\n",
      "32 73  ease stud 0.35122102\n",
      "32 74 ecse study 0.35122102\n",
      "32 75  se study  0.35122102\n",
      "32 76 te study h 0.35122102\n",
      "32 77 , study ha 0.35122102\n",
      "32 78  dtudy har 0.35122102\n",
      "32 79 atudy hard 0.35122102\n",
      "32 80 ,udy harde 0.35122102\n",
      "33 0 Te sre dat 0.32378605\n",
      "33 1 e sre data 0.32378605\n",
      "33 2  dre datae 0.32378605\n",
      "33 3 Tre dataed 0.32378605\n",
      "33 4 te sataedu 0.32378605\n",
      "33 5 e sataedu. 0.32378605\n",
      "33 6  dataedu.  0.32378605\n",
      "33 7 Tataedu. T 0.32378605\n",
      "33 8 ataedu. Th 0.32378605\n",
      "33 9 taedu. The 0.32378605\n",
      "33 10 uedu. The  0.32378605\n",
      "33 11 tdu. The c 0.32378605\n",
      "33 12  u. The cu 0.32378605\n",
      "33 13 a  The cur 0.32378605\n",
      "33 14 r The curr 0.32378605\n",
      "33 15  She curre 0.32378605\n",
      "33 16 The curren 0.32378605\n",
      "33 17 ee current 0.32378605\n",
      "33 18   current  0.32378605\n",
      "33 19  durrent l 0.32378605\n",
      "33 20 Turrent le 0.32378605\n",
      "33 21 ureent lec 0.32378605\n",
      "33 22 rrent lect 0.32378605\n",
      "33 23 eent lectu 0.32378605\n",
      "33 24 e t lectur 0.32378605\n",
      "33 25  t lecture 0.32378605\n",
      "33 26 sslecture  0.32378605\n",
      "33 27 ulecture i 0.32378605\n",
      "33 28 Tecture is 0.32378605\n",
      "33 29 ecture is  0.32378605\n",
      "33 30  ture is a 0.32378605\n",
      "33 31 uure is a  0.32378605\n",
      "33 32 u.e is a M 0.32378605\n",
      "33 33 rr is a Ma 0.32378605\n",
      "33 34 e ss a Mat 0.32378605\n",
      "33 35  ds a Matc 0.32378605\n",
      "33 36 Ts a Match 0.32378605\n",
      "33 37 s a Match  0.32378605\n",
      "33 38 ea Match U 0.32378605\n",
      "33 39 TrMatch Up 0.32378605\n",
      "33 40 tMatch Up  0.32378605\n",
      "33 41 Tatch Up T 0.32378605\n",
      "33 42 asch Up Te 0.32378605\n",
      "33 43 tah Up Ten 0.32378605\n",
      "33 44 uU Up Tens 0.32378605\n",
      "33 45 u Up Tenso 0.32378605\n",
      "33 46  Up Tensor 0.32378605\n",
      "33 47 Tl TensorF 0.32378605\n",
      "33 48 p TensorFl 0.32378605\n",
      "33 49  TensorFlo 0.32378605\n",
      "33 50 ThnsorFlow 0.32378605\n",
      "33 51 ensorFlow. 0.32378605\n",
      "33 52  torFlow.  0.32378605\n",
      "33 53 sorFlow. S 0.32378605\n",
      "33 54 erFlow. St 0.32378605\n",
      "33 55 rFlow. Stu 0.32378605\n",
      "33 56 elow. Stud 0.32378605\n",
      "33 57 low. Stude 0.32378605\n",
      "33 58 ew. Studen 0.32378605\n",
      "33 59 r. Student 0.32378605\n",
      "33 60 . Students 0.32378605\n",
      "33 61  Students, 0.32378605\n",
      "33 62 Ttudents,  0.32378605\n",
      "33 63 tudents, p 0.32378605\n",
      "33 64 u.ents, pl 0.32378605\n",
      "33 65 rents, ple 0.32378605\n",
      "33 66 a ts, plea 0.32378605\n",
      "33 67  t , pleas 0.32378605\n",
      "33 68 ss, please 0.32378605\n",
      "33 69 ue please  0.32378605\n",
      "33 70 e please s 0.32378605\n",
      "33 71  please st 0.32378605\n",
      "33 72 Tlease stu 0.32378605\n",
      "33 73  ease stud 0.32378605\n",
      "33 74 ecse study 0.32378605\n",
      "33 75  se study  0.32378605\n",
      "33 76 te study h 0.32378605\n",
      "33 77 e study ha 0.32378605\n",
      "33 78  dtudy har 0.32378605\n",
      "33 79 Ttudy hard 0.32378605\n",
      "33 80 eudy hard. 0.32378605\n",
      "34 0 Te sre dat 0.30314174\n",
      "34 1 e sre data 0.30314174\n",
      "34 2  cre datae 0.30314174\n",
      "34 3 Tre dataed 0.30314174\n",
      "34 4 te sataedu 0.30314174\n",
      "34 5 e sataedu. 0.30314174\n",
      "34 6  cataedu.  0.30314174\n",
      "34 7 Tataedu. T 0.30314174\n",
      "34 8 ataedu. Th 0.30314174\n",
      "34 9 taedu. The 0.30314174\n",
      "34 10 uedu. The  0.30314174\n",
      "34 11 tdu. The c 0.30314174\n",
      "34 12  u. The cu 0.30314174\n",
      "34 13 a  The cur 0.30314174\n",
      "34 14 r The curr 0.30314174\n",
      "34 15  She curre 0.30314174\n",
      "34 16 The curren 0.30314174\n",
      "34 17 ee current 0.30314174\n",
      "34 18   current  0.30314174\n",
      "34 19  current l 0.30314174\n",
      "34 20 Turrent le 0.30314174\n",
      "34 21 urrent lec 0.30314174\n",
      "34 22 rrent lect 0.30314174\n",
      "34 23 eent lectu 0.30314174\n",
      "34 24 e t lectur 0.30314174\n",
      "34 25  t lecture 0.30314174\n",
      "34 26 sslecture  0.30314174\n",
      "34 27 ulecture i 0.30314174\n",
      "34 28 Tecture is 0.30314174\n",
      "34 29 ecture is  0.30314174\n",
      "34 30  ture is a 0.30314174\n",
      "34 31 uure is a  0.30314174\n",
      "34 32 ude is a M 0.30314174\n",
      "34 33 rr is a Ma 0.30314174\n",
      "34 34 e ss a Mat 0.30314174\n",
      "34 35  cs a Matc 0.30314174\n",
      "34 36 Ts a Match 0.30314174\n",
      "34 37 s a Match  0.30314174\n",
      "34 38 ea Match U 0.30314174\n",
      "34 39 TrMatch Up 0.30314174\n",
      "34 40 tMatch Up  0.30314174\n",
      "34 41 Tatch Up T 0.30314174\n",
      "34 42 asch Up Te 0.30314174\n",
      "34 43 tah Up Ten 0.30314174\n",
      "34 44 uU Up Tens 0.30314174\n",
      "34 45 u Up Tenso 0.30314174\n",
      "34 46  Up Tensor 0.30314174\n",
      "34 47 Tl TensorF 0.30314174\n",
      "34 48 p TensorFl 0.30314174\n",
      "34 49  TensorFlo 0.30314174\n",
      "34 50 ThnsorFlow 0.30314174\n",
      "34 51 ensorFlow. 0.30314174\n",
      "34 52  torFlow.  0.30314174\n",
      "34 53 sorFlow. S 0.30314174\n",
      "34 54 erFlow. St 0.30314174\n",
      "34 55 rFlow. Stu 0.30314174\n",
      "34 56 elow. Stud 0.30314174\n",
      "34 57 low. Stude 0.30314174\n",
      "34 58 ew. Studen 0.30314174\n",
      "34 59 r. Student 0.30314174\n",
      "34 60 . Students 0.30314174\n",
      "34 61  Students, 0.30314174\n",
      "34 62 Ttudents,  0.30314174\n",
      "34 63 tudents, p 0.30314174\n",
      "34 64 udents, pl 0.30314174\n",
      "34 65 rents, ple 0.30314174\n",
      "34 66 ants, plea 0.30314174\n",
      "34 67  t , pleas 0.30314174\n",
      "34 68 ss, please 0.30314174\n",
      "34 69 ue please  0.30314174\n",
      "34 70 e please s 0.30314174\n",
      "34 71  please st 0.30314174\n",
      "34 72 Tlease stu 0.30314174\n",
      "34 73  ease stud 0.30314174\n",
      "34 74 ecse study 0.30314174\n",
      "34 75  se study  0.30314174\n",
      "34 76 te study h 0.30314174\n",
      "34 77 e study ha 0.30314174\n",
      "34 78  ctudy har 0.30314174\n",
      "34 79 Ttudy hard 0.30314174\n",
      "34 80 eudy hard. 0.30314174\n",
      "35 0 ae sre dat 0.28476465\n",
      "35 1 e sre data 0.28476465\n",
      "35 2  dre datae 0.28476465\n",
      "35 3 are dataed 0.28476465\n",
      "35 4 te sataedu 0.28476465\n",
      "35 5 e iataedu. 0.28476465\n",
      "35 6  dataedu.  0.28476465\n",
      "35 7 aataedu. T 0.28476465\n",
      "35 8 ataedu. Th 0.28476465\n",
      "35 9 taedu. The 0.28476465\n",
      "35 10 uedu. The  0.28476465\n",
      "35 11 tdu. The c 0.28476465\n",
      "35 12  u. The cu 0.28476465\n",
      "35 13 a. The cur 0.28476465\n",
      "35 14 r The curr 0.28476465\n",
      "35 15  She curre 0.28476465\n",
      "35 16 ahe curren 0.28476465\n",
      "35 17 ee current 0.28476465\n",
      "35 18   current  0.28476465\n",
      "35 19  durrent l 0.28476465\n",
      "35 20 aurrent le 0.28476465\n",
      "35 21 urrent lec 0.28476465\n",
      "35 22 rrent lect 0.28476465\n",
      "35 23 eent lectu 0.28476465\n",
      "35 24 e t lectur 0.28476465\n",
      "35 25  t lecture 0.28476465\n",
      "35 26 sslecture  0.28476465\n",
      "35 27 ulecture i 0.28476465\n",
      "35 28 aecture is 0.28476465\n",
      "35 29 eature is  0.28476465\n",
      "35 30  ture is a 0.28476465\n",
      "35 31 uure is a  0.28476465\n",
      "35 32 ude is a M 0.28476465\n",
      "35 33 rr is a Ma 0.28476465\n",
      "35 34 e is a Mat 0.28476465\n",
      "35 35  ds a Matc 0.28476465\n",
      "35 36 as a Match 0.28476465\n",
      "35 37 s a Match  0.28476465\n",
      "35 38 ea Match U 0.28476465\n",
      "35 39 arMatch Up 0.28476465\n",
      "35 40 tMatch Up  0.28476465\n",
      "35 41 aatch Up T 0.28476465\n",
      "35 42 asch Up Te 0.28476465\n",
      "35 43 tah Up Ten 0.28476465\n",
      "35 44 uU Up Tens 0.28476465\n",
      "35 45 u Up Tenso 0.28476465\n",
      "35 46  Up Tensor 0.28476465\n",
      "35 47 al TensorF 0.28476465\n",
      "35 48 p TensorFl 0.28476465\n",
      "35 49  TensorFlo 0.28476465\n",
      "35 50 ahnsorFlow 0.28476465\n",
      "35 51 ensorFlow. 0.28476465\n",
      "35 52  torFlow.  0.28476465\n",
      "35 53 sorFlow. S 0.28476465\n",
      "35 54 erFlow. St 0.28476465\n",
      "35 55 rFlow. Stu 0.28476465\n",
      "35 56 elow. Stud 0.28476465\n",
      "35 57 low. Stude 0.28476465\n",
      "35 58 ew. Studen 0.28476465\n",
      "35 59 r. Student 0.28476465\n",
      "35 60 . Students 0.28476465\n",
      "35 61  Students, 0.28476465\n",
      "35 62 atudents,  0.28476465\n",
      "35 63 tudents, p 0.28476465\n",
      "35 64 udents, pl 0.28476465\n",
      "35 65 rents, ple 0.28476465\n",
      "35 66 ants, plea 0.28476465\n",
      "35 67  t , pleas 0.28476465\n",
      "35 68 ss, please 0.28476465\n",
      "35 69 ue please  0.28476465\n",
      "35 70 e please s 0.28476465\n",
      "35 71  please st 0.28476465\n",
      "35 72 alease stu 0.28476465\n",
      "35 73  ease stud 0.28476465\n",
      "35 74 ease study 0.28476465\n",
      "35 75  se study  0.28476465\n",
      "35 76 te study h 0.28476465\n",
      "35 77 e study ha 0.28476465\n",
      "35 78  dtudy har 0.28476465\n",
      "35 79 atudy hard 0.28476465\n",
      "35 80 eudy hard. 0.28476465\n",
      "36 0 ae sre dat 0.26939127\n",
      "36 1 e ire data 0.26939127\n",
      "36 2  dre datae 0.26939127\n",
      "36 3 are dataed 0.26939127\n",
      "36 4 te dataedu 0.26939127\n",
      "36 5 e iataedu. 0.26939127\n",
      "36 6  dataedu.  0.26939127\n",
      "36 7 aataedu. T 0.26939127\n",
      "36 8 ataedu. Th 0.26939127\n",
      "36 9 tcedu. The 0.26939127\n",
      "36 10 uedu. The  0.26939127\n",
      "36 11 tdu. The c 0.26939127\n",
      "36 12  u. The cu 0.26939127\n",
      "36 13 a. The cur 0.26939127\n",
      "36 14 r The curr 0.26939127\n",
      "36 15  She curre 0.26939127\n",
      "36 16 ahe curren 0.26939127\n",
      "36 17 ee current 0.26939127\n",
      "36 18   current  0.26939127\n",
      "36 19  durrent l 0.26939127\n",
      "36 20 aurrent le 0.26939127\n",
      "36 21 hrrent lec 0.26939127\n",
      "36 22 rrent lect 0.26939127\n",
      "36 23 eent lectu 0.26939127\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "36 24 e t lectur 0.26939127\n",
      "36 25  tslecture 0.26939127\n",
      "36 26 sslecture  0.26939127\n",
      "36 27 ulecture i 0.26939127\n",
      "36 28 aecture is 0.26939127\n",
      "36 29 eature is  0.26939127\n",
      "36 30  ture is a 0.26939127\n",
      "36 31 hure is a  0.26939127\n",
      "36 32 ude is a M 0.26939127\n",
      "36 33 rr is a Ma 0.26939127\n",
      "36 34 e is a Mat 0.26939127\n",
      "36 35  ds a Matc 0.26939127\n",
      "36 36 as a Match 0.26939127\n",
      "36 37 s a Match  0.26939127\n",
      "36 38 ea Match U 0.26939127\n",
      "36 39 arMatch Up 0.26939127\n",
      "36 40 tMatch Up  0.26939127\n",
      "36 41 aatch Up T 0.26939127\n",
      "36 42 asch Up Te 0.26939127\n",
      "36 43 tch Up Ten 0.26939127\n",
      "36 44 uh Up Tens 0.26939127\n",
      "36 45 h Up Tenso 0.26939127\n",
      "36 46  Up Tensor 0.26939127\n",
      "36 47 al TensorF 0.26939127\n",
      "36 48 p TensorFl 0.26939127\n",
      "36 49  TensorFlo 0.26939127\n",
      "36 50 ahnsorFlow 0.26939127\n",
      "36 51 ensorFlow. 0.26939127\n",
      "36 52  torFlow.  0.26939127\n",
      "36 53 sorFlow. S 0.26939127\n",
      "36 54 erFlow. St 0.26939127\n",
      "36 55 rFlow. Stu 0.26939127\n",
      "36 56 elow. Stud 0.26939127\n",
      "36 57 low. Stude 0.26939127\n",
      "36 58 ew. Studen 0.26939127\n",
      "36 59 r. Student 0.26939127\n",
      "36 60 . Students 0.26939127\n",
      "36 61  Students, 0.26939127\n",
      "36 62 atudents,  0.26939127\n",
      "36 63 tudents, p 0.26939127\n",
      "36 64 udents, pl 0.26939127\n",
      "36 65 rents, ple 0.26939127\n",
      "36 66 ants, plea 0.26939127\n",
      "36 67  ts, pleas 0.26939127\n",
      "36 68 ss, please 0.26939127\n",
      "36 69 u, please  0.26939127\n",
      "36 70 e please s 0.26939127\n",
      "36 71  please st 0.26939127\n",
      "36 72 alease stu 0.26939127\n",
      "36 73  ease stud 0.26939127\n",
      "36 74 ease study 0.26939127\n",
      "36 75  se study  0.26939127\n",
      "36 76 te study h 0.26939127\n",
      "36 77 e study ha 0.26939127\n",
      "36 78  dtudy har 0.26939127\n",
      "36 79 atudy hard 0.26939127\n",
      "36 80 eudy hard. 0.26939127\n",
      "37 0 ae sre dat 0.25683826\n",
      "37 1 e ire data 0.25683826\n",
      "37 2  dre datae 0.25683826\n",
      "37 3 a e dataed 0.25683826\n",
      "37 4 te dataedu 0.25683826\n",
      "37 5 e iataedu. 0.25683826\n",
      "37 6  dataedu.  0.25683826\n",
      "37 7 aataedu. T 0.25683826\n",
      "37 8 ataedu. Th 0.25683826\n",
      "37 9 tcedu. The 0.25683826\n",
      "37 10 uedu. The  0.25683826\n",
      "37 11 tdu. The c 0.25683826\n",
      "37 12  u. The cu 0.25683826\n",
      "37 13 a. The cur 0.25683826\n",
      "37 14 r The curr 0.25683826\n",
      "37 15  The curre 0.25683826\n",
      "37 16 aee curren 0.25683826\n",
      "37 17 ee current 0.25683826\n",
      "37 18   current  0.25683826\n",
      "37 19  durrent l 0.25683826\n",
      "37 20 aurrent le 0.25683826\n",
      "37 21 hrrent lec 0.25683826\n",
      "37 22 rrent lect 0.25683826\n",
      "37 23 eent lectu 0.25683826\n",
      "37 24 e t lectur 0.25683826\n",
      "37 25  tslecture 0.25683826\n",
      "37 26 t lecture  0.25683826\n",
      "37 27 ulecture i 0.25683826\n",
      "37 28 aecture is 0.25683826\n",
      "37 29 eature is  0.25683826\n",
      "37 30  ture is a 0.25683826\n",
      "37 31 hure is a  0.25683826\n",
      "37 32 ude is a M 0.25683826\n",
      "37 33 rr is a Ma 0.25683826\n",
      "37 34 e is a Mat 0.25683826\n",
      "37 35  ds a Matc 0.25683826\n",
      "37 36 as a Match 0.25683826\n",
      "37 37 s a Match  0.25683826\n",
      "37 38 ea Match U 0.25683826\n",
      "37 39 a Match Up 0.25683826\n",
      "37 40 tMatch Up  0.25683826\n",
      "37 41 aatch Up T 0.25683826\n",
      "37 42 asch Up Te 0.25683826\n",
      "37 43 tch Up Ten 0.25683826\n",
      "37 44 uh Up Tens 0.25683826\n",
      "37 45 h Up Tenso 0.25683826\n",
      "37 46  Up Tensor 0.25683826\n",
      "37 47 ap TensorF 0.25683826\n",
      "37 48 p TensorFl 0.25683826\n",
      "37 49  TensorFlo 0.25683826\n",
      "37 50 aensorFlow 0.25683826\n",
      "37 51 ensorFlow. 0.25683826\n",
      "37 52  torFlow.  0.25683826\n",
      "37 53 torFlow. S 0.25683826\n",
      "37 54 erFlow. St 0.25683826\n",
      "37 55 rFlow. Stu 0.25683826\n",
      "37 56 elow. Stud 0.25683826\n",
      "37 57 low. Stude 0.25683826\n",
      "37 58 ew. Studen 0.25683826\n",
      "37 59 r. Student 0.25683826\n",
      "37 60 . Students 0.25683826\n",
      "37 61  Ttudents, 0.25683826\n",
      "37 62 atudents,  0.25683826\n",
      "37 63 tudents, p 0.25683826\n",
      "37 64 udents, pl 0.25683826\n",
      "37 65 rents, ple 0.25683826\n",
      "37 66 ants, plea 0.25683826\n",
      "37 67  ts, pleas 0.25683826\n",
      "37 68 t , please 0.25683826\n",
      "37 69 u, please  0.25683826\n",
      "37 70 e please s 0.25683826\n",
      "37 71  please st 0.25683826\n",
      "37 72 alease stu 0.25683826\n",
      "37 73  ease stud 0.25683826\n",
      "37 74 ease study 0.25683826\n",
      "37 75  se study  0.25683826\n",
      "37 76 te study h 0.25683826\n",
      "37 77 e study ha 0.25683826\n",
      "37 78  dtudy har 0.25683826\n",
      "37 79 atudy hard 0.25683826\n",
      "37 80 eudy hard. 0.25683826\n",
      "38 0 ae sre dat 0.24584107\n",
      "38 1 e ire data 0.24584107\n",
      "38 2  dre datae 0.24584107\n",
      "38 3 a e dataed 0.24584107\n",
      "38 4 te dataedu 0.24584107\n",
      "38 5 e iataedu. 0.24584107\n",
      "38 6  dataedu.  0.24584107\n",
      "38 7 aataedu. T 0.24584107\n",
      "38 8 ataedu. Th 0.24584107\n",
      "38 9 tcedu. The 0.24584107\n",
      "38 10 uedu. The  0.24584107\n",
      "38 11 tdu. The c 0.24584107\n",
      "38 12  u. The cu 0.24584107\n",
      "38 13 a. The cur 0.24584107\n",
      "38 14 r The curr 0.24584107\n",
      "38 15  The curre 0.24584107\n",
      "38 16 aee curren 0.24584107\n",
      "38 17 ee current 0.24584107\n",
      "38 18   current  0.24584107\n",
      "38 19  durrent l 0.24584107\n",
      "38 20 aurrent le 0.24584107\n",
      "38 21 hrrent lec 0.24584107\n",
      "38 22 rrent lect 0.24584107\n",
      "38 23 eent lectu 0.24584107\n",
      "38 24 e t lectur 0.24584107\n",
      "38 25  t lecture 0.24584107\n",
      "38 26 t lecture  0.24584107\n",
      "38 27 ulecture i 0.24584107\n",
      "38 28 aecture is 0.24584107\n",
      "38 29 eature is  0.24584107\n",
      "38 30  ture is a 0.24584107\n",
      "38 31 hure is a  0.24584107\n",
      "38 32 ude is a M 0.24584107\n",
      "38 33 rr is a Ma 0.24584107\n",
      "38 34 e is a Mat 0.24584107\n",
      "38 35  ds a Matc 0.24584107\n",
      "38 36 as a Match 0.24584107\n",
      "38 37 s a Match  0.24584107\n",
      "38 38 ea Match U 0.24584107\n",
      "38 39 a Match Up 0.24584107\n",
      "38 40 tMatch Up  0.24584107\n",
      "38 41 aatch Up T 0.24584107\n",
      "38 42 asch Up Te 0.24584107\n",
      "38 43 tch Up Ten 0.24584107\n",
      "38 44 uh Up Tens 0.24584107\n",
      "38 45 h Up Tenso 0.24584107\n",
      "38 46  Up Tensor 0.24584107\n",
      "38 47 ap TensorF 0.24584107\n",
      "38 48 p TensorFl 0.24584107\n",
      "38 49  TensorFlo 0.24584107\n",
      "38 50 aensorFlow 0.24584107\n",
      "38 51 ensorFlow. 0.24584107\n",
      "38 52  torFlow.  0.24584107\n",
      "38 53 torFlow. S 0.24584107\n",
      "38 54 erFlow. St 0.24584107\n",
      "38 55 rFlow. Stu 0.24584107\n",
      "38 56 elow. Stud 0.24584107\n",
      "38 57 low. Stude 0.24584107\n",
      "38 58 ew. Studen 0.24584107\n",
      "38 59 r. Student 0.24584107\n",
      "38 60 . Students 0.24584107\n",
      "38 61  Ttudents, 0.24584107\n",
      "38 62 atudents,  0.24584107\n",
      "38 63 tudents, p 0.24584107\n",
      "38 64 udents, pl 0.24584107\n",
      "38 65 rents, ple 0.24584107\n",
      "38 66 ants, plea 0.24584107\n",
      "38 67  t , pleas 0.24584107\n",
      "38 68 t , please 0.24584107\n",
      "38 69 u, please  0.24584107\n",
      "38 70 e please s 0.24584107\n",
      "38 71  please st 0.24584107\n",
      "38 72 alease stu 0.24584107\n",
      "38 73  ease stud 0.24584107\n",
      "38 74 ease study 0.24584107\n",
      "38 75  se study  0.24584107\n",
      "38 76 te study h 0.24584107\n",
      "38 77 e study ha 0.24584107\n",
      "38 78  dtudy har 0.24584107\n",
      "38 79 atudy hard 0.24584107\n",
      "38 80 eudy hard. 0.24584107\n",
      "39 0 Te sre dat 0.23513575\n",
      "39 1 e ire data 0.23513575\n",
      "39 2  dre datae 0.23513575\n",
      "39 3 T e dataed 0.23513575\n",
      "39 4 te dataedu 0.23513575\n",
      "39 5 e iataedu. 0.23513575\n",
      "39 6  dataedu.  0.23513575\n",
      "39 7 Tataedu. T 0.23513575\n",
      "39 8 ataedu. Th 0.23513575\n",
      "39 9 tcedu. The 0.23513575\n",
      "39 10 uedu. The  0.23513575\n",
      "39 11 tdu. The c 0.23513575\n",
      "39 12  u. The cu 0.23513575\n",
      "39 13 a. The cur 0.23513575\n",
      "39 14 r The curr 0.23513575\n",
      "39 15  The curre 0.23513575\n",
      "39 16 Tee curren 0.23513575\n",
      "39 17 ee current 0.23513575\n",
      "39 18   current  0.23513575\n",
      "39 19  durrent l 0.23513575\n",
      "39 20 Turrent le 0.23513575\n",
      "39 21 urrent lec 0.23513575\n",
      "39 22 rrent lect 0.23513575\n",
      "39 23 eent lectu 0.23513575\n",
      "39 24 e t lectur 0.23513575\n",
      "39 25  tslecture 0.23513575\n",
      "39 26 t lecture  0.23513575\n",
      "39 27 ulecture i 0.23513575\n",
      "39 28 Tecture is 0.23513575\n",
      "39 29 eature is  0.23513575\n",
      "39 30  ture is a 0.23513575\n",
      "39 31 uure is a  0.23513575\n",
      "39 32 ude is a M 0.23513575\n",
      "39 33 rr is a Ma 0.23513575\n",
      "39 34 e is a Mat 0.23513575\n",
      "39 35  ds a Matc 0.23513575\n",
      "39 36 Ts a Match 0.23513575\n",
      "39 37 s a Match  0.23513575\n",
      "39 38  a Match U 0.23513575\n",
      "39 39 T Match Up 0.23513575\n",
      "39 40 tMatch Up  0.23513575\n",
      "39 41 Tatch Up T 0.23513575\n",
      "39 42 atch Up Te 0.23513575\n",
      "39 43 tch Up Ten 0.23513575\n",
      "39 44 uh Up Tens 0.23513575\n",
      "39 45 u Up Tenso 0.23513575\n",
      "39 46  Up Tensor 0.23513575\n",
      "39 47 Tp TensorF 0.23513575\n",
      "39 48 p TensorFl 0.23513575\n",
      "39 49  TensorFlo 0.23513575\n",
      "39 50 TensorFlow 0.23513575\n",
      "39 51 ensorFlow. 0.23513575\n",
      "39 52  torFlow.  0.23513575\n",
      "39 53 torFlow. S 0.23513575\n",
      "39 54  rFlow. St 0.23513575\n",
      "39 55 wFlow. Stu 0.23513575\n",
      "39 56 elow. Stud 0.23513575\n",
      "39 57 low. Stude 0.23513575\n",
      "39 58 ew. Studen 0.23513575\n",
      "39 59 w. Student 0.23513575\n",
      "39 60 . Students 0.23513575\n",
      "39 61  Ttudents, 0.23513575\n",
      "39 62 Ttudents,  0.23513575\n",
      "39 63 tudents, p 0.23513575\n",
      "39 64 udents, pl 0.23513575\n",
      "39 65 rents, ple 0.23513575\n",
      "39 66 ants, plea 0.23513575\n",
      "39 67  ts, pleas 0.23513575\n",
      "39 68 t , please 0.23513575\n",
      "39 69 u, please  0.23513575\n",
      "39 70   please s 0.23513575\n",
      "39 71  please st 0.23513575\n",
      "39 72 Tlease stu 0.23513575\n",
      "39 73  ease stud 0.23513575\n",
      "39 74 ease study 0.23513575\n",
      "39 75  se study  0.23513575\n",
      "39 76 te study h 0.23513575\n",
      "39 77   study ha 0.23513575\n",
      "39 78  dtudy har 0.23513575\n",
      "39 79 Ttudy hard 0.23513575\n",
      "39 80  udy hard. 0.23513575\n",
      "40 0 Te are dat 0.2261283\n",
      "40 1 e are data 0.2261283\n",
      "40 2  dre datae 0.2261283\n",
      "40 3 T e dataed 0.2261283\n",
      "40 4 te dataedu 0.2261283\n",
      "40 5 e iataedu. 0.2261283\n",
      "40 6  dataedu.  0.2261283\n",
      "40 7 Tataedu. T 0.2261283\n",
      "40 8 ataedu. Th 0.2261283\n",
      "40 9 tcedu. The 0.2261283\n",
      "40 10 uedu. The  0.2261283\n",
      "40 11 tdu. The c 0.2261283\n",
      "40 12  u. The cu 0.2261283\n",
      "40 13 a. The cur 0.2261283\n",
      "40 14 r The curr 0.2261283\n",
      "40 15  The curre 0.2261283\n",
      "40 16 Tee curren 0.2261283\n",
      "40 17 ee current 0.2261283\n",
      "40 18 e current  0.2261283\n",
      "40 19  durrent l 0.2261283\n",
      "40 20 Turrent le 0.2261283\n",
      "40 21 urrent lec 0.2261283\n",
      "40 22 rrent lect 0.2261283\n",
      "40 23 eent lectu 0.2261283\n",
      "40 24 e t lectur 0.2261283\n",
      "40 25  tslecture 0.2261283\n",
      "40 26 t lecture  0.2261283\n",
      "40 27 ulecture i 0.2261283\n",
      "40 28 Tecture is 0.2261283\n",
      "40 29 ecture is  0.2261283\n",
      "40 30  ture is a 0.2261283\n",
      "40 31 uure is a  0.2261283\n",
      "40 32 ude is a M 0.2261283\n",
      "40 33 rr is a Ma 0.2261283\n",
      "40 34 e is a Mat 0.2261283\n",
      "40 35  ds a Matc 0.2261283\n",
      "40 36 Ts a Match 0.2261283\n",
      "40 37 s a Match  0.2261283\n",
      "40 38  a Match U 0.2261283\n",
      "40 39 T Match Up 0.2261283\n",
      "40 40 tMatch Up  0.2261283\n",
      "40 41 Tatch Up T 0.2261283\n",
      "40 42 atch Up Te 0.2261283\n",
      "40 43 tch Up Ten 0.2261283\n",
      "40 44 uh Up Tens 0.2261283\n",
      "40 45 u Up Tenso 0.2261283\n",
      "40 46 eUp Tensor 0.2261283\n",
      "40 47 Tp TensorF 0.2261283\n",
      "40 48 p TensorFl 0.2261283\n",
      "40 49  TensorFlo 0.2261283\n",
      "40 50 TensorFlow 0.2261283\n",
      "40 51 ensorFlow. 0.2261283\n",
      "40 52  torFlow.  0.2261283\n",
      "40 53 torFlow. S 0.2261283\n",
      "40 54  rFlow. St 0.2261283\n",
      "40 55 wFlow. Stu 0.2261283\n",
      "40 56 elow. Stud 0.2261283\n",
      "40 57 low. Stude 0.2261283\n",
      "40 58 ew. Studen 0.2261283\n",
      "40 59 w. Student 0.2261283\n",
      "40 60 . Students 0.2261283\n",
      "40 61  Ttudents, 0.2261283\n",
      "40 62 Ttudents,  0.2261283\n",
      "40 63 tudents, p 0.2261283\n",
      "40 64 udents, pl 0.2261283\n",
      "40 65 rents, ple 0.2261283\n",
      "40 66 ants, plea 0.2261283\n",
      "40 67  ts, pleas 0.2261283\n",
      "40 68 t , please 0.2261283\n",
      "40 69 u, please  0.2261283\n",
      "40 70   please s 0.2261283\n",
      "40 71  please st 0.2261283\n",
      "40 72 Tlease stu 0.2261283\n",
      "40 73  ease stud 0.2261283\n",
      "40 74 ecse study 0.2261283\n",
      "40 75  se study  0.2261283\n",
      "40 76 te study h 0.2261283\n",
      "40 77   study ha 0.2261283\n",
      "40 78  dtudy har 0.2261283\n",
      "40 79 Ttudy hard 0.2261283\n",
      "40 80  udy hard. 0.2261283\n",
      "41 0 Te are dat 0.21933712\n",
      "41 1 e are data 0.21933712\n",
      "41 2  are datae 0.21933712\n",
      "41 3 T e dataed 0.21933712\n",
      "41 4 te dataedu 0.21933712\n",
      "41 5 e iataedu. 0.21933712\n",
      "41 6  aataedu.  0.21933712\n",
      "41 7 Tataedu. T 0.21933712\n",
      "41 8 utaedu. Th 0.21933712\n",
      "41 9 tcedu. The 0.21933712\n",
      "41 10 uedu. The  0.21933712\n",
      "41 11 tdu. The c 0.21933712\n",
      "41 12  u. The cu 0.21933712\n",
      "41 13 u. The cur 0.21933712\n",
      "41 14 r The curr 0.21933712\n",
      "41 15  The curre 0.21933712\n",
      "41 16 Tee curren 0.21933712\n",
      "41 17 ee current 0.21933712\n",
      "41 18 e current  0.21933712\n",
      "41 19  aurrent l 0.21933712\n",
      "41 20 Turrent le 0.21933712\n",
      "41 21 urrent lec 0.21933712\n",
      "41 22 rrent lect 0.21933712\n",
      "41 23 eent lectu 0.21933712\n",
      "41 24 e t lectur 0.21933712\n",
      "41 25  tslecture 0.21933712\n",
      "41 26 t lecture  0.21933712\n",
      "41 27 ulecture i 0.21933712\n",
      "41 28 Tecture is 0.21933712\n",
      "41 29 ecture is  0.21933712\n",
      "41 30  ture is a 0.21933712\n",
      "41 31 uure is a  0.21933712\n",
      "41 32 ure is a M 0.21933712\n",
      "41 33 rr is a Ma 0.21933712\n",
      "41 34 e is a Mat 0.21933712\n",
      "41 35  as a Matc 0.21933712\n",
      "41 36 Ts a Match 0.21933712\n",
      "41 37 s a Match  0.21933712\n",
      "41 38  a Match U 0.21933712\n",
      "41 39 T Match Up 0.21933712\n",
      "41 40 tMatch Up  0.21933712\n",
      "41 41 Tatch Up T 0.21933712\n",
      "41 42 atch Up Te 0.21933712\n",
      "41 43 tch Up Ten 0.21933712\n",
      "41 44 uh Up Tens 0.21933712\n",
      "41 45 u Up Tenso 0.21933712\n",
      "41 46 eUp Tensor 0.21933712\n",
      "41 47 Tp TensorF 0.21933712\n",
      "41 48 p TensorFl 0.21933712\n",
      "41 49  TensorFlo 0.21933712\n",
      "41 50 TensorFlow 0.21933712\n",
      "41 51 ensorFlow. 0.21933712\n",
      "41 52  torFlow.  0.21933712\n",
      "41 53 torFlow. S 0.21933712\n",
      "41 54  rFlow. St 0.21933712\n",
      "41 55 wFlow. Stu 0.21933712\n",
      "41 56 elow. Stud 0.21933712\n",
      "41 57 low. Stude 0.21933712\n",
      "41 58 ew. Studen 0.21933712\n",
      "41 59 w. Student 0.21933712\n",
      "41 60 . Students 0.21933712\n",
      "41 61  Ttudents, 0.21933712\n",
      "41 62 Ttudents,  0.21933712\n",
      "41 63 tudents, p 0.21933712\n",
      "41 64 urents, pl 0.21933712\n",
      "41 65 rents, ple 0.21933712\n",
      "41 66 unts, plea 0.21933712\n",
      "41 67  ts, pleas 0.21933712\n",
      "41 68 t , please 0.21933712\n",
      "41 69 u, please  0.21933712\n",
      "41 70   please s 0.21933712\n",
      "41 71  please st 0.21933712\n",
      "41 72 Tlease stu 0.21933712\n",
      "41 73  ease stud 0.21933712\n",
      "41 74 ecse study 0.21933712\n",
      "41 75  se study  0.21933712\n",
      "41 76 te study h 0.21933712\n",
      "41 77   study ha 0.21933712\n",
      "41 78  atudy har 0.21933712\n",
      "41 79 Ttudy hard 0.21933712\n",
      "41 80  udy hard. 0.21933712\n",
      "42 0 Te are dat 0.21364217\n",
      "42 1 e are data 0.21364217\n",
      "42 2  are datae 0.21364217\n",
      "42 3 T e dataed 0.21364217\n",
      "42 4 te dataedu 0.21364217\n",
      "42 5 e iataedu. 0.21364217\n",
      "42 6  aataedu.  0.21364217\n",
      "42 7 Tataedu. T 0.21364217\n",
      "42 8 utaedu. Th 0.21364217\n",
      "42 9 tcedu. The 0.21364217\n",
      "42 10 uedu. The  0.21364217\n",
      "42 11 tdu. The c 0.21364217\n",
      "42 12  u. The cu 0.21364217\n",
      "42 13 u. The cur 0.21364217\n",
      "42 14 r The curr 0.21364217\n",
      "42 15  She curre 0.21364217\n",
      "42 16 The curren 0.21364217\n",
      "42 17 ee current 0.21364217\n",
      "42 18 e current  0.21364217\n",
      "42 19  aurrent l 0.21364217\n",
      "42 20 Turrent le 0.21364217\n",
      "42 21 urrent lec 0.21364217\n",
      "42 22 rrent lect 0.21364217\n",
      "42 23 eent lectu 0.21364217\n",
      "42 24 e t lectur 0.21364217\n",
      "42 25  t lecture 0.21364217\n",
      "42 26 t lecture  0.21364217\n",
      "42 27 ulecture i 0.21364217\n",
      "42 28 Tecture is 0.21364217\n",
      "42 29 eature is  0.21364217\n",
      "42 30  ture is a 0.21364217\n",
      "42 31 uure is a  0.21364217\n",
      "42 32 ure is a M 0.21364217\n",
      "42 33 rr is a Ma 0.21364217\n",
      "42 34 e is a Mat 0.21364217\n",
      "42 35  as a Matc 0.21364217\n",
      "42 36 Ts a Match 0.21364217\n",
      "42 37 s a Match  0.21364217\n",
      "42 38 ,a Match U 0.21364217\n",
      "42 39 T Match Up 0.21364217\n",
      "42 40 tMatch Up  0.21364217\n",
      "42 41 Tatch Up T 0.21364217\n",
      "42 42 atch Up Te 0.21364217\n",
      "42 43 tch Up Ten 0.21364217\n",
      "42 44 uh Up Tens 0.21364217\n",
      "42 45 u Up Tenso 0.21364217\n",
      "42 46 eUp Tensor 0.21364217\n",
      "42 47 Tp TensorF 0.21364217\n",
      "42 48 p TensorFl 0.21364217\n",
      "42 49  TensorFlo 0.21364217\n",
      "42 50 ThnsorFlow 0.21364217\n",
      "42 51 ensorFlow. 0.21364217\n",
      "42 52  torFlow.  0.21364217\n",
      "42 53 torFlow. S 0.21364217\n",
      "42 54 ,rFlow. St 0.21364217\n",
      "42 55 wFlow. Stu 0.21364217\n",
      "42 56 elow. Stud 0.21364217\n",
      "42 57 low. Stude 0.21364217\n",
      "42 58 ew. Studen 0.21364217\n",
      "42 59 w. Student 0.21364217\n",
      "42 60 . Students 0.21364217\n",
      "42 61  Students, 0.21364217\n",
      "42 62 Ttudents,  0.21364217\n",
      "42 63 tudents, p 0.21364217\n",
      "42 64 urents, pl 0.21364217\n",
      "42 65 rents, ple 0.21364217\n",
      "42 66 unts, plea 0.21364217\n",
      "42 67  t , pleas 0.21364217\n",
      "42 68 t , please 0.21364217\n",
      "42 69 u, please  0.21364217\n",
      "42 70 , please s 0.21364217\n",
      "42 71  please st 0.21364217\n",
      "42 72 Tlease stu 0.21364217\n",
      "42 73  ease stud 0.21364217\n",
      "42 74 ease study 0.21364217\n",
      "42 75  se study  0.21364217\n",
      "42 76 te study h 0.21364217\n",
      "42 77 , study ha 0.21364217\n",
      "42 78  atudy har 0.21364217\n",
      "42 79 Ttudy hard 0.21364217\n",
      "42 80 ,udy hard. 0.21364217\n",
      "43 0 Te are dat 0.2076939\n",
      "43 1 e are data 0.2076939\n",
      "43 2  are datae 0.2076939\n",
      "43 3 T e dataed 0.2076939\n",
      "43 4 te dataedu 0.2076939\n",
      "43 5 e iataedu. 0.2076939\n",
      "43 6  aataedu.  0.2076939\n",
      "43 7 Tataedu. T 0.2076939\n",
      "43 8 utaedu. Th 0.2076939\n",
      "43 9 taedu. The 0.2076939\n",
      "43 10 uedu. The  0.2076939\n",
      "43 11 tdu. The c 0.2076939\n",
      "43 12  u. The cu 0.2076939\n",
      "43 13 u. The cur 0.2076939\n",
      "43 14 r The curr 0.2076939\n",
      "43 15  She curre 0.2076939\n",
      "43 16 The curren 0.2076939\n",
      "43 17 ee current 0.2076939\n",
      "43 18 e current  0.2076939\n",
      "43 19  aurrent l 0.2076939\n",
      "43 20 Turrent le 0.2076939\n",
      "43 21 urrent lec 0.2076939\n",
      "43 22 rrent lect 0.2076939\n",
      "43 23 eent lectu 0.2076939\n",
      "43 24 e t lectur 0.2076939\n",
      "43 25  t lecture 0.2076939\n",
      "43 26 tslecture  0.2076939\n",
      "43 27 ulecture i 0.2076939\n",
      "43 28 Tecture is 0.2076939\n",
      "43 29 eature is  0.2076939\n",
      "43 30  ture is a 0.2076939\n",
      "43 31 uure is a  0.2076939\n",
      "43 32 ure is a M 0.2076939\n",
      "43 33 rr is a Ma 0.2076939\n",
      "43 34 e is a Mat 0.2076939\n",
      "43 35  as a Matc 0.2076939\n",
      "43 36 Ts a Match 0.2076939\n",
      "43 37 s a Match  0.2076939\n",
      "43 38 ,a Match U 0.2076939\n",
      "43 39 T Match Up 0.2076939\n",
      "43 40 tMatch Up  0.2076939\n",
      "43 41 Tatch Up T 0.2076939\n",
      "43 42 atch Up Te 0.2076939\n",
      "43 43 tah Up Ten 0.2076939\n",
      "43 44 uh Up Tens 0.2076939\n",
      "43 45 u Up Tenso 0.2076939\n",
      "43 46 eUp Tensor 0.2076939\n",
      "43 47 Tp TensorF 0.2076939\n",
      "43 48 p TensorFl 0.2076939\n",
      "43 49  TensorFlo 0.2076939\n",
      "43 50 ThnsorFlow 0.2076939\n",
      "43 51 ensorFlow. 0.2076939\n",
      "43 52  torFlow.  0.2076939\n",
      "43 53 torFlow. S 0.2076939\n",
      "43 54 ,rFlow. St 0.2076939\n",
      "43 55 wFlow. Stu 0.2076939\n",
      "43 56 elow. Stud 0.2076939\n",
      "43 57 low. Stude 0.2076939\n",
      "43 58 ew. Studen 0.2076939\n",
      "43 59 w. Student 0.2076939\n",
      "43 60 . Students 0.2076939\n",
      "43 61  Students, 0.2076939\n",
      "43 62 Ttudents,  0.2076939\n",
      "43 63 tudents, p 0.2076939\n",
      "43 64 urents, pl 0.2076939\n",
      "43 65 rents, ple 0.2076939\n",
      "43 66 unts, plea 0.2076939\n",
      "43 67  t , pleas 0.2076939\n",
      "43 68 ts, please 0.2076939\n",
      "43 69 u, please  0.2076939\n",
      "43 70 , please s 0.2076939\n",
      "43 71  please st 0.2076939\n",
      "43 72 Tlease stu 0.2076939\n",
      "43 73  ease stud 0.2076939\n",
      "43 74 ease study 0.2076939\n",
      "43 75  se study  0.2076939\n",
      "43 76 te study h 0.2076939\n",
      "43 77 , study ha 0.2076939\n",
      "43 78  atudy har 0.2076939\n",
      "43 79 Ttudy hard 0.2076939\n",
      "43 80 ,udy hard. 0.2076939\n",
      "44 0 Te are dat 0.20166355\n",
      "44 1 e are data 0.20166355\n",
      "44 2  are datae 0.20166355\n",
      "44 3 Tre dataed 0.20166355\n",
      "44 4 te dataedu 0.20166355\n",
      "44 5 e iataedu. 0.20166355\n",
      "44 6  aataedu.  0.20166355\n",
      "44 7 Tataedu. T 0.20166355\n",
      "44 8 utaedu. Th 0.20166355\n",
      "44 9 taedu. The 0.20166355\n",
      "44 10 uedu. The  0.20166355\n",
      "44 11 tdu. The c 0.20166355\n",
      "44 12  u. The cu 0.20166355\n",
      "44 13 u. The cur 0.20166355\n",
      "44 14 r The curr 0.20166355\n",
      "44 15  She curre 0.20166355\n",
      "44 16 The curren 0.20166355\n",
      "44 17 ee current 0.20166355\n",
      "44 18 e current  0.20166355\n",
      "44 19  aurrent l 0.20166355\n",
      "44 20 Turrent le 0.20166355\n",
      "44 21 urrent lec 0.20166355\n",
      "44 22 rrent lect 0.20166355\n",
      "44 23 eent lectu 0.20166355\n",
      "44 24 e t lectur 0.20166355\n",
      "44 25  t lecture 0.20166355\n",
      "44 26 tslecture  0.20166355\n",
      "44 27 ulecture i 0.20166355\n",
      "44 28 Tecture is 0.20166355\n",
      "44 29 eature is  0.20166355\n",
      "44 30  ture is a 0.20166355\n",
      "44 31 uure is a  0.20166355\n",
      "44 32 ure is a M 0.20166355\n",
      "44 33 rr is a Ma 0.20166355\n",
      "44 34 e is a Mat 0.20166355\n",
      "44 35  as a Matc 0.20166355\n",
      "44 36 Ts a Match 0.20166355\n",
      "44 37 s a Match  0.20166355\n",
      "44 38 ta Match U 0.20166355\n",
      "44 39 TrMatch Up 0.20166355\n",
      "44 40 tMatch Up  0.20166355\n",
      "44 41 Tatch Up T 0.20166355\n",
      "44 42 atch Up Te 0.20166355\n",
      "44 43 tah Up Ten 0.20166355\n",
      "44 44 uh Up Tens 0.20166355\n",
      "44 45 u Up Tenso 0.20166355\n",
      "44 46 eUp Tensor 0.20166355\n",
      "44 47 Tp TensorF 0.20166355\n",
      "44 48 p TensorFl 0.20166355\n",
      "44 49  TensorFlo 0.20166355\n",
      "44 50 ThnsorFlow 0.20166355\n",
      "44 51 ensorFlow. 0.20166355\n",
      "44 52  torFlow.  0.20166355\n",
      "44 53 torFlow. S 0.20166355\n",
      "44 54 trFlow. St 0.20166355\n",
      "44 55 wFlow. Stu 0.20166355\n",
      "44 56 elow. Stud 0.20166355\n",
      "44 57 low. Stude 0.20166355\n",
      "44 58 ew. Studen 0.20166355\n",
      "44 59 w. Student 0.20166355\n",
      "44 60 . Students 0.20166355\n",
      "44 61  Students, 0.20166355\n",
      "44 62 Ttudents,  0.20166355\n",
      "44 63 tudents, p 0.20166355\n",
      "44 64 urents, pl 0.20166355\n",
      "44 65 rents, ple 0.20166355\n",
      "44 66 unts, plea 0.20166355\n",
      "44 67  t , pleas 0.20166355\n",
      "44 68 ts, please 0.20166355\n",
      "44 69 u, please  0.20166355\n",
      "44 70 t please s 0.20166355\n",
      "44 71  please st 0.20166355\n",
      "44 72 Tlease stu 0.20166355\n",
      "44 73  ease stud 0.20166355\n",
      "44 74 ease study 0.20166355\n",
      "44 75  se study  0.20166355\n",
      "44 76 te study h 0.20166355\n",
      "44 77 t study ha 0.20166355\n",
      "44 78  atudy har 0.20166355\n",
      "44 79 Ttudy hard 0.20166355\n",
      "44 80 tudy hard. 0.20166355\n",
      "45 0 ae are dat 0.19658352\n",
      "45 1 e are data 0.19658352\n",
      "45 2  are datae 0.19658352\n",
      "45 3 are dataed 0.19658352\n",
      "45 4 te dataedu 0.19658352\n",
      "45 5 e iataedu. 0.19658352\n",
      "45 6  aataedu.  0.19658352\n",
      "45 7 aataedu. T 0.19658352\n",
      "45 8 utaedu. Th 0.19658352\n",
      "45 9 taedu. The 0.19658352\n",
      "45 10 uedu. The  0.19658352\n",
      "45 11 tdu. The c 0.19658352\n",
      "45 12  u. The cu 0.19658352\n",
      "45 13 u. The cur 0.19658352\n",
      "45 14 r The curr 0.19658352\n",
      "45 15  She curre 0.19658352\n",
      "45 16 ahe curren 0.19658352\n",
      "45 17 ee current 0.19658352\n",
      "45 18 e current  0.19658352\n",
      "45 19  aurrent l 0.19658352\n",
      "45 20 aurrent le 0.19658352\n",
      "45 21 urrent lec 0.19658352\n",
      "45 22 rrent lect 0.19658352\n",
      "45 23 eent lectu 0.19658352\n",
      "45 24 e t lectur 0.19658352\n",
      "45 25  t lecture 0.19658352\n",
      "45 26 tslecture  0.19658352\n",
      "45 27 ulecture i 0.19658352\n",
      "45 28 aecture is 0.19658352\n",
      "45 29 eature is  0.19658352\n",
      "45 30  ture is a 0.19658352\n",
      "45 31 uure is a  0.19658352\n",
      "45 32 ure is a M 0.19658352\n",
      "45 33 rr is a Ma 0.19658352\n",
      "45 34 e is a Mat 0.19658352\n",
      "45 35  as a Matc 0.19658352\n",
      "45 36 as a Match 0.19658352\n",
      "45 37 s a Match  0.19658352\n",
      "45 38 ta Match U 0.19658352\n",
      "45 39 arMatch Up 0.19658352\n",
      "45 40 tMatch Up  0.19658352\n",
      "45 41 aatch Up T 0.19658352\n",
      "45 42 atch Up Te 0.19658352\n",
      "45 43 tah Up Ten 0.19658352\n",
      "45 44 uh Up Tens 0.19658352\n",
      "45 45 u Up Tenso 0.19658352\n",
      "45 46 eUp Tensor 0.19658352\n",
      "45 47 ap TensorF 0.19658352\n",
      "45 48 p TensorFl 0.19658352\n",
      "45 49  TensorFlo 0.19658352\n",
      "45 50 ahnsorFlow 0.19658352\n",
      "45 51 ensorFlow. 0.19658352\n",
      "45 52  torFlow.  0.19658352\n",
      "45 53 torFlow. S 0.19658352\n",
      "45 54 trFlow. St 0.19658352\n",
      "45 55 wFlow. Stu 0.19658352\n",
      "45 56 elow. Stud 0.19658352\n",
      "45 57 low. Stude 0.19658352\n",
      "45 58 ew. Studen 0.19658352\n",
      "45 59 w. Student 0.19658352\n",
      "45 60 . Students 0.19658352\n",
      "45 61  Students, 0.19658352\n",
      "45 62 atudents,  0.19658352\n",
      "45 63 tudents, p 0.19658352\n",
      "45 64 urents, pl 0.19658352\n",
      "45 65 rents, ple 0.19658352\n",
      "45 66 unts, plea 0.19658352\n",
      "45 67  t , pleas 0.19658352\n",
      "45 68 ts, please 0.19658352\n",
      "45 69 u, please  0.19658352\n",
      "45 70 t please s 0.19658352\n",
      "45 71  please st 0.19658352\n",
      "45 72 alease stu 0.19658352\n",
      "45 73  ease stud 0.19658352\n",
      "45 74 ease study 0.19658352\n",
      "45 75  se study  0.19658352\n",
      "45 76 te study h 0.19658352\n",
      "45 77 t study ha 0.19658352\n",
      "45 78  atudy har 0.19658352\n",
      "45 79 atudy hard 0.19658352\n",
      "45 80 tudy hard. 0.19658352\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "46 0 ae are dat 0.19234024\n",
      "46 1 e are data 0.19234024\n",
      "46 2  are datae 0.19234024\n",
      "46 3 are dataed 0.19234024\n",
      "46 4 te dataedu 0.19234024\n",
      "46 5 e iataedu. 0.19234024\n",
      "46 6  aataedu.  0.19234024\n",
      "46 7 aataedu. T 0.19234024\n",
      "46 8 ataedu. Th 0.19234024\n",
      "46 9 taedu. The 0.19234024\n",
      "46 10 uedu. The  0.19234024\n",
      "46 11 tdu. The c 0.19234024\n",
      "46 12  u. The cu 0.19234024\n",
      "46 13 a. The cur 0.19234024\n",
      "46 14 r The curr 0.19234024\n",
      "46 15  She curre 0.19234024\n",
      "46 16 ahe curren 0.19234024\n",
      "46 17 ee current 0.19234024\n",
      "46 18   current  0.19234024\n",
      "46 19  aurrent l 0.19234024\n",
      "46 20 aurrent le 0.19234024\n",
      "46 21 urrent lec 0.19234024\n",
      "46 22 rrent lect 0.19234024\n",
      "46 23 eent lectu 0.19234024\n",
      "46 24 e t lectur 0.19234024\n",
      "46 25  t lecture 0.19234024\n",
      "46 26 tslecture  0.19234024\n",
      "46 27 ulecture i 0.19234024\n",
      "46 28 aecture is 0.19234024\n",
      "46 29 eature is  0.19234024\n",
      "46 30  ture is a 0.19234024\n",
      "46 31 uure is a  0.19234024\n",
      "46 32 ude is a M 0.19234024\n",
      "46 33 rr is a Ma 0.19234024\n",
      "46 34 e is a Mat 0.19234024\n",
      "46 35  as a Matc 0.19234024\n",
      "46 36 as a Match 0.19234024\n",
      "46 37 s a Match  0.19234024\n",
      "46 38 ta Match U 0.19234024\n",
      "46 39 arMatch Up 0.19234024\n",
      "46 40 tMatch Up  0.19234024\n",
      "46 41 aatch Up T 0.19234024\n",
      "46 42 atch Up Te 0.19234024\n",
      "46 43 tah Up Ten 0.19234024\n",
      "46 44 uh Up Tens 0.19234024\n",
      "46 45 u Up Tenso 0.19234024\n",
      "46 46  Up Tensor 0.19234024\n",
      "46 47 ap TensorF 0.19234024\n",
      "46 48 p TensorFl 0.19234024\n",
      "46 49  TensorFlo 0.19234024\n",
      "46 50 ahnsorFlow 0.19234024\n",
      "46 51 ensorFlow. 0.19234024\n",
      "46 52  torFlow.  0.19234024\n",
      "46 53 torFlow. S 0.19234024\n",
      "46 54 trFlow. St 0.19234024\n",
      "46 55 wFlow. Stu 0.19234024\n",
      "46 56 elow. Stud 0.19234024\n",
      "46 57 low. Stude 0.19234024\n",
      "46 58 ew. Studen 0.19234024\n",
      "46 59 w. Student 0.19234024\n",
      "46 60 . Students 0.19234024\n",
      "46 61  Students, 0.19234024\n",
      "46 62 atudents,  0.19234024\n",
      "46 63 tudents, p 0.19234024\n",
      "46 64 udents, pl 0.19234024\n",
      "46 65 rents, ple 0.19234024\n",
      "46 66 ants, plea 0.19234024\n",
      "46 67  t , pleas 0.19234024\n",
      "46 68 ts, please 0.19234024\n",
      "46 69 u, please  0.19234024\n",
      "46 70 t please s 0.19234024\n",
      "46 71  please st 0.19234024\n",
      "46 72 alease stu 0.19234024\n",
      "46 73  ease stud 0.19234024\n",
      "46 74 ease study 0.19234024\n",
      "46 75  se study  0.19234024\n",
      "46 76 te study h 0.19234024\n",
      "46 77 t study ha 0.19234024\n",
      "46 78  atudy har 0.19234024\n",
      "46 79 atudy hard 0.19234024\n",
      "46 80 tudy hard. 0.19234024\n",
      "47 0 ae are dat 0.18915918\n",
      "47 1 e are data 0.18915918\n",
      "47 2  ire datae 0.18915918\n",
      "47 3 are dataed 0.18915918\n",
      "47 4 te dataedu 0.18915918\n",
      "47 5 e iataedu. 0.18915918\n",
      "47 6  iataedu.  0.18915918\n",
      "47 7 aataedu. T 0.18915918\n",
      "47 8 etaedu. Th 0.18915918\n",
      "47 9 taedu. The 0.18915918\n",
      "47 10 uedu. The  0.18915918\n",
      "47 11 tdu. The c 0.18915918\n",
      "47 12  u. The cu 0.18915918\n",
      "47 13 e. The cur 0.18915918\n",
      "47 14 r The curr 0.18915918\n",
      "47 15  The curre 0.18915918\n",
      "47 16 aee curren 0.18915918\n",
      "47 17 he current 0.18915918\n",
      "47 18   current  0.18915918\n",
      "47 19  iurrent l 0.18915918\n",
      "47 20 aurrent le 0.18915918\n",
      "47 21 hrrent lec 0.18915918\n",
      "47 22 reent lect 0.18915918\n",
      "47 23 eent lectu 0.18915918\n",
      "47 24 e t lectur 0.18915918\n",
      "47 25  t lecture 0.18915918\n",
      "47 26 tslecture  0.18915918\n",
      "47 27 ulecture i 0.18915918\n",
      "47 28 aecture is 0.18915918\n",
      "47 29 eature is  0.18915918\n",
      "47 30  ture is a 0.18915918\n",
      "47 31 hure is a  0.18915918\n",
      "47 32 ude is a M 0.18915918\n",
      "47 33 re is a Ma 0.18915918\n",
      "47 34 e is a Mat 0.18915918\n",
      "47 35  is a Matc 0.18915918\n",
      "47 36 as a Match 0.18915918\n",
      "47 37 s a Match  0.18915918\n",
      "47 38 ta Match U 0.18915918\n",
      "47 39 arMatch Up 0.18915918\n",
      "47 40 tMatch Up  0.18915918\n",
      "47 41 aatch Up T 0.18915918\n",
      "47 42 atch Up Te 0.18915918\n",
      "47 43 tah Up Ten 0.18915918\n",
      "47 44 uh Up Tens 0.18915918\n",
      "47 45 h Up Tenso 0.18915918\n",
      "47 46  Up Tensor 0.18915918\n",
      "47 47 ap TensorF 0.18915918\n",
      "47 48 p TensorFl 0.18915918\n",
      "47 49  TensorFlo 0.18915918\n",
      "47 50 aensorFlow 0.18915918\n",
      "47 51 hnsorFlow. 0.18915918\n",
      "47 52  torFlow.  0.18915918\n",
      "47 53 torFlow. S 0.18915918\n",
      "47 54 trFlow. St 0.18915918\n",
      "47 55 wFlow. Stu 0.18915918\n",
      "47 56 elow. Stud 0.18915918\n",
      "47 57 low. Stude 0.18915918\n",
      "47 58 ew. Studen 0.18915918\n",
      "47 59 w. Student 0.18915918\n",
      "47 60 . Students 0.18915918\n",
      "47 61  Ttudents, 0.18915918\n",
      "47 62 atudents,  0.18915918\n",
      "47 63 tudents, p 0.18915918\n",
      "47 64 udents, pl 0.18915918\n",
      "47 65 rents, ple 0.18915918\n",
      "47 66 ents, plea 0.18915918\n",
      "47 67  t , pleas 0.18915918\n",
      "47 68 ts, please 0.18915918\n",
      "47 69 u, please  0.18915918\n",
      "47 70 t please s 0.18915918\n",
      "47 71  please st 0.18915918\n",
      "47 72 alease stu 0.18915918\n",
      "47 73  ease stud 0.18915918\n",
      "47 74 ease study 0.18915918\n",
      "47 75  se study  0.18915918\n",
      "47 76 te study h 0.18915918\n",
      "47 77 t study ha 0.18915918\n",
      "47 78  itudy har 0.18915918\n",
      "47 79 atudy hard 0.18915918\n",
      "47 80 tudy hard. 0.18915918\n",
      "48 0 ae are dat 0.18599819\n",
      "48 1 e are data 0.18599819\n",
      "48 2  ire datae 0.18599819\n",
      "48 3 are dataed 0.18599819\n",
      "48 4 te dataedu 0.18599819\n",
      "48 5 e dataedu. 0.18599819\n",
      "48 6  iataedu.  0.18599819\n",
      "48 7 aataedu. T 0.18599819\n",
      "48 8 etaedu. Th 0.18599819\n",
      "48 9 taedu. The 0.18599819\n",
      "48 10 uedu. The  0.18599819\n",
      "48 11 tdu. The c 0.18599819\n",
      "48 12  u. The cu 0.18599819\n",
      "48 13 e. The cur 0.18599819\n",
      "48 14 r The curr 0.18599819\n",
      "48 15  The curre 0.18599819\n",
      "48 16 aee curren 0.18599819\n",
      "48 17 he current 0.18599819\n",
      "48 18   current  0.18599819\n",
      "48 19  iurrent l 0.18599819\n",
      "48 20 aurrent le 0.18599819\n",
      "48 21 hrrent lec 0.18599819\n",
      "48 22 reent lect 0.18599819\n",
      "48 23 eent lectu 0.18599819\n",
      "48 24 e t lectur 0.18599819\n",
      "48 25  t lecture 0.18599819\n",
      "48 26 tslecture  0.18599819\n",
      "48 27 ulecture i 0.18599819\n",
      "48 28 aecture is 0.18599819\n",
      "48 29 ecture is  0.18599819\n",
      "48 30  ture is a 0.18599819\n",
      "48 31 hure is a  0.18599819\n",
      "48 32 ude is a M 0.18599819\n",
      "48 33 re is a Ma 0.18599819\n",
      "48 34 e ds a Mat 0.18599819\n",
      "48 35  is a Matc 0.18599819\n",
      "48 36 as a Match 0.18599819\n",
      "48 37 s a Match  0.18599819\n",
      "48 38 ta Match U 0.18599819\n",
      "48 39 arMatch Up 0.18599819\n",
      "48 40 tMatch Up  0.18599819\n",
      "48 41 aatch Up T 0.18599819\n",
      "48 42 atch Up Te 0.18599819\n",
      "48 43 tah Up Ten 0.18599819\n",
      "48 44 uh Up Tens 0.18599819\n",
      "48 45 h Up Tenso 0.18599819\n",
      "48 46  Up Tensor 0.18599819\n",
      "48 47 ap TensorF 0.18599819\n",
      "48 48 p TensorFl 0.18599819\n",
      "48 49  TensorFlo 0.18599819\n",
      "48 50 aensorFlow 0.18599819\n",
      "48 51 hnsorFlow. 0.18599819\n",
      "48 52  torFlow.  0.18599819\n",
      "48 53 torFlow. S 0.18599819\n",
      "48 54 trFlow. St 0.18599819\n",
      "48 55 rFlow. Stu 0.18599819\n",
      "48 56 elow. Stud 0.18599819\n",
      "48 57 low. Stude 0.18599819\n",
      "48 58 ew. Studen 0.18599819\n",
      "48 59 r. Student 0.18599819\n",
      "48 60 . Students 0.18599819\n",
      "48 61  Ttudents, 0.18599819\n",
      "48 62 atudents,  0.18599819\n",
      "48 63 tudents, p 0.18599819\n",
      "48 64 udents, pl 0.18599819\n",
      "48 65 rents, ple 0.18599819\n",
      "48 66 ents, plea 0.18599819\n",
      "48 67  t , pleas 0.18599819\n",
      "48 68 ts, please 0.18599819\n",
      "48 69 u, please  0.18599819\n",
      "48 70 t please s 0.18599819\n",
      "48 71  please st 0.18599819\n",
      "48 72 alease stu 0.18599819\n",
      "48 73  ease stud 0.18599819\n",
      "48 74 ecse study 0.18599819\n",
      "48 75  se study  0.18599819\n",
      "48 76 te study h 0.18599819\n",
      "48 77 t study ha 0.18599819\n",
      "48 78  itudy har 0.18599819\n",
      "48 79 atudy hard 0.18599819\n",
      "48 80 tudy hard. 0.18599819\n",
      "49 0 Te are dat 0.18267341\n",
      "49 1 e are data 0.18267341\n",
      "49 2  cre datae 0.18267341\n",
      "49 3 Tre dataed 0.18267341\n",
      "49 4 te dataedu 0.18267341\n",
      "49 5 e dataedu. 0.18267341\n",
      "49 6  cataedu.  0.18267341\n",
      "49 7 Tataedu. T 0.18267341\n",
      "49 8 etaedu. Th 0.18267341\n",
      "49 9 taedu. The 0.18267341\n",
      "49 10 uedu. The  0.18267341\n",
      "49 11 tdu. The c 0.18267341\n",
      "49 12  u. The cu 0.18267341\n",
      "49 13 e. The cur 0.18267341\n",
      "49 14 r The curr 0.18267341\n",
      "49 15  The curre 0.18267341\n",
      "49 16 Tee curren 0.18267341\n",
      "49 17 he current 0.18267341\n",
      "49 18   current  0.18267341\n",
      "49 19  current l 0.18267341\n",
      "49 20 Turrent le 0.18267341\n",
      "49 21 hrrent lec 0.18267341\n",
      "49 22 reent lect 0.18267341\n",
      "49 23 eent lectu 0.18267341\n",
      "49 24 e t lectur 0.18267341\n",
      "49 25  t lecture 0.18267341\n",
      "49 26 t lecture  0.18267341\n",
      "49 27 ulecture i 0.18267341\n",
      "49 28 Tecture is 0.18267341\n",
      "49 29 ecture is  0.18267341\n",
      "49 30  ture is a 0.18267341\n",
      "49 31 hure is a  0.18267341\n",
      "49 32 ude is a M 0.18267341\n",
      "49 33 re is a Ma 0.18267341\n",
      "49 34 e ds a Mat 0.18267341\n",
      "49 35  cs a Matc 0.18267341\n",
      "49 36 Ts a Match 0.18267341\n",
      "49 37 s a Match  0.18267341\n",
      "49 38 ta Match U 0.18267341\n",
      "49 39 TrMatch Up 0.18267341\n",
      "49 40 tMatch Up  0.18267341\n",
      "49 41 Tatch Up T 0.18267341\n",
      "49 42 atch Up Te 0.18267341\n",
      "49 43 tah Up Ten 0.18267341\n",
      "49 44 uh Up Tens 0.18267341\n",
      "49 45 h Up Tenso 0.18267341\n",
      "49 46  Up Tensor 0.18267341\n",
      "49 47 Tp TensorF 0.18267341\n",
      "49 48 p TensorFl 0.18267341\n",
      "49 49  TensorFlo 0.18267341\n",
      "49 50 TensorFlow 0.18267341\n",
      "49 51 hnsorFlow. 0.18267341\n",
      "49 52  torFlow.  0.18267341\n",
      "49 53 torFlow. S 0.18267341\n",
      "49 54 trFlow. St 0.18267341\n",
      "49 55 rFlow. Stu 0.18267341\n",
      "49 56 elow. Stud 0.18267341\n",
      "49 57 low. Stude 0.18267341\n",
      "49 58 ew. Studen 0.18267341\n",
      "49 59 r. Student 0.18267341\n",
      "49 60 . Students 0.18267341\n",
      "49 61  Ttudents, 0.18267341\n",
      "49 62 Ttudents,  0.18267341\n",
      "49 63 tudents, p 0.18267341\n",
      "49 64 udents, pl 0.18267341\n",
      "49 65 rents, ple 0.18267341\n",
      "49 66 ents, plea 0.18267341\n",
      "49 67  t , pleas 0.18267341\n",
      "49 68 t , please 0.18267341\n",
      "49 69 u, please  0.18267341\n",
      "49 70 t please s 0.18267341\n",
      "49 71  please st 0.18267341\n",
      "49 72 Tlease stu 0.18267341\n",
      "49 73  ease stud 0.18267341\n",
      "49 74 ecse study 0.18267341\n",
      "49 75  se study  0.18267341\n",
      "49 76 te study h 0.18267341\n",
      "49 77 t study ha 0.18267341\n",
      "49 78  ctudy har 0.18267341\n",
      "49 79 Ttudy hard 0.18267341\n",
      "49 80 tudy hard. 0.18267341\n",
      "50 0 Te are dat 0.17971578\n",
      "50 1 e are data 0.17971578\n",
      "50 2  cre datae 0.17971578\n",
      "50 3 Tre dataed 0.17971578\n",
      "50 4 te dataedu 0.17971578\n",
      "50 5 e dataedu. 0.17971578\n",
      "50 6  cataedu.  0.17971578\n",
      "50 7 Tataedu. T 0.17971578\n",
      "50 8 ataedu. Th 0.17971578\n",
      "50 9 taedu. The 0.17971578\n",
      "50 10 uedu. The  0.17971578\n",
      "50 11 tdu. The c 0.17971578\n",
      "50 12  u. The cu 0.17971578\n",
      "50 13 a. The cur 0.17971578\n",
      "50 14 r The curr 0.17971578\n",
      "50 15  The curre 0.17971578\n",
      "50 16 Tee curren 0.17971578\n",
      "50 17 he current 0.17971578\n",
      "50 18   current  0.17971578\n",
      "50 19  current l 0.17971578\n",
      "50 20 Turrent le 0.17971578\n",
      "50 21 urrent lec 0.17971578\n",
      "50 22 rrent lect 0.17971578\n",
      "50 23 eent lectu 0.17971578\n",
      "50 24 e t lectur 0.17971578\n",
      "50 25  tslecture 0.17971578\n",
      "50 26 t lecture  0.17971578\n",
      "50 27 ulecture i 0.17971578\n",
      "50 28 Tecture is 0.17971578\n",
      "50 29 ecture is  0.17971578\n",
      "50 30  ture is a 0.17971578\n",
      "50 31 uure is a  0.17971578\n",
      "50 32 ure is a M 0.17971578\n",
      "50 33 rr is a Ma 0.17971578\n",
      "50 34 e ds a Mat 0.17971578\n",
      "50 35  cs a Matc 0.17971578\n",
      "50 36 Ts a Match 0.17971578\n",
      "50 37 s a Match  0.17971578\n",
      "50 38 oa Match U 0.17971578\n",
      "50 39 TrMatch Up 0.17971578\n",
      "50 40 tMatch Up  0.17971578\n",
      "50 41 Tatch Up T 0.17971578\n",
      "50 42 atch Up Te 0.17971578\n",
      "50 43 tah Up Ten 0.17971578\n",
      "50 44 uh Up Tens 0.17971578\n",
      "50 45 u Up Tenso 0.17971578\n",
      "50 46  Up Tensor 0.17971578\n",
      "50 47 Tp TensorF 0.17971578\n",
      "50 48 p TensorFl 0.17971578\n",
      "50 49  TensorFlo 0.17971578\n",
      "50 50 TensorFlow 0.17971578\n",
      "50 51 hnsorFlow. 0.17971578\n",
      "50 52  torFlow.  0.17971578\n",
      "50 53 torFlow. S 0.17971578\n",
      "50 54 orFlow. St 0.17971578\n",
      "50 55 rFlow. Stu 0.17971578\n",
      "50 56 elow. Stud 0.17971578\n",
      "50 57 low. Stude 0.17971578\n",
      "50 58 ew. Studen 0.17971578\n",
      "50 59 r. Student 0.17971578\n",
      "50 60 . Students 0.17971578\n",
      "50 61  Ttudents, 0.17971578\n",
      "50 62 Ttudents,  0.17971578\n",
      "50 63 tudents, p 0.17971578\n",
      "50 64 urents, pl 0.17971578\n",
      "50 65 rents, ple 0.17971578\n",
      "50 66 ants, plea 0.17971578\n",
      "50 67  ts, pleas 0.17971578\n",
      "50 68 t , please 0.17971578\n",
      "50 69 u, please  0.17971578\n",
      "50 70 o please s 0.17971578\n",
      "50 71  please st 0.17971578\n",
      "50 72 Tlease stu 0.17971578\n",
      "50 73  ease stud 0.17971578\n",
      "50 74 ecse study 0.17971578\n",
      "50 75  se study  0.17971578\n",
      "50 76 te study h 0.17971578\n",
      "50 77 o study ha 0.17971578\n",
      "50 78  ctudy har 0.17971578\n",
      "50 79 Ttudy hard 0.17971578\n",
      "50 80 oudy hard. 0.17971578\n",
      "51 0 Te are dat 0.17751366\n",
      "51 1 e are data 0.17751366\n",
      "51 2  are datae 0.17751366\n",
      "51 3 Tre dataed 0.17751366\n",
      "51 4 te dataedu 0.17751366\n",
      "51 5 e dataedu. 0.17751366\n",
      "51 6  aataedu.  0.17751366\n",
      "51 7 Tataedu. T 0.17751366\n",
      "51 8 ataedu. Th 0.17751366\n",
      "51 9 taedu. The 0.17751366\n",
      "51 10 uedu. The  0.17751366\n",
      "51 11 tdu. The c 0.17751366\n",
      "51 12  u. The cu 0.17751366\n",
      "51 13 a. The cur 0.17751366\n",
      "51 14 r The curr 0.17751366\n",
      "51 15  She curre 0.17751366\n",
      "51 16 Tee curren 0.17751366\n",
      "51 17 he current 0.17751366\n",
      "51 18 e current  0.17751366\n",
      "51 19  aurrent l 0.17751366\n",
      "51 20 Turrent le 0.17751366\n",
      "51 21 urrent lec 0.17751366\n",
      "51 22 rrent lect 0.17751366\n",
      "51 23 eent lectu 0.17751366\n",
      "51 24 e t lectur 0.17751366\n",
      "51 25  tslecture 0.17751366\n",
      "51 26 t lecture  0.17751366\n",
      "51 27 ulecture i 0.17751366\n",
      "51 28 Tecture is 0.17751366\n",
      "51 29 ecture is  0.17751366\n",
      "51 30  ture is a 0.17751366\n",
      "51 31 uure is a  0.17751366\n",
      "51 32 ure is a M 0.17751366\n",
      "51 33 rr is a Ma 0.17751366\n",
      "51 34 e ds a Mat 0.17751366\n",
      "51 35  as a Matc 0.17751366\n",
      "51 36 Ts a Match 0.17751366\n",
      "51 37 s a Match  0.17751366\n",
      "51 38 oa Match U 0.17751366\n",
      "51 39 TrMatch Up 0.17751366\n",
      "51 40 tMatch Up  0.17751366\n",
      "51 41 Tatch Up T 0.17751366\n",
      "51 42 atch Up Te 0.17751366\n",
      "51 43 tah Up Ten 0.17751366\n",
      "51 44 uh Up Tens 0.17751366\n",
      "51 45 u Up Tenso 0.17751366\n",
      "51 46 eUp Tensor 0.17751366\n",
      "51 47 Tp TensorF 0.17751366\n",
      "51 48 p TensorFl 0.17751366\n",
      "51 49  TensorFlo 0.17751366\n",
      "51 50 TensorFlow 0.17751366\n",
      "51 51 hnsorFlow. 0.17751366\n",
      "51 52  torFlow.  0.17751366\n",
      "51 53 torFlow. S 0.17751366\n",
      "51 54 orFlow. St 0.17751366\n",
      "51 55 rFlow. Stu 0.17751366\n",
      "51 56 elow. Stud 0.17751366\n",
      "51 57 low. Stude 0.17751366\n",
      "51 58 ew. Studen 0.17751366\n",
      "51 59 r. Student 0.17751366\n",
      "51 60 . Students 0.17751366\n",
      "51 61  Students, 0.17751366\n",
      "51 62 Ttudents,  0.17751366\n",
      "51 63 tudents, p 0.17751366\n",
      "51 64 urents, pl 0.17751366\n",
      "51 65 rents, ple 0.17751366\n",
      "51 66 ants, plea 0.17751366\n",
      "51 67  ts, pleas 0.17751366\n",
      "51 68 t , please 0.17751366\n",
      "51 69 u, please  0.17751366\n",
      "51 70 o please s 0.17751366\n",
      "51 71  please st 0.17751366\n",
      "51 72 Tlease stu 0.17751366\n",
      "51 73  ease stud 0.17751366\n",
      "51 74 ecse study 0.17751366\n",
      "51 75  se study  0.17751366\n",
      "51 76 te study h 0.17751366\n",
      "51 77 o study ha 0.17751366\n",
      "51 78  atudy har 0.17751366\n",
      "51 79 Ttudy hard 0.17751366\n",
      "51 80 oudy hard. 0.17751366\n",
      "52 0 Te are dat 0.17562473\n",
      "52 1 e are data 0.17562473\n",
      "52 2  are datae 0.17562473\n",
      "52 3 T e dataed 0.17562473\n",
      "52 4 te dataedu 0.17562473\n",
      "52 5 e dataedu. 0.17562473\n",
      "52 6  aataedu.  0.17562473\n",
      "52 7 Tataedu. T 0.17562473\n",
      "52 8 ataedu. Th 0.17562473\n",
      "52 9 taedu. The 0.17562473\n",
      "52 10 uedu. The  0.17562473\n",
      "52 11 tdu. The c 0.17562473\n",
      "52 12  u. The cu 0.17562473\n",
      "52 13 a. The cur 0.17562473\n",
      "52 14 r The curr 0.17562473\n",
      "52 15  She curre 0.17562473\n",
      "52 16 The curren 0.17562473\n",
      "52 17 he current 0.17562473\n",
      "52 18 e current  0.17562473\n",
      "52 19  aurrent l 0.17562473\n",
      "52 20 Turrent le 0.17562473\n",
      "52 21 urrent lec 0.17562473\n",
      "52 22 rrent lect 0.17562473\n",
      "52 23 eent lectu 0.17562473\n",
      "52 24 e t lectur 0.17562473\n",
      "52 25  tslecture 0.17562473\n",
      "52 26 t lecture  0.17562473\n",
      "52 27 ulecture i 0.17562473\n",
      "52 28 Tecture is 0.17562473\n",
      "52 29 ecture is  0.17562473\n",
      "52 30  ture is a 0.17562473\n",
      "52 31 uure is a  0.17562473\n",
      "52 32 ure is a M 0.17562473\n",
      "52 33 rr is a Ma 0.17562473\n",
      "52 34 e ds a Mat 0.17562473\n",
      "52 35  as a Matc 0.17562473\n",
      "52 36 Ts a Match 0.17562473\n",
      "52 37 s a Match  0.17562473\n",
      "52 38 oa Match U 0.17562473\n",
      "52 39 T Match Up 0.17562473\n",
      "52 40 tMatch Up  0.17562473\n",
      "52 41 Tatch Up T 0.17562473\n",
      "52 42 atch Up Te 0.17562473\n",
      "52 43 tah Up Ten 0.17562473\n",
      "52 44 uh Up Tens 0.17562473\n",
      "52 45 u Up Tenso 0.17562473\n",
      "52 46 eUp Tensor 0.17562473\n",
      "52 47 Tp TensorF 0.17562473\n",
      "52 48 p TensorFl 0.17562473\n",
      "52 49  TensorFlo 0.17562473\n",
      "52 50 ThnsorFlow 0.17562473\n",
      "52 51 hnsorFlow. 0.17562473\n",
      "52 52  torFlow.  0.17562473\n",
      "52 53 torFlow. S 0.17562473\n",
      "52 54 orFlow. St 0.17562473\n",
      "52 55 rFlow. Stu 0.17562473\n",
      "52 56 elow. Stud 0.17562473\n",
      "52 57 low. Stude 0.17562473\n",
      "52 58 ew. Studen 0.17562473\n",
      "52 59 r. Student 0.17562473\n",
      "52 60 . Students 0.17562473\n",
      "52 61  Students, 0.17562473\n",
      "52 62 Ttudents,  0.17562473\n",
      "52 63 tudents, p 0.17562473\n",
      "52 64 urents, pl 0.17562473\n",
      "52 65 rents, ple 0.17562473\n",
      "52 66 ants, plea 0.17562473\n",
      "52 67  ts, pleas 0.17562473\n",
      "52 68 t , please 0.17562473\n",
      "52 69 u, please  0.17562473\n",
      "52 70 o please s 0.17562473\n",
      "52 71  please st 0.17562473\n",
      "52 72 Tlease stu 0.17562473\n",
      "52 73  ease stud 0.17562473\n",
      "52 74 ecse study 0.17562473\n",
      "52 75  se study  0.17562473\n",
      "52 76 te study h 0.17562473\n",
      "52 77 o study ha 0.17562473\n",
      "52 78  atudy har 0.17562473\n",
      "52 79 Ttudy hard 0.17562473\n",
      "52 80 oudy hard. 0.17562473\n",
      "53 0 Te are dat 0.17359588\n",
      "53 1 e are data 0.17359588\n",
      "53 2  are datae 0.17359588\n",
      "53 3 T e dataed 0.17359588\n",
      "53 4 te dataedu 0.17359588\n",
      "53 5 e dataedu. 0.17359588\n",
      "53 6  aataedu.  0.17359588\n",
      "53 7 Tataedu. T 0.17359588\n",
      "53 8 ataedu. Th 0.17359588\n",
      "53 9 taedu. The 0.17359588\n",
      "53 10 uedu. The  0.17359588\n",
      "53 11 tdu. The c 0.17359588\n",
      "53 12  u. The cu 0.17359588\n",
      "53 13 a. The cur 0.17359588\n",
      "53 14 r The curr 0.17359588\n",
      "53 15  She curre 0.17359588\n",
      "53 16 The curren 0.17359588\n",
      "53 17 he current 0.17359588\n",
      "53 18 e current  0.17359588\n",
      "53 19  aurrent l 0.17359588\n",
      "53 20 Turrent le 0.17359588\n",
      "53 21 urrent lec 0.17359588\n",
      "53 22 rrent lect 0.17359588\n",
      "53 23 eent lectu 0.17359588\n",
      "53 24 e t lectur 0.17359588\n",
      "53 25  tslecture 0.17359588\n",
      "53 26 t lecture  0.17359588\n",
      "53 27 ulecture i 0.17359588\n",
      "53 28 Tecture is 0.17359588\n",
      "53 29 eature is  0.17359588\n",
      "53 30  ture is a 0.17359588\n",
      "53 31 uure is a  0.17359588\n",
      "53 32 ude is a M 0.17359588\n",
      "53 33 rr is a Ma 0.17359588\n",
      "53 34 e ds a Mat 0.17359588\n",
      "53 35  as a Matc 0.17359588\n",
      "53 36 Ts a Match 0.17359588\n",
      "53 37 s a Match  0.17359588\n",
      "53 38 ea Match U 0.17359588\n",
      "53 39 T Match Up 0.17359588\n",
      "53 40 tMatch Up  0.17359588\n",
      "53 41 Tatch Up T 0.17359588\n",
      "53 42 atch Up Te 0.17359588\n",
      "53 43 tah Up Ten 0.17359588\n",
      "53 44 uh Up Tens 0.17359588\n",
      "53 45 u Up Tenso 0.17359588\n",
      "53 46 eUp Tensor 0.17359588\n",
      "53 47 Tp TensorF 0.17359588\n",
      "53 48 p TensorFl 0.17359588\n",
      "53 49  TensorFlo 0.17359588\n",
      "53 50 ThnsorFlow 0.17359588\n",
      "53 51 hnsorFlow. 0.17359588\n",
      "53 52  torFlow.  0.17359588\n",
      "53 53 torFlow. S 0.17359588\n",
      "53 54 erFlow. St 0.17359588\n",
      "53 55 rFlow. Stu 0.17359588\n",
      "53 56 elow. Stud 0.17359588\n",
      "53 57 low. Stude 0.17359588\n",
      "53 58 ew. Studen 0.17359588\n",
      "53 59 r. Student 0.17359588\n",
      "53 60 . Students 0.17359588\n",
      "53 61  Students, 0.17359588\n",
      "53 62 Ttudents,  0.17359588\n",
      "53 63 tudents, p 0.17359588\n",
      "53 64 udents, pl 0.17359588\n",
      "53 65 rents, ple 0.17359588\n",
      "53 66 ants, plea 0.17359588\n",
      "53 67  ts, pleas 0.17359588\n",
      "53 68 t , please 0.17359588\n",
      "53 69 u, please  0.17359588\n",
      "53 70 e please s 0.17359588\n",
      "53 71  please st 0.17359588\n",
      "53 72 Tlease stu 0.17359588\n",
      "53 73  ease stud 0.17359588\n",
      "53 74 ease study 0.17359588\n",
      "53 75  se study  0.17359588\n",
      "53 76 te study h 0.17359588\n",
      "53 77 e study ha 0.17359588\n",
      "53 78  atudy har 0.17359588\n",
      "53 79 Ttudy hard 0.17359588\n",
      "53 80 eudy hard. 0.17359588\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "54 0 Te are dat 0.17152378\n",
      "54 1 e are data 0.17152378\n",
      "54 2  are datae 0.17152378\n",
      "54 3 T e dataed 0.17152378\n",
      "54 4 te dataedu 0.17152378\n",
      "54 5 e dataedu. 0.17152378\n",
      "54 6  aataedu.  0.17152378\n",
      "54 7 Tataedu. T 0.17152378\n",
      "54 8 ataedu. Th 0.17152378\n",
      "54 9 taedu. The 0.17152378\n",
      "54 10 uedu. The  0.17152378\n",
      "54 11 tdu. The c 0.17152378\n",
      "54 12  u. The cu 0.17152378\n",
      "54 13 a. The cur 0.17152378\n",
      "54 14 r The curr 0.17152378\n",
      "54 15  She curre 0.17152378\n",
      "54 16 The curren 0.17152378\n",
      "54 17 he current 0.17152378\n",
      "54 18 e current  0.17152378\n",
      "54 19  aurrent l 0.17152378\n",
      "54 20 Turrent le 0.17152378\n",
      "54 21 urrent lec 0.17152378\n",
      "54 22 reent lect 0.17152378\n",
      "54 23 eent lectu 0.17152378\n",
      "54 24 e t lectur 0.17152378\n",
      "54 25  tslecture 0.17152378\n",
      "54 26 t lecture  0.17152378\n",
      "54 27 ulecture i 0.17152378\n",
      "54 28 Tecture is 0.17152378\n",
      "54 29 eature is  0.17152378\n",
      "54 30  ture is a 0.17152378\n",
      "54 31 uure is a  0.17152378\n",
      "54 32 ude is a M 0.17152378\n",
      "54 33 re is a Ma 0.17152378\n",
      "54 34 e ds a Mat 0.17152378\n",
      "54 35  as a Matc 0.17152378\n",
      "54 36 Ts a Match 0.17152378\n",
      "54 37 s a Match  0.17152378\n",
      "54 38 ea Match U 0.17152378\n",
      "54 39 T Match Up 0.17152378\n",
      "54 40 tMatch Up  0.17152378\n",
      "54 41 Tatch Up T 0.17152378\n",
      "54 42 atch Up Te 0.17152378\n",
      "54 43 tah Up Ten 0.17152378\n",
      "54 44 uh Up Tens 0.17152378\n",
      "54 45 u Up Tenso 0.17152378\n",
      "54 46 eUp Tensor 0.17152378\n",
      "54 47 Tp TensorF 0.17152378\n",
      "54 48 p TensorFl 0.17152378\n",
      "54 49  TensorFlo 0.17152378\n",
      "54 50 ThnsorFlow 0.17152378\n",
      "54 51 hnsorFlow. 0.17152378\n",
      "54 52  torFlow.  0.17152378\n",
      "54 53 torFlow. S 0.17152378\n",
      "54 54 erFlow. St 0.17152378\n",
      "54 55 rFlow. Stu 0.17152378\n",
      "54 56 elow. Stud 0.17152378\n",
      "54 57 low. Stude 0.17152378\n",
      "54 58 ew. Studen 0.17152378\n",
      "54 59 r. Student 0.17152378\n",
      "54 60 . Students 0.17152378\n",
      "54 61  Students, 0.17152378\n",
      "54 62 Ttudents,  0.17152378\n",
      "54 63 tudents, p 0.17152378\n",
      "54 64 udents, pl 0.17152378\n",
      "54 65 rents, ple 0.17152378\n",
      "54 66 ants, plea 0.17152378\n",
      "54 67  ts, pleas 0.17152378\n",
      "54 68 t , please 0.17152378\n",
      "54 69 u, please  0.17152378\n",
      "54 70 e please s 0.17152378\n",
      "54 71  please st 0.17152378\n",
      "54 72 Tlease stu 0.17152378\n",
      "54 73  ease stud 0.17152378\n",
      "54 74 ease study 0.17152378\n",
      "54 75  se study  0.17152378\n",
      "54 76 te study h 0.17152378\n",
      "54 77 e study ha 0.17152378\n",
      "54 78  atudy har 0.17152378\n",
      "54 79 Ttudy hard 0.17152378\n",
      "54 80 eudy hard. 0.17152378\n",
      "55 0 Te are dat 0.16978817\n",
      "55 1 e are data 0.16978817\n",
      "55 2  are datae 0.16978817\n",
      "55 3 T e dataed 0.16978817\n",
      "55 4 te dataedu 0.16978817\n",
      "55 5 e dataedu. 0.16978817\n",
      "55 6  aataedu.  0.16978817\n",
      "55 7 Tataedu. T 0.16978817\n",
      "55 8 ataedu. Th 0.16978817\n",
      "55 9 taedu. The 0.16978817\n",
      "55 10 uedu. The  0.16978817\n",
      "55 11 tdu. The c 0.16978817\n",
      "55 12  u. The cu 0.16978817\n",
      "55 13 a. The cur 0.16978817\n",
      "55 14 r The curr 0.16978817\n",
      "55 15  The curre 0.16978817\n",
      "55 16 The curren 0.16978817\n",
      "55 17 he current 0.16978817\n",
      "55 18 e current  0.16978817\n",
      "55 19  aurrent l 0.16978817\n",
      "55 20 Turrent le 0.16978817\n",
      "55 21 urrent lec 0.16978817\n",
      "55 22 reent lect 0.16978817\n",
      "55 23 eent lectu 0.16978817\n",
      "55 24 e t lectur 0.16978817\n",
      "55 25  t lecture 0.16978817\n",
      "55 26 t lecture  0.16978817\n",
      "55 27 ulecture i 0.16978817\n",
      "55 28 Tecture is 0.16978817\n",
      "55 29 eature is  0.16978817\n",
      "55 30  ture is a 0.16978817\n",
      "55 31 uure is a  0.16978817\n",
      "55 32 ude is a M 0.16978817\n",
      "55 33 re is a Ma 0.16978817\n",
      "55 34 e ds a Mat 0.16978817\n",
      "55 35  as a Matc 0.16978817\n",
      "55 36 Ts a Match 0.16978817\n",
      "55 37 s a Match  0.16978817\n",
      "55 38 ea Match U 0.16978817\n",
      "55 39 T Match Up 0.16978817\n",
      "55 40 tMatch Up  0.16978817\n",
      "55 41 Tatch Up T 0.16978817\n",
      "55 42 atch Up Te 0.16978817\n",
      "55 43 tah Up Ten 0.16978817\n",
      "55 44 uh Up Tens 0.16978817\n",
      "55 45 u Up Tenso 0.16978817\n",
      "55 46 eUp Tensor 0.16978817\n",
      "55 47 Tp TensorF 0.16978817\n",
      "55 48 p TensorFl 0.16978817\n",
      "55 49  TensorFlo 0.16978817\n",
      "55 50 ThnsorFlow 0.16978817\n",
      "55 51 hnsorFlow. 0.16978817\n",
      "55 52  torFlow.  0.16978817\n",
      "55 53 torFlow. S 0.16978817\n",
      "55 54 erFlow. St 0.16978817\n",
      "55 55 rFlow. Stu 0.16978817\n",
      "55 56 elow. Stud 0.16978817\n",
      "55 57 low. Stude 0.16978817\n",
      "55 58 ew. Studen 0.16978817\n",
      "55 59 r. Student 0.16978817\n",
      "55 60 . Students 0.16978817\n",
      "55 61  Ttudents, 0.16978817\n",
      "55 62 Ttudents,  0.16978817\n",
      "55 63 tudents, p 0.16978817\n",
      "55 64 udents, pl 0.16978817\n",
      "55 65 rents, ple 0.16978817\n",
      "55 66 ants, plea 0.16978817\n",
      "55 67  t , pleas 0.16978817\n",
      "55 68 t , please 0.16978817\n",
      "55 69 u, please  0.16978817\n",
      "55 70 e please s 0.16978817\n",
      "55 71  please st 0.16978817\n",
      "55 72 Tlease stu 0.16978817\n",
      "55 73  ease stud 0.16978817\n",
      "55 74 ease study 0.16978817\n",
      "55 75  se study  0.16978817\n",
      "55 76 te study h 0.16978817\n",
      "55 77 e study ha 0.16978817\n",
      "55 78  atudy har 0.16978817\n",
      "55 79 Ttudy hard 0.16978817\n",
      "55 80 eudy hard. 0.16978817\n",
      "56 0 ae are dat 0.16850798\n",
      "56 1 e are data 0.16850798\n",
      "56 2  are datae 0.16850798\n",
      "56 3 a e dataed 0.16850798\n",
      "56 4 te dataedu 0.16850798\n",
      "56 5 e iataedu. 0.16850798\n",
      "56 6  aataedu.  0.16850798\n",
      "56 7 aataedu. T 0.16850798\n",
      "56 8 utaedu. Th 0.16850798\n",
      "56 9 tcedu. The 0.16850798\n",
      "56 10 uedu. The  0.16850798\n",
      "56 11 tdu. The c 0.16850798\n",
      "56 12  u. The cu 0.16850798\n",
      "56 13 u. The cur 0.16850798\n",
      "56 14 r The curr 0.16850798\n",
      "56 15  The curre 0.16850798\n",
      "56 16 aee curren 0.16850798\n",
      "56 17 ee current 0.16850798\n",
      "56 18   current  0.16850798\n",
      "56 19  aurrent l 0.16850798\n",
      "56 20 aurrent le 0.16850798\n",
      "56 21 urrent lec 0.16850798\n",
      "56 22 reent lect 0.16850798\n",
      "56 23 eent lectu 0.16850798\n",
      "56 24 e t lectur 0.16850798\n",
      "56 25  t lecture 0.16850798\n",
      "56 26 tslecture  0.16850798\n",
      "56 27 ulecture i 0.16850798\n",
      "56 28 aecture is 0.16850798\n",
      "56 29 eature is  0.16850798\n",
      "56 30  ture is a 0.16850798\n",
      "56 31 uure is a  0.16850798\n",
      "56 32 ude is a M 0.16850798\n",
      "56 33 re is a Ma 0.16850798\n",
      "56 34 e is a Mat 0.16850798\n",
      "56 35  as a Matc 0.16850798\n",
      "56 36 as a Match 0.16850798\n",
      "56 37 s a Match  0.16850798\n",
      "56 38 ea Match U 0.16850798\n",
      "56 39 a Match Up 0.16850798\n",
      "56 40 tMatch Up  0.16850798\n",
      "56 41 aatch Up T 0.16850798\n",
      "56 42 atch Up Te 0.16850798\n",
      "56 43 tch Up Ten 0.16850798\n",
      "56 44 uh Up Tens 0.16850798\n",
      "56 45 u Up Tenso 0.16850798\n",
      "56 46  Up Tensor 0.16850798\n",
      "56 47 ap TensorF 0.16850798\n",
      "56 48 p TensorFl 0.16850798\n",
      "56 49  TensorFlo 0.16850798\n",
      "56 50 aensorFlow 0.16850798\n",
      "56 51 ensorFlow. 0.16850798\n",
      "56 52  torFlow.  0.16850798\n",
      "56 53 torFlow. S 0.16850798\n",
      "56 54 erFlow. St 0.16850798\n",
      "56 55 rFlow. Stu 0.16850798\n",
      "56 56 elow. Stud 0.16850798\n",
      "56 57 low. Stude 0.16850798\n",
      "56 58 ew. Studen 0.16850798\n",
      "56 59 r. Student 0.16850798\n",
      "56 60 . Students 0.16850798\n",
      "56 61  Ttudents, 0.16850798\n",
      "56 62 atudents,  0.16850798\n",
      "56 63 tudents, p 0.16850798\n",
      "56 64 udents, pl 0.16850798\n",
      "56 65 rents, ple 0.16850798\n",
      "56 66 unts, plea 0.16850798\n",
      "56 67  t , pleas 0.16850798\n",
      "56 68 ts, please 0.16850798\n",
      "56 69 u, please  0.16850798\n",
      "56 70 e please s 0.16850798\n",
      "56 71  please st 0.16850798\n",
      "56 72 alease stu 0.16850798\n",
      "56 73  ease stud 0.16850798\n",
      "56 74 ease study 0.16850798\n",
      "56 75  se study  0.16850798\n",
      "56 76 te study h 0.16850798\n",
      "56 77 e study ha 0.16850798\n",
      "56 78  atudy har 0.16850798\n",
      "56 79 atudy hard 0.16850798\n",
      "56 80 eudy hard. 0.16850798\n",
      "57 0 ae are dat 0.16761844\n",
      "57 1 e are data 0.16761844\n",
      "57 2  are datae 0.16761844\n",
      "57 3 a e dataed 0.16761844\n",
      "57 4 te dataedu 0.16761844\n",
      "57 5 e iataedu. 0.16761844\n",
      "57 6  aataedu.  0.16761844\n",
      "57 7 aataedu. T 0.16761844\n",
      "57 8 utaedu. Th 0.16761844\n",
      "57 9 tcedu. The 0.16761844\n",
      "57 10 uedu. The  0.16761844\n",
      "57 11 tdu. The c 0.16761844\n",
      "57 12  u. The cu 0.16761844\n",
      "57 13 u. The cur 0.16761844\n",
      "57 14 r The curr 0.16761844\n",
      "57 15  The curre 0.16761844\n",
      "57 16 aee curren 0.16761844\n",
      "57 17 ee current 0.16761844\n",
      "57 18   current  0.16761844\n",
      "57 19  aurrent l 0.16761844\n",
      "57 20 aurrent le 0.16761844\n",
      "57 21 urrent lec 0.16761844\n",
      "57 22 rrent lect 0.16761844\n",
      "57 23 eent lectu 0.16761844\n",
      "57 24 e t lectur 0.16761844\n",
      "57 25  t lecture 0.16761844\n",
      "57 26 tslecture  0.16761844\n",
      "57 27 ulecture i 0.16761844\n",
      "57 28 aecture is 0.16761844\n",
      "57 29 eature is  0.16761844\n",
      "57 30  ture is a 0.16761844\n",
      "57 31 uure is a  0.16761844\n",
      "57 32 ure is a M 0.16761844\n",
      "57 33 rr is a Ma 0.16761844\n",
      "57 34 e is a Mat 0.16761844\n",
      "57 35  as a Matc 0.16761844\n",
      "57 36 as a Match 0.16761844\n",
      "57 37 s a Match  0.16761844\n",
      "57 38  a Match U 0.16761844\n",
      "57 39 a Match Up 0.16761844\n",
      "57 40 tMatch Up  0.16761844\n",
      "57 41 aatch Up T 0.16761844\n",
      "57 42 atch Up Te 0.16761844\n",
      "57 43 tch Up Ten 0.16761844\n",
      "57 44 uh Up Tens 0.16761844\n",
      "57 45 u Up Tenso 0.16761844\n",
      "57 46  Up Tensor 0.16761844\n",
      "57 47 ap TensorF 0.16761844\n",
      "57 48 p TensorFl 0.16761844\n",
      "57 49  TensorFlo 0.16761844\n",
      "57 50 aensorFlow 0.16761844\n",
      "57 51 ensorFlow. 0.16761844\n",
      "57 52  torFlow.  0.16761844\n",
      "57 53 torFlow. S 0.16761844\n",
      "57 54  rFlow. St 0.16761844\n",
      "57 55 wFlow. Stu 0.16761844\n",
      "57 56 elow. Stud 0.16761844\n",
      "57 57 low. Stude 0.16761844\n",
      "57 58 ew. Studen 0.16761844\n",
      "57 59 w. Student 0.16761844\n",
      "57 60 . Students 0.16761844\n",
      "57 61  Ttudents, 0.16761844\n",
      "57 62 atudents,  0.16761844\n",
      "57 63 tudents, p 0.16761844\n",
      "57 64 urents, pl 0.16761844\n",
      "57 65 rents, ple 0.16761844\n",
      "57 66 unts, plea 0.16761844\n",
      "57 67  t , pleas 0.16761844\n",
      "57 68 ts, please 0.16761844\n",
      "57 69 u, please  0.16761844\n",
      "57 70   please s 0.16761844\n",
      "57 71  please st 0.16761844\n",
      "57 72 alease stu 0.16761844\n",
      "57 73  ease stud 0.16761844\n",
      "57 74 ease study 0.16761844\n",
      "57 75  se study  0.16761844\n",
      "57 76 te study h 0.16761844\n",
      "57 77   study ha 0.16761844\n",
      "57 78  atudy har 0.16761844\n",
      "57 79 atudy hard 0.16761844\n",
      "57 80  udy hard. 0.16761844\n",
      "58 0 ae are dat 0.16687039\n",
      "58 1 e are data 0.16687039\n",
      "58 2  are datae 0.16687039\n",
      "58 3 a e dataed 0.16687039\n",
      "58 4 te dataedu 0.16687039\n",
      "58 5 e iataedu. 0.16687039\n",
      "58 6  aataedu.  0.16687039\n",
      "58 7 aataedu. T 0.16687039\n",
      "58 8 utaedu. Th 0.16687039\n",
      "58 9 tcedu. The 0.16687039\n",
      "58 10 uedu. The  0.16687039\n",
      "58 11 tdu. The c 0.16687039\n",
      "58 12  u. The cu 0.16687039\n",
      "58 13 u. The cur 0.16687039\n",
      "58 14 r The curr 0.16687039\n",
      "58 15  The curre 0.16687039\n",
      "58 16 aee curren 0.16687039\n",
      "58 17 ee current 0.16687039\n",
      "58 18   current  0.16687039\n",
      "58 19  aurrent l 0.16687039\n",
      "58 20 aurrent le 0.16687039\n",
      "58 21 urrent lec 0.16687039\n",
      "58 22 rrent lect 0.16687039\n",
      "58 23 eent lectu 0.16687039\n",
      "58 24 e t lectur 0.16687039\n",
      "58 25  t lecture 0.16687039\n",
      "58 26 tslecture  0.16687039\n",
      "58 27 ulecture i 0.16687039\n",
      "58 28 aecture is 0.16687039\n",
      "58 29 eature is  0.16687039\n",
      "58 30  ture is a 0.16687039\n",
      "58 31 uure is a  0.16687039\n",
      "58 32 ure is a M 0.16687039\n",
      "58 33 rr is a Ma 0.16687039\n",
      "58 34 e is a Mat 0.16687039\n",
      "58 35  as a Matc 0.16687039\n",
      "58 36 as a Match 0.16687039\n",
      "58 37 s a Match  0.16687039\n",
      "58 38  a Match U 0.16687039\n",
      "58 39 a Match Up 0.16687039\n",
      "58 40 tMatch Up  0.16687039\n",
      "58 41 aatch Up T 0.16687039\n",
      "58 42 atch Up Te 0.16687039\n",
      "58 43 tch Up Ten 0.16687039\n",
      "58 44 uh Up Tens 0.16687039\n",
      "58 45 u Up Tenso 0.16687039\n",
      "58 46  Up Tensor 0.16687039\n",
      "58 47 ap TensorF 0.16687039\n",
      "58 48 p TensorFl 0.16687039\n",
      "58 49 lTensorFlo 0.16687039\n",
      "58 50 aensorFlow 0.16687039\n",
      "58 51 ensorFlow. 0.16687039\n",
      "58 52  torFlow.  0.16687039\n",
      "58 53 torFlow. S 0.16687039\n",
      "58 54  rFlow. St 0.16687039\n",
      "58 55 wFlow. Stu 0.16687039\n",
      "58 56 elow. Stud 0.16687039\n",
      "58 57 low. Stude 0.16687039\n",
      "58 58 ew. Studen 0.16687039\n",
      "58 59 w. Student 0.16687039\n",
      "58 60 . Students 0.16687039\n",
      "58 61  Ttudents, 0.16687039\n",
      "58 62 atudents,  0.16687039\n",
      "58 63 tudents, p 0.16687039\n",
      "58 64 urents, pl 0.16687039\n",
      "58 65 rents, ple 0.16687039\n",
      "58 66 unts, plea 0.16687039\n",
      "58 67  t , pleas 0.16687039\n",
      "58 68 ts, please 0.16687039\n",
      "58 69 u, please  0.16687039\n",
      "58 70   please s 0.16687039\n",
      "58 71  please st 0.16687039\n",
      "58 72 alease stu 0.16687039\n",
      "58 73 lease stud 0.16687039\n",
      "58 74 ease study 0.16687039\n",
      "58 75  se study  0.16687039\n",
      "58 76 te study h 0.16687039\n",
      "58 77   study ha 0.16687039\n",
      "58 78  atudy har 0.16687039\n",
      "58 79 atudy hard 0.16687039\n",
      "58 80  udy hard. 0.16687039\n",
      "59 0 ae are dat 0.16590813\n",
      "59 1 e are data 0.16590813\n",
      "59 2  are datae 0.16590813\n",
      "59 3 a e dataed 0.16590813\n",
      "59 4 te dataedu 0.16590813\n",
      "59 5 e iataedu. 0.16590813\n",
      "59 6  aataedu.  0.16590813\n",
      "59 7 aataedu. T 0.16590813\n",
      "59 8 utaedu. Th 0.16590813\n",
      "59 9 tcedu. The 0.16590813\n",
      "59 10 uedu. The  0.16590813\n",
      "59 11 tdu. The c 0.16590813\n",
      "59 12  u. The cu 0.16590813\n",
      "59 13 u. The cur 0.16590813\n",
      "59 14 r The curr 0.16590813\n",
      "59 15  She curre 0.16590813\n",
      "59 16 aee curren 0.16590813\n",
      "59 17 ee current 0.16590813\n",
      "59 18   current  0.16590813\n",
      "59 19  aurrent l 0.16590813\n",
      "59 20 aurrent le 0.16590813\n",
      "59 21 hrrent lec 0.16590813\n",
      "59 22 rrent lect 0.16590813\n",
      "59 23 eent lectu 0.16590813\n",
      "59 24 e t lectur 0.16590813\n",
      "59 25  t lecture 0.16590813\n",
      "59 26 tslecture  0.16590813\n",
      "59 27 ulecture i 0.16590813\n",
      "59 28 aecture is 0.16590813\n",
      "59 29 ecture is  0.16590813\n",
      "59 30  ture is a 0.16590813\n",
      "59 31 hure is a  0.16590813\n",
      "59 32 ure is a M 0.16590813\n",
      "59 33 rr is a Ma 0.16590813\n",
      "59 34 e is a Mat 0.16590813\n",
      "59 35  as a Matc 0.16590813\n",
      "59 36 as a Match 0.16590813\n",
      "59 37 s a Match  0.16590813\n",
      "59 38  a Match U 0.16590813\n",
      "59 39 a Match Up 0.16590813\n",
      "59 40 tMatch Up  0.16590813\n",
      "59 41 aatch Up T 0.16590813\n",
      "59 42 atch Up Te 0.16590813\n",
      "59 43 tch Up Ten 0.16590813\n",
      "59 44 uh Up Tens 0.16590813\n",
      "59 45 h Up Tenso 0.16590813\n",
      "59 46  Up Tensor 0.16590813\n",
      "59 47 ap TensorF 0.16590813\n",
      "59 48 p TensorFl 0.16590813\n",
      "59 49 lTensorFlo 0.16590813\n",
      "59 50 aensorFlow 0.16590813\n",
      "59 51 ensorFlow. 0.16590813\n",
      "59 52  torFlow.  0.16590813\n",
      "59 53 torFlow. S 0.16590813\n",
      "59 54  rFlow. St 0.16590813\n",
      "59 55 wFlow. Stu 0.16590813\n",
      "59 56 elow. Stud 0.16590813\n",
      "59 57 low. Stude 0.16590813\n",
      "59 58 ew. Studen 0.16590813\n",
      "59 59 w. Student 0.16590813\n",
      "59 60 . Students 0.16590813\n",
      "59 61  Students, 0.16590813\n",
      "59 62 atudents,  0.16590813\n",
      "59 63 tudents, p 0.16590813\n",
      "59 64 urents, pl 0.16590813\n",
      "59 65 rents, ple 0.16590813\n",
      "59 66 unts, plea 0.16590813\n",
      "59 67  t , pleas 0.16590813\n",
      "59 68 ts, please 0.16590813\n",
      "59 69 u, please  0.16590813\n",
      "59 70   please s 0.16590813\n",
      "59 71  please st 0.16590813\n",
      "59 72 alease stu 0.16590813\n",
      "59 73 lease stud 0.16590813\n",
      "59 74 ecse study 0.16590813\n",
      "59 75  se study  0.16590813\n",
      "59 76 te study h 0.16590813\n",
      "59 77   study ha 0.16590813\n",
      "59 78  atudy har 0.16590813\n",
      "59 79 atudy hard 0.16590813\n",
      "59 80  udy hard. 0.16590813\n",
      "60 0 ae are dat 0.16494392\n",
      "60 1 e are data 0.16494392\n",
      "60 2  are datae 0.16494392\n",
      "60 3 a e dataed 0.16494392\n",
      "60 4 te dataedu 0.16494392\n",
      "60 5 e dataedu. 0.16494392\n",
      "60 6  aataedu.  0.16494392\n",
      "60 7 aataedu. T 0.16494392\n",
      "60 8 utaedu. Th 0.16494392\n",
      "60 9 tcedu. The 0.16494392\n",
      "60 10 uedu. The  0.16494392\n",
      "60 11 tdu. The c 0.16494392\n",
      "60 12  u. The cu 0.16494392\n",
      "60 13 u. The cur 0.16494392\n",
      "60 14 r The curr 0.16494392\n",
      "60 15  She curre 0.16494392\n",
      "60 16 ahe curren 0.16494392\n",
      "60 17 ee current 0.16494392\n",
      "60 18 e current  0.16494392\n",
      "60 19  aurrent l 0.16494392\n",
      "60 20 aurrent le 0.16494392\n",
      "60 21 hrrent lec 0.16494392\n",
      "60 22 reent lect 0.16494392\n",
      "60 23 eent lectu 0.16494392\n",
      "60 24 e t lectur 0.16494392\n",
      "60 25  t lecture 0.16494392\n",
      "60 26 tslecture  0.16494392\n",
      "60 27 ulecture i 0.16494392\n",
      "60 28 aecture is 0.16494392\n",
      "60 29 ecture is  0.16494392\n",
      "60 30  ture is a 0.16494392\n",
      "60 31 hure is a  0.16494392\n",
      "60 32 ude is a M 0.16494392\n",
      "60 33 re is a Ma 0.16494392\n",
      "60 34 e ds a Mat 0.16494392\n",
      "60 35  as a Matc 0.16494392\n",
      "60 36 as a Match 0.16494392\n",
      "60 37 s a Match  0.16494392\n",
      "60 38  a Match U 0.16494392\n",
      "60 39 a Match Up 0.16494392\n",
      "60 40 tMatch Up  0.16494392\n",
      "60 41 aatch Up T 0.16494392\n",
      "60 42 atch Up Te 0.16494392\n",
      "60 43 tch Up Ten 0.16494392\n",
      "60 44 uh Up Tens 0.16494392\n",
      "60 45 h Up Tenso 0.16494392\n",
      "60 46 eUp Tensor 0.16494392\n",
      "60 47 ap TensorF 0.16494392\n",
      "60 48 p TensorFl 0.16494392\n",
      "60 49 lTensorFlo 0.16494392\n",
      "60 50 ahnsorFlow 0.16494392\n",
      "60 51 ensorFlow. 0.16494392\n",
      "60 52  torFlow.  0.16494392\n",
      "60 53 torFlow. S 0.16494392\n",
      "60 54  rFlow. St 0.16494392\n",
      "60 55 wFlow. Stu 0.16494392\n",
      "60 56 elow. Stud 0.16494392\n",
      "60 57 low. Stude 0.16494392\n",
      "60 58 ew. Studen 0.16494392\n",
      "60 59 w. Student 0.16494392\n",
      "60 60 . Students 0.16494392\n",
      "60 61  Students, 0.16494392\n",
      "60 62 atudents,  0.16494392\n",
      "60 63 tudents, p 0.16494392\n",
      "60 64 udents, pl 0.16494392\n",
      "60 65 rents, ple 0.16494392\n",
      "60 66 unts, plea 0.16494392\n",
      "60 67  t , pleas 0.16494392\n",
      "60 68 ts, please 0.16494392\n",
      "60 69 u, please  0.16494392\n",
      "60 70   please s 0.16494392\n",
      "60 71  please st 0.16494392\n",
      "60 72 alease stu 0.16494392\n",
      "60 73 lease stud 0.16494392\n",
      "60 74 ecse study 0.16494392\n",
      "60 75  se study  0.16494392\n",
      "60 76 te study h 0.16494392\n",
      "60 77   study ha 0.16494392\n",
      "60 78  atudy har 0.16494392\n",
      "60 79 atudy hard 0.16494392\n",
      "60 80  udy hard. 0.16494392\n",
      "61 0 Te are dat 0.16432914\n",
      "61 1 e are data 0.16432914\n",
      "61 2  are datae 0.16432914\n",
      "61 3 T e dataed 0.16432914\n",
      "61 4 te dataedu 0.16432914\n",
      "61 5 e dataedu. 0.16432914\n",
      "61 6  aataedu.  0.16432914\n",
      "61 7 Tataedu. T 0.16432914\n",
      "61 8 utaedu. Th 0.16432914\n",
      "61 9 tcedu. The 0.16432914\n",
      "61 10 uedu. The  0.16432914\n",
      "61 11 tdu. The c 0.16432914\n",
      "61 12  u. The cu 0.16432914\n",
      "61 13 u. The cur 0.16432914\n",
      "61 14 r The curr 0.16432914\n",
      "61 15  She curre 0.16432914\n",
      "61 16 The curren 0.16432914\n",
      "61 17 ee current 0.16432914\n",
      "61 18 e current  0.16432914\n",
      "61 19  aurrent l 0.16432914\n",
      "61 20 Turrent le 0.16432914\n",
      "61 21 urrent lec 0.16432914\n",
      "61 22 reent lect 0.16432914\n",
      "61 23 eent lectu 0.16432914\n",
      "61 24 e t lectur 0.16432914\n",
      "61 25  t lecture 0.16432914\n",
      "61 26 t lecture  0.16432914\n",
      "61 27 ulecture i 0.16432914\n",
      "61 28 Tecture is 0.16432914\n",
      "61 29 ecture is  0.16432914\n",
      "61 30  ture is a 0.16432914\n",
      "61 31 uure is a  0.16432914\n",
      "61 32 ude is a M 0.16432914\n",
      "61 33 re is a Ma 0.16432914\n",
      "61 34 e ds a Mat 0.16432914\n",
      "61 35  as a Matc 0.16432914\n",
      "61 36 Ts a Match 0.16432914\n",
      "61 37 s a Match  0.16432914\n",
      "61 38 ,a Match U 0.16432914\n",
      "61 39 T Match Up 0.16432914\n",
      "61 40 tMatch Up  0.16432914\n",
      "61 41 Tatch Up T 0.16432914\n",
      "61 42 atch Up Te 0.16432914\n",
      "61 43 tch Up Ten 0.16432914\n",
      "61 44 uh Up Tens 0.16432914\n",
      "61 45 u Up Tenso 0.16432914\n",
      "61 46 eUp Tensor 0.16432914\n",
      "61 47 Tp TensorF 0.16432914\n",
      "61 48 p TensorFl 0.16432914\n",
      "61 49 lTensorFlo 0.16432914\n",
      "61 50 ThnsorFlow 0.16432914\n",
      "61 51 ensorFlow. 0.16432914\n",
      "61 52  torFlow.  0.16432914\n",
      "61 53 torFlow. S 0.16432914\n",
      "61 54 ,rFlow. St 0.16432914\n",
      "61 55 wFlow. Stu 0.16432914\n",
      "61 56 elow. Stud 0.16432914\n",
      "61 57 low. Stude 0.16432914\n",
      "61 58 ew. Studen 0.16432914\n",
      "61 59 w. Student 0.16432914\n",
      "61 60 . Students 0.16432914\n",
      "61 61  Students, 0.16432914\n",
      "61 62 Ttudents,  0.16432914\n",
      "61 63 tudents, p 0.16432914\n",
      "61 64 udents, pl 0.16432914\n",
      "61 65 rents, ple 0.16432914\n",
      "61 66 unts, plea 0.16432914\n",
      "61 67  t , pleas 0.16432914\n",
      "61 68 t , please 0.16432914\n",
      "61 69 u, please  0.16432914\n",
      "61 70 , please s 0.16432914\n",
      "61 71  please st 0.16432914\n",
      "61 72 Tlease stu 0.16432914\n",
      "61 73 lease stud 0.16432914\n",
      "61 74 ecse study 0.16432914\n",
      "61 75  se study  0.16432914\n",
      "61 76 te study h 0.16432914\n",
      "61 77 , study ha 0.16432914\n",
      "61 78  atudy har 0.16432914\n",
      "61 79 Ttudy hard 0.16432914\n",
      "61 80 ,udy hard. 0.16432914\n",
      "62 0 Te are dat 0.16380057\n",
      "62 1 e are data 0.16380057\n",
      "62 2  are datae 0.16380057\n",
      "62 3 T e dataed 0.16380057\n",
      "62 4 te dataedu 0.16380057\n",
      "62 5 e dataedu. 0.16380057\n",
      "62 6  aataedu.  0.16380057\n",
      "62 7 Tataedu. T 0.16380057\n",
      "62 8 utaedu. Th 0.16380057\n",
      "62 9 tcedu. The 0.16380057\n",
      "62 10 uedu. The  0.16380057\n",
      "62 11 tdu. The c 0.16380057\n",
      "62 12  u. The cu 0.16380057\n",
      "62 13 u. The cur 0.16380057\n",
      "62 14 r The curr 0.16380057\n",
      "62 15  The curre 0.16380057\n",
      "62 16 The curren 0.16380057\n",
      "62 17 ee current 0.16380057\n",
      "62 18 e current  0.16380057\n",
      "62 19  aurrent l 0.16380057\n",
      "62 20 Turrent le 0.16380057\n",
      "62 21 urrent lec 0.16380057\n",
      "62 22 reent lect 0.16380057\n",
      "62 23 eent lectu 0.16380057\n",
      "62 24 e t lectur 0.16380057\n",
      "62 25  t lecture 0.16380057\n",
      "62 26 t lecture  0.16380057\n",
      "62 27 ulecture i 0.16380057\n",
      "62 28 Tecture is 0.16380057\n",
      "62 29 ecture is  0.16380057\n",
      "62 30  ture is a 0.16380057\n",
      "62 31 uure is a  0.16380057\n",
      "62 32 ure is a M 0.16380057\n",
      "62 33 re is a Ma 0.16380057\n",
      "62 34 e ds a Mat 0.16380057\n",
      "62 35  as a Matc 0.16380057\n",
      "62 36 Ts a Match 0.16380057\n",
      "62 37 s a Match  0.16380057\n",
      "62 38 ,a Match U 0.16380057\n",
      "62 39 T Match Up 0.16380057\n",
      "62 40 tMatch Up  0.16380057\n",
      "62 41 Tatch Up T 0.16380057\n",
      "62 42 atch Up Te 0.16380057\n",
      "62 43 tch Up Ten 0.16380057\n",
      "62 44 uh Up Tens 0.16380057\n",
      "62 45 u Up Tenso 0.16380057\n",
      "62 46 eUp Tensor 0.16380057\n",
      "62 47 Tp TensorF 0.16380057\n",
      "62 48 p TensorFl 0.16380057\n",
      "62 49  TensorFlo 0.16380057\n",
      "62 50 ThnsorFlow 0.16380057\n",
      "62 51 ensorFlow. 0.16380057\n",
      "62 52  torFlow.  0.16380057\n",
      "62 53 torFlow. S 0.16380057\n",
      "62 54 ,rFlow. St 0.16380057\n",
      "62 55 wFlow. Stu 0.16380057\n",
      "62 56 elow. Stud 0.16380057\n",
      "62 57 low. Stude 0.16380057\n",
      "62 58 ew. Studen 0.16380057\n",
      "62 59 w. Student 0.16380057\n",
      "62 60 . Students 0.16380057\n",
      "62 61  Ttudents, 0.16380057\n",
      "62 62 Ttudents,  0.16380057\n",
      "62 63 tudents, p 0.16380057\n",
      "62 64 urents, pl 0.16380057\n",
      "62 65 rents, ple 0.16380057\n",
      "62 66 unts, plea 0.16380057\n",
      "62 67  t , pleas 0.16380057\n",
      "62 68 t , please 0.16380057\n",
      "62 69 u, please  0.16380057\n",
      "62 70 , please s 0.16380057\n",
      "62 71  please st 0.16380057\n",
      "62 72 Tlease stu 0.16380057\n",
      "62 73  ease stud 0.16380057\n",
      "62 74 ecse study 0.16380057\n",
      "62 75  se study  0.16380057\n",
      "62 76 te study h 0.16380057\n",
      "62 77 , study ha 0.16380057\n",
      "62 78  atudy har 0.16380057\n",
      "62 79 Ttudy hard 0.16380057\n",
      "62 80 ,udy hard. 0.16380057\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "63 0 Te are dat 0.16324788\n",
      "63 1 e are data 0.16324788\n",
      "63 2  are datae 0.16324788\n",
      "63 3 T e dataed 0.16324788\n",
      "63 4 te dataedu 0.16324788\n",
      "63 5 e dataedu. 0.16324788\n",
      "63 6  aataedu.  0.16324788\n",
      "63 7 Tataedu. T 0.16324788\n",
      "63 8 ataedu. Th 0.16324788\n",
      "63 9 taedu. The 0.16324788\n",
      "63 10 uedu. The  0.16324788\n",
      "63 11 tdu. The c 0.16324788\n",
      "63 12  u. The cu 0.16324788\n",
      "63 13 a. The cur 0.16324788\n",
      "63 14 r The curr 0.16324788\n",
      "63 15  The curre 0.16324788\n",
      "63 16 The curren 0.16324788\n",
      "63 17 ee current 0.16324788\n",
      "63 18 e current  0.16324788\n",
      "63 19  aurrent l 0.16324788\n",
      "63 20 Turrent le 0.16324788\n",
      "63 21 urrent lec 0.16324788\n",
      "63 22 reent lect 0.16324788\n",
      "63 23 eent lectu 0.16324788\n",
      "63 24 e t lectur 0.16324788\n",
      "63 25  tslecture 0.16324788\n",
      "63 26 t lecture  0.16324788\n",
      "63 27 ulecture i 0.16324788\n",
      "63 28 Tecture is 0.16324788\n",
      "63 29 eature is  0.16324788\n",
      "63 30  ture is a 0.16324788\n",
      "63 31 uure is a  0.16324788\n",
      "63 32 ure is a M 0.16324788\n",
      "63 33 re is a Ma 0.16324788\n",
      "63 34 e ds a Mat 0.16324788\n",
      "63 35  as a Matc 0.16324788\n",
      "63 36 Ts a Match 0.16324788\n",
      "63 37 s a Match  0.16324788\n",
      "63 38 ,a Match U 0.16324788\n",
      "63 39 T Match Up 0.16324788\n",
      "63 40 tMatch Up  0.16324788\n",
      "63 41 Tatch Up T 0.16324788\n",
      "63 42 atch Up Te 0.16324788\n",
      "63 43 tah Up Ten 0.16324788\n",
      "63 44 uh Up Tens 0.16324788\n",
      "63 45 u Up Tenso 0.16324788\n",
      "63 46 eUp Tensor 0.16324788\n",
      "63 47 Tp TensorF 0.16324788\n",
      "63 48 p TensorFl 0.16324788\n",
      "63 49  TensorFlo 0.16324788\n",
      "63 50 ThnsorFlow 0.16324788\n",
      "63 51 ensorFlow. 0.16324788\n",
      "63 52  torFlow.  0.16324788\n",
      "63 53 torFlow. S 0.16324788\n",
      "63 54 ,rFlow. St 0.16324788\n",
      "63 55 rFlow. Stu 0.16324788\n",
      "63 56 elow. Stud 0.16324788\n",
      "63 57 low. Stude 0.16324788\n",
      "63 58 ew. Studen 0.16324788\n",
      "63 59 r. Student 0.16324788\n",
      "63 60 . Students 0.16324788\n",
      "63 61  Ttudents, 0.16324788\n",
      "63 62 Ttudents,  0.16324788\n",
      "63 63 tudents, p 0.16324788\n",
      "63 64 urents, pl 0.16324788\n",
      "63 65 rents, ple 0.16324788\n",
      "63 66 ants, plea 0.16324788\n",
      "63 67  ts, pleas 0.16324788\n",
      "63 68 t , please 0.16324788\n",
      "63 69 u, please  0.16324788\n",
      "63 70 , please s 0.16324788\n",
      "63 71  please st 0.16324788\n",
      "63 72 Tlease stu 0.16324788\n",
      "63 73  ease stud 0.16324788\n",
      "63 74 ease study 0.16324788\n",
      "63 75  se study  0.16324788\n",
      "63 76 te study h 0.16324788\n",
      "63 77 , study ha 0.16324788\n",
      "63 78  atudy har 0.16324788\n",
      "63 79 Ttudy hard 0.16324788\n",
      "63 80 ,udy hard. 0.16324788\n",
      "64 0 Te are dat 0.16283709\n",
      "64 1 e are data 0.16283709\n",
      "64 2  are datae 0.16283709\n",
      "64 3 T e dataed 0.16283709\n",
      "64 4 te dataedu 0.16283709\n",
      "64 5 e iataedu. 0.16283709\n",
      "64 6  aataedu.  0.16283709\n",
      "64 7 Tataedu. T 0.16283709\n",
      "64 8 ataedu. Th 0.16283709\n",
      "64 9 taedu. The 0.16283709\n",
      "64 10 uedu. The  0.16283709\n",
      "64 11 tdu. The c 0.16283709\n",
      "64 12  u. The cu 0.16283709\n",
      "64 13 a. The cur 0.16283709\n",
      "64 14 r The curr 0.16283709\n",
      "64 15  The curre 0.16283709\n",
      "64 16 The curren 0.16283709\n",
      "64 17 ee current 0.16283709\n",
      "64 18   current  0.16283709\n",
      "64 19  aurrent l 0.16283709\n",
      "64 20 Turrent le 0.16283709\n",
      "64 21 urrent lec 0.16283709\n",
      "64 22 rrent lect 0.16283709\n",
      "64 23 eent lectu 0.16283709\n",
      "64 24 e t lectur 0.16283709\n",
      "64 25  tslecture 0.16283709\n",
      "64 26 t lecture  0.16283709\n",
      "64 27 ulecture i 0.16283709\n",
      "64 28 Tecture is 0.16283709\n",
      "64 29 eature is  0.16283709\n",
      "64 30  ture is a 0.16283709\n",
      "64 31 uure is a  0.16283709\n",
      "64 32 ude is a M 0.16283709\n",
      "64 33 rr is a Ma 0.16283709\n",
      "64 34 e is a Mat 0.16283709\n",
      "64 35  as a Matc 0.16283709\n",
      "64 36 Ts a Match 0.16283709\n",
      "64 37 s a Match  0.16283709\n",
      "64 38 ,a Match U 0.16283709\n",
      "64 39 T Match Up 0.16283709\n",
      "64 40 tMatch Up  0.16283709\n",
      "64 41 Tatch Up T 0.16283709\n",
      "64 42 atch Up Te 0.16283709\n",
      "64 43 tah Up Ten 0.16283709\n",
      "64 44 uh Up Tens 0.16283709\n",
      "64 45 u Up Tenso 0.16283709\n",
      "64 46  Up Tensor 0.16283709\n",
      "64 47 Tp TensorF 0.16283709\n",
      "64 48 p TensorFl 0.16283709\n",
      "64 49  TensorFlo 0.16283709\n",
      "64 50 ThnsorFlow 0.16283709\n",
      "64 51 ensorFlow. 0.16283709\n",
      "64 52  torFlow.  0.16283709\n",
      "64 53 torFlow. S 0.16283709\n",
      "64 54 ,rFlow. St 0.16283709\n",
      "64 55 rFlow. Stu 0.16283709\n",
      "64 56 elow. Stud 0.16283709\n",
      "64 57 low. Stude 0.16283709\n",
      "64 58 ew. Studen 0.16283709\n",
      "64 59 r. Student 0.16283709\n",
      "64 60 . Students 0.16283709\n",
      "64 61  Ttudents, 0.16283709\n",
      "64 62 Ttudents,  0.16283709\n",
      "64 63 tudents, p 0.16283709\n",
      "64 64 udents, pl 0.16283709\n",
      "64 65 rents, ple 0.16283709\n",
      "64 66 ants, plea 0.16283709\n",
      "64 67  ts, pleas 0.16283709\n",
      "64 68 t , please 0.16283709\n",
      "64 69 u, please  0.16283709\n",
      "64 70 , please s 0.16283709\n",
      "64 71  please st 0.16283709\n",
      "64 72 Tlease stu 0.16283709\n",
      "64 73  ease stud 0.16283709\n",
      "64 74 ease study 0.16283709\n",
      "64 75  se study  0.16283709\n",
      "64 76 te study h 0.16283709\n",
      "64 77 , study ha 0.16283709\n",
      "64 78  atudy har 0.16283709\n",
      "64 79 Ttudy hard 0.16283709\n",
      "64 80 ,udy hard. 0.16283709\n",
      "65 0 Te are dat 0.16244854\n",
      "65 1 e are data 0.16244854\n",
      "65 2  cre datae 0.16244854\n",
      "65 3 T e dataed 0.16244854\n",
      "65 4 te dataedu 0.16244854\n",
      "65 5 e iataedu. 0.16244854\n",
      "65 6  cataedu.  0.16244854\n",
      "65 7 Tataedu. T 0.16244854\n",
      "65 8 ataedu. Th 0.16244854\n",
      "65 9 taedu. The 0.16244854\n",
      "65 10 uedu. The  0.16244854\n",
      "65 11 tdu. The c 0.16244854\n",
      "65 12  u. The cu 0.16244854\n",
      "65 13 a. The cur 0.16244854\n",
      "65 14 r The curr 0.16244854\n",
      "65 15  She curre 0.16244854\n",
      "65 16 Tee curren 0.16244854\n",
      "65 17 ee current 0.16244854\n",
      "65 18   current  0.16244854\n",
      "65 19  current l 0.16244854\n",
      "65 20 Turrent le 0.16244854\n",
      "65 21 urrent lec 0.16244854\n",
      "65 22 rrent lect 0.16244854\n",
      "65 23 eent lectu 0.16244854\n",
      "65 24 e t lectur 0.16244854\n",
      "65 25  tslecture 0.16244854\n",
      "65 26 tslecture  0.16244854\n",
      "65 27 ulecture i 0.16244854\n",
      "65 28 Tecture is 0.16244854\n",
      "65 29 ecture is  0.16244854\n",
      "65 30  ture is a 0.16244854\n",
      "65 31 uure is a  0.16244854\n",
      "65 32 ude is a M 0.16244854\n",
      "65 33 rr is a Ma 0.16244854\n",
      "65 34 e is a Mat 0.16244854\n",
      "65 35  cs a Matc 0.16244854\n",
      "65 36 Ts a Match 0.16244854\n",
      "65 37 s a Match  0.16244854\n",
      "65 38 oa Match U 0.16244854\n",
      "65 39 T Match Up 0.16244854\n",
      "65 40 tMatch Up  0.16244854\n",
      "65 41 Tatch Up T 0.16244854\n",
      "65 42 atch Up Te 0.16244854\n",
      "65 43 tah Up Ten 0.16244854\n",
      "65 44 uh Up Tens 0.16244854\n",
      "65 45 u Up Tenso 0.16244854\n",
      "65 46  Up Tensor 0.16244854\n",
      "65 47 Tp TensorF 0.16244854\n",
      "65 48 p TensorFl 0.16244854\n",
      "65 49  TensorFlo 0.16244854\n",
      "65 50 TensorFlow 0.16244854\n",
      "65 51 ensorFlow. 0.16244854\n",
      "65 52  torFlow.  0.16244854\n",
      "65 53 torFlow. S 0.16244854\n",
      "65 54 orFlow. St 0.16244854\n",
      "65 55 rFlow. Stu 0.16244854\n",
      "65 56 elow. Stud 0.16244854\n",
      "65 57 low. Stude 0.16244854\n",
      "65 58 ew. Studen 0.16244854\n",
      "65 59 r. Student 0.16244854\n",
      "65 60 . Students 0.16244854\n",
      "65 61  Students, 0.16244854\n",
      "65 62 Ttudents,  0.16244854\n",
      "65 63 tudents, p 0.16244854\n",
      "65 64 udents, pl 0.16244854\n",
      "65 65 rents, ple 0.16244854\n",
      "65 66 ants, plea 0.16244854\n",
      "65 67  ts, pleas 0.16244854\n",
      "65 68 ts, please 0.16244854\n",
      "65 69 u, please  0.16244854\n",
      "65 70 o please s 0.16244854\n",
      "65 71  please st 0.16244854\n",
      "65 72 Tlease stu 0.16244854\n",
      "65 73  ease stud 0.16244854\n",
      "65 74 ecse study 0.16244854\n",
      "65 75  se study  0.16244854\n",
      "65 76 te study h 0.16244854\n",
      "65 77 o study ha 0.16244854\n",
      "65 78  ctudy har 0.16244854\n",
      "65 79 Ttudy hard 0.16244854\n",
      "65 80 oudy hard. 0.16244854\n",
      "66 0 Te are dat 0.16200922\n",
      "66 1 e are data 0.16200922\n",
      "66 2  dre datae 0.16200922\n",
      "66 3 Tre dataed 0.16200922\n",
      "66 4 te dataedu 0.16200922\n",
      "66 5 e iataedu. 0.16200922\n",
      "66 6  dataedu.  0.16200922\n",
      "66 7 Tataedu. T 0.16200922\n",
      "66 8 ataedu. Th 0.16200922\n",
      "66 9 tcedu. The 0.16200922\n",
      "66 10 uedu. The  0.16200922\n",
      "66 11 tdu. The c 0.16200922\n",
      "66 12  u. The cu 0.16200922\n",
      "66 13 a. The cur 0.16200922\n",
      "66 14 r The curr 0.16200922\n",
      "66 15  She curre 0.16200922\n",
      "66 16 Tee curren 0.16200922\n",
      "66 17 ee current 0.16200922\n",
      "66 18   current  0.16200922\n",
      "66 19  durrent l 0.16200922\n",
      "66 20 Turrent le 0.16200922\n",
      "66 21 urrent lec 0.16200922\n",
      "66 22 rrent lect 0.16200922\n",
      "66 23 eent lectu 0.16200922\n",
      "66 24 e t lectur 0.16200922\n",
      "66 25  t lecture 0.16200922\n",
      "66 26 tslecture  0.16200922\n",
      "66 27 ulecture i 0.16200922\n",
      "66 28 Tecture is 0.16200922\n",
      "66 29 ecture is  0.16200922\n",
      "66 30  ture is a 0.16200922\n",
      "66 31 uure is a  0.16200922\n",
      "66 32 ude is a M 0.16200922\n",
      "66 33 rr is a Ma 0.16200922\n",
      "66 34 e is a Mat 0.16200922\n",
      "66 35  ds a Matc 0.16200922\n",
      "66 36 Ts a Match 0.16200922\n",
      "66 37 s a Match  0.16200922\n",
      "66 38 ta Match U 0.16200922\n",
      "66 39 TrMatch Up 0.16200922\n",
      "66 40 tMatch Up  0.16200922\n",
      "66 41 Tatch Up T 0.16200922\n",
      "66 42 atch Up Te 0.16200922\n",
      "66 43 tch Up Ten 0.16200922\n",
      "66 44 uh Up Tens 0.16200922\n",
      "66 45 u Up Tenso 0.16200922\n",
      "66 46  Up Tensor 0.16200922\n",
      "66 47 Tp TensorF 0.16200922\n",
      "66 48 p TensorFl 0.16200922\n",
      "66 49  TensorFlo 0.16200922\n",
      "66 50 TensorFlow 0.16200922\n",
      "66 51 ensorFlow. 0.16200922\n",
      "66 52  torFlow.  0.16200922\n",
      "66 53 torFlow. S 0.16200922\n",
      "66 54 trFlow. St 0.16200922\n",
      "66 55 rFlow. Stu 0.16200922\n",
      "66 56 elow. Stud 0.16200922\n",
      "66 57 low. Stude 0.16200922\n",
      "66 58 ew. Studen 0.16200922\n",
      "66 59 r. Student 0.16200922\n",
      "66 60 . Students 0.16200922\n",
      "66 61  Students, 0.16200922\n",
      "66 62 Ttudents,  0.16200922\n",
      "66 63 tudents, p 0.16200922\n",
      "66 64 udents, pl 0.16200922\n",
      "66 65 rents, ple 0.16200922\n",
      "66 66 ants, plea 0.16200922\n",
      "66 67  t , pleas 0.16200922\n",
      "66 68 ts, please 0.16200922\n",
      "66 69 u, please  0.16200922\n",
      "66 70 t please s 0.16200922\n",
      "66 71  please st 0.16200922\n",
      "66 72 Tlease stu 0.16200922\n",
      "66 73  ease stud 0.16200922\n",
      "66 74 ecse study 0.16200922\n",
      "66 75  se study  0.16200922\n",
      "66 76 te study h 0.16200922\n",
      "66 77 t study ha 0.16200922\n",
      "66 78  dtudy har 0.16200922\n",
      "66 79 Ttudy hard 0.16200922\n",
      "66 80 tudy hard. 0.16200922\n",
      "67 0 ae are dat 0.16176052\n",
      "67 1 e are data 0.16176052\n",
      "67 2  dre datae 0.16176052\n",
      "67 3 are dataed 0.16176052\n",
      "67 4 te dataedu 0.16176052\n",
      "67 5 e iataedu. 0.16176052\n",
      "67 6  dataedu.  0.16176052\n",
      "67 7 aataedu. T 0.16176052\n",
      "67 8 ataedu. Th 0.16176052\n",
      "67 9 tcedu. The 0.16176052\n",
      "67 10 uedu. The  0.16176052\n",
      "67 11 tdu. The c 0.16176052\n",
      "67 12  u. The cu 0.16176052\n",
      "67 13 a. The cur 0.16176052\n",
      "67 14 r The curr 0.16176052\n",
      "67 15  She curre 0.16176052\n",
      "67 16 aee curren 0.16176052\n",
      "67 17 ee current 0.16176052\n",
      "67 18   current  0.16176052\n",
      "67 19  durrent l 0.16176052\n",
      "67 20 aurrent le 0.16176052\n",
      "67 21 hrrent lec 0.16176052\n",
      "67 22 reent lect 0.16176052\n",
      "67 23 eent lectu 0.16176052\n",
      "67 24 e t lectur 0.16176052\n",
      "67 25  t lecture 0.16176052\n",
      "67 26 tslecture  0.16176052\n",
      "67 27 ulecture i 0.16176052\n",
      "67 28 aecture is 0.16176052\n",
      "67 29 ecture is  0.16176052\n",
      "67 30  ture is a 0.16176052\n",
      "67 31 hure is a  0.16176052\n",
      "67 32 ude is a M 0.16176052\n",
      "67 33 re is a Ma 0.16176052\n",
      "67 34 e is a Mat 0.16176052\n",
      "67 35  ds a Matc 0.16176052\n",
      "67 36 as a Match 0.16176052\n",
      "67 37 s a Match  0.16176052\n",
      "67 38 ta Match U 0.16176052\n",
      "67 39 arMatch Up 0.16176052\n",
      "67 40 tMatch Up  0.16176052\n",
      "67 41 aatch Up T 0.16176052\n",
      "67 42 atch Up Te 0.16176052\n",
      "67 43 tch Up Ten 0.16176052\n",
      "67 44 uh Up Tens 0.16176052\n",
      "67 45 h Up Tenso 0.16176052\n",
      "67 46  Up Tensor 0.16176052\n",
      "67 47 ap TensorF 0.16176052\n",
      "67 48 p TensorFl 0.16176052\n",
      "67 49  TensorFlo 0.16176052\n",
      "67 50 aensorFlow 0.16176052\n",
      "67 51 ensorFlow. 0.16176052\n",
      "67 52  torFlow.  0.16176052\n",
      "67 53 torFlow. S 0.16176052\n",
      "67 54 trFlow. St 0.16176052\n",
      "67 55 rFlow. Stu 0.16176052\n",
      "67 56 elow. Stud 0.16176052\n",
      "67 57 low. Stude 0.16176052\n",
      "67 58 ew. Studen 0.16176052\n",
      "67 59 r. Student 0.16176052\n",
      "67 60 . Students 0.16176052\n",
      "67 61  Students, 0.16176052\n",
      "67 62 atudents,  0.16176052\n",
      "67 63 tudents, p 0.16176052\n",
      "67 64 udents, pl 0.16176052\n",
      "67 65 rents, ple 0.16176052\n",
      "67 66 ants, plea 0.16176052\n",
      "67 67  t , pleas 0.16176052\n",
      "67 68 ts, please 0.16176052\n",
      "67 69 u, please  0.16176052\n",
      "67 70 t please s 0.16176052\n",
      "67 71  please st 0.16176052\n",
      "67 72 alease stu 0.16176052\n",
      "67 73  ease stud 0.16176052\n",
      "67 74 ecse study 0.16176052\n",
      "67 75  se study  0.16176052\n",
      "67 76 te study h 0.16176052\n",
      "67 77 t study ha 0.16176052\n",
      "67 78  dtudy har 0.16176052\n",
      "67 79 atudy hard 0.16176052\n",
      "67 80 tudy hard. 0.16176052\n",
      "68 0 Te are dat 0.16154256\n",
      "68 1 e are data 0.16154256\n",
      "68 2  dre datae 0.16154256\n",
      "68 3 Tre dataed 0.16154256\n",
      "68 4 te dataedu 0.16154256\n",
      "68 5 e iataedu. 0.16154256\n",
      "68 6  dataedu.  0.16154256\n",
      "68 7 Tataedu. T 0.16154256\n",
      "68 8 ataedu. Th 0.16154256\n",
      "68 9 tcedu. The 0.16154256\n",
      "68 10 uedu. The  0.16154256\n",
      "68 11 tdu. The c 0.16154256\n",
      "68 12  u. The cu 0.16154256\n",
      "68 13 a. The cur 0.16154256\n",
      "68 14 r The curr 0.16154256\n",
      "68 15  The curre 0.16154256\n",
      "68 16 The curren 0.16154256\n",
      "68 17 he current 0.16154256\n",
      "68 18 e current  0.16154256\n",
      "68 19  durrent l 0.16154256\n",
      "68 20 Turrent le 0.16154256\n",
      "68 21 hrrent lec 0.16154256\n",
      "68 22 reent lect 0.16154256\n",
      "68 23 eent lectu 0.16154256\n",
      "68 24 e t lectur 0.16154256\n",
      "68 25  tslecture 0.16154256\n",
      "68 26 tslecture  0.16154256\n",
      "68 27 ulecture i 0.16154256\n",
      "68 28 Tecture is 0.16154256\n",
      "68 29 ecture is  0.16154256\n",
      "68 30  ture is a 0.16154256\n",
      "68 31 hure is a  0.16154256\n",
      "68 32 ude is a M 0.16154256\n",
      "68 33 re is a Ma 0.16154256\n",
      "68 34 e is a Mat 0.16154256\n",
      "68 35  ds a Matc 0.16154256\n",
      "68 36 Ts a Match 0.16154256\n",
      "68 37 s a Match  0.16154256\n",
      "68 38 ta Match U 0.16154256\n",
      "68 39 TrMatch Up 0.16154256\n",
      "68 40 tMatch Up  0.16154256\n",
      "68 41 Tatch Up T 0.16154256\n",
      "68 42 atch Up Te 0.16154256\n",
      "68 43 tch Up Ten 0.16154256\n",
      "68 44 uh Up Tens 0.16154256\n",
      "68 45 h Up Tenso 0.16154256\n",
      "68 46 eUp Tensor 0.16154256\n",
      "68 47 Tp TensorF 0.16154256\n",
      "68 48 p TensorFl 0.16154256\n",
      "68 49  TensorFlo 0.16154256\n",
      "68 50 ThnsorFlow 0.16154256\n",
      "68 51 hnsorFlow. 0.16154256\n",
      "68 52  torFlow.  0.16154256\n",
      "68 53 torFlow. S 0.16154256\n",
      "68 54 trFlow. St 0.16154256\n",
      "68 55 rFlow. Stu 0.16154256\n",
      "68 56 elow. Stud 0.16154256\n",
      "68 57 low. Stude 0.16154256\n",
      "68 58 ew. Studen 0.16154256\n",
      "68 59 r. Student 0.16154256\n",
      "68 60 . Students 0.16154256\n",
      "68 61  Ttudents, 0.16154256\n",
      "68 62 Ttudents,  0.16154256\n",
      "68 63 tudents, p 0.16154256\n",
      "68 64 udents, pl 0.16154256\n",
      "68 65 rents, ple 0.16154256\n",
      "68 66 ants, plea 0.16154256\n",
      "68 67  ts, pleas 0.16154256\n",
      "68 68 ts, please 0.16154256\n",
      "68 69 u, please  0.16154256\n",
      "68 70 t please s 0.16154256\n",
      "68 71  please st 0.16154256\n",
      "68 72 Tlease stu 0.16154256\n",
      "68 73  ease stud 0.16154256\n",
      "68 74 ecse study 0.16154256\n",
      "68 75  se study  0.16154256\n",
      "68 76 te study h 0.16154256\n",
      "68 77 t study ha 0.16154256\n",
      "68 78  dtudy har 0.16154256\n",
      "68 79 Ttudy hard 0.16154256\n",
      "68 80 tudy hard. 0.16154256\n",
      "69 0 Te are dat 0.16122657\n",
      "69 1 e are data 0.16122657\n",
      "69 2  dre datae 0.16122657\n",
      "69 3 Tre dataed 0.16122657\n",
      "69 4 te dataedu 0.16122657\n",
      "69 5 e iataedu. 0.16122657\n",
      "69 6  dataedu.  0.16122657\n",
      "69 7 Tataedu. T 0.16122657\n",
      "69 8 ataedu. Th 0.16122657\n",
      "69 9 tcedu. The 0.16122657\n",
      "69 10 uedu. The  0.16122657\n",
      "69 11 tdu. The c 0.16122657\n",
      "69 12  u. The cu 0.16122657\n",
      "69 13 a. The cur 0.16122657\n",
      "69 14 r The curr 0.16122657\n",
      "69 15  The curre 0.16122657\n",
      "69 16 The curren 0.16122657\n",
      "69 17 he current 0.16122657\n",
      "69 18 e current  0.16122657\n",
      "69 19  durrent l 0.16122657\n",
      "69 20 Turrent le 0.16122657\n",
      "69 21 hrrent lec 0.16122657\n",
      "69 22 reent lect 0.16122657\n",
      "69 23 eent lectu 0.16122657\n",
      "69 24 e t lectur 0.16122657\n",
      "69 25  t lecture 0.16122657\n",
      "69 26 tslecture  0.16122657\n",
      "69 27 ulecture i 0.16122657\n",
      "69 28 Tecture is 0.16122657\n",
      "69 29 eature is  0.16122657\n",
      "69 30  ture is a 0.16122657\n",
      "69 31 hure is a  0.16122657\n",
      "69 32 ude is a M 0.16122657\n",
      "69 33 re is a Ma 0.16122657\n",
      "69 34 e is a Mat 0.16122657\n",
      "69 35  ds a Matc 0.16122657\n",
      "69 36 Ts a Match 0.16122657\n",
      "69 37 s a Match  0.16122657\n",
      "69 38 ea Match U 0.16122657\n",
      "69 39 TrMatch Up 0.16122657\n",
      "69 40 tMatch Up  0.16122657\n",
      "69 41 Tatch Up T 0.16122657\n",
      "69 42 atch Up Te 0.16122657\n",
      "69 43 tch Up Ten 0.16122657\n",
      "69 44 uh Up Tens 0.16122657\n",
      "69 45 h Up Tenso 0.16122657\n",
      "69 46 eUp Tensor 0.16122657\n",
      "69 47 Tp TensorF 0.16122657\n",
      "69 48 p TensorFl 0.16122657\n",
      "69 49 lTensorFlo 0.16122657\n",
      "69 50 ThnsorFlow 0.16122657\n",
      "69 51 hnsorFlow. 0.16122657\n",
      "69 52  torFlow.  0.16122657\n",
      "69 53 torFlow. S 0.16122657\n",
      "69 54 erFlow. St 0.16122657\n",
      "69 55 wFlow. Stu 0.16122657\n",
      "69 56 elow. Stud 0.16122657\n",
      "69 57 low. Stude 0.16122657\n",
      "69 58 ew. Studen 0.16122657\n",
      "69 59 w. Student 0.16122657\n",
      "69 60 . Students 0.16122657\n",
      "69 61  Ttudents, 0.16122657\n",
      "69 62 Ttudents,  0.16122657\n",
      "69 63 tudents, p 0.16122657\n",
      "69 64 udents, pl 0.16122657\n",
      "69 65 rents, ple 0.16122657\n",
      "69 66 ants, plea 0.16122657\n",
      "69 67  t , pleas 0.16122657\n",
      "69 68 ts, please 0.16122657\n",
      "69 69 u, please  0.16122657\n",
      "69 70 e please s 0.16122657\n",
      "69 71  please st 0.16122657\n",
      "69 72 Tlease stu 0.16122657\n",
      "69 73 lease stud 0.16122657\n",
      "69 74 ease study 0.16122657\n",
      "69 75  se study  0.16122657\n",
      "69 76 te study h 0.16122657\n",
      "69 77 e study ha 0.16122657\n",
      "69 78  dtudy har 0.16122657\n",
      "69 79 Ttudy hard 0.16122657\n",
      "69 80 eudy hard. 0.16122657\n",
      "70 0 ae are dat 0.16098332\n",
      "70 1 e are data 0.16098332\n",
      "70 2  sre datae 0.16098332\n",
      "70 3 are dataed 0.16098332\n",
      "70 4 te dataedu 0.16098332\n",
      "70 5 e dataedu. 0.16098332\n",
      "70 6  sataedu.  0.16098332\n",
      "70 7 aataedu. T 0.16098332\n",
      "70 8 utaedu. Th 0.16098332\n",
      "70 9 tcedu. The 0.16098332\n",
      "70 10 uedu. The  0.16098332\n",
      "70 11 tdu. The c 0.16098332\n",
      "70 12  u. The cu 0.16098332\n",
      "70 13 u. The cur 0.16098332\n",
      "70 14 r The curr 0.16098332\n",
      "70 15  The curre 0.16098332\n",
      "70 16 ahe curren 0.16098332\n",
      "70 17 he current 0.16098332\n",
      "70 18   current  0.16098332\n",
      "70 19  surrent l 0.16098332\n",
      "70 20 aurrent le 0.16098332\n",
      "70 21 trrent lec 0.16098332\n",
      "70 22 rrent lect 0.16098332\n",
      "70 23 eent lectu 0.16098332\n",
      "70 24 e t lectur 0.16098332\n",
      "70 25  t lecture 0.16098332\n",
      "70 26 t lecture  0.16098332\n",
      "70 27 ulecture i 0.16098332\n",
      "70 28 aecture is 0.16098332\n",
      "70 29 eature is  0.16098332\n",
      "70 30  ture is a 0.16098332\n",
      "70 31 ture is a  0.16098332\n",
      "70 32 ure is a M 0.16098332\n",
      "70 33 rr is a Ma 0.16098332\n",
      "70 34 e ds a Mat 0.16098332\n",
      "70 35  ss a Matc 0.16098332\n",
      "70 36 as a Match 0.16098332\n",
      "70 37 s a Match  0.16098332\n",
      "70 38 ea Match U 0.16098332\n",
      "70 39 arMatch Up 0.16098332\n",
      "70 40 tMatch Up  0.16098332\n",
      "70 41 aatch Up T 0.16098332\n",
      "70 42 atch Up Te 0.16098332\n",
      "70 43 tch Up Ten 0.16098332\n",
      "70 44 uh Up Tens 0.16098332\n",
      "70 45 t Up Tenso 0.16098332\n",
      "70 46  Up Tensor 0.16098332\n",
      "70 47 ap TensorF 0.16098332\n",
      "70 48 p TensorFl 0.16098332\n",
      "70 49 lTensorFlo 0.16098332\n",
      "70 50 ahnsorFlow 0.16098332\n",
      "70 51 hnsorFlow. 0.16098332\n",
      "70 52  torFlow.  0.16098332\n",
      "70 53 torFlow. S 0.16098332\n",
      "70 54 erFlow. St 0.16098332\n",
      "70 55 wFlow. Stu 0.16098332\n",
      "70 56 elow. Stud 0.16098332\n",
      "70 57 low. Stude 0.16098332\n",
      "70 58 ew. Studen 0.16098332\n",
      "70 59 w. Student 0.16098332\n",
      "70 60 . Students 0.16098332\n",
      "70 61  Ttudents, 0.16098332\n",
      "70 62 atudents,  0.16098332\n",
      "70 63 tudents, p 0.16098332\n",
      "70 64 urents, pl 0.16098332\n",
      "70 65 rents, ple 0.16098332\n",
      "70 66 unts, plea 0.16098332\n",
      "70 67  t , pleas 0.16098332\n",
      "70 68 t , please 0.16098332\n",
      "70 69 u, please  0.16098332\n",
      "70 70 e please s 0.16098332\n",
      "70 71  please st 0.16098332\n",
      "70 72 alease stu 0.16098332\n",
      "70 73 lease stud 0.16098332\n",
      "70 74 ease study 0.16098332\n",
      "70 75  se study  0.16098332\n",
      "70 76 te study h 0.16098332\n",
      "70 77 e study ha 0.16098332\n",
      "70 78  study har 0.16098332\n",
      "70 79 atudy hard 0.16098332\n",
      "70 80 eudy hard. 0.16098332\n",
      "71 0 ae are dat 0.16078481\n",
      "71 1 e are data 0.16078481\n",
      "71 2  sre datae 0.16078481\n",
      "71 3 are dataed 0.16078481\n",
      "71 4 te dataedu 0.16078481\n",
      "71 5 e dataedu. 0.16078481\n",
      "71 6  sataedu.  0.16078481\n",
      "71 7 aataedu. T 0.16078481\n",
      "71 8 utaedu. Th 0.16078481\n",
      "71 9 taedu. The 0.16078481\n",
      "71 10 uedu. The  0.16078481\n",
      "71 11 tdu. The c 0.16078481\n",
      "71 12  u. The cu 0.16078481\n",
      "71 13 u. The cur 0.16078481\n",
      "71 14 r The curr 0.16078481\n",
      "71 15  The curre 0.16078481\n",
      "71 16 aee curren 0.16078481\n",
      "71 17 he current 0.16078481\n",
      "71 18   current  0.16078481\n",
      "71 19  surrent l 0.16078481\n",
      "71 20 aurrent le 0.16078481\n",
      "71 21 urrent lec 0.16078481\n",
      "71 22 rrent lect 0.16078481\n",
      "71 23 eent lectu 0.16078481\n",
      "71 24 e t lectur 0.16078481\n",
      "71 25  tslecture 0.16078481\n",
      "71 26 t lecture  0.16078481\n",
      "71 27 ulecture i 0.16078481\n",
      "71 28 aecture is 0.16078481\n",
      "71 29 eature is  0.16078481\n",
      "71 30  ture is a 0.16078481\n",
      "71 31 uure is a  0.16078481\n",
      "71 32 ure is a M 0.16078481\n",
      "71 33 rr is a Ma 0.16078481\n",
      "71 34 e ds a Mat 0.16078481\n",
      "71 35  ss a Matc 0.16078481\n",
      "71 36 as a Match 0.16078481\n",
      "71 37 s a Match  0.16078481\n",
      "71 38 ea Match U 0.16078481\n",
      "71 39 arMatch Up 0.16078481\n",
      "71 40 tMatch Up  0.16078481\n",
      "71 41 aatch Up T 0.16078481\n",
      "71 42 atch Up Te 0.16078481\n",
      "71 43 tah Up Ten 0.16078481\n",
      "71 44 uh Up Tens 0.16078481\n",
      "71 45 u Up Tenso 0.16078481\n",
      "71 46  Up Tensor 0.16078481\n",
      "71 47 ap TensorF 0.16078481\n",
      "71 48 p TensorFl 0.16078481\n",
      "71 49 lTensorFlo 0.16078481\n",
      "71 50 aensorFlow 0.16078481\n",
      "71 51 hnsorFlow. 0.16078481\n",
      "71 52  torFlow.  0.16078481\n",
      "71 53 torFlow. S 0.16078481\n",
      "71 54 erFlow. St 0.16078481\n",
      "71 55 wFlow. Stu 0.16078481\n",
      "71 56 elow. Stud 0.16078481\n",
      "71 57 low. Stude 0.16078481\n",
      "71 58 ew. Studen 0.16078481\n",
      "71 59 w. Student 0.16078481\n",
      "71 60 . Students 0.16078481\n",
      "71 61  Ttudents, 0.16078481\n",
      "71 62 atudents,  0.16078481\n",
      "71 63 tudents, p 0.16078481\n",
      "71 64 urents, pl 0.16078481\n",
      "71 65 rents, ple 0.16078481\n",
      "71 66 unts, plea 0.16078481\n",
      "71 67  ts, pleas 0.16078481\n",
      "71 68 t , please 0.16078481\n",
      "71 69 u, please  0.16078481\n",
      "71 70 e please s 0.16078481\n",
      "71 71  please st 0.16078481\n",
      "71 72 alease stu 0.16078481\n",
      "71 73 lease stud 0.16078481\n",
      "71 74 ease study 0.16078481\n",
      "71 75  se study  0.16078481\n",
      "71 76 te study h 0.16078481\n",
      "71 77 e study ha 0.16078481\n",
      "71 78  study har 0.16078481\n",
      "71 79 atudy hard 0.16078481\n",
      "71 80 eudy hard. 0.16078481\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "72 0 ae are dat 0.1605284\n",
      "72 1 e are data 0.1605284\n",
      "72 2  sre datae 0.1605284\n",
      "72 3 a e dataed 0.1605284\n",
      "72 4 te dataedu 0.1605284\n",
      "72 5 e dataedu. 0.1605284\n",
      "72 6  sataedu.  0.1605284\n",
      "72 7 aataedu. T 0.1605284\n",
      "72 8 utaedu. Th 0.1605284\n",
      "72 9 taedu. The 0.1605284\n",
      "72 10 uedu. The  0.1605284\n",
      "72 11 tdu. The c 0.1605284\n",
      "72 12  u. The cu 0.1605284\n",
      "72 13 u. The cur 0.1605284\n",
      "72 14 r The curr 0.1605284\n",
      "72 15  She curre 0.1605284\n",
      "72 16 aee curren 0.1605284\n",
      "72 17 he current 0.1605284\n",
      "72 18   current  0.1605284\n",
      "72 19  surrent l 0.1605284\n",
      "72 20 aurrent le 0.1605284\n",
      "72 21 urrent lec 0.1605284\n",
      "72 22 rrent lect 0.1605284\n",
      "72 23 eent lectu 0.1605284\n",
      "72 24 e t lectur 0.1605284\n",
      "72 25  tslecture 0.1605284\n",
      "72 26 t lecture  0.1605284\n",
      "72 27 ulecture i 0.1605284\n",
      "72 28 aecture is 0.1605284\n",
      "72 29 ecture is  0.1605284\n",
      "72 30  ture is a 0.1605284\n",
      "72 31 uure is a  0.1605284\n",
      "72 32 ure is a M 0.1605284\n",
      "72 33 rr is a Ma 0.1605284\n",
      "72 34 e ds a Mat 0.1605284\n",
      "72 35  ss a Matc 0.1605284\n",
      "72 36 as a Match 0.1605284\n",
      "72 37 s a Match  0.1605284\n",
      "72 38 ea Match U 0.1605284\n",
      "72 39 a Match Up 0.1605284\n",
      "72 40 tMatch Up  0.1605284\n",
      "72 41 aatch Up T 0.1605284\n",
      "72 42 atch Up Te 0.1605284\n",
      "72 43 tah Up Ten 0.1605284\n",
      "72 44 uh Up Tens 0.1605284\n",
      "72 45 u Up Tenso 0.1605284\n",
      "72 46  Up Tensor 0.1605284\n",
      "72 47 ap TensorF 0.1605284\n",
      "72 48 p TensorFl 0.1605284\n",
      "72 49 lTensorFlo 0.1605284\n",
      "72 50 aensorFlow 0.1605284\n",
      "72 51 hnsorFlow. 0.1605284\n",
      "72 52  torFlow.  0.1605284\n",
      "72 53 torFlow. S 0.1605284\n",
      "72 54 erFlow. St 0.1605284\n",
      "72 55 wFlow. Stu 0.1605284\n",
      "72 56 elow. Stud 0.1605284\n",
      "72 57 low. Stude 0.1605284\n",
      "72 58 ew. Studen 0.1605284\n",
      "72 59 w. Student 0.1605284\n",
      "72 60 . Students 0.1605284\n",
      "72 61  Students, 0.1605284\n",
      "72 62 atudents,  0.1605284\n",
      "72 63 tudents, p 0.1605284\n",
      "72 64 urents, pl 0.1605284\n",
      "72 65 rents, ple 0.1605284\n",
      "72 66 unts, plea 0.1605284\n",
      "72 67  ts, pleas 0.1605284\n",
      "72 68 t , please 0.1605284\n",
      "72 69 u, please  0.1605284\n",
      "72 70 e please s 0.1605284\n",
      "72 71  please st 0.1605284\n",
      "72 72 alease stu 0.1605284\n",
      "72 73 lease stud 0.1605284\n",
      "72 74 ecse study 0.1605284\n",
      "72 75  se study  0.1605284\n",
      "72 76 te study h 0.1605284\n",
      "72 77 e study ha 0.1605284\n",
      "72 78  study har 0.1605284\n",
      "72 79 atudy hard 0.1605284\n",
      "72 80 eudy hard. 0.1605284\n",
      "73 0 Te are dat 0.16027446\n",
      "73 1 e are data 0.16027446\n",
      "73 2  sre datae 0.16027446\n",
      "73 3 T e dataed 0.16027446\n",
      "73 4 te dataedu 0.16027446\n",
      "73 5 e dataedu. 0.16027446\n",
      "73 6  sataedu.  0.16027446\n",
      "73 7 Tataedu. T 0.16027446\n",
      "73 8 utaedu. Th 0.16027446\n",
      "73 9 taedu. The 0.16027446\n",
      "73 10 uedu. The  0.16027446\n",
      "73 11 tdu. The c 0.16027446\n",
      "73 12  u. The cu 0.16027446\n",
      "73 13 u. The cur 0.16027446\n",
      "73 14 r The curr 0.16027446\n",
      "73 15  She curre 0.16027446\n",
      "73 16 Tee curren 0.16027446\n",
      "73 17 he current 0.16027446\n",
      "73 18   current  0.16027446\n",
      "73 19  surrent l 0.16027446\n",
      "73 20 Turrent le 0.16027446\n",
      "73 21 urrent lec 0.16027446\n",
      "73 22 reent lect 0.16027446\n",
      "73 23 eent lectu 0.16027446\n",
      "73 24 e t lectur 0.16027446\n",
      "73 25  t lecture 0.16027446\n",
      "73 26 t lecture  0.16027446\n",
      "73 27 ulecture i 0.16027446\n",
      "73 28 Tecture is 0.16027446\n",
      "73 29 ecture is  0.16027446\n",
      "73 30  ture is a 0.16027446\n",
      "73 31 uure is a  0.16027446\n",
      "73 32 ude is a M 0.16027446\n",
      "73 33 re is a Ma 0.16027446\n",
      "73 34 e ds a Mat 0.16027446\n",
      "73 35  ss a Matc 0.16027446\n",
      "73 36 Ts a Match 0.16027446\n",
      "73 37 s a Match  0.16027446\n",
      "73 38 ea Match U 0.16027446\n",
      "73 39 T Match Up 0.16027446\n",
      "73 40 tMatch Up  0.16027446\n",
      "73 41 Tatch Up T 0.16027446\n",
      "73 42 atch Up Te 0.16027446\n",
      "73 43 tah Up Ten 0.16027446\n",
      "73 44 uh Up Tens 0.16027446\n",
      "73 45 u Up Tenso 0.16027446\n",
      "73 46  Up Tensor 0.16027446\n",
      "73 47 Tp TensorF 0.16027446\n",
      "73 48 p TensorFl 0.16027446\n",
      "73 49  TensorFlo 0.16027446\n",
      "73 50 TensorFlow 0.16027446\n",
      "73 51 hnsorFlow. 0.16027446\n",
      "73 52  torFlow.  0.16027446\n",
      "73 53 torFlow. S 0.16027446\n",
      "73 54 erFlow. St 0.16027446\n",
      "73 55 wFlow. Stu 0.16027446\n",
      "73 56 elow. Stud 0.16027446\n",
      "73 57 low. Stude 0.16027446\n",
      "73 58 ew. Studen 0.16027446\n",
      "73 59 w. Student 0.16027446\n",
      "73 60 . Students 0.16027446\n",
      "73 61  Students, 0.16027446\n",
      "73 62 Ttudents,  0.16027446\n",
      "73 63 tudents, p 0.16027446\n",
      "73 64 udents, pl 0.16027446\n",
      "73 65 rents, ple 0.16027446\n",
      "73 66 unts, plea 0.16027446\n",
      "73 67  t , pleas 0.16027446\n",
      "73 68 t , please 0.16027446\n",
      "73 69 u, please  0.16027446\n",
      "73 70 e please s 0.16027446\n",
      "73 71  please st 0.16027446\n",
      "73 72 Tlease stu 0.16027446\n",
      "73 73  ease stud 0.16027446\n",
      "73 74 ecse study 0.16027446\n",
      "73 75  se study  0.16027446\n",
      "73 76 te study h 0.16027446\n",
      "73 77 e study ha 0.16027446\n",
      "73 78  study har 0.16027446\n",
      "73 79 Ttudy hard 0.16027446\n",
      "73 80 eudy hard. 0.16027446\n",
      "74 0 Te are dat 0.16007513\n",
      "74 1 e are data 0.16007513\n",
      "74 2  sre datae 0.16007513\n",
      "74 3 T e dataed 0.16007513\n",
      "74 4 te dataedu 0.16007513\n",
      "74 5 e iataedu. 0.16007513\n",
      "74 6  sataedu.  0.16007513\n",
      "74 7 Tataedu. T 0.16007513\n",
      "74 8 utaedu. Th 0.16007513\n",
      "74 9 tcedu. The 0.16007513\n",
      "74 10 uedu. The  0.16007513\n",
      "74 11 tdu. The c 0.16007513\n",
      "74 12  u. The cu 0.16007513\n",
      "74 13 u. The cur 0.16007513\n",
      "74 14 r The curr 0.16007513\n",
      "74 15  She curre 0.16007513\n",
      "74 16 Tee curren 0.16007513\n",
      "74 17 he current 0.16007513\n",
      "74 18 e current  0.16007513\n",
      "74 19  surrent l 0.16007513\n",
      "74 20 Turrent le 0.16007513\n",
      "74 21 urrent lec 0.16007513\n",
      "74 22 reent lect 0.16007513\n",
      "74 23 eent lectu 0.16007513\n",
      "74 24 e t lectur 0.16007513\n",
      "74 25  tslecture 0.16007513\n",
      "74 26 tslecture  0.16007513\n",
      "74 27 ulecture i 0.16007513\n",
      "74 28 Tecture is 0.16007513\n",
      "74 29 ecture is  0.16007513\n",
      "74 30  ture is a 0.16007513\n",
      "74 31 uure is a  0.16007513\n",
      "74 32 ude is a M 0.16007513\n",
      "74 33 re is a Ma 0.16007513\n",
      "74 34 e is a Mat 0.16007513\n",
      "74 35  ss a Matc 0.16007513\n",
      "74 36 Ts a Match 0.16007513\n",
      "74 37 s a Match  0.16007513\n",
      "74 38 ea Match U 0.16007513\n",
      "74 39 T Match Up 0.16007513\n",
      "74 40 tMatch Up  0.16007513\n",
      "74 41 Tatch Up T 0.16007513\n",
      "74 42 atch Up Te 0.16007513\n",
      "74 43 tch Up Ten 0.16007513\n",
      "74 44 uh Up Tens 0.16007513\n",
      "74 45 u Up Tenso 0.16007513\n",
      "74 46 eUp Tensor 0.16007513\n",
      "74 47 Tp TensorF 0.16007513\n",
      "74 48 p TensorFl 0.16007513\n",
      "74 49  TensorFlo 0.16007513\n",
      "74 50 TensorFlow 0.16007513\n",
      "74 51 hnsorFlow. 0.16007513\n",
      "74 52  torFlow.  0.16007513\n",
      "74 53 torFlow. S 0.16007513\n",
      "74 54 erFlow. St 0.16007513\n",
      "74 55 rFlow. Stu 0.16007513\n",
      "74 56 elow. Stud 0.16007513\n",
      "74 57 low. Stude 0.16007513\n",
      "74 58 ew. Studen 0.16007513\n",
      "74 59 r. Student 0.16007513\n",
      "74 60 . Students 0.16007513\n",
      "74 61  Students, 0.16007513\n",
      "74 62 Ttudents,  0.16007513\n",
      "74 63 tudents, p 0.16007513\n",
      "74 64 udents, pl 0.16007513\n",
      "74 65 rents, ple 0.16007513\n",
      "74 66 unts, plea 0.16007513\n",
      "74 67  ts, pleas 0.16007513\n",
      "74 68 ts, please 0.16007513\n",
      "74 69 u, please  0.16007513\n",
      "74 70 e please s 0.16007513\n",
      "74 71  please st 0.16007513\n",
      "74 72 Tlease stu 0.16007513\n",
      "74 73  ease stud 0.16007513\n",
      "74 74 ecse study 0.16007513\n",
      "74 75  se study  0.16007513\n",
      "74 76 te study h 0.16007513\n",
      "74 77 e study ha 0.16007513\n",
      "74 78  study har 0.16007513\n",
      "74 79 Ttudy hard 0.16007513\n",
      "74 80 eudy hard. 0.16007513\n",
      "75 0 Te are dat 0.15990704\n",
      "75 1 e are data 0.15990704\n",
      "75 2  ire datae 0.15990704\n",
      "75 3 Tre dataed 0.15990704\n",
      "75 4 te dataedu 0.15990704\n",
      "75 5 e iataedu. 0.15990704\n",
      "75 6  iataedu.  0.15990704\n",
      "75 7 Tataedu. T 0.15990704\n",
      "75 8 utaedu. Th 0.15990704\n",
      "75 9 tcedu. The 0.15990704\n",
      "75 10 uedu. The  0.15990704\n",
      "75 11 tdu. The c 0.15990704\n",
      "75 12  u. The cu 0.15990704\n",
      "75 13 u. The cur 0.15990704\n",
      "75 14 r The curr 0.15990704\n",
      "75 15  She curre 0.15990704\n",
      "75 16 The curren 0.15990704\n",
      "75 17 he current 0.15990704\n",
      "75 18 e current  0.15990704\n",
      "75 19  iurrent l 0.15990704\n",
      "75 20 Turrent le 0.15990704\n",
      "75 21 hrrent lec 0.15990704\n",
      "75 22 reent lect 0.15990704\n",
      "75 23 eent lectu 0.15990704\n",
      "75 24 e t lectur 0.15990704\n",
      "75 25  tslecture 0.15990704\n",
      "75 26 tslecture  0.15990704\n",
      "75 27 ulecture i 0.15990704\n",
      "75 28 Tecture is 0.15990704\n",
      "75 29 eature is  0.15990704\n",
      "75 30  ture is a 0.15990704\n",
      "75 31 hure is a  0.15990704\n",
      "75 32 ude is a M 0.15990704\n",
      "75 33 re is a Ma 0.15990704\n",
      "75 34 e is a Mat 0.15990704\n",
      "75 35  is a Matc 0.15990704\n",
      "75 36 Ts a Match 0.15990704\n",
      "75 37 s a Match  0.15990704\n",
      "75 38  a Match U 0.15990704\n",
      "75 39 TrMatch Up 0.15990704\n",
      "75 40 tMatch Up  0.15990704\n",
      "75 41 Tatch Up T 0.15990704\n",
      "75 42 atch Up Te 0.15990704\n",
      "75 43 tch Up Ten 0.15990704\n",
      "75 44 uh Up Tens 0.15990704\n",
      "75 45 h Up Tenso 0.15990704\n",
      "75 46 eUp Tensor 0.15990704\n",
      "75 47 Tp TensorF 0.15990704\n",
      "75 48 p TensorFl 0.15990704\n",
      "75 49  TensorFlo 0.15990704\n",
      "75 50 ThnsorFlow 0.15990704\n",
      "75 51 hnsorFlow. 0.15990704\n",
      "75 52  torFlow.  0.15990704\n",
      "75 53 torFlow. S 0.15990704\n",
      "75 54  rFlow. St 0.15990704\n",
      "75 55 rFlow. Stu 0.15990704\n",
      "75 56 elow. Stud 0.15990704\n",
      "75 57 low. Stude 0.15990704\n",
      "75 58 ew. Studen 0.15990704\n",
      "75 59 r. Student 0.15990704\n",
      "75 60 . Students 0.15990704\n",
      "75 61  Students, 0.15990704\n",
      "75 62 Ttudents,  0.15990704\n",
      "75 63 tudents, p 0.15990704\n",
      "75 64 udents, pl 0.15990704\n",
      "75 65 rents, ple 0.15990704\n",
      "75 66 unts, plea 0.15990704\n",
      "75 67  ts, pleas 0.15990704\n",
      "75 68 ts, please 0.15990704\n",
      "75 69 u, please  0.15990704\n",
      "75 70   please s 0.15990704\n",
      "75 71  please st 0.15990704\n",
      "75 72 Tlease stu 0.15990704\n",
      "75 73  ease stud 0.15990704\n",
      "75 74 ease study 0.15990704\n",
      "75 75  se study  0.15990704\n",
      "75 76 te study h 0.15990704\n",
      "75 77   study ha 0.15990704\n",
      "75 78  itudy har 0.15990704\n",
      "75 79 Ttudy hard 0.15990704\n",
      "75 80  udy hard. 0.15990704\n",
      "76 0 Te are dat 0.15978569\n",
      "76 1 e are data 0.15978569\n",
      "76 2  ire datae 0.15978569\n",
      "76 3 Tre dataed 0.15978569\n",
      "76 4 te dataedu 0.15978569\n",
      "76 5 e iataedu. 0.15978569\n",
      "76 6  iataedu.  0.15978569\n",
      "76 7 Tataedu. T 0.15978569\n",
      "76 8 utaedu. Th 0.15978569\n",
      "76 9 tcedu. The 0.15978569\n",
      "76 10 uedu. The  0.15978569\n",
      "76 11 tdu. The c 0.15978569\n",
      "76 12  u. The cu 0.15978569\n",
      "76 13 u. The cur 0.15978569\n",
      "76 14 r The curr 0.15978569\n",
      "76 15  She curre 0.15978569\n",
      "76 16 The curren 0.15978569\n",
      "76 17 he current 0.15978569\n",
      "76 18 e current  0.15978569\n",
      "76 19  iurrent l 0.15978569\n",
      "76 20 Turrent le 0.15978569\n",
      "76 21 hrrent lec 0.15978569\n",
      "76 22 rrent lect 0.15978569\n",
      "76 23 eent lectu 0.15978569\n",
      "76 24 e t lectur 0.15978569\n",
      "76 25  t lecture 0.15978569\n",
      "76 26 tslecture  0.15978569\n",
      "76 27 ulecture i 0.15978569\n",
      "76 28 Tecture is 0.15978569\n",
      "76 29 eature is  0.15978569\n",
      "76 30  ture is a 0.15978569\n",
      "76 31 hure is a  0.15978569\n",
      "76 32 ure is a M 0.15978569\n",
      "76 33 rr is a Ma 0.15978569\n",
      "76 34 e is a Mat 0.15978569\n",
      "76 35  is a Matc 0.15978569\n",
      "76 36 Ts a Match 0.15978569\n",
      "76 37 s a Match  0.15978569\n",
      "76 38  a Match U 0.15978569\n",
      "76 39 TrMatch Up 0.15978569\n",
      "76 40 tMatch Up  0.15978569\n",
      "76 41 Tatch Up T 0.15978569\n",
      "76 42 atch Up Te 0.15978569\n",
      "76 43 tch Up Ten 0.15978569\n",
      "76 44 uh Up Tens 0.15978569\n",
      "76 45 h Up Tenso 0.15978569\n",
      "76 46 eUp Tensor 0.15978569\n",
      "76 47 Tp TensorF 0.15978569\n",
      "76 48 p TensorFl 0.15978569\n",
      "76 49  TensorFlo 0.15978569\n",
      "76 50 ThnsorFlow 0.15978569\n",
      "76 51 hnsorFlow. 0.15978569\n",
      "76 52  torFlow.  0.15978569\n",
      "76 53 torFlow. S 0.15978569\n",
      "76 54  rFlow. St 0.15978569\n",
      "76 55 rFlow. Stu 0.15978569\n",
      "76 56 elow. Stud 0.15978569\n",
      "76 57 low. Stude 0.15978569\n",
      "76 58 ew. Studen 0.15978569\n",
      "76 59 r. Student 0.15978569\n",
      "76 60 . Students 0.15978569\n",
      "76 61  Students, 0.15978569\n",
      "76 62 Ttudents,  0.15978569\n",
      "76 63 tudents, p 0.15978569\n",
      "76 64 urents, pl 0.15978569\n",
      "76 65 rents, ple 0.15978569\n",
      "76 66 unts, plea 0.15978569\n",
      "76 67  t , pleas 0.15978569\n",
      "76 68 ts, please 0.15978569\n",
      "76 69 u, please  0.15978569\n",
      "76 70   please s 0.15978569\n",
      "76 71  please st 0.15978569\n",
      "76 72 Tlease stu 0.15978569\n",
      "76 73  ease stud 0.15978569\n",
      "76 74 ease study 0.15978569\n",
      "76 75  se study  0.15978569\n",
      "76 76 te study h 0.15978569\n",
      "76 77   study ha 0.15978569\n",
      "76 78  itudy har 0.15978569\n",
      "76 79 Ttudy hard 0.15978569\n",
      "76 80  udy hard. 0.15978569\n",
      "77 0 ae are dat 0.15966964\n",
      "77 1 e are data 0.15966964\n",
      "77 2  ire datae 0.15966964\n",
      "77 3 are dataed 0.15966964\n",
      "77 4 te dataedu 0.15966964\n",
      "77 5 e iataedu. 0.15966964\n",
      "77 6  iataedu.  0.15966964\n",
      "77 7 aataedu. T 0.15966964\n",
      "77 8 utaedu. Th 0.15966964\n",
      "77 9 tcedu. The 0.15966964\n",
      "77 10 uedu. The  0.15966964\n",
      "77 11 tdu. The c 0.15966964\n",
      "77 12  u. The cu 0.15966964\n",
      "77 13 u. The cur 0.15966964\n",
      "77 14 r The curr 0.15966964\n",
      "77 15  She curre 0.15966964\n",
      "77 16 ahe curren 0.15966964\n",
      "77 17 he current 0.15966964\n",
      "77 18 e current  0.15966964\n",
      "77 19  iurrent l 0.15966964\n",
      "77 20 aurrent le 0.15966964\n",
      "77 21 urrent lec 0.15966964\n",
      "77 22 rrent lect 0.15966964\n",
      "77 23 eent lectu 0.15966964\n",
      "77 24 e t lectur 0.15966964\n",
      "77 25  tslecture 0.15966964\n",
      "77 26 tslecture  0.15966964\n",
      "77 27 ulecture i 0.15966964\n",
      "77 28 aecture is 0.15966964\n",
      "77 29 eature is  0.15966964\n",
      "77 30  ture is a 0.15966964\n",
      "77 31 uure is a  0.15966964\n",
      "77 32 ure is a M 0.15966964\n",
      "77 33 rr is a Ma 0.15966964\n",
      "77 34 e is a Mat 0.15966964\n",
      "77 35  is a Matc 0.15966964\n",
      "77 36 as a Match 0.15966964\n",
      "77 37 s a Match  0.15966964\n",
      "77 38  a Match U 0.15966964\n",
      "77 39 arMatch Up 0.15966964\n",
      "77 40 tMatch Up  0.15966964\n",
      "77 41 aatch Up T 0.15966964\n",
      "77 42 atch Up Te 0.15966964\n",
      "77 43 tch Up Ten 0.15966964\n",
      "77 44 uh Up Tens 0.15966964\n",
      "77 45 u Up Tenso 0.15966964\n",
      "77 46 eUp Tensor 0.15966964\n",
      "77 47 ap TensorF 0.15966964\n",
      "77 48 p TensorFl 0.15966964\n",
      "77 49  TensorFlo 0.15966964\n",
      "77 50 ahnsorFlow 0.15966964\n",
      "77 51 hnsorFlow. 0.15966964\n",
      "77 52  torFlow.  0.15966964\n",
      "77 53 torFlow. S 0.15966964\n",
      "77 54  rFlow. St 0.15966964\n",
      "77 55 rFlow. Stu 0.15966964\n",
      "77 56 elow. Stud 0.15966964\n",
      "77 57 low. Stude 0.15966964\n",
      "77 58 ew. Studen 0.15966964\n",
      "77 59 r. Student 0.15966964\n",
      "77 60 . Students 0.15966964\n",
      "77 61  Students, 0.15966964\n",
      "77 62 atudents,  0.15966964\n",
      "77 63 tudents, p 0.15966964\n",
      "77 64 urents, pl 0.15966964\n",
      "77 65 rents, ple 0.15966964\n",
      "77 66 unts, plea 0.15966964\n",
      "77 67  ts, pleas 0.15966964\n",
      "77 68 ts, please 0.15966964\n",
      "77 69 u, please  0.15966964\n",
      "77 70   please s 0.15966964\n",
      "77 71  please st 0.15966964\n",
      "77 72 alease stu 0.15966964\n",
      "77 73  ease stud 0.15966964\n",
      "77 74 ease study 0.15966964\n",
      "77 75  se study  0.15966964\n",
      "77 76 te study h 0.15966964\n",
      "77 77   study ha 0.15966964\n",
      "77 78  itudy har 0.15966964\n",
      "77 79 atudy hard 0.15966964\n",
      "77 80  udy hard. 0.15966964\n",
      "78 0 ae are dat 0.15951657\n",
      "78 1 e are data 0.15951657\n",
      "78 2  ire datae 0.15951657\n",
      "78 3 a e dataed 0.15951657\n",
      "78 4 te dataedu 0.15951657\n",
      "78 5 e dataedu. 0.15951657\n",
      "78 6  iataedu.  0.15951657\n",
      "78 7 aataedu. T 0.15951657\n",
      "78 8 ataedu. Th 0.15951657\n",
      "78 9 taedu. The 0.15951657\n",
      "78 10 uedu. The  0.15951657\n",
      "78 11 tdu. The c 0.15951657\n",
      "78 12  u. The cu 0.15951657\n",
      "78 13 a. The cur 0.15951657\n",
      "78 14 r The curr 0.15951657\n",
      "78 15  She curre 0.15951657\n",
      "78 16 ahe curren 0.15951657\n",
      "78 17 ee current 0.15951657\n",
      "78 18   current  0.15951657\n",
      "78 19  iurrent l 0.15951657\n",
      "78 20 aurrent le 0.15951657\n",
      "78 21 urrent lec 0.15951657\n",
      "78 22 rrent lect 0.15951657\n",
      "78 23 eent lectu 0.15951657\n",
      "78 24 e t lectur 0.15951657\n",
      "78 25  tslecture 0.15951657\n",
      "78 26 t lecture  0.15951657\n",
      "78 27 ulecture i 0.15951657\n",
      "78 28 aecture is 0.15951657\n",
      "78 29 eature is  0.15951657\n",
      "78 30  ture is a 0.15951657\n",
      "78 31 uure is a  0.15951657\n",
      "78 32 ude is a M 0.15951657\n",
      "78 33 rr is a Ma 0.15951657\n",
      "78 34 e ds a Mat 0.15951657\n",
      "78 35  is a Matc 0.15951657\n",
      "78 36 as a Match 0.15951657\n",
      "78 37 s a Match  0.15951657\n",
      "78 38  a Match U 0.15951657\n",
      "78 39 a Match Up 0.15951657\n",
      "78 40 tMatch Up  0.15951657\n",
      "78 41 aatch Up T 0.15951657\n",
      "78 42 atch Up Te 0.15951657\n",
      "78 43 tah Up Ten 0.15951657\n",
      "78 44 uh Up Tens 0.15951657\n",
      "78 45 u Up Tenso 0.15951657\n",
      "78 46  Up Tensor 0.15951657\n",
      "78 47 ap TensorF 0.15951657\n",
      "78 48 p TensorFl 0.15951657\n",
      "78 49  TensorFlo 0.15951657\n",
      "78 50 ahnsorFlow 0.15951657\n",
      "78 51 ensorFlow. 0.15951657\n",
      "78 52  torFlow.  0.15951657\n",
      "78 53 torFlow. S 0.15951657\n",
      "78 54  rFlow. St 0.15951657\n",
      "78 55 rFlow. Stu 0.15951657\n",
      "78 56 elow. Stud 0.15951657\n",
      "78 57 low. Stude 0.15951657\n",
      "78 58 ew. Studen 0.15951657\n",
      "78 59 r. Student 0.15951657\n",
      "78 60 . Students 0.15951657\n",
      "78 61  Students, 0.15951657\n",
      "78 62 atudents,  0.15951657\n",
      "78 63 tudents, p 0.15951657\n",
      "78 64 udents, pl 0.15951657\n",
      "78 65 rents, ple 0.15951657\n",
      "78 66 ants, plea 0.15951657\n",
      "78 67  ts, pleas 0.15951657\n",
      "78 68 t , please 0.15951657\n",
      "78 69 u, please  0.15951657\n",
      "78 70   please s 0.15951657\n",
      "78 71  please st 0.15951657\n",
      "78 72 alease stu 0.15951657\n",
      "78 73  ease stud 0.15951657\n",
      "78 74 ease study 0.15951657\n",
      "78 75  se study  0.15951657\n",
      "78 76 te study h 0.15951657\n",
      "78 77   study ha 0.15951657\n",
      "78 78  itudy har 0.15951657\n",
      "78 79 atudy hard 0.15951657\n",
      "78 80  udy hard. 0.15951657\n",
      "79 0 ae are dat 0.15940426\n",
      "79 1 e are data 0.15940426\n",
      "79 2  ire datae 0.15940426\n",
      "79 3 a e dataed 0.15940426\n",
      "79 4 te dataedu 0.15940426\n",
      "79 5 e dataedu. 0.15940426\n",
      "79 6  iataedu.  0.15940426\n",
      "79 7 aataedu. T 0.15940426\n",
      "79 8 ataedu. Th 0.15940426\n",
      "79 9 taedu. The 0.15940426\n",
      "79 10 uedu. The  0.15940426\n",
      "79 11 tdu. The c 0.15940426\n",
      "79 12  u. The cu 0.15940426\n",
      "79 13 a. The cur 0.15940426\n",
      "79 14 r The curr 0.15940426\n",
      "79 15  The curre 0.15940426\n",
      "79 16 aee curren 0.15940426\n",
      "79 17 ee current 0.15940426\n",
      "79 18   current  0.15940426\n",
      "79 19  iurrent l 0.15940426\n",
      "79 20 aurrent le 0.15940426\n",
      "79 21 urrent lec 0.15940426\n",
      "79 22 reent lect 0.15940426\n",
      "79 23 eent lectu 0.15940426\n",
      "79 24 e t lectur 0.15940426\n",
      "79 25  t lecture 0.15940426\n",
      "79 26 t lecture  0.15940426\n",
      "79 27 ulecture i 0.15940426\n",
      "79 28 aecture is 0.15940426\n",
      "79 29 ecture is  0.15940426\n",
      "79 30  ture is a 0.15940426\n",
      "79 31 uure is a  0.15940426\n",
      "79 32 ude is a M 0.15940426\n",
      "79 33 re is a Ma 0.15940426\n",
      "79 34 e ds a Mat 0.15940426\n",
      "79 35  is a Matc 0.15940426\n",
      "79 36 as a Match 0.15940426\n",
      "79 37 s a Match  0.15940426\n",
      "79 38  a Match U 0.15940426\n",
      "79 39 a Match Up 0.15940426\n",
      "79 40 tMatch Up  0.15940426\n",
      "79 41 aatch Up T 0.15940426\n",
      "79 42 atch Up Te 0.15940426\n",
      "79 43 tah Up Ten 0.15940426\n",
      "79 44 uh Up Tens 0.15940426\n",
      "79 45 u Up Tenso 0.15940426\n",
      "79 46  Up Tensor 0.15940426\n",
      "79 47 ap TensorF 0.15940426\n",
      "79 48 p TensorFl 0.15940426\n",
      "79 49  TensorFlo 0.15940426\n",
      "79 50 aensorFlow 0.15940426\n",
      "79 51 ensorFlow. 0.15940426\n",
      "79 52  torFlow.  0.15940426\n",
      "79 53 torFlow. S 0.15940426\n",
      "79 54  rFlow. St 0.15940426\n",
      "79 55 rFlow. Stu 0.15940426\n",
      "79 56 elow. Stud 0.15940426\n",
      "79 57 low. Stude 0.15940426\n",
      "79 58 ew. Studen 0.15940426\n",
      "79 59 r. Student 0.15940426\n",
      "79 60 . Students 0.15940426\n",
      "79 61  Ttudents, 0.15940426\n",
      "79 62 atudents,  0.15940426\n",
      "79 63 tudents, p 0.15940426\n",
      "79 64 udents, pl 0.15940426\n",
      "79 65 rents, ple 0.15940426\n",
      "79 66 ants, plea 0.15940426\n",
      "79 67  t , pleas 0.15940426\n",
      "79 68 t , please 0.15940426\n",
      "79 69 u, please  0.15940426\n",
      "79 70   please s 0.15940426\n",
      "79 71  please st 0.15940426\n",
      "79 72 alease stu 0.15940426\n",
      "79 73  ease stud 0.15940426\n",
      "79 74 ecse study 0.15940426\n",
      "79 75  se study  0.15940426\n",
      "79 76 te study h 0.15940426\n",
      "79 77   study ha 0.15940426\n",
      "79 78  itudy har 0.15940426\n",
      "79 79 atudy hard 0.15940426\n",
      "79 80  udy hard. 0.15940426\n",
      "80 0 ae are dat 0.15932734\n",
      "80 1 e are data 0.15932734\n",
      "80 2  are datae 0.15932734\n",
      "80 3 a e dataed 0.15932734\n",
      "80 4 te dataedu 0.15932734\n",
      "80 5 e dataedu. 0.15932734\n",
      "80 6  aataedu.  0.15932734\n",
      "80 7 aataedu. T 0.15932734\n",
      "80 8 ataedu. Th 0.15932734\n",
      "80 9 taedu. The 0.15932734\n",
      "80 10 uedu. The  0.15932734\n",
      "80 11 tdu. The c 0.15932734\n",
      "80 12  u. The cu 0.15932734\n",
      "80 13 a. The cur 0.15932734\n",
      "80 14 r The curr 0.15932734\n",
      "80 15  The curre 0.15932734\n",
      "80 16 aee curren 0.15932734\n",
      "80 17 ee current 0.15932734\n",
      "80 18   current  0.15932734\n",
      "80 19  aurrent l 0.15932734\n",
      "80 20 aurrent le 0.15932734\n",
      "80 21 urrent lec 0.15932734\n",
      "80 22 reent lect 0.15932734\n",
      "80 23 eent lectu 0.15932734\n",
      "80 24 e t lectur 0.15932734\n",
      "80 25  tslecture 0.15932734\n",
      "80 26 tslecture  0.15932734\n",
      "80 27 ulecture i 0.15932734\n",
      "80 28 aecture is 0.15932734\n",
      "80 29 ecture is  0.15932734\n",
      "80 30  ture is a 0.15932734\n",
      "80 31 uure is a  0.15932734\n",
      "80 32 ure is a M 0.15932734\n",
      "80 33 re is a Ma 0.15932734\n",
      "80 34 e ds a Mat 0.15932734\n",
      "80 35  as a Matc 0.15932734\n",
      "80 36 as a Match 0.15932734\n",
      "80 37 s a Match  0.15932734\n",
      "80 38 oa Match U 0.15932734\n",
      "80 39 a Match Up 0.15932734\n",
      "80 40 tMatch Up  0.15932734\n",
      "80 41 aatch Up T 0.15932734\n",
      "80 42 atch Up Te 0.15932734\n",
      "80 43 tah Up Ten 0.15932734\n",
      "80 44 uh Up Tens 0.15932734\n",
      "80 45 u Up Tenso 0.15932734\n",
      "80 46  Up Tensor 0.15932734\n",
      "80 47 ap TensorF 0.15932734\n",
      "80 48 p TensorFl 0.15932734\n",
      "80 49 lTensorFlo 0.15932734\n",
      "80 50 aensorFlow 0.15932734\n",
      "80 51 ensorFlow. 0.15932734\n",
      "80 52  torFlow.  0.15932734\n",
      "80 53 torFlow. S 0.15932734\n",
      "80 54 orFlow. St 0.15932734\n",
      "80 55 wFlow. Stu 0.15932734\n",
      "80 56 elow. Stud 0.15932734\n",
      "80 57 low. Stude 0.15932734\n",
      "80 58 ew. Studen 0.15932734\n",
      "80 59 w. Student 0.15932734\n",
      "80 60 . Students 0.15932734\n",
      "80 61  Ttudents, 0.15932734\n",
      "80 62 atudents,  0.15932734\n",
      "80 63 tudents, p 0.15932734\n",
      "80 64 urents, pl 0.15932734\n",
      "80 65 rents, ple 0.15932734\n",
      "80 66 ants, plea 0.15932734\n",
      "80 67  ts, pleas 0.15932734\n",
      "80 68 ts, please 0.15932734\n",
      "80 69 u, please  0.15932734\n",
      "80 70 o please s 0.15932734\n",
      "80 71  please st 0.15932734\n",
      "80 72 alease stu 0.15932734\n",
      "80 73 lease stud 0.15932734\n",
      "80 74 ecse study 0.15932734\n",
      "80 75  se study  0.15932734\n",
      "80 76 te study h 0.15932734\n",
      "80 77 o study ha 0.15932734\n",
      "80 78  atudy har 0.15932734\n",
      "80 79 atudy hard 0.15932734\n",
      "80 80 oudy hard. 0.15932734\n",
      "81 0 ae are dat 0.15922987\n",
      "81 1 e are data 0.15922987\n",
      "81 2  are datae 0.15922987\n",
      "81 3 a e dataed 0.15922987\n",
      "81 4 te dataedu 0.15922987\n",
      "81 5 e dataedu. 0.15922987\n",
      "81 6  aataedu.  0.15922987\n",
      "81 7 aataedu. T 0.15922987\n",
      "81 8 ataedu. Th 0.15922987\n",
      "81 9 taedu. The 0.15922987\n",
      "81 10 uedu. The  0.15922987\n",
      "81 11 tdu. The c 0.15922987\n",
      "81 12  u. The cu 0.15922987\n",
      "81 13 a. The cur 0.15922987\n",
      "81 14 r The curr 0.15922987\n",
      "81 15  The curre 0.15922987\n",
      "81 16 aee curren 0.15922987\n",
      "81 17 ee current 0.15922987\n",
      "81 18 e current  0.15922987\n",
      "81 19  aurrent l 0.15922987\n",
      "81 20 aurrent le 0.15922987\n",
      "81 21 urrent lec 0.15922987\n",
      "81 22 reent lect 0.15922987\n",
      "81 23 eent lectu 0.15922987\n",
      "81 24 e t lectur 0.15922987\n",
      "81 25  t lecture 0.15922987\n",
      "81 26 t lecture  0.15922987\n",
      "81 27 ulecture i 0.15922987\n",
      "81 28 aecture is 0.15922987\n",
      "81 29 eature is  0.15922987\n",
      "81 30  ture is a 0.15922987\n",
      "81 31 uure is a  0.15922987\n",
      "81 32 ure is a M 0.15922987\n",
      "81 33 re is a Ma 0.15922987\n",
      "81 34 e ds a Mat 0.15922987\n",
      "81 35  as a Matc 0.15922987\n",
      "81 36 as a Match 0.15922987\n",
      "81 37 s a Match  0.15922987\n",
      "81 38 oa Match U 0.15922987\n",
      "81 39 a Match Up 0.15922987\n",
      "81 40 tMatch Up  0.15922987\n",
      "81 41 aatch Up T 0.15922987\n",
      "81 42 atch Up Te 0.15922987\n",
      "81 43 tah Up Ten 0.15922987\n",
      "81 44 uh Up Tens 0.15922987\n",
      "81 45 u Up Tenso 0.15922987\n",
      "81 46 eUp Tensor 0.15922987\n",
      "81 47 ap TensorF 0.15922987\n",
      "81 48 p TensorFl 0.15922987\n",
      "81 49 lTensorFlo 0.15922987\n",
      "81 50 aensorFlow 0.15922987\n",
      "81 51 ensorFlow. 0.15922987\n",
      "81 52  torFlow.  0.15922987\n",
      "81 53 torFlow. S 0.15922987\n",
      "81 54 orFlow. St 0.15922987\n",
      "81 55 wFlow. Stu 0.15922987\n",
      "81 56 elow. Stud 0.15922987\n",
      "81 57 low. Stude 0.15922987\n",
      "81 58 ew. Studen 0.15922987\n",
      "81 59 w. Student 0.15922987\n",
      "81 60 . Students 0.15922987\n",
      "81 61  Ttudents, 0.15922987\n",
      "81 62 atudents,  0.15922987\n",
      "81 63 tudents, p 0.15922987\n",
      "81 64 urents, pl 0.15922987\n",
      "81 65 rents, ple 0.15922987\n",
      "81 66 ants, plea 0.15922987\n",
      "81 67  t , pleas 0.15922987\n",
      "81 68 t , please 0.15922987\n",
      "81 69 u, please  0.15922987\n",
      "81 70 o please s 0.15922987\n",
      "81 71  please st 0.15922987\n",
      "81 72 alease stu 0.15922987\n",
      "81 73 lease stud 0.15922987\n",
      "81 74 ease study 0.15922987\n",
      "81 75  se study  0.15922987\n",
      "81 76 te study h 0.15922987\n",
      "81 77 o study ha 0.15922987\n",
      "81 78  atudy har 0.15922987\n",
      "81 79 atudy hard 0.15922987\n",
      "81 80 oudy hard. 0.15922987\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "82 0 ae are dat 0.15912656\n",
      "82 1 e are data 0.15912656\n",
      "82 2  are datae 0.15912656\n",
      "82 3 a e dataed 0.15912656\n",
      "82 4 te dataedu 0.15912656\n",
      "82 5 e dataedu. 0.15912656\n",
      "82 6  aataedu.  0.15912656\n",
      "82 7 aataedu. T 0.15912656\n",
      "82 8 ataedu. Th 0.15912656\n",
      "82 9 taedu. The 0.15912656\n",
      "82 10 uedu. The  0.15912656\n",
      "82 11 tdu. The c 0.15912656\n",
      "82 12  u. The cu 0.15912656\n",
      "82 13 a. The cur 0.15912656\n",
      "82 14 r The curr 0.15912656\n",
      "82 15  She curre 0.15912656\n",
      "82 16 aee curren 0.15912656\n",
      "82 17 ee current 0.15912656\n",
      "82 18 e current  0.15912656\n",
      "82 19  aurrent l 0.15912656\n",
      "82 20 aurrent le 0.15912656\n",
      "82 21 hrrent lec 0.15912656\n",
      "82 22 reent lect 0.15912656\n",
      "82 23 eent lectu 0.15912656\n",
      "82 24 e t lectur 0.15912656\n",
      "82 25  t lecture 0.15912656\n",
      "82 26 tslecture  0.15912656\n",
      "82 27 ulecture i 0.15912656\n",
      "82 28 aecture is 0.15912656\n",
      "82 29 eature is  0.15912656\n",
      "82 30  ture is a 0.15912656\n",
      "82 31 hure is a  0.15912656\n",
      "82 32 ure is a M 0.15912656\n",
      "82 33 re is a Ma 0.15912656\n",
      "82 34 e ds a Mat 0.15912656\n",
      "82 35  as a Matc 0.15912656\n",
      "82 36 as a Match 0.15912656\n",
      "82 37 s a Match  0.15912656\n",
      "82 38 oa Match U 0.15912656\n",
      "82 39 a Match Up 0.15912656\n",
      "82 40 tMatch Up  0.15912656\n",
      "82 41 aatch Up T 0.15912656\n",
      "82 42 atch Up Te 0.15912656\n",
      "82 43 tah Up Ten 0.15912656\n",
      "82 44 uh Up Tens 0.15912656\n",
      "82 45 h Up Tenso 0.15912656\n",
      "82 46 eUp Tensor 0.15912656\n",
      "82 47 ap TensorF 0.15912656\n",
      "82 48 p TensorFl 0.15912656\n",
      "82 49 lTensorFlo 0.15912656\n",
      "82 50 aensorFlow 0.15912656\n",
      "82 51 ensorFlow. 0.15912656\n",
      "82 52  torFlow.  0.15912656\n",
      "82 53 torFlow. S 0.15912656\n",
      "82 54 orFlow. St 0.15912656\n",
      "82 55 wFlow. Stu 0.15912656\n",
      "82 56 elow. Stud 0.15912656\n",
      "82 57 low. Stude 0.15912656\n",
      "82 58 ew. Studen 0.15912656\n",
      "82 59 w. Student 0.15912656\n",
      "82 60 . Students 0.15912656\n",
      "82 61  Students, 0.15912656\n",
      "82 62 atudents,  0.15912656\n",
      "82 63 tudents, p 0.15912656\n",
      "82 64 urents, pl 0.15912656\n",
      "82 65 rents, ple 0.15912656\n",
      "82 66 ants, plea 0.15912656\n",
      "82 67  t , pleas 0.15912656\n",
      "82 68 ts, please 0.15912656\n",
      "82 69 u, please  0.15912656\n",
      "82 70 o please s 0.15912656\n",
      "82 71  please st 0.15912656\n",
      "82 72 alease stu 0.15912656\n",
      "82 73 lease stud 0.15912656\n",
      "82 74 ease study 0.15912656\n",
      "82 75  se study  0.15912656\n",
      "82 76 te study h 0.15912656\n",
      "82 77 o study ha 0.15912656\n",
      "82 78  atudy har 0.15912656\n",
      "82 79 atudy hard 0.15912656\n",
      "82 80 oudy hard. 0.15912656\n",
      "83 0 ae are dat 0.15902191\n",
      "83 1 e are data 0.15902191\n",
      "83 2  are datae 0.15902191\n",
      "83 3 a e dataed 0.15902191\n",
      "83 4 te dataedu 0.15902191\n",
      "83 5 e iataedu. 0.15902191\n",
      "83 6  aataedu.  0.15902191\n",
      "83 7 aataedu. T 0.15902191\n",
      "83 8 ataedu. Th 0.15902191\n",
      "83 9 taedu. The 0.15902191\n",
      "83 10 uedu. The  0.15902191\n",
      "83 11 tdu. The c 0.15902191\n",
      "83 12  u. The cu 0.15902191\n",
      "83 13 a. The cur 0.15902191\n",
      "83 14 r The curr 0.15902191\n",
      "83 15  She curre 0.15902191\n",
      "83 16 ahe curren 0.15902191\n",
      "83 17 ee current 0.15902191\n",
      "83 18 e current  0.15902191\n",
      "83 19  aurrent l 0.15902191\n",
      "83 20 aurrent le 0.15902191\n",
      "83 21 hrrent lec 0.15902191\n",
      "83 22 rrent lect 0.15902191\n",
      "83 23 eent lectu 0.15902191\n",
      "83 24 e t lectur 0.15902191\n",
      "83 25  tslecture 0.15902191\n",
      "83 26 tslecture  0.15902191\n",
      "83 27 ulecture i 0.15902191\n",
      "83 28 aecture is 0.15902191\n",
      "83 29 eature is  0.15902191\n",
      "83 30  ture is a 0.15902191\n",
      "83 31 hure is a  0.15902191\n",
      "83 32 ure is a M 0.15902191\n",
      "83 33 rr is a Ma 0.15902191\n",
      "83 34 e is a Mat 0.15902191\n",
      "83 35  as a Matc 0.15902191\n",
      "83 36 as a Match 0.15902191\n",
      "83 37 s a Match  0.15902191\n",
      "83 38 oa Match U 0.15902191\n",
      "83 39 a Match Up 0.15902191\n",
      "83 40 tMatch Up  0.15902191\n",
      "83 41 aatch Up T 0.15902191\n",
      "83 42 atch Up Te 0.15902191\n",
      "83 43 tah Up Ten 0.15902191\n",
      "83 44 uh Up Tens 0.15902191\n",
      "83 45 h Up Tenso 0.15902191\n",
      "83 46 eUp Tensor 0.15902191\n",
      "83 47 ap TensorF 0.15902191\n",
      "83 48 p TensorFl 0.15902191\n",
      "83 49 lTensorFlo 0.15902191\n",
      "83 50 ahnsorFlow 0.15902191\n",
      "83 51 ensorFlow. 0.15902191\n",
      "83 52  torFlow.  0.15902191\n",
      "83 53 torFlow. S 0.15902191\n",
      "83 54 orFlow. St 0.15902191\n",
      "83 55 wFlow. Stu 0.15902191\n",
      "83 56 elow. Stud 0.15902191\n",
      "83 57 low. Stude 0.15902191\n",
      "83 58 ew. Studen 0.15902191\n",
      "83 59 w. Student 0.15902191\n",
      "83 60 . Students 0.15902191\n",
      "83 61  Students, 0.15902191\n",
      "83 62 atudents,  0.15902191\n",
      "83 63 tudents, p 0.15902191\n",
      "83 64 urents, pl 0.15902191\n",
      "83 65 rents, ple 0.15902191\n",
      "83 66 ants, plea 0.15902191\n",
      "83 67  ts, pleas 0.15902191\n",
      "83 68 ts, please 0.15902191\n",
      "83 69 u, please  0.15902191\n",
      "83 70 o please s 0.15902191\n",
      "83 71  please st 0.15902191\n",
      "83 72 alease stu 0.15902191\n",
      "83 73 lease stud 0.15902191\n",
      "83 74 ease study 0.15902191\n",
      "83 75  se study  0.15902191\n",
      "83 76 te study h 0.15902191\n",
      "83 77 o study ha 0.15902191\n",
      "83 78  atudy har 0.15902191\n",
      "83 79 atudy hard 0.15902191\n",
      "83 80 oudy hard. 0.15902191\n",
      "84 0 ae are dat 0.15892425\n",
      "84 1 e are data 0.15892425\n",
      "84 2  dre datae 0.15892425\n",
      "84 3 are dataed 0.15892425\n",
      "84 4 te dataedu 0.15892425\n",
      "84 5 e iataedu. 0.15892425\n",
      "84 6  dataedu.  0.15892425\n",
      "84 7 aataedu. T 0.15892425\n",
      "84 8 ataedu. Th 0.15892425\n",
      "84 9 tcedu. The 0.15892425\n",
      "84 10 uedu. The  0.15892425\n",
      "84 11 tdu. The c 0.15892425\n",
      "84 12  u. The cu 0.15892425\n",
      "84 13 a. The cur 0.15892425\n",
      "84 14 r The curr 0.15892425\n",
      "84 15  The curre 0.15892425\n",
      "84 16 ahe curren 0.15892425\n",
      "84 17 ee current 0.15892425\n",
      "84 18   current  0.15892425\n",
      "84 19  durrent l 0.15892425\n",
      "84 20 aurrent le 0.15892425\n",
      "84 21 urrent lec 0.15892425\n",
      "84 22 rrent lect 0.15892425\n",
      "84 23 eent lectu 0.15892425\n",
      "84 24 e t lectur 0.15892425\n",
      "84 25  t lecture 0.15892425\n",
      "84 26 t lecture  0.15892425\n",
      "84 27 ulecture i 0.15892425\n",
      "84 28 aecture is 0.15892425\n",
      "84 29 ecture is  0.15892425\n",
      "84 30  ture is a 0.15892425\n",
      "84 31 uure is a  0.15892425\n",
      "84 32 ure is a M 0.15892425\n",
      "84 33 rr is a Ma 0.15892425\n",
      "84 34 e is a Mat 0.15892425\n",
      "84 35  ds a Matc 0.15892425\n",
      "84 36 as a Match 0.15892425\n",
      "84 37 s a Match  0.15892425\n",
      "84 38 oa Match U 0.15892425\n",
      "84 39 arMatch Up 0.15892425\n",
      "84 40 tMatch Up  0.15892425\n",
      "84 41 aatch Up T 0.15892425\n",
      "84 42 atch Up Te 0.15892425\n",
      "84 43 tch Up Ten 0.15892425\n",
      "84 44 uh Up Tens 0.15892425\n",
      "84 45 u Up Tenso 0.15892425\n",
      "84 46  Up Tensor 0.15892425\n",
      "84 47 ap TensorF 0.15892425\n",
      "84 48 p TensorFl 0.15892425\n",
      "84 49  TensorFlo 0.15892425\n",
      "84 50 ahnsorFlow 0.15892425\n",
      "84 51 ensorFlow. 0.15892425\n",
      "84 52  torFlow.  0.15892425\n",
      "84 53 torFlow. S 0.15892425\n",
      "84 54 orFlow. St 0.15892425\n",
      "84 55 wFlow. Stu 0.15892425\n",
      "84 56 elow. Stud 0.15892425\n",
      "84 57 low. Stude 0.15892425\n",
      "84 58 ew. Studen 0.15892425\n",
      "84 59 w. Student 0.15892425\n",
      "84 60 . Students 0.15892425\n",
      "84 61  Ttudents, 0.15892425\n",
      "84 62 atudents,  0.15892425\n",
      "84 63 tudents, p 0.15892425\n",
      "84 64 urents, pl 0.15892425\n",
      "84 65 rents, ple 0.15892425\n",
      "84 66 ants, plea 0.15892425\n",
      "84 67  t , pleas 0.15892425\n",
      "84 68 t , please 0.15892425\n",
      "84 69 u, please  0.15892425\n",
      "84 70 o please s 0.15892425\n",
      "84 71  please st 0.15892425\n",
      "84 72 alease stu 0.15892425\n",
      "84 73  ease stud 0.15892425\n",
      "84 74 ecse study 0.15892425\n",
      "84 75  se study  0.15892425\n",
      "84 76 te study h 0.15892425\n",
      "84 77 o study ha 0.15892425\n",
      "84 78  dtudy har 0.15892425\n",
      "84 79 atudy hard 0.15892425\n",
      "84 80 oudy hard. 0.15892425\n",
      "85 0 Te are dat 0.15885252\n",
      "85 1 e are data 0.15885252\n",
      "85 2  dre datae 0.15885252\n",
      "85 3 Tre dataed 0.15885252\n",
      "85 4 te dataedu 0.15885252\n",
      "85 5 e iataedu. 0.15885252\n",
      "85 6  dataedu.  0.15885252\n",
      "85 7 Tataedu. T 0.15885252\n",
      "85 8 ataedu. Th 0.15885252\n",
      "85 9 tcedu. The 0.15885252\n",
      "85 10 uedu. The  0.15885252\n",
      "85 11 tdu. The c 0.15885252\n",
      "85 12  u. The cu 0.15885252\n",
      "85 13 a. The cur 0.15885252\n",
      "85 14 r The curr 0.15885252\n",
      "85 15  The curre 0.15885252\n",
      "85 16 The curren 0.15885252\n",
      "85 17 ee current 0.15885252\n",
      "85 18   current  0.15885252\n",
      "85 19  durrent l 0.15885252\n",
      "85 20 Turrent le 0.15885252\n",
      "85 21 urrent lec 0.15885252\n",
      "85 22 reent lect 0.15885252\n",
      "85 23 eent lectu 0.15885252\n",
      "85 24 e t lectur 0.15885252\n",
      "85 25  tslecture 0.15885252\n",
      "85 26 t lecture  0.15885252\n",
      "85 27 ulecture i 0.15885252\n",
      "85 28 Tecture is 0.15885252\n",
      "85 29 ecture is  0.15885252\n",
      "85 30  ture is a 0.15885252\n",
      "85 31 uure is a  0.15885252\n",
      "85 32 ure is a M 0.15885252\n",
      "85 33 re is a Ma 0.15885252\n",
      "85 34 e is a Mat 0.15885252\n",
      "85 35  ds a Matc 0.15885252\n",
      "85 36 Ts a Match 0.15885252\n",
      "85 37 s a Match  0.15885252\n",
      "85 38 ta Match U 0.15885252\n",
      "85 39 TrMatch Up 0.15885252\n",
      "85 40 tMatch Up  0.15885252\n",
      "85 41 Tatch Up T 0.15885252\n",
      "85 42 atch Up Te 0.15885252\n",
      "85 43 tch Up Ten 0.15885252\n",
      "85 44 uh Up Tens 0.15885252\n",
      "85 45 u Up Tenso 0.15885252\n",
      "85 46  Up Tensor 0.15885252\n",
      "85 47 Tp TensorF 0.15885252\n",
      "85 48 p TensorFl 0.15885252\n",
      "85 49  TensorFlo 0.15885252\n",
      "85 50 ThnsorFlow 0.15885252\n",
      "85 51 ensorFlow. 0.15885252\n",
      "85 52  torFlow.  0.15885252\n",
      "85 53 torFlow. S 0.15885252\n",
      "85 54 trFlow. St 0.15885252\n",
      "85 55 wFlow. Stu 0.15885252\n",
      "85 56 elow. Stud 0.15885252\n",
      "85 57 low. Stude 0.15885252\n",
      "85 58 ew. Studen 0.15885252\n",
      "85 59 w. Student 0.15885252\n",
      "85 60 . Students 0.15885252\n",
      "85 61  Ttudents, 0.15885252\n",
      "85 62 Ttudents,  0.15885252\n",
      "85 63 tudents, p 0.15885252\n",
      "85 64 urents, pl 0.15885252\n",
      "85 65 rents, ple 0.15885252\n",
      "85 66 ants, plea 0.15885252\n",
      "85 67  ts, pleas 0.15885252\n",
      "85 68 t , please 0.15885252\n",
      "85 69 u, please  0.15885252\n",
      "85 70 t please s 0.15885252\n",
      "85 71  please st 0.15885252\n",
      "85 72 Tlease stu 0.15885252\n",
      "85 73  ease stud 0.15885252\n",
      "85 74 ecse study 0.15885252\n",
      "85 75  se study  0.15885252\n",
      "85 76 te study h 0.15885252\n",
      "85 77 t study ha 0.15885252\n",
      "85 78  dtudy har 0.15885252\n",
      "85 79 Ttudy hard 0.15885252\n",
      "85 80 tudy hard. 0.15885252\n",
      "86 0 Te are dat 0.1587823\n",
      "86 1 e are data 0.1587823\n",
      "86 2  dre datae 0.1587823\n",
      "86 3 Tre dataed 0.1587823\n",
      "86 4 te dataedu 0.1587823\n",
      "86 5 e iataedu. 0.1587823\n",
      "86 6  dataedu.  0.1587823\n",
      "86 7 Tataedu. T 0.1587823\n",
      "86 8 ataedu. Th 0.1587823\n",
      "86 9 tcedu. The 0.1587823\n",
      "86 10 uedu. The  0.1587823\n",
      "86 11 tdu. The c 0.1587823\n",
      "86 12  u. The cu 0.1587823\n",
      "86 13 a. The cur 0.1587823\n",
      "86 14 r The curr 0.1587823\n",
      "86 15  The curre 0.1587823\n",
      "86 16 The curren 0.1587823\n",
      "86 17 ee current 0.1587823\n",
      "86 18   current  0.1587823\n",
      "86 19  durrent l 0.1587823\n",
      "86 20 Turrent le 0.1587823\n",
      "86 21 urrent lec 0.1587823\n",
      "86 22 reent lect 0.1587823\n",
      "86 23 eent lectu 0.1587823\n",
      "86 24 e t lectur 0.1587823\n",
      "86 25  tslecture 0.1587823\n",
      "86 26 t lecture  0.1587823\n",
      "86 27 ulecture i 0.1587823\n",
      "86 28 Tecture is 0.1587823\n",
      "86 29 ecture is  0.1587823\n",
      "86 30  ture is a 0.1587823\n",
      "86 31 uure is a  0.1587823\n",
      "86 32 ude is a M 0.1587823\n",
      "86 33 re is a Ma 0.1587823\n",
      "86 34 e is a Mat 0.1587823\n",
      "86 35  ds a Matc 0.1587823\n",
      "86 36 Ts a Match 0.1587823\n",
      "86 37 s a Match  0.1587823\n",
      "86 38 ta Match U 0.1587823\n",
      "86 39 TrMatch Up 0.1587823\n",
      "86 40 tMatch Up  0.1587823\n",
      "86 41 Tatch Up T 0.1587823\n",
      "86 42 atch Up Te 0.1587823\n",
      "86 43 tch Up Ten 0.1587823\n",
      "86 44 uh Up Tens 0.1587823\n",
      "86 45 u Up Tenso 0.1587823\n",
      "86 46  Up Tensor 0.1587823\n",
      "86 47 Tp TensorF 0.1587823\n",
      "86 48 p TensorFl 0.1587823\n",
      "86 49  TensorFlo 0.1587823\n",
      "86 50 ThnsorFlow 0.1587823\n",
      "86 51 ensorFlow. 0.1587823\n",
      "86 52  torFlow.  0.1587823\n",
      "86 53 torFlow. S 0.1587823\n",
      "86 54 trFlow. St 0.1587823\n",
      "86 55 rFlow. Stu 0.1587823\n",
      "86 56 elow. Stud 0.1587823\n",
      "86 57 low. Stude 0.1587823\n",
      "86 58 ew. Studen 0.1587823\n",
      "86 59 r. Student 0.1587823\n",
      "86 60 . Students 0.1587823\n",
      "86 61  Ttudents, 0.1587823\n",
      "86 62 Ttudents,  0.1587823\n",
      "86 63 tudents, p 0.1587823\n",
      "86 64 udents, pl 0.1587823\n",
      "86 65 rents, ple 0.1587823\n",
      "86 66 ants, plea 0.1587823\n",
      "86 67  ts, pleas 0.1587823\n",
      "86 68 t , please 0.1587823\n",
      "86 69 u, please  0.1587823\n",
      "86 70 t please s 0.1587823\n",
      "86 71  please st 0.1587823\n",
      "86 72 Tlease stu 0.1587823\n",
      "86 73  ease stud 0.1587823\n",
      "86 74 ecse study 0.1587823\n",
      "86 75  se study  0.1587823\n",
      "86 76 te study h 0.1587823\n",
      "86 77 t study ha 0.1587823\n",
      "86 78  dtudy har 0.1587823\n",
      "86 79 Ttudy hard 0.1587823\n",
      "86 80 tudy hard. 0.1587823\n",
      "87 0 Te are dat 0.15871866\n",
      "87 1 e are data 0.15871866\n",
      "87 2  dre datae 0.15871866\n",
      "87 3 T e dataed 0.15871866\n",
      "87 4 te dataedu 0.15871866\n",
      "87 5 e iataedu. 0.15871866\n",
      "87 6  dataedu.  0.15871866\n",
      "87 7 Tataedu. T 0.15871866\n",
      "87 8 utaedu. Th 0.15871866\n",
      "87 9 taedu. The 0.15871866\n",
      "87 10 uedu. The  0.15871866\n",
      "87 11 tdu. The c 0.15871866\n",
      "87 12  u. The cu 0.15871866\n",
      "87 13 u. The cur 0.15871866\n",
      "87 14 r The curr 0.15871866\n",
      "87 15  She curre 0.15871866\n",
      "87 16 Tee curren 0.15871866\n",
      "87 17 ee current 0.15871866\n",
      "87 18 e current  0.15871866\n",
      "87 19  durrent l 0.15871866\n",
      "87 20 Turrent le 0.15871866\n",
      "87 21 urrent lec 0.15871866\n",
      "87 22 reent lect 0.15871866\n",
      "87 23 eent lectu 0.15871866\n",
      "87 24 e t lectur 0.15871866\n",
      "87 25  t lecture 0.15871866\n",
      "87 26 t lecture  0.15871866\n",
      "87 27 ulecture i 0.15871866\n",
      "87 28 Tecture is 0.15871866\n",
      "87 29 eature is  0.15871866\n",
      "87 30  ture is a 0.15871866\n",
      "87 31 uure is a  0.15871866\n",
      "87 32 ude is a M 0.15871866\n",
      "87 33 re is a Ma 0.15871866\n",
      "87 34 e is a Mat 0.15871866\n",
      "87 35  ds a Matc 0.15871866\n",
      "87 36 Ts a Match 0.15871866\n",
      "87 37 s a Match  0.15871866\n",
      "87 38 ta Match U 0.15871866\n",
      "87 39 T Match Up 0.15871866\n",
      "87 40 tMatch Up  0.15871866\n",
      "87 41 Tatch Up T 0.15871866\n",
      "87 42 atch Up Te 0.15871866\n",
      "87 43 tah Up Ten 0.15871866\n",
      "87 44 uh Up Tens 0.15871866\n",
      "87 45 u Up Tenso 0.15871866\n",
      "87 46 eUp Tensor 0.15871866\n",
      "87 47 Tp TensorF 0.15871866\n",
      "87 48 p TensorFl 0.15871866\n",
      "87 49  TensorFlo 0.15871866\n",
      "87 50 TensorFlow 0.15871866\n",
      "87 51 ensorFlow. 0.15871866\n",
      "87 52  torFlow.  0.15871866\n",
      "87 53 torFlow. S 0.15871866\n",
      "87 54 trFlow. St 0.15871866\n",
      "87 55 rFlow. Stu 0.15871866\n",
      "87 56 elow. Stud 0.15871866\n",
      "87 57 low. Stude 0.15871866\n",
      "87 58 ew. Studen 0.15871866\n",
      "87 59 r. Student 0.15871866\n",
      "87 60 . Students 0.15871866\n",
      "87 61  Students, 0.15871866\n",
      "87 62 Ttudents,  0.15871866\n",
      "87 63 tudents, p 0.15871866\n",
      "87 64 udents, pl 0.15871866\n",
      "87 65 rents, ple 0.15871866\n",
      "87 66 unts, plea 0.15871866\n",
      "87 67  t , pleas 0.15871866\n",
      "87 68 t , please 0.15871866\n",
      "87 69 u, please  0.15871866\n",
      "87 70 t please s 0.15871866\n",
      "87 71  please st 0.15871866\n",
      "87 72 Tlease stu 0.15871866\n",
      "87 73  ease stud 0.15871866\n",
      "87 74 ease study 0.15871866\n",
      "87 75  se study  0.15871866\n",
      "87 76 te study h 0.15871866\n",
      "87 77 t study ha 0.15871866\n",
      "87 78  dtudy har 0.15871866\n",
      "87 79 Ttudy hard 0.15871866\n",
      "87 80 tudy hard. 0.15871866\n",
      "88 0 Te are dat 0.15864663\n",
      "88 1 e are data 0.15864663\n",
      "88 2  are datae 0.15864663\n",
      "88 3 T e dataed 0.15864663\n",
      "88 4 te dataedu 0.15864663\n",
      "88 5 e iataedu. 0.15864663\n",
      "88 6  aataedu.  0.15864663\n",
      "88 7 Tataedu. T 0.15864663\n",
      "88 8 utaedu. Th 0.15864663\n",
      "88 9 taedu. The 0.15864663\n",
      "88 10 uedu. The  0.15864663\n",
      "88 11 tdu. The c 0.15864663\n",
      "88 12  u. The cu 0.15864663\n",
      "88 13 u. The cur 0.15864663\n",
      "88 14 r The curr 0.15864663\n",
      "88 15  She curre 0.15864663\n",
      "88 16 Tee curren 0.15864663\n",
      "88 17 he current 0.15864663\n",
      "88 18 e current  0.15864663\n",
      "88 19  aurrent l 0.15864663\n",
      "88 20 Turrent le 0.15864663\n",
      "88 21 hrrent lec 0.15864663\n",
      "88 22 rrent lect 0.15864663\n",
      "88 23 eent lectu 0.15864663\n",
      "88 24 e t lectur 0.15864663\n",
      "88 25  tslecture 0.15864663\n",
      "88 26 tslecture  0.15864663\n",
      "88 27 ulecture i 0.15864663\n",
      "88 28 Tecture is 0.15864663\n",
      "88 29 eature is  0.15864663\n",
      "88 30  ture is a 0.15864663\n",
      "88 31 hure is a  0.15864663\n",
      "88 32 ude is a M 0.15864663\n",
      "88 33 rr is a Ma 0.15864663\n",
      "88 34 e is a Mat 0.15864663\n",
      "88 35  as a Matc 0.15864663\n",
      "88 36 Ts a Match 0.15864663\n",
      "88 37 s a Match  0.15864663\n",
      "88 38 ,a Match U 0.15864663\n",
      "88 39 T Match Up 0.15864663\n",
      "88 40 tMatch Up  0.15864663\n",
      "88 41 Tatch Up T 0.15864663\n",
      "88 42 atch Up Te 0.15864663\n",
      "88 43 tah Up Ten 0.15864663\n",
      "88 44 uh Up Tens 0.15864663\n",
      "88 45 h Up Tenso 0.15864663\n",
      "88 46 eUp Tensor 0.15864663\n",
      "88 47 Tp TensorF 0.15864663\n",
      "88 48 p TensorFl 0.15864663\n",
      "88 49  TensorFlo 0.15864663\n",
      "88 50 TensorFlow 0.15864663\n",
      "88 51 hnsorFlow. 0.15864663\n",
      "88 52  torFlow.  0.15864663\n",
      "88 53 torFlow. S 0.15864663\n",
      "88 54 ,rFlow. St 0.15864663\n",
      "88 55 rFlow. Stu 0.15864663\n",
      "88 56 elow. Stud 0.15864663\n",
      "88 57 low. Stude 0.15864663\n",
      "88 58 ew. Studen 0.15864663\n",
      "88 59 r. Student 0.15864663\n",
      "88 60 . Students 0.15864663\n",
      "88 61  Students, 0.15864663\n",
      "88 62 Ttudents,  0.15864663\n",
      "88 63 tudents, p 0.15864663\n",
      "88 64 udents, pl 0.15864663\n",
      "88 65 rents, ple 0.15864663\n",
      "88 66 unts, plea 0.15864663\n",
      "88 67  ts, pleas 0.15864663\n",
      "88 68 ts, please 0.15864663\n",
      "88 69 u, please  0.15864663\n",
      "88 70 , please s 0.15864663\n",
      "88 71  please st 0.15864663\n",
      "88 72 Tlease stu 0.15864663\n",
      "88 73  ease stud 0.15864663\n",
      "88 74 ease study 0.15864663\n",
      "88 75  se study  0.15864663\n",
      "88 76 te study h 0.15864663\n",
      "88 77 , study ha 0.15864663\n",
      "88 78  atudy har 0.15864663\n",
      "88 79 Ttudy hard 0.15864663\n",
      "88 80 ,udy hard. 0.15864663\n",
      "89 0 Te are dat 0.15858914\n",
      "89 1 e are data 0.15858914\n",
      "89 2  are datae 0.15858914\n",
      "89 3 T e dataed 0.15858914\n",
      "89 4 te dataedu 0.15858914\n",
      "89 5 e iataedu. 0.15858914\n",
      "89 6  aataedu.  0.15858914\n",
      "89 7 Tataedu. T 0.15858914\n",
      "89 8 etaedu. Th 0.15858914\n",
      "89 9 tcedu. The 0.15858914\n",
      "89 10 uedu. The  0.15858914\n",
      "89 11 tdu. The c 0.15858914\n",
      "89 12  u. The cu 0.15858914\n",
      "89 13 e. The cur 0.15858914\n",
      "89 14 r The curr 0.15858914\n",
      "89 15  She curre 0.15858914\n",
      "89 16 The curren 0.15858914\n",
      "89 17 he current 0.15858914\n",
      "89 18 e current  0.15858914\n",
      "89 19  aurrent l 0.15858914\n",
      "89 20 Turrent le 0.15858914\n",
      "89 21 hrrent lec 0.15858914\n",
      "89 22 rrent lect 0.15858914\n",
      "89 23 eent lectu 0.15858914\n",
      "89 24 e t lectur 0.15858914\n",
      "89 25  t lecture 0.15858914\n",
      "89 26 tslecture  0.15858914\n",
      "89 27 ulecture i 0.15858914\n",
      "89 28 Tecture is 0.15858914\n",
      "89 29 ecture is  0.15858914\n",
      "89 30  ture is a 0.15858914\n",
      "89 31 hure is a  0.15858914\n",
      "89 32 ure is a M 0.15858914\n",
      "89 33 rr is a Ma 0.15858914\n",
      "89 34 e is a Mat 0.15858914\n",
      "89 35  as a Matc 0.15858914\n",
      "89 36 Ts a Match 0.15858914\n",
      "89 37 s a Match  0.15858914\n",
      "89 38 ,a Match U 0.15858914\n",
      "89 39 T Match Up 0.15858914\n",
      "89 40 tMatch Up  0.15858914\n",
      "89 41 Tatch Up T 0.15858914\n",
      "89 42 atch Up Te 0.15858914\n",
      "89 43 tch Up Ten 0.15858914\n",
      "89 44 uh Up Tens 0.15858914\n",
      "89 45 h Up Tenso 0.15858914\n",
      "89 46 eUp Tensor 0.15858914\n",
      "89 47 Tp TensorF 0.15858914\n",
      "89 48 p TensorFl 0.15858914\n",
      "89 49 lTensorFlo 0.15858914\n",
      "89 50 ThnsorFlow 0.15858914\n",
      "89 51 hnsorFlow. 0.15858914\n",
      "89 52  torFlow.  0.15858914\n",
      "89 53 torFlow. S 0.15858914\n",
      "89 54 ,rFlow. St 0.15858914\n",
      "89 55 rFlow. Stu 0.15858914\n",
      "89 56 elow. Stud 0.15858914\n",
      "89 57 low. Stude 0.15858914\n",
      "89 58 ew. Studen 0.15858914\n",
      "89 59 r. Student 0.15858914\n",
      "89 60 . Students 0.15858914\n",
      "89 61  Students, 0.15858914\n",
      "89 62 Ttudents,  0.15858914\n",
      "89 63 tudents, p 0.15858914\n",
      "89 64 urents, pl 0.15858914\n",
      "89 65 rents, ple 0.15858914\n",
      "89 66 ents, plea 0.15858914\n",
      "89 67  t , pleas 0.15858914\n",
      "89 68 ts, please 0.15858914\n",
      "89 69 u, please  0.15858914\n",
      "89 70 , please s 0.15858914\n",
      "89 71  please st 0.15858914\n",
      "89 72 Tlease stu 0.15858914\n",
      "89 73 lease stud 0.15858914\n",
      "89 74 ecse study 0.15858914\n",
      "89 75  se study  0.15858914\n",
      "89 76 te study h 0.15858914\n",
      "89 77 , study ha 0.15858914\n",
      "89 78  atudy har 0.15858914\n",
      "89 79 Ttudy hard 0.15858914\n",
      "89 80 ,udy hard. 0.15858914\n",
      "90 0 Te are dat 0.1585345\n",
      "90 1 e are data 0.1585345\n",
      "90 2  sre datae 0.1585345\n",
      "90 3 T e dataed 0.1585345\n",
      "90 4 te dataedu 0.1585345\n",
      "90 5 e dataedu. 0.1585345\n",
      "90 6  sataedu.  0.1585345\n",
      "90 7 Tataedu. T 0.1585345\n",
      "90 8 utaedu. Th 0.1585345\n",
      "90 9 tcedu. The 0.1585345\n",
      "90 10 uedu. The  0.1585345\n",
      "90 11 tdu. The c 0.1585345\n",
      "90 12  u. The cu 0.1585345\n",
      "90 13 u. The cur 0.1585345\n",
      "90 14 r The curr 0.1585345\n",
      "90 15  The curre 0.1585345\n",
      "90 16 The curren 0.1585345\n",
      "90 17 he current 0.1585345\n",
      "90 18   current  0.1585345\n",
      "90 19  surrent l 0.1585345\n",
      "90 20 Turrent le 0.1585345\n",
      "90 21 hrrent lec 0.1585345\n",
      "90 22 rrent lect 0.1585345\n",
      "90 23 eent lectu 0.1585345\n",
      "90 24 e t lectur 0.1585345\n",
      "90 25  tslecture 0.1585345\n",
      "90 26 tslecture  0.1585345\n",
      "90 27 ulecture i 0.1585345\n",
      "90 28 Tecture is 0.1585345\n",
      "90 29 ecture is  0.1585345\n",
      "90 30  ture is a 0.1585345\n",
      "90 31 hure is a  0.1585345\n",
      "90 32 ure is a M 0.1585345\n",
      "90 33 rr is a Ma 0.1585345\n",
      "90 34 e ds a Mat 0.1585345\n",
      "90 35  ss a Matc 0.1585345\n",
      "90 36 Ts a Match 0.1585345\n",
      "90 37 s a Match  0.1585345\n",
      "90 38 ea Match U 0.1585345\n",
      "90 39 T Match Up 0.1585345\n",
      "90 40 tMatch Up  0.1585345\n",
      "90 41 Tatch Up T 0.1585345\n",
      "90 42 atch Up Te 0.1585345\n",
      "90 43 tch Up Ten 0.1585345\n",
      "90 44 uh Up Tens 0.1585345\n",
      "90 45 h Up Tenso 0.1585345\n",
      "90 46  Up Tensor 0.1585345\n",
      "90 47 Tp TensorF 0.1585345\n",
      "90 48 p TensorFl 0.1585345\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "90 49 lTensorFlo 0.1585345\n",
      "90 50 ThnsorFlow 0.1585345\n",
      "90 51 hnsorFlow. 0.1585345\n",
      "90 52  torFlow.  0.1585345\n",
      "90 53 torFlow. S 0.1585345\n",
      "90 54 erFlow. St 0.1585345\n",
      "90 55 rFlow. Stu 0.1585345\n",
      "90 56 elow. Stud 0.1585345\n",
      "90 57 low. Stude 0.1585345\n",
      "90 58 ew. Studen 0.1585345\n",
      "90 59 r. Student 0.1585345\n",
      "90 60 . Students 0.1585345\n",
      "90 61  Ttudents, 0.1585345\n",
      "90 62 Ttudents,  0.1585345\n",
      "90 63 tudents, p 0.1585345\n",
      "90 64 urents, pl 0.1585345\n",
      "90 65 rents, ple 0.1585345\n",
      "90 66 unts, plea 0.1585345\n",
      "90 67  ts, pleas 0.1585345\n",
      "90 68 ts, please 0.1585345\n",
      "90 69 u, please  0.1585345\n",
      "90 70 e please s 0.1585345\n",
      "90 71  please st 0.1585345\n",
      "90 72 Tlease stu 0.1585345\n",
      "90 73 lease stud 0.1585345\n",
      "90 74 ecse study 0.1585345\n",
      "90 75  se study  0.1585345\n",
      "90 76 te study h 0.1585345\n",
      "90 77 e study ha 0.1585345\n",
      "90 78  study har 0.1585345\n",
      "90 79 Ttudy hard 0.1585345\n",
      "90 80 eudy hard. 0.1585345\n",
      "91 0 Te are dat 0.15847272\n",
      "91 1 e are data 0.15847272\n",
      "91 2  sre datae 0.15847272\n",
      "91 3 Tre dataed 0.15847272\n",
      "91 4 te dataedu 0.15847272\n",
      "91 5 e dataedu. 0.15847272\n",
      "91 6  sataedu.  0.15847272\n",
      "91 7 Tataedu. T 0.15847272\n",
      "91 8 utaedu. Th 0.15847272\n",
      "91 9 tcedu. The 0.15847272\n",
      "91 10 uedu. The  0.15847272\n",
      "91 11 tdu. The c 0.15847272\n",
      "91 12  u. The cu 0.15847272\n",
      "91 13 u. The cur 0.15847272\n",
      "91 14 r The curr 0.15847272\n",
      "91 15  The curre 0.15847272\n",
      "91 16 The curren 0.15847272\n",
      "91 17 he current 0.15847272\n",
      "91 18   current  0.15847272\n",
      "91 19  surrent l 0.15847272\n",
      "91 20 Turrent le 0.15847272\n",
      "91 21 urrent lec 0.15847272\n",
      "91 22 rrent lect 0.15847272\n",
      "91 23 eent lectu 0.15847272\n",
      "91 24 e t lectur 0.15847272\n",
      "91 25  t lecture 0.15847272\n",
      "91 26 t lecture  0.15847272\n",
      "91 27 ulecture i 0.15847272\n",
      "91 28 Tecture is 0.15847272\n",
      "91 29 ecture is  0.15847272\n",
      "91 30  ture is a 0.15847272\n",
      "91 31 uure is a  0.15847272\n",
      "91 32 ure is a M 0.15847272\n",
      "91 33 rr is a Ma 0.15847272\n",
      "91 34 e ds a Mat 0.15847272\n",
      "91 35  ss a Matc 0.15847272\n",
      "91 36 Ts a Match 0.15847272\n",
      "91 37 s a Match  0.15847272\n",
      "91 38 ea Match U 0.15847272\n",
      "91 39 TrMatch Up 0.15847272\n",
      "91 40 tMatch Up  0.15847272\n",
      "91 41 Tatch Up T 0.15847272\n",
      "91 42 atch Up Te 0.15847272\n",
      "91 43 tch Up Ten 0.15847272\n",
      "91 44 uh Up Tens 0.15847272\n",
      "91 45 u Up Tenso 0.15847272\n",
      "91 46  Up Tensor 0.15847272\n",
      "91 47 Tp TensorF 0.15847272\n",
      "91 48 p TensorFl 0.15847272\n",
      "91 49 lTensorFlo 0.15847272\n",
      "91 50 ThnsorFlow 0.15847272\n",
      "91 51 hnsorFlow. 0.15847272\n",
      "91 52  torFlow.  0.15847272\n",
      "91 53 torFlow. S 0.15847272\n",
      "91 54 erFlow. St 0.15847272\n",
      "91 55 rFlow. Stu 0.15847272\n",
      "91 56 elow. Stud 0.15847272\n",
      "91 57 low. Stude 0.15847272\n",
      "91 58 ew. Studen 0.15847272\n",
      "91 59 r. Student 0.15847272\n",
      "91 60 . Students 0.15847272\n",
      "91 61  Ttudents, 0.15847272\n",
      "91 62 Ttudents,  0.15847272\n",
      "91 63 tudents, p 0.15847272\n",
      "91 64 urents, pl 0.15847272\n",
      "91 65 rents, ple 0.15847272\n",
      "91 66 unts, plea 0.15847272\n",
      "91 67  t , pleas 0.15847272\n",
      "91 68 t , please 0.15847272\n",
      "91 69 u, please  0.15847272\n",
      "91 70 e please s 0.15847272\n",
      "91 71  please st 0.15847272\n",
      "91 72 Tlease stu 0.15847272\n",
      "91 73 lease stud 0.15847272\n",
      "91 74 ecse study 0.15847272\n",
      "91 75  se study  0.15847272\n",
      "91 76 te study h 0.15847272\n",
      "91 77 e study ha 0.15847272\n",
      "91 78  study har 0.15847272\n",
      "91 79 Ttudy hard 0.15847272\n",
      "91 80 eudy hard. 0.15847272\n",
      "92 0 ae are dat 0.15843561\n",
      "92 1 e are data 0.15843561\n",
      "92 2  cre datae 0.15843561\n",
      "92 3 are dataed 0.15843561\n",
      "92 4 te dataedu 0.15843561\n",
      "92 5 e dataedu. 0.15843561\n",
      "92 6  cataedu.  0.15843561\n",
      "92 7 aataedu. T 0.15843561\n",
      "92 8 utaedu. Th 0.15843561\n",
      "92 9 tcedu. The 0.15843561\n",
      "92 10 uedu. The  0.15843561\n",
      "92 11 tdu. The c 0.15843561\n",
      "92 12  u. The cu 0.15843561\n",
      "92 13 u. The cur 0.15843561\n",
      "92 14 r The curr 0.15843561\n",
      "92 15  The curre 0.15843561\n",
      "92 16 aee curren 0.15843561\n",
      "92 17 he current 0.15843561\n",
      "92 18   current  0.15843561\n",
      "92 19  current l 0.15843561\n",
      "92 20 aurrent le 0.15843561\n",
      "92 21 urrent lec 0.15843561\n",
      "92 22 reent lect 0.15843561\n",
      "92 23 eent lectu 0.15843561\n",
      "92 24 e t lectur 0.15843561\n",
      "92 25  tslecture 0.15843561\n",
      "92 26 t lecture  0.15843561\n",
      "92 27 ulecture i 0.15843561\n",
      "92 28 aecture is 0.15843561\n",
      "92 29 eature is  0.15843561\n",
      "92 30  ture is a 0.15843561\n",
      "92 31 uure is a  0.15843561\n",
      "92 32 ude is a M 0.15843561\n",
      "92 33 re is a Ma 0.15843561\n",
      "92 34 e ds a Mat 0.15843561\n",
      "92 35  cs a Matc 0.15843561\n",
      "92 36 as a Match 0.15843561\n",
      "92 37 s a Match  0.15843561\n",
      "92 38 ea Match U 0.15843561\n",
      "92 39 arMatch Up 0.15843561\n",
      "92 40 tMatch Up  0.15843561\n",
      "92 41 aatch Up T 0.15843561\n",
      "92 42 atch Up Te 0.15843561\n",
      "92 43 tch Up Ten 0.15843561\n",
      "92 44 uh Up Tens 0.15843561\n",
      "92 45 u Up Tenso 0.15843561\n",
      "92 46  Up Tensor 0.15843561\n",
      "92 47 ap TensorF 0.15843561\n",
      "92 48 p TensorFl 0.15843561\n",
      "92 49 lTensorFlo 0.15843561\n",
      "92 50 aensorFlow 0.15843561\n",
      "92 51 hnsorFlow. 0.15843561\n",
      "92 52  torFlow.  0.15843561\n",
      "92 53 torFlow. S 0.15843561\n",
      "92 54 erFlow. St 0.15843561\n",
      "92 55 wFlow. Stu 0.15843561\n",
      "92 56 elow. Stud 0.15843561\n",
      "92 57 low. Stude 0.15843561\n",
      "92 58 ew. Studen 0.15843561\n",
      "92 59 w. Student 0.15843561\n",
      "92 60 . Students 0.15843561\n",
      "92 61  Ttudents, 0.15843561\n",
      "92 62 atudents,  0.15843561\n",
      "92 63 tudents, p 0.15843561\n",
      "92 64 udents, pl 0.15843561\n",
      "92 65 rents, ple 0.15843561\n",
      "92 66 unts, plea 0.15843561\n",
      "92 67  ts, pleas 0.15843561\n",
      "92 68 t , please 0.15843561\n",
      "92 69 u, please  0.15843561\n",
      "92 70 e please s 0.15843561\n",
      "92 71  please st 0.15843561\n",
      "92 72 alease stu 0.15843561\n",
      "92 73 lease stud 0.15843561\n",
      "92 74 ease study 0.15843561\n",
      "92 75  se study  0.15843561\n",
      "92 76 te study h 0.15843561\n",
      "92 77 e study ha 0.15843561\n",
      "92 78  ctudy har 0.15843561\n",
      "92 79 atudy hard 0.15843561\n",
      "92 80 eudy hard. 0.15843561\n",
      "93 0 ae are dat 0.15839264\n",
      "93 1 e are data 0.15839264\n",
      "93 2  ire datae 0.15839264\n",
      "93 3 are dataed 0.15839264\n",
      "93 4 te dataedu 0.15839264\n",
      "93 5 e dataedu. 0.15839264\n",
      "93 6  iataedu.  0.15839264\n",
      "93 7 aataedu. T 0.15839264\n",
      "93 8 ataedu. Th 0.15839264\n",
      "93 9 tcedu. The 0.15839264\n",
      "93 10 uedu. The  0.15839264\n",
      "93 11 tdu. The c 0.15839264\n",
      "93 12  u. The cu 0.15839264\n",
      "93 13 a. The cur 0.15839264\n",
      "93 14 r The curr 0.15839264\n",
      "93 15  She curre 0.15839264\n",
      "93 16 aee curren 0.15839264\n",
      "93 17 he current 0.15839264\n",
      "93 18 e current  0.15839264\n",
      "93 19  iurrent l 0.15839264\n",
      "93 20 aurrent le 0.15839264\n",
      "93 21 urrent lec 0.15839264\n",
      "93 22 reent lect 0.15839264\n",
      "93 23 eent lectu 0.15839264\n",
      "93 24 e t lectur 0.15839264\n",
      "93 25  tslecture 0.15839264\n",
      "93 26 t lecture  0.15839264\n",
      "93 27 ulecture i 0.15839264\n",
      "93 28 aecture is 0.15839264\n",
      "93 29 eature is  0.15839264\n",
      "93 30  ture is a 0.15839264\n",
      "93 31 uure is a  0.15839264\n",
      "93 32 ude is a M 0.15839264\n",
      "93 33 re is a Ma 0.15839264\n",
      "93 34 e ds a Mat 0.15839264\n",
      "93 35  is a Matc 0.15839264\n",
      "93 36 as a Match 0.15839264\n",
      "93 37 s a Match  0.15839264\n",
      "93 38 ea Match U 0.15839264\n",
      "93 39 arMatch Up 0.15839264\n",
      "93 40 tMatch Up  0.15839264\n",
      "93 41 aatch Up T 0.15839264\n",
      "93 42 atch Up Te 0.15839264\n",
      "93 43 tch Up Ten 0.15839264\n",
      "93 44 uh Up Tens 0.15839264\n",
      "93 45 u Up Tenso 0.15839264\n",
      "93 46 eUp Tensor 0.15839264\n",
      "93 47 ap TensorF 0.15839264\n",
      "93 48 p TensorFl 0.15839264\n",
      "93 49  TensorFlo 0.15839264\n",
      "93 50 aensorFlow 0.15839264\n",
      "93 51 hnsorFlow. 0.15839264\n",
      "93 52  torFlow.  0.15839264\n",
      "93 53 torFlow. S 0.15839264\n",
      "93 54 erFlow. St 0.15839264\n",
      "93 55 wFlow. Stu 0.15839264\n",
      "93 56 elow. Stud 0.15839264\n",
      "93 57 low. Stude 0.15839264\n",
      "93 58 ew. Studen 0.15839264\n",
      "93 59 w. Student 0.15839264\n",
      "93 60 . Students 0.15839264\n",
      "93 61  Students, 0.15839264\n",
      "93 62 atudents,  0.15839264\n",
      "93 63 tudents, p 0.15839264\n",
      "93 64 udents, pl 0.15839264\n",
      "93 65 rents, ple 0.15839264\n",
      "93 66 ants, plea 0.15839264\n",
      "93 67  ts, pleas 0.15839264\n",
      "93 68 t , please 0.15839264\n",
      "93 69 u, please  0.15839264\n",
      "93 70 e please s 0.15839264\n",
      "93 71  please st 0.15839264\n",
      "93 72 alease stu 0.15839264\n",
      "93 73  ease stud 0.15839264\n",
      "93 74 ease study 0.15839264\n",
      "93 75  se study  0.15839264\n",
      "93 76 te study h 0.15839264\n",
      "93 77 e study ha 0.15839264\n",
      "93 78  itudy har 0.15839264\n",
      "93 79 atudy hard 0.15839264\n",
      "93 80 eudy hard. 0.15839264\n",
      "94 0 ae are dat 0.15834142\n",
      "94 1 e are data 0.15834142\n",
      "94 2  ire datae 0.15834142\n",
      "94 3 are dataed 0.15834142\n",
      "94 4 te dataedu 0.15834142\n",
      "94 5 e iataedu. 0.15834142\n",
      "94 6  iataedu.  0.15834142\n",
      "94 7 aataedu. T 0.15834142\n",
      "94 8 ataedu. Th 0.15834142\n",
      "94 9 tcedu. The 0.15834142\n",
      "94 10 uedu. The  0.15834142\n",
      "94 11 tdu. The c 0.15834142\n",
      "94 12  u. The cu 0.15834142\n",
      "94 13 a. The cur 0.15834142\n",
      "94 14 r The curr 0.15834142\n",
      "94 15  She curre 0.15834142\n",
      "94 16 aee curren 0.15834142\n",
      "94 17 he current 0.15834142\n",
      "94 18 e current  0.15834142\n",
      "94 19  iurrent l 0.15834142\n",
      "94 20 aurrent le 0.15834142\n",
      "94 21 urrent lec 0.15834142\n",
      "94 22 reent lect 0.15834142\n",
      "94 23 eent lectu 0.15834142\n",
      "94 24 e t lectur 0.15834142\n",
      "94 25  t lecture 0.15834142\n",
      "94 26 t lecture  0.15834142\n",
      "94 27 ulecture i 0.15834142\n",
      "94 28 aecture is 0.15834142\n",
      "94 29 ecture is  0.15834142\n",
      "94 30  ture is a 0.15834142\n",
      "94 31 uure is a  0.15834142\n",
      "94 32 ure is a M 0.15834142\n",
      "94 33 re is a Ma 0.15834142\n",
      "94 34 e is a Mat 0.15834142\n",
      "94 35  is a Matc 0.15834142\n",
      "94 36 as a Match 0.15834142\n",
      "94 37 s a Match  0.15834142\n",
      "94 38  a Match U 0.15834142\n",
      "94 39 arMatch Up 0.15834142\n",
      "94 40 tMatch Up  0.15834142\n",
      "94 41 aatch Up T 0.15834142\n",
      "94 42 atch Up Te 0.15834142\n",
      "94 43 tch Up Ten 0.15834142\n",
      "94 44 uh Up Tens 0.15834142\n",
      "94 45 u Up Tenso 0.15834142\n",
      "94 46 eUp Tensor 0.15834142\n",
      "94 47 ap TensorF 0.15834142\n",
      "94 48 p TensorFl 0.15834142\n",
      "94 49  TensorFlo 0.15834142\n",
      "94 50 aensorFlow 0.15834142\n",
      "94 51 hnsorFlow. 0.15834142\n",
      "94 52  torFlow.  0.15834142\n",
      "94 53 torFlow. S 0.15834142\n",
      "94 54  rFlow. St 0.15834142\n",
      "94 55 wFlow. Stu 0.15834142\n",
      "94 56 elow. Stud 0.15834142\n",
      "94 57 low. Stude 0.15834142\n",
      "94 58 ew. Studen 0.15834142\n",
      "94 59 w. Student 0.15834142\n",
      "94 60 . Students 0.15834142\n",
      "94 61  Students, 0.15834142\n",
      "94 62 atudents,  0.15834142\n",
      "94 63 tudents, p 0.15834142\n",
      "94 64 urents, pl 0.15834142\n",
      "94 65 rents, ple 0.15834142\n",
      "94 66 ants, plea 0.15834142\n",
      "94 67  t , pleas 0.15834142\n",
      "94 68 t , please 0.15834142\n",
      "94 69 u, please  0.15834142\n",
      "94 70   please s 0.15834142\n",
      "94 71  please st 0.15834142\n",
      "94 72 alease stu 0.15834142\n",
      "94 73  ease stud 0.15834142\n",
      "94 74 ecse study 0.15834142\n",
      "94 75  se study  0.15834142\n",
      "94 76 te study h 0.15834142\n",
      "94 77   study ha 0.15834142\n",
      "94 78  itudy har 0.15834142\n",
      "94 79 atudy hard 0.15834142\n",
      "94 80  udy hard. 0.15834142\n",
      "95 0 Te are dat 0.15829086\n",
      "95 1 e are data 0.15829086\n",
      "95 2  ire datae 0.15829086\n",
      "95 3 Tre dataed 0.15829086\n",
      "95 4 te dataedu 0.15829086\n",
      "95 5 e iataedu. 0.15829086\n",
      "95 6  iataedu.  0.15829086\n",
      "95 7 Tataedu. T 0.15829086\n",
      "95 8 ataedu. Th 0.15829086\n",
      "95 9 tcedu. The 0.15829086\n",
      "95 10 uedu. The  0.15829086\n",
      "95 11 tdu. The c 0.15829086\n",
      "95 12  u. The cu 0.15829086\n",
      "95 13 a. The cur 0.15829086\n",
      "95 14 r The curr 0.15829086\n",
      "95 15  She curre 0.15829086\n",
      "95 16 Tee curren 0.15829086\n",
      "95 17 he current 0.15829086\n",
      "95 18 e current  0.15829086\n",
      "95 19  iurrent l 0.15829086\n",
      "95 20 Turrent le 0.15829086\n",
      "95 21 urrent lec 0.15829086\n",
      "95 22 rrent lect 0.15829086\n",
      "95 23 eent lectu 0.15829086\n",
      "95 24 e t lectur 0.15829086\n",
      "95 25  tslecture 0.15829086\n",
      "95 26 tslecture  0.15829086\n",
      "95 27 ulecture i 0.15829086\n",
      "95 28 Tecture is 0.15829086\n",
      "95 29 ecture is  0.15829086\n",
      "95 30  ture is a 0.15829086\n",
      "95 31 uure is a  0.15829086\n",
      "95 32 ure is a M 0.15829086\n",
      "95 33 rr is a Ma 0.15829086\n",
      "95 34 e is a Mat 0.15829086\n",
      "95 35  is a Matc 0.15829086\n",
      "95 36 Ts a Match 0.15829086\n",
      "95 37 s a Match  0.15829086\n",
      "95 38  a Match U 0.15829086\n",
      "95 39 TrMatch Up 0.15829086\n",
      "95 40 tMatch Up  0.15829086\n",
      "95 41 Tatch Up T 0.15829086\n",
      "95 42 atch Up Te 0.15829086\n",
      "95 43 tch Up Ten 0.15829086\n",
      "95 44 uh Up Tens 0.15829086\n",
      "95 45 u Up Tenso 0.15829086\n",
      "95 46 eUp Tensor 0.15829086\n",
      "95 47 Tp TensorF 0.15829086\n",
      "95 48 p TensorFl 0.15829086\n",
      "95 49  TensorFlo 0.15829086\n",
      "95 50 TensorFlow 0.15829086\n",
      "95 51 hnsorFlow. 0.15829086\n",
      "95 52  torFlow.  0.15829086\n",
      "95 53 torFlow. S 0.15829086\n",
      "95 54  rFlow. St 0.15829086\n",
      "95 55 wFlow. Stu 0.15829086\n",
      "95 56 elow. Stud 0.15829086\n",
      "95 57 low. Stude 0.15829086\n",
      "95 58 ew. Studen 0.15829086\n",
      "95 59 w. Student 0.15829086\n",
      "95 60 . Students 0.15829086\n",
      "95 61  Students, 0.15829086\n",
      "95 62 Ttudents,  0.15829086\n",
      "95 63 tudents, p 0.15829086\n",
      "95 64 urents, pl 0.15829086\n",
      "95 65 rents, ple 0.15829086\n",
      "95 66 ants, plea 0.15829086\n",
      "95 67  ts, pleas 0.15829086\n",
      "95 68 ts, please 0.15829086\n",
      "95 69 u, please  0.15829086\n",
      "95 70   please s 0.15829086\n",
      "95 71  please st 0.15829086\n",
      "95 72 Tlease stu 0.15829086\n",
      "95 73  ease stud 0.15829086\n",
      "95 74 ecse study 0.15829086\n",
      "95 75  se study  0.15829086\n",
      "95 76 te study h 0.15829086\n",
      "95 77   study ha 0.15829086\n",
      "95 78  itudy har 0.15829086\n",
      "95 79 Ttudy hard 0.15829086\n",
      "95 80  udy hard. 0.15829086\n",
      "96 0 Te are dat 0.15824875\n",
      "96 1 e are data 0.15824875\n",
      "96 2  are datae 0.15824875\n",
      "96 3 T e dataed 0.15824875\n",
      "96 4 te dataedu 0.15824875\n",
      "96 5 e iataedu. 0.15824875\n",
      "96 6  aataedu.  0.15824875\n",
      "96 7 Tataedu. T 0.15824875\n",
      "96 8 ataedu. Th 0.15824875\n",
      "96 9 taedu. The 0.15824875\n",
      "96 10 uedu. The  0.15824875\n",
      "96 11 tdu. The c 0.15824875\n",
      "96 12  u. The cu 0.15824875\n",
      "96 13 a. The cur 0.15824875\n",
      "96 14 r The curr 0.15824875\n",
      "96 15  The curre 0.15824875\n",
      "96 16 Tee curren 0.15824875\n",
      "96 17 he current 0.15824875\n",
      "96 18   current  0.15824875\n",
      "96 19  aurrent l 0.15824875\n",
      "96 20 Turrent le 0.15824875\n",
      "96 21 urrent lec 0.15824875\n",
      "96 22 rrent lect 0.15824875\n",
      "96 23 eent lectu 0.15824875\n",
      "96 24 e t lectur 0.15824875\n",
      "96 25  t lecture 0.15824875\n",
      "96 26 tslecture  0.15824875\n",
      "96 27 ulecture i 0.15824875\n",
      "96 28 Tecture is 0.15824875\n",
      "96 29 eature is  0.15824875\n",
      "96 30  ture is a 0.15824875\n",
      "96 31 uure is a  0.15824875\n",
      "96 32 ure is a M 0.15824875\n",
      "96 33 rr is a Ma 0.15824875\n",
      "96 34 e is a Mat 0.15824875\n",
      "96 35  as a Matc 0.15824875\n",
      "96 36 Ts a Match 0.15824875\n",
      "96 37 s a Match  0.15824875\n",
      "96 38  a Match U 0.15824875\n",
      "96 39 T Match Up 0.15824875\n",
      "96 40 tMatch Up  0.15824875\n",
      "96 41 Tatch Up T 0.15824875\n",
      "96 42 atch Up Te 0.15824875\n",
      "96 43 tah Up Ten 0.15824875\n",
      "96 44 uh Up Tens 0.15824875\n",
      "96 45 u Up Tenso 0.15824875\n",
      "96 46  Up Tensor 0.15824875\n",
      "96 47 Tp TensorF 0.15824875\n",
      "96 48 p TensorFl 0.15824875\n",
      "96 49  TensorFlo 0.15824875\n",
      "96 50 TensorFlow 0.15824875\n",
      "96 51 hnsorFlow. 0.15824875\n",
      "96 52  torFlow.  0.15824875\n",
      "96 53 torFlow. S 0.15824875\n",
      "96 54  rFlow. St 0.15824875\n",
      "96 55 wFlow. Stu 0.15824875\n",
      "96 56 elow. Stud 0.15824875\n",
      "96 57 low. Stude 0.15824875\n",
      "96 58 ew. Studen 0.15824875\n",
      "96 59 w. Student 0.15824875\n",
      "96 60 . Students 0.15824875\n",
      "96 61  Ttudents, 0.15824875\n",
      "96 62 Ttudents,  0.15824875\n",
      "96 63 tudents, p 0.15824875\n",
      "96 64 urents, pl 0.15824875\n",
      "96 65 rents, ple 0.15824875\n",
      "96 66 ants, plea 0.15824875\n",
      "96 67  t , pleas 0.15824875\n",
      "96 68 ts, please 0.15824875\n",
      "96 69 u, please  0.15824875\n",
      "96 70   please s 0.15824875\n",
      "96 71  please st 0.15824875\n",
      "96 72 Tlease stu 0.15824875\n",
      "96 73  ease stud 0.15824875\n",
      "96 74 ease study 0.15824875\n",
      "96 75  se study  0.15824875\n",
      "96 76 te study h 0.15824875\n",
      "96 77   study ha 0.15824875\n",
      "96 78  atudy har 0.15824875\n",
      "96 79 Ttudy hard 0.15824875\n",
      "96 80  udy hard. 0.15824875\n",
      "97 0 Te are dat 0.15820639\n",
      "97 1 e are data 0.15820639\n",
      "97 2  are datae 0.15820639\n",
      "97 3 T e dataed 0.15820639\n",
      "97 4 te dataedu 0.15820639\n",
      "97 5 e iataedu. 0.15820639\n",
      "97 6  aataedu.  0.15820639\n",
      "97 7 Tataedu. T 0.15820639\n",
      "97 8 ataedu. Th 0.15820639\n",
      "97 9 taedu. The 0.15820639\n",
      "97 10 uedu. The  0.15820639\n",
      "97 11 tdu. The c 0.15820639\n",
      "97 12  u. The cu 0.15820639\n",
      "97 13 a. The cur 0.15820639\n",
      "97 14 r The curr 0.15820639\n",
      "97 15  The curre 0.15820639\n",
      "97 16 The curren 0.15820639\n",
      "97 17 ee current 0.15820639\n",
      "97 18   current  0.15820639\n",
      "97 19  aurrent l 0.15820639\n",
      "97 20 Turrent le 0.15820639\n",
      "97 21 urrent lec 0.15820639\n",
      "97 22 rrent lect 0.15820639\n",
      "97 23 eent lectu 0.15820639\n",
      "97 24 e t lectur 0.15820639\n",
      "97 25  tslecture 0.15820639\n",
      "97 26 tslecture  0.15820639\n",
      "97 27 ulecture i 0.15820639\n",
      "97 28 Tecture is 0.15820639\n",
      "97 29 eature is  0.15820639\n",
      "97 30  ture is a 0.15820639\n",
      "97 31 uure is a  0.15820639\n",
      "97 32 ude is a M 0.15820639\n",
      "97 33 rr is a Ma 0.15820639\n",
      "97 34 e is a Mat 0.15820639\n",
      "97 35  as a Matc 0.15820639\n",
      "97 36 Ts a Match 0.15820639\n",
      "97 37 s a Match  0.15820639\n",
      "97 38 oa Match U 0.15820639\n",
      "97 39 T Match Up 0.15820639\n",
      "97 40 tMatch Up  0.15820639\n",
      "97 41 Tatch Up T 0.15820639\n",
      "97 42 atch Up Te 0.15820639\n",
      "97 43 tah Up Ten 0.15820639\n",
      "97 44 uh Up Tens 0.15820639\n",
      "97 45 u Up Tenso 0.15820639\n",
      "97 46  Up Tensor 0.15820639\n",
      "97 47 Tp TensorF 0.15820639\n",
      "97 48 p TensorFl 0.15820639\n",
      "97 49  TensorFlo 0.15820639\n",
      "97 50 ThnsorFlow 0.15820639\n",
      "97 51 ensorFlow. 0.15820639\n",
      "97 52  torFlow.  0.15820639\n",
      "97 53 torFlow. S 0.15820639\n",
      "97 54 orFlow. St 0.15820639\n",
      "97 55 rFlow. Stu 0.15820639\n",
      "97 56 elow. Stud 0.15820639\n",
      "97 57 low. Stude 0.15820639\n",
      "97 58 ew. Studen 0.15820639\n",
      "97 59 r. Student 0.15820639\n",
      "97 60 . Students 0.15820639\n",
      "97 61  Ttudents, 0.15820639\n",
      "97 62 Ttudents,  0.15820639\n",
      "97 63 tudents, p 0.15820639\n",
      "97 64 udents, pl 0.15820639\n",
      "97 65 rents, ple 0.15820639\n",
      "97 66 ants, plea 0.15820639\n",
      "97 67  ts, pleas 0.15820639\n",
      "97 68 ts, please 0.15820639\n",
      "97 69 u, please  0.15820639\n",
      "97 70 o please s 0.15820639\n",
      "97 71  please st 0.15820639\n",
      "97 72 Tlease stu 0.15820639\n",
      "97 73  ease stud 0.15820639\n",
      "97 74 ease study 0.15820639\n",
      "97 75  se study  0.15820639\n",
      "97 76 te study h 0.15820639\n",
      "97 77 o study ha 0.15820639\n",
      "97 78  atudy har 0.15820639\n",
      "97 79 Ttudy hard 0.15820639\n",
      "97 80 oudy hard. 0.15820639\n",
      "98 0 Te are dat 0.15816951\n",
      "98 1 e are data 0.15816951\n",
      "98 2  are datae 0.15816951\n",
      "98 3 T e dataed 0.15816951\n",
      "98 4 te dataedu 0.15816951\n",
      "98 5 e dataedu. 0.15816951\n",
      "98 6  aataedu.  0.15816951\n",
      "98 7 Tataedu. T 0.15816951\n",
      "98 8 etaedu. Th 0.15816951\n",
      "98 9 taedu. The 0.15816951\n",
      "98 10 uedu. The  0.15816951\n",
      "98 11 tdu. The c 0.15816951\n",
      "98 12  u. The cu 0.15816951\n",
      "98 13 e. The cur 0.15816951\n",
      "98 14 r The curr 0.15816951\n",
      "98 15  She curre 0.15816951\n",
      "98 16 The curren 0.15816951\n",
      "98 17 ee current 0.15816951\n",
      "98 18   current  0.15816951\n",
      "98 19  aurrent l 0.15816951\n",
      "98 20 Turrent le 0.15816951\n",
      "98 21 urrent lec 0.15816951\n",
      "98 22 reent lect 0.15816951\n",
      "98 23 eent lectu 0.15816951\n",
      "98 24 e t lectur 0.15816951\n",
      "98 25  t lecture 0.15816951\n",
      "98 26 t lecture  0.15816951\n",
      "98 27 ulecture i 0.15816951\n",
      "98 28 Tecture is 0.15816951\n",
      "98 29 ecture is  0.15816951\n",
      "98 30  ture is a 0.15816951\n",
      "98 31 uure is a  0.15816951\n",
      "98 32 ude is a M 0.15816951\n",
      "98 33 re is a Ma 0.15816951\n",
      "98 34 e ds a Mat 0.15816951\n",
      "98 35  as a Matc 0.15816951\n",
      "98 36 Ts a Match 0.15816951\n",
      "98 37 s a Match  0.15816951\n",
      "98 38 ,a Match U 0.15816951\n",
      "98 39 T Match Up 0.15816951\n",
      "98 40 tMatch Up  0.15816951\n",
      "98 41 Tatch Up T 0.15816951\n",
      "98 42 atch Up Te 0.15816951\n",
      "98 43 tah Up Ten 0.15816951\n",
      "98 44 uh Up Tens 0.15816951\n",
      "98 45 u Up Tenso 0.15816951\n",
      "98 46  Up Tensor 0.15816951\n",
      "98 47 Tp TensorF 0.15816951\n",
      "98 48 p TensorFl 0.15816951\n",
      "98 49  TensorFlo 0.15816951\n",
      "98 50 ThnsorFlow 0.15816951\n",
      "98 51 ensorFlow. 0.15816951\n",
      "98 52  torFlow.  0.15816951\n",
      "98 53 torFlow. S 0.15816951\n",
      "98 54 ,rFlow. St 0.15816951\n",
      "98 55 rFlow. Stu 0.15816951\n",
      "98 56 elow. Stud 0.15816951\n",
      "98 57 low. Stude 0.15816951\n",
      "98 58 ew. Studen 0.15816951\n",
      "98 59 r. Student 0.15816951\n",
      "98 60 . Students 0.15816951\n",
      "98 61  Students, 0.15816951\n",
      "98 62 Ttudents,  0.15816951\n",
      "98 63 tudents, p 0.15816951\n",
      "98 64 udents, pl 0.15816951\n",
      "98 65 rents, ple 0.15816951\n",
      "98 66 ents, plea 0.15816951\n",
      "98 67  t , pleas 0.15816951\n",
      "98 68 t , please 0.15816951\n",
      "98 69 u, please  0.15816951\n",
      "98 70 , please s 0.15816951\n",
      "98 71  please st 0.15816951\n",
      "98 72 Tlease stu 0.15816951\n",
      "98 73  ease stud 0.15816951\n",
      "98 74 ecse study 0.15816951\n",
      "98 75  se study  0.15816951\n",
      "98 76 te study h 0.15816951\n",
      "98 77 , study ha 0.15816951\n",
      "98 78  atudy har 0.15816951\n",
      "98 79 Ttudy hard 0.15816951\n",
      "98 80 ,udy hard. 0.15816951\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "99 0 Te are dat 0.15813695\n",
      "99 1 e are data 0.15813695\n",
      "99 2  dre datae 0.15813695\n",
      "99 3 T e dataed 0.15813695\n",
      "99 4 te dataedu 0.15813695\n",
      "99 5 e dataedu. 0.15813695\n",
      "99 6  dataedu.  0.15813695\n",
      "99 7 Tataedu. T 0.15813695\n",
      "99 8 utaedu. Th 0.15813695\n",
      "99 9 tcedu. The 0.15813695\n",
      "99 10 uedu. The  0.15813695\n",
      "99 11 tdu. The c 0.15813695\n",
      "99 12  u. The cu 0.15813695\n",
      "99 13 u. The cur 0.15813695\n",
      "99 14 r The curr 0.15813695\n",
      "99 15  She curre 0.15813695\n",
      "99 16 The curren 0.15813695\n",
      "99 17 ee current 0.15813695\n",
      "99 18 e current  0.15813695\n",
      "99 19  durrent l 0.15813695\n",
      "99 20 Turrent le 0.15813695\n",
      "99 21 urrent lec 0.15813695\n",
      "99 22 reent lect 0.15813695\n",
      "99 23 eent lectu 0.15813695\n",
      "99 24 e t lectur 0.15813695\n",
      "99 25  tslecture 0.15813695\n",
      "99 26 t lecture  0.15813695\n",
      "99 27 ulecture i 0.15813695\n",
      "99 28 Tecture is 0.15813695\n",
      "99 29 ecture is  0.15813695\n",
      "99 30  ture is a 0.15813695\n",
      "99 31 uure is a  0.15813695\n",
      "99 32 ude is a M 0.15813695\n",
      "99 33 re is a Ma 0.15813695\n",
      "99 34 e ds a Mat 0.15813695\n",
      "99 35  ds a Matc 0.15813695\n",
      "99 36 Ts a Match 0.15813695\n",
      "99 37 s a Match  0.15813695\n",
      "99 38 ,a Match U 0.15813695\n",
      "99 39 T Match Up 0.15813695\n",
      "99 40 tMatch Up  0.15813695\n",
      "99 41 Tatch Up T 0.15813695\n",
      "99 42 atch Up Te 0.15813695\n",
      "99 43 tch Up Ten 0.15813695\n",
      "99 44 uh Up Tens 0.15813695\n",
      "99 45 u Up Tenso 0.15813695\n",
      "99 46 eUp Tensor 0.15813695\n",
      "99 47 Tp TensorF 0.15813695\n",
      "99 48 p TensorFl 0.15813695\n",
      "99 49 lTensorFlo 0.15813695\n",
      "99 50 ThnsorFlow 0.15813695\n",
      "99 51 ensorFlow. 0.15813695\n",
      "99 52  torFlow.  0.15813695\n",
      "99 53 torFlow. S 0.15813695\n",
      "99 54 ,rFlow. St 0.15813695\n",
      "99 55 rFlow. Stu 0.15813695\n",
      "99 56 elow. Stud 0.15813695\n",
      "99 57 low. Stude 0.15813695\n",
      "99 58 ew. Studen 0.15813695\n",
      "99 59 r. Student 0.15813695\n",
      "99 60 . Students 0.15813695\n",
      "99 61  Students, 0.15813695\n",
      "99 62 Ttudents,  0.15813695\n",
      "99 63 tudents, p 0.15813695\n",
      "99 64 udents, pl 0.15813695\n",
      "99 65 rents, ple 0.15813695\n",
      "99 66 unts, plea 0.15813695\n",
      "99 67  ts, pleas 0.15813695\n",
      "99 68 t , please 0.15813695\n",
      "99 69 u, please  0.15813695\n",
      "99 70 , please s 0.15813695\n",
      "99 71  please st 0.15813695\n",
      "99 72 Tlease stu 0.15813695\n",
      "99 73 lease stud 0.15813695\n",
      "99 74 ecse study 0.15813695\n",
      "99 75  se study  0.15813695\n",
      "99 76 te study h 0.15813695\n",
      "99 77 , study ha 0.15813695\n",
      "99 78  dtudy har 0.15813695\n",
      "99 79 Ttudy hard 0.15813695\n",
      "99 80 ,udy hard. 0.15813695\n",
      "100 0 Te are dat 0.15809624\n",
      "100 1 e are data 0.15809624\n",
      "100 2  dre datae 0.15809624\n",
      "100 3 T e dataed 0.15809624\n",
      "100 4 te dataedu 0.15809624\n",
      "100 5 e dataedu. 0.15809624\n",
      "100 6  dataedu.  0.15809624\n",
      "100 7 Tataedu. T 0.15809624\n",
      "100 8 utaedu. Th 0.15809624\n",
      "100 9 tcedu. The 0.15809624\n",
      "100 10 uedu. The  0.15809624\n",
      "100 11 tdu. The c 0.15809624\n",
      "100 12  u. The cu 0.15809624\n",
      "100 13 u. The cur 0.15809624\n",
      "100 14 r The curr 0.15809624\n",
      "100 15  She curre 0.15809624\n",
      "100 16 The curren 0.15809624\n",
      "100 17 ee current 0.15809624\n",
      "100 18 e current  0.15809624\n",
      "100 19  durrent l 0.15809624\n",
      "100 20 Turrent le 0.15809624\n",
      "100 21 urrent lec 0.15809624\n",
      "100 22 reent lect 0.15809624\n",
      "100 23 eent lectu 0.15809624\n",
      "100 24 e t lectur 0.15809624\n",
      "100 25  tslecture 0.15809624\n",
      "100 26 tslecture  0.15809624\n",
      "100 27 ulecture i 0.15809624\n",
      "100 28 Tecture is 0.15809624\n",
      "100 29 eature is  0.15809624\n",
      "100 30  ture is a 0.15809624\n",
      "100 31 uure is a  0.15809624\n",
      "100 32 ude is a M 0.15809624\n",
      "100 33 re is a Ma 0.15809624\n",
      "100 34 e ds a Mat 0.15809624\n",
      "100 35  ds a Matc 0.15809624\n",
      "100 36 Ts a Match 0.15809624\n",
      "100 37 s a Match  0.15809624\n",
      "100 38 ,a Match U 0.15809624\n",
      "100 39 T Match Up 0.15809624\n",
      "100 40 tMatch Up  0.15809624\n",
      "100 41 Tatch Up T 0.15809624\n",
      "100 42 atch Up Te 0.15809624\n",
      "100 43 tch Up Ten 0.15809624\n",
      "100 44 uh Up Tens 0.15809624\n",
      "100 45 u Up Tenso 0.15809624\n",
      "100 46 eUp Tensor 0.15809624\n",
      "100 47 Tp TensorF 0.15809624\n",
      "100 48 p TensorFl 0.15809624\n",
      "100 49 lTensorFlo 0.15809624\n",
      "100 50 ThnsorFlow 0.15809624\n",
      "100 51 ensorFlow. 0.15809624\n",
      "100 52  torFlow.  0.15809624\n",
      "100 53 torFlow. S 0.15809624\n",
      "100 54 ,rFlow. St 0.15809624\n",
      "100 55 rFlow. Stu 0.15809624\n",
      "100 56 elow. Stud 0.15809624\n",
      "100 57 low. Stude 0.15809624\n",
      "100 58 ew. Studen 0.15809624\n",
      "100 59 r. Student 0.15809624\n",
      "100 60 . Students 0.15809624\n",
      "100 61  Students, 0.15809624\n",
      "100 62 Ttudents,  0.15809624\n",
      "100 63 tudents, p 0.15809624\n",
      "100 64 udents, pl 0.15809624\n",
      "100 65 rents, ple 0.15809624\n",
      "100 66 unts, plea 0.15809624\n",
      "100 67  ts, pleas 0.15809624\n",
      "100 68 ts, please 0.15809624\n",
      "100 69 u, please  0.15809624\n",
      "100 70 , please s 0.15809624\n",
      "100 71  please st 0.15809624\n",
      "100 72 Tlease stu 0.15809624\n",
      "100 73 lease stud 0.15809624\n",
      "100 74 ease study 0.15809624\n",
      "100 75  se study  0.15809624\n",
      "100 76 te study h 0.15809624\n",
      "100 77 , study ha 0.15809624\n",
      "100 78  dtudy har 0.15809624\n",
      "100 79 Ttudy hard 0.15809624\n",
      "100 80 ,udy hard. 0.15809624\n",
      "101 0 Te are dat 0.15806782\n",
      "101 1 e are data 0.15806782\n",
      "101 2  are datae 0.15806782\n",
      "101 3 T e dataed 0.15806782\n",
      "101 4 te dataedu 0.15806782\n",
      "101 5 e iataedu. 0.15806782\n",
      "101 6  aataedu.  0.15806782\n",
      "101 7 Tataedu. T 0.15806782\n",
      "101 8 utaedu. Th 0.15806782\n",
      "101 9 tcedu. The 0.15806782\n",
      "101 10 uedu. The  0.15806782\n",
      "101 11 tdu. The c 0.15806782\n",
      "101 12  u. The cu 0.15806782\n",
      "101 13 u. The cur 0.15806782\n",
      "101 14 r The curr 0.15806782\n",
      "101 15  The curre 0.15806782\n",
      "101 16 The curren 0.15806782\n",
      "101 17 ee current 0.15806782\n",
      "101 18 e current  0.15806782\n",
      "101 19  aurrent l 0.15806782\n",
      "101 20 Turrent le 0.15806782\n",
      "101 21 urrent lec 0.15806782\n",
      "101 22 rrent lect 0.15806782\n",
      "101 23 eent lectu 0.15806782\n",
      "101 24 e t lectur 0.15806782\n",
      "101 25  t lecture 0.15806782\n",
      "101 26 t lecture  0.15806782\n",
      "101 27 ulecture i 0.15806782\n",
      "101 28 Tecture is 0.15806782\n",
      "101 29 eature is  0.15806782\n",
      "101 30  ture is a 0.15806782\n",
      "101 31 uure is a  0.15806782\n",
      "101 32 ure is a M 0.15806782\n",
      "101 33 rr is a Ma 0.15806782\n",
      "101 34 e is a Mat 0.15806782\n",
      "101 35  as a Matc 0.15806782\n",
      "101 36 Ts a Match 0.15806782\n",
      "101 37 s a Match  0.15806782\n",
      "101 38 oa Match U 0.15806782\n",
      "101 39 T Match Up 0.15806782\n",
      "101 40 tMatch Up  0.15806782\n",
      "101 41 Tatch Up T 0.15806782\n",
      "101 42 atch Up Te 0.15806782\n",
      "101 43 tch Up Ten 0.15806782\n",
      "101 44 uh Up Tens 0.15806782\n",
      "101 45 u Up Tenso 0.15806782\n",
      "101 46 eUp Tensor 0.15806782\n",
      "101 47 Tp TensorF 0.15806782\n",
      "101 48 p TensorFl 0.15806782\n",
      "101 49 lTensorFlo 0.15806782\n",
      "101 50 ThnsorFlow 0.15806782\n",
      "101 51 ensorFlow. 0.15806782\n",
      "101 52  torFlow.  0.15806782\n",
      "101 53 torFlow. S 0.15806782\n",
      "101 54 orFlow. St 0.15806782\n",
      "101 55 rFlow. Stu 0.15806782\n",
      "101 56 elow. Stud 0.15806782\n",
      "101 57 low. Stude 0.15806782\n",
      "101 58 ew. Studen 0.15806782\n",
      "101 59 r. Student 0.15806782\n",
      "101 60 . Students 0.15806782\n",
      "101 61  Ttudents, 0.15806782\n",
      "101 62 Ttudents,  0.15806782\n",
      "101 63 tudents, p 0.15806782\n",
      "101 64 urents, pl 0.15806782\n",
      "101 65 rents, ple 0.15806782\n",
      "101 66 unts, plea 0.15806782\n",
      "101 67  t , pleas 0.15806782\n",
      "101 68 t , please 0.15806782\n",
      "101 69 u, please  0.15806782\n",
      "101 70 o please s 0.15806782\n",
      "101 71  please st 0.15806782\n",
      "101 72 Tlease stu 0.15806782\n",
      "101 73 lease stud 0.15806782\n",
      "101 74 ease study 0.15806782\n",
      "101 75  se study  0.15806782\n",
      "101 76 te study h 0.15806782\n",
      "101 77 o study ha 0.15806782\n",
      "101 78  atudy har 0.15806782\n",
      "101 79 Ttudy hard 0.15806782\n",
      "101 80 oudy hard. 0.15806782\n",
      "102 0 Te are dat 0.1580384\n",
      "102 1 e are data 0.1580384\n",
      "102 2  are datae 0.1580384\n",
      "102 3 Tre dataed 0.1580384\n",
      "102 4 te dataedu 0.1580384\n",
      "102 5 e iataedu. 0.1580384\n",
      "102 6  aataedu.  0.1580384\n",
      "102 7 Tataedu. T 0.1580384\n",
      "102 8 utaedu. Th 0.1580384\n",
      "102 9 tcedu. The 0.1580384\n",
      "102 10 uedu. The  0.1580384\n",
      "102 11 tdu. The c 0.1580384\n",
      "102 12  u. The cu 0.1580384\n",
      "102 13 u. The cur 0.1580384\n",
      "102 14 r The curr 0.1580384\n",
      "102 15  The curre 0.1580384\n",
      "102 16 Tee curren 0.1580384\n",
      "102 17 ee current 0.1580384\n",
      "102 18   current  0.1580384\n",
      "102 19  aurrent l 0.1580384\n",
      "102 20 Turrent le 0.1580384\n",
      "102 21 urrent lec 0.1580384\n",
      "102 22 rrent lect 0.1580384\n",
      "102 23 eent lectu 0.1580384\n",
      "102 24 e t lectur 0.1580384\n",
      "102 25  tslecture 0.1580384\n",
      "102 26 tslecture  0.1580384\n",
      "102 27 ulecture i 0.1580384\n",
      "102 28 Tecture is 0.1580384\n",
      "102 29 eature is  0.1580384\n",
      "102 30  ture is a 0.1580384\n",
      "102 31 uure is a  0.1580384\n",
      "102 32 ure is a M 0.1580384\n",
      "102 33 rr is a Ma 0.1580384\n",
      "102 34 e is a Mat 0.1580384\n",
      "102 35  as a Matc 0.1580384\n",
      "102 36 Ts a Match 0.1580384\n",
      "102 37 s a Match  0.1580384\n",
      "102 38 ta Match U 0.1580384\n",
      "102 39 TrMatch Up 0.1580384\n",
      "102 40 tMatch Up  0.1580384\n",
      "102 41 Tatch Up T 0.1580384\n",
      "102 42 atch Up Te 0.1580384\n",
      "102 43 tch Up Ten 0.1580384\n",
      "102 44 uh Up Tens 0.1580384\n",
      "102 45 u Up Tenso 0.1580384\n",
      "102 46  Up Tensor 0.1580384\n",
      "102 47 Tp TensorF 0.1580384\n",
      "102 48 p TensorFl 0.1580384\n",
      "102 49  TensorFlo 0.1580384\n",
      "102 50 TensorFlow 0.1580384\n",
      "102 51 ensorFlow. 0.1580384\n",
      "102 52  torFlow.  0.1580384\n",
      "102 53 torFlow. S 0.1580384\n",
      "102 54 trFlow. St 0.1580384\n",
      "102 55 wFlow. Stu 0.1580384\n",
      "102 56 elow. Stud 0.1580384\n",
      "102 57 low. Stude 0.1580384\n",
      "102 58 ew. Studen 0.1580384\n",
      "102 59 w. Student 0.1580384\n",
      "102 60 . Students 0.1580384\n",
      "102 61  Ttudents, 0.1580384\n",
      "102 62 Ttudents,  0.1580384\n",
      "102 63 tudents, p 0.1580384\n",
      "102 64 urents, pl 0.1580384\n",
      "102 65 rents, ple 0.1580384\n",
      "102 66 unts, plea 0.1580384\n",
      "102 67  ts, pleas 0.1580384\n",
      "102 68 ts, please 0.1580384\n",
      "102 69 u, please  0.1580384\n",
      "102 70 t please s 0.1580384\n",
      "102 71  please st 0.1580384\n",
      "102 72 Tlease stu 0.1580384\n",
      "102 73  ease stud 0.1580384\n",
      "102 74 ease study 0.1580384\n",
      "102 75  se study  0.1580384\n",
      "102 76 te study h 0.1580384\n",
      "102 77 t study ha 0.1580384\n",
      "102 78  atudy har 0.1580384\n",
      "102 79 Ttudy hard 0.1580384\n",
      "102 80 tudy hard. 0.1580384\n",
      "103 0 ae are dat 0.15800714\n",
      "103 1 e are data 0.15800714\n",
      "103 2  are datae 0.15800714\n",
      "103 3 a e dataed 0.15800714\n",
      "103 4 te dataedu 0.15800714\n",
      "103 5 e iataedu. 0.15800714\n",
      "103 6  aataedu.  0.15800714\n",
      "103 7 aataedu. T 0.15800714\n",
      "103 8 utaedu. Th 0.15800714\n",
      "103 9 tcedu. The 0.15800714\n",
      "103 10 uedu. The  0.15800714\n",
      "103 11 tdu. The c 0.15800714\n",
      "103 12  u. The cu 0.15800714\n",
      "103 13 u. The cur 0.15800714\n",
      "103 14 r The curr 0.15800714\n",
      "103 15  The curre 0.15800714\n",
      "103 16 aee curren 0.15800714\n",
      "103 17 ee current 0.15800714\n",
      "103 18   current  0.15800714\n",
      "103 19  aurrent l 0.15800714\n",
      "103 20 aurrent le 0.15800714\n",
      "103 21 urrent lec 0.15800714\n",
      "103 22 reent lect 0.15800714\n",
      "103 23 eent lectu 0.15800714\n",
      "103 24 e t lectur 0.15800714\n",
      "103 25  t lecture 0.15800714\n",
      "103 26 t lecture  0.15800714\n",
      "103 27 ulecture i 0.15800714\n",
      "103 28 aecture is 0.15800714\n",
      "103 29 ecture is  0.15800714\n",
      "103 30  ture is a 0.15800714\n",
      "103 31 uure is a  0.15800714\n",
      "103 32 ure is a M 0.15800714\n",
      "103 33 re is a Ma 0.15800714\n",
      "103 34 e is a Mat 0.15800714\n",
      "103 35  as a Matc 0.15800714\n",
      "103 36 as a Match 0.15800714\n",
      "103 37 s a Match  0.15800714\n",
      "103 38 ta Match U 0.15800714\n",
      "103 39 a Match Up 0.15800714\n",
      "103 40 tMatch Up  0.15800714\n",
      "103 41 aatch Up T 0.15800714\n",
      "103 42 atch Up Te 0.15800714\n",
      "103 43 tch Up Ten 0.15800714\n",
      "103 44 uh Up Tens 0.15800714\n",
      "103 45 u Up Tenso 0.15800714\n",
      "103 46  Up Tensor 0.15800714\n",
      "103 47 ap TensorF 0.15800714\n",
      "103 48 p TensorFl 0.15800714\n",
      "103 49  TensorFlo 0.15800714\n",
      "103 50 aensorFlow 0.15800714\n",
      "103 51 ensorFlow. 0.15800714\n",
      "103 52  torFlow.  0.15800714\n",
      "103 53 torFlow. S 0.15800714\n",
      "103 54 trFlow. St 0.15800714\n",
      "103 55 wFlow. Stu 0.15800714\n",
      "103 56 elow. Stud 0.15800714\n",
      "103 57 low. Stude 0.15800714\n",
      "103 58 ew. Studen 0.15800714\n",
      "103 59 w. Student 0.15800714\n",
      "103 60 . Students 0.15800714\n",
      "103 61  Ttudents, 0.15800714\n",
      "103 62 atudents,  0.15800714\n",
      "103 63 tudents, p 0.15800714\n",
      "103 64 urents, pl 0.15800714\n",
      "103 65 rents, ple 0.15800714\n",
      "103 66 unts, plea 0.15800714\n",
      "103 67  t , pleas 0.15800714\n",
      "103 68 t , please 0.15800714\n",
      "103 69 u, please  0.15800714\n",
      "103 70 t please s 0.15800714\n",
      "103 71  please st 0.15800714\n",
      "103 72 alease stu 0.15800714\n",
      "103 73  ease stud 0.15800714\n",
      "103 74 ecse study 0.15800714\n",
      "103 75  se study  0.15800714\n",
      "103 76 te study h 0.15800714\n",
      "103 77 t study ha 0.15800714\n",
      "103 78  atudy har 0.15800714\n",
      "103 79 atudy hard 0.15800714\n",
      "103 80 tudy hard. 0.15800714\n",
      "104 0 ae are dat 0.15797822\n",
      "104 1 e are data 0.15797822\n",
      "104 2  are datae 0.15797822\n",
      "104 3 a e dataed 0.15797822\n",
      "104 4 te dataedu 0.15797822\n",
      "104 5 e dataedu. 0.15797822\n",
      "104 6  aataedu.  0.15797822\n",
      "104 7 aataedu. T 0.15797822\n",
      "104 8 utaedu. Th 0.15797822\n",
      "104 9 taedu. The 0.15797822\n",
      "104 10 uedu. The  0.15797822\n",
      "104 11 tdu. The c 0.15797822\n",
      "104 12  u. The cu 0.15797822\n",
      "104 13 u. The cur 0.15797822\n",
      "104 14 r The curr 0.15797822\n",
      "104 15  She curre 0.15797822\n",
      "104 16 aee curren 0.15797822\n",
      "104 17 ee current 0.15797822\n",
      "104 18   current  0.15797822\n",
      "104 19  aurrent l 0.15797822\n",
      "104 20 aurrent le 0.15797822\n",
      "104 21 urrent lec 0.15797822\n",
      "104 22 reent lect 0.15797822\n",
      "104 23 eent lectu 0.15797822\n",
      "104 24 e t lectur 0.15797822\n",
      "104 25  tslecture 0.15797822\n",
      "104 26 tslecture  0.15797822\n",
      "104 27 ulecture i 0.15797822\n",
      "104 28 aecture is 0.15797822\n",
      "104 29 eature is  0.15797822\n",
      "104 30  ture is a 0.15797822\n",
      "104 31 uure is a  0.15797822\n",
      "104 32 ude is a M 0.15797822\n",
      "104 33 re is a Ma 0.15797822\n",
      "104 34 e ds a Mat 0.15797822\n",
      "104 35  as a Matc 0.15797822\n",
      "104 36 as a Match 0.15797822\n",
      "104 37 s a Match  0.15797822\n",
      "104 38 ta Match U 0.15797822\n",
      "104 39 a Match Up 0.15797822\n",
      "104 40 tMatch Up  0.15797822\n",
      "104 41 aatch Up T 0.15797822\n",
      "104 42 atch Up Te 0.15797822\n",
      "104 43 tah Up Ten 0.15797822\n",
      "104 44 uh Up Tens 0.15797822\n",
      "104 45 u Up Tenso 0.15797822\n",
      "104 46  Up Tensor 0.15797822\n",
      "104 47 ap TensorF 0.15797822\n",
      "104 48 p TensorFl 0.15797822\n",
      "104 49  TensorFlo 0.15797822\n",
      "104 50 aensorFlow 0.15797822\n",
      "104 51 ensorFlow. 0.15797822\n",
      "104 52  torFlow.  0.15797822\n",
      "104 53 torFlow. S 0.15797822\n",
      "104 54 trFlow. St 0.15797822\n",
      "104 55 wFlow. Stu 0.15797822\n",
      "104 56 elow. Stud 0.15797822\n",
      "104 57 low. Stude 0.15797822\n",
      "104 58 ew. Studen 0.15797822\n",
      "104 59 w. Student 0.15797822\n",
      "104 60 . Students 0.15797822\n",
      "104 61  Students, 0.15797822\n",
      "104 62 atudents,  0.15797822\n",
      "104 63 tudents, p 0.15797822\n",
      "104 64 udents, pl 0.15797822\n",
      "104 65 rents, ple 0.15797822\n",
      "104 66 unts, plea 0.15797822\n",
      "104 67  ts, pleas 0.15797822\n",
      "104 68 ts, please 0.15797822\n",
      "104 69 u, please  0.15797822\n",
      "104 70 t please s 0.15797822\n",
      "104 71  please st 0.15797822\n",
      "104 72 alease stu 0.15797822\n",
      "104 73  ease stud 0.15797822\n",
      "104 74 ease study 0.15797822\n",
      "104 75  se study  0.15797822\n",
      "104 76 te study h 0.15797822\n",
      "104 77 t study ha 0.15797822\n",
      "104 78  atudy har 0.15797822\n",
      "104 79 atudy hard 0.15797822\n",
      "104 80 tudy hard. 0.15797822\n",
      "105 0 ae are dat 0.15795091\n",
      "105 1 e are data 0.15795091\n",
      "105 2  dre datae 0.15795091\n",
      "105 3 a e dataed 0.15795091\n",
      "105 4 te dataedu 0.15795091\n",
      "105 5 e dataedu. 0.15795091\n",
      "105 6  dataedu.  0.15795091\n",
      "105 7 aataedu. T 0.15795091\n",
      "105 8 ataedu. Th 0.15795091\n",
      "105 9 taedu. The 0.15795091\n",
      "105 10 uedu. The  0.15795091\n",
      "105 11 tdu. The c 0.15795091\n",
      "105 12  u. The cu 0.15795091\n",
      "105 13 a. The cur 0.15795091\n",
      "105 14 r The curr 0.15795091\n",
      "105 15  She curre 0.15795091\n",
      "105 16 ahe curren 0.15795091\n",
      "105 17 ee current 0.15795091\n",
      "105 18   current  0.15795091\n",
      "105 19  durrent l 0.15795091\n",
      "105 20 aurrent le 0.15795091\n",
      "105 21 urrent lec 0.15795091\n",
      "105 22 reent lect 0.15795091\n",
      "105 23 eent lectu 0.15795091\n",
      "105 24 e t lectur 0.15795091\n",
      "105 25  t lecture 0.15795091\n",
      "105 26 t lecture  0.15795091\n",
      "105 27 ulecture i 0.15795091\n",
      "105 28 aecture is 0.15795091\n",
      "105 29 eature is  0.15795091\n",
      "105 30  ture is a 0.15795091\n",
      "105 31 uure is a  0.15795091\n",
      "105 32 ude is a M 0.15795091\n",
      "105 33 re is a Ma 0.15795091\n",
      "105 34 e ds a Mat 0.15795091\n",
      "105 35  ds a Matc 0.15795091\n",
      "105 36 as a Match 0.15795091\n",
      "105 37 s a Match  0.15795091\n",
      "105 38 ea Match U 0.15795091\n",
      "105 39 a Match Up 0.15795091\n",
      "105 40 tMatch Up  0.15795091\n",
      "105 41 aatch Up T 0.15795091\n",
      "105 42 atch Up Te 0.15795091\n",
      "105 43 tah Up Ten 0.15795091\n",
      "105 44 uh Up Tens 0.15795091\n",
      "105 45 u Up Tenso 0.15795091\n",
      "105 46  Up Tensor 0.15795091\n",
      "105 47 ap TensorF 0.15795091\n",
      "105 48 p TensorFl 0.15795091\n",
      "105 49  TensorFlo 0.15795091\n",
      "105 50 ahnsorFlow 0.15795091\n",
      "105 51 ensorFlow. 0.15795091\n",
      "105 52  torFlow.  0.15795091\n",
      "105 53 torFlow. S 0.15795091\n",
      "105 54 erFlow. St 0.15795091\n",
      "105 55 wFlow. Stu 0.15795091\n",
      "105 56 elow. Stud 0.15795091\n",
      "105 57 low. Stude 0.15795091\n",
      "105 58 ew. Studen 0.15795091\n",
      "105 59 w. Student 0.15795091\n",
      "105 60 . Students 0.15795091\n",
      "105 61  Students, 0.15795091\n",
      "105 62 atudents,  0.15795091\n",
      "105 63 tudents, p 0.15795091\n",
      "105 64 udents, pl 0.15795091\n",
      "105 65 rents, ple 0.15795091\n",
      "105 66 ants, plea 0.15795091\n",
      "105 67  t , pleas 0.15795091\n",
      "105 68 t , please 0.15795091\n",
      "105 69 u, please  0.15795091\n",
      "105 70 e please s 0.15795091\n",
      "105 71  please st 0.15795091\n",
      "105 72 alease stu 0.15795091\n",
      "105 73  ease stud 0.15795091\n",
      "105 74 ease study 0.15795091\n",
      "105 75  se study  0.15795091\n",
      "105 76 te study h 0.15795091\n",
      "105 77 e study ha 0.15795091\n",
      "105 78  dtudy har 0.15795091\n",
      "105 79 atudy hard 0.15795091\n",
      "105 80 eudy hard. 0.15795091\n",
      "106 0 Te are dat 0.15792307\n",
      "106 1 e are data 0.15792307\n",
      "106 2  dre datae 0.15792307\n",
      "106 3 T e dataed 0.15792307\n",
      "106 4 te dataedu 0.15792307\n",
      "106 5 e dataedu. 0.15792307\n",
      "106 6  dataedu.  0.15792307\n",
      "106 7 Tataedu. T 0.15792307\n",
      "106 8 ataedu. Th 0.15792307\n",
      "106 9 taedu. The 0.15792307\n",
      "106 10 uedu. The  0.15792307\n",
      "106 11 tdu. The c 0.15792307\n",
      "106 12  u. The cu 0.15792307\n",
      "106 13 a. The cur 0.15792307\n",
      "106 14 r The curr 0.15792307\n",
      "106 15  The curre 0.15792307\n",
      "106 16 The curren 0.15792307\n",
      "106 17 he current 0.15792307\n",
      "106 18 e current  0.15792307\n",
      "106 19  durrent l 0.15792307\n",
      "106 20 Turrent le 0.15792307\n",
      "106 21 urrent lec 0.15792307\n",
      "106 22 rrent lect 0.15792307\n",
      "106 23 eent lectu 0.15792307\n",
      "106 24 e t lectur 0.15792307\n",
      "106 25  tslecture 0.15792307\n",
      "106 26 tslecture  0.15792307\n",
      "106 27 ulecture i 0.15792307\n",
      "106 28 Tecture is 0.15792307\n",
      "106 29 eature is  0.15792307\n",
      "106 30  ture is a 0.15792307\n",
      "106 31 uure is a  0.15792307\n",
      "106 32 ure is a M 0.15792307\n",
      "106 33 rr is a Ma 0.15792307\n",
      "106 34 e ds a Mat 0.15792307\n",
      "106 35  ds a Matc 0.15792307\n",
      "106 36 Ts a Match 0.15792307\n",
      "106 37 s a Match  0.15792307\n",
      "106 38 ,a Match U 0.15792307\n",
      "106 39 T Match Up 0.15792307\n",
      "106 40 tMatch Up  0.15792307\n",
      "106 41 Tatch Up T 0.15792307\n",
      "106 42 atch Up Te 0.15792307\n",
      "106 43 tah Up Ten 0.15792307\n",
      "106 44 uh Up Tens 0.15792307\n",
      "106 45 u Up Tenso 0.15792307\n",
      "106 46 eUp Tensor 0.15792307\n",
      "106 47 Tp TensorF 0.15792307\n",
      "106 48 p TensorFl 0.15792307\n",
      "106 49  TensorFlo 0.15792307\n",
      "106 50 ThnsorFlow 0.15792307\n",
      "106 51 hnsorFlow. 0.15792307\n",
      "106 52  torFlow.  0.15792307\n",
      "106 53 torFlow. S 0.15792307\n",
      "106 54 ,rFlow. St 0.15792307\n",
      "106 55 wFlow. Stu 0.15792307\n",
      "106 56 elow. Stud 0.15792307\n",
      "106 57 low. Stude 0.15792307\n",
      "106 58 ew. Studen 0.15792307\n",
      "106 59 w. Student 0.15792307\n",
      "106 60 . Students 0.15792307\n",
      "106 61  Ttudents, 0.15792307\n",
      "106 62 Ttudents,  0.15792307\n",
      "106 63 tudents, p 0.15792307\n",
      "106 64 urents, pl 0.15792307\n",
      "106 65 rents, ple 0.15792307\n",
      "106 66 ants, plea 0.15792307\n",
      "106 67  ts, pleas 0.15792307\n",
      "106 68 ts, please 0.15792307\n",
      "106 69 u, please  0.15792307\n",
      "106 70 , please s 0.15792307\n",
      "106 71  please st 0.15792307\n",
      "106 72 Tlease stu 0.15792307\n",
      "106 73  ease stud 0.15792307\n",
      "106 74 ease study 0.15792307\n",
      "106 75  se study  0.15792307\n",
      "106 76 te study h 0.15792307\n",
      "106 77 , study ha 0.15792307\n",
      "106 78  dtudy har 0.15792307\n",
      "106 79 Ttudy hard 0.15792307\n",
      "106 80 ,udy hard. 0.15792307\n",
      "107 0 Te are dat 0.15790027\n",
      "107 1 e are data 0.15790027\n",
      "107 2  dre datae 0.15790027\n",
      "107 3 T e dataed 0.15790027\n",
      "107 4 te dataedu 0.15790027\n",
      "107 5 e dataedu. 0.15790027\n",
      "107 6  dataedu.  0.15790027\n",
      "107 7 Tataedu. T 0.15790027\n",
      "107 8 ataedu. Th 0.15790027\n",
      "107 9 tcedu. The 0.15790027\n",
      "107 10 uedu. The  0.15790027\n",
      "107 11 tdu. The c 0.15790027\n",
      "107 12  u. The cu 0.15790027\n",
      "107 13 a. The cur 0.15790027\n",
      "107 14 r The curr 0.15790027\n",
      "107 15  The curre 0.15790027\n",
      "107 16 The curren 0.15790027\n",
      "107 17 he current 0.15790027\n",
      "107 18 e current  0.15790027\n",
      "107 19  durrent l 0.15790027\n",
      "107 20 Turrent le 0.15790027\n",
      "107 21 urrent lec 0.15790027\n",
      "107 22 rrent lect 0.15790027\n",
      "107 23 eent lectu 0.15790027\n",
      "107 24 e t lectur 0.15790027\n",
      "107 25  t lecture 0.15790027\n",
      "107 26 t lecture  0.15790027\n",
      "107 27 ulecture i 0.15790027\n",
      "107 28 Tecture is 0.15790027\n",
      "107 29 ecture is  0.15790027\n",
      "107 30  ture is a 0.15790027\n",
      "107 31 uure is a  0.15790027\n",
      "107 32 ure is a M 0.15790027\n",
      "107 33 rr is a Ma 0.15790027\n",
      "107 34 e ds a Mat 0.15790027\n",
      "107 35  ds a Matc 0.15790027\n",
      "107 36 Ts a Match 0.15790027\n",
      "107 37 s a Match  0.15790027\n",
      "107 38 ,a Match U 0.15790027\n",
      "107 39 T Match Up 0.15790027\n",
      "107 40 tMatch Up  0.15790027\n",
      "107 41 Tatch Up T 0.15790027\n",
      "107 42 atch Up Te 0.15790027\n",
      "107 43 tch Up Ten 0.15790027\n",
      "107 44 uh Up Tens 0.15790027\n",
      "107 45 u Up Tenso 0.15790027\n",
      "107 46 eUp Tensor 0.15790027\n",
      "107 47 Tp TensorF 0.15790027\n",
      "107 48 p TensorFl 0.15790027\n",
      "107 49  TensorFlo 0.15790027\n",
      "107 50 ThnsorFlow 0.15790027\n",
      "107 51 hnsorFlow. 0.15790027\n",
      "107 52  torFlow.  0.15790027\n",
      "107 53 torFlow. S 0.15790027\n",
      "107 54 ,rFlow. St 0.15790027\n",
      "107 55 rFlow. Stu 0.15790027\n",
      "107 56 elow. Stud 0.15790027\n",
      "107 57 low. Stude 0.15790027\n",
      "107 58 ew. Studen 0.15790027\n",
      "107 59 r. Student 0.15790027\n",
      "107 60 . Students 0.15790027\n",
      "107 61  Ttudents, 0.15790027\n",
      "107 62 Ttudents,  0.15790027\n",
      "107 63 tudents, p 0.15790027\n",
      "107 64 urents, pl 0.15790027\n",
      "107 65 rents, ple 0.15790027\n",
      "107 66 ants, plea 0.15790027\n",
      "107 67  t , pleas 0.15790027\n",
      "107 68 t , please 0.15790027\n",
      "107 69 u, please  0.15790027\n",
      "107 70 , please s 0.15790027\n",
      "107 71  please st 0.15790027\n",
      "107 72 Tlease stu 0.15790027\n",
      "107 73  ease stud 0.15790027\n",
      "107 74 ecse study 0.15790027\n",
      "107 75  se study  0.15790027\n",
      "107 76 te study h 0.15790027\n",
      "107 77 , study ha 0.15790027\n",
      "107 78  dtudy har 0.15790027\n",
      "107 79 Ttudy hard 0.15790027\n",
      "107 80 ,udy hard. 0.15790027\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "108 0 Te are dat 0.15787391\n",
      "108 1 e are data 0.15787391\n",
      "108 2  cre datae 0.15787391\n",
      "108 3 Tre dataed 0.15787391\n",
      "108 4 te dataedu 0.15787391\n",
      "108 5 e iataedu. 0.15787391\n",
      "108 6  cataedu.  0.15787391\n",
      "108 7 Tataedu. T 0.15787391\n",
      "108 8 ataedu. Th 0.15787391\n",
      "108 9 tcedu. The 0.15787391\n",
      "108 10 uedu. The  0.15787391\n",
      "108 11 tdu. The c 0.15787391\n",
      "108 12  u. The cu 0.15787391\n",
      "108 13 a. The cur 0.15787391\n",
      "108 14 r The curr 0.15787391\n",
      "108 15  The curre 0.15787391\n",
      "108 16 Tee curren 0.15787391\n",
      "108 17 he current 0.15787391\n",
      "108 18   current  0.15787391\n",
      "108 19  current l 0.15787391\n",
      "108 20 Turrent le 0.15787391\n",
      "108 21 urrent lec 0.15787391\n",
      "108 22 rrent lect 0.15787391\n",
      "108 23 eent lectu 0.15787391\n",
      "108 24 e t lectur 0.15787391\n",
      "108 25  tslecture 0.15787391\n",
      "108 26 tslecture  0.15787391\n",
      "108 27 ulecture i 0.15787391\n",
      "108 28 Tecture is 0.15787391\n",
      "108 29 ecture is  0.15787391\n",
      "108 30  ture is a 0.15787391\n",
      "108 31 uure is a  0.15787391\n",
      "108 32 ude is a M 0.15787391\n",
      "108 33 rr is a Ma 0.15787391\n",
      "108 34 e is a Mat 0.15787391\n",
      "108 35  cs a Matc 0.15787391\n",
      "108 36 Ts a Match 0.15787391\n",
      "108 37 s a Match  0.15787391\n",
      "108 38 ea Match U 0.15787391\n",
      "108 39 TrMatch Up 0.15787391\n",
      "108 40 tMatch Up  0.15787391\n",
      "108 41 Tatch Up T 0.15787391\n",
      "108 42 atch Up Te 0.15787391\n",
      "108 43 tch Up Ten 0.15787391\n",
      "108 44 uh Up Tens 0.15787391\n",
      "108 45 u Up Tenso 0.15787391\n",
      "108 46  Up Tensor 0.15787391\n",
      "108 47 Tp TensorF 0.15787391\n",
      "108 48 p TensorFl 0.15787391\n",
      "108 49  TensorFlo 0.15787391\n",
      "108 50 TensorFlow 0.15787391\n",
      "108 51 hnsorFlow. 0.15787391\n",
      "108 52  torFlow.  0.15787391\n",
      "108 53 torFlow. S 0.15787391\n",
      "108 54 erFlow. St 0.15787391\n",
      "108 55 rFlow. Stu 0.15787391\n",
      "108 56 elow. Stud 0.15787391\n",
      "108 57 low. Stude 0.15787391\n",
      "108 58 ew. Studen 0.15787391\n",
      "108 59 r. Student 0.15787391\n",
      "108 60 . Students 0.15787391\n",
      "108 61  Ttudents, 0.15787391\n",
      "108 62 Ttudents,  0.15787391\n",
      "108 63 tudents, p 0.15787391\n",
      "108 64 udents, pl 0.15787391\n",
      "108 65 rents, ple 0.15787391\n",
      "108 66 ants, plea 0.15787391\n",
      "108 67  ts, pleas 0.15787391\n",
      "108 68 ts, please 0.15787391\n",
      "108 69 u, please  0.15787391\n",
      "108 70 e please s 0.15787391\n",
      "108 71  please st 0.15787391\n",
      "108 72 Tlease stu 0.15787391\n",
      "108 73  ease stud 0.15787391\n",
      "108 74 ecse study 0.15787391\n",
      "108 75  se study  0.15787391\n",
      "108 76 te study h 0.15787391\n",
      "108 77 e study ha 0.15787391\n",
      "108 78  ctudy har 0.15787391\n",
      "108 79 Ttudy hard 0.15787391\n",
      "108 80 eudy hard. 0.15787391\n",
      "109 0 Te are dat 0.15785132\n",
      "109 1 e are data 0.15785132\n",
      "109 2  are datae 0.15785132\n",
      "109 3 Tre dataed 0.15785132\n",
      "109 4 te dataedu 0.15785132\n",
      "109 5 e iataedu. 0.15785132\n",
      "109 6  aataedu.  0.15785132\n",
      "109 7 Tataedu. T 0.15785132\n",
      "109 8 ataedu. Th 0.15785132\n",
      "109 9 tcedu. The 0.15785132\n",
      "109 10 uedu. The  0.15785132\n",
      "109 11 tdu. The c 0.15785132\n",
      "109 12  u. The cu 0.15785132\n",
      "109 13 a. The cur 0.15785132\n",
      "109 14 r The curr 0.15785132\n",
      "109 15  She curre 0.15785132\n",
      "109 16 Tee curren 0.15785132\n",
      "109 17 he current 0.15785132\n",
      "109 18   current  0.15785132\n",
      "109 19  aurrent l 0.15785132\n",
      "109 20 Turrent le 0.15785132\n",
      "109 21 urrent lec 0.15785132\n",
      "109 22 reent lect 0.15785132\n",
      "109 23 eent lectu 0.15785132\n",
      "109 24 e t lectur 0.15785132\n",
      "109 25  t lecture 0.15785132\n",
      "109 26 t lecture  0.15785132\n",
      "109 27 ulecture i 0.15785132\n",
      "109 28 Tecture is 0.15785132\n",
      "109 29 eature is  0.15785132\n",
      "109 30  ture is a 0.15785132\n",
      "109 31 uure is a  0.15785132\n",
      "109 32 ude is a M 0.15785132\n",
      "109 33 re is a Ma 0.15785132\n",
      "109 34 e is a Mat 0.15785132\n",
      "109 35  as a Matc 0.15785132\n",
      "109 36 Ts a Match 0.15785132\n",
      "109 37 s a Match  0.15785132\n",
      "109 38 ea Match U 0.15785132\n",
      "109 39 TrMatch Up 0.15785132\n",
      "109 40 tMatch Up  0.15785132\n",
      "109 41 Tatch Up T 0.15785132\n",
      "109 42 atch Up Te 0.15785132\n",
      "109 43 tch Up Ten 0.15785132\n",
      "109 44 uh Up Tens 0.15785132\n",
      "109 45 u Up Tenso 0.15785132\n",
      "109 46  Up Tensor 0.15785132\n",
      "109 47 Tp TensorF 0.15785132\n",
      "109 48 p TensorFl 0.15785132\n",
      "109 49  TensorFlo 0.15785132\n",
      "109 50 TensorFlow 0.15785132\n",
      "109 51 hnsorFlow. 0.15785132\n",
      "109 52  torFlow.  0.15785132\n",
      "109 53 torFlow. S 0.15785132\n",
      "109 54 erFlow. St 0.15785132\n",
      "109 55 rFlow. Stu 0.15785132\n",
      "109 56 elow. Stud 0.15785132\n",
      "109 57 low. Stude 0.15785132\n",
      "109 58 ew. Studen 0.15785132\n",
      "109 59 r. Student 0.15785132\n",
      "109 60 . Students 0.15785132\n",
      "109 61  Students, 0.15785132\n",
      "109 62 Ttudents,  0.15785132\n",
      "109 63 tudents, p 0.15785132\n",
      "109 64 udents, pl 0.15785132\n",
      "109 65 rents, ple 0.15785132\n",
      "109 66 ants, plea 0.15785132\n",
      "109 67  t , pleas 0.15785132\n",
      "109 68 t , please 0.15785132\n",
      "109 69 u, please  0.15785132\n",
      "109 70 e please s 0.15785132\n",
      "109 71  please st 0.15785132\n",
      "109 72 Tlease stu 0.15785132\n",
      "109 73  ease stud 0.15785132\n",
      "109 74 ease study 0.15785132\n",
      "109 75  se study  0.15785132\n",
      "109 76 te study h 0.15785132\n",
      "109 77 e study ha 0.15785132\n",
      "109 78  atudy har 0.15785132\n",
      "109 79 Ttudy hard 0.15785132\n",
      "109 80 eudy hard. 0.15785132\n",
      "110 0 Te are dat 0.15782739\n",
      "110 1 e are data 0.15782739\n",
      "110 2  cre datae 0.15782739\n",
      "110 3 Tre dataed 0.15782739\n",
      "110 4 te dataedu 0.15782739\n",
      "110 5 e iataedu. 0.15782739\n",
      "110 6  cataedu.  0.15782739\n",
      "110 7 Tataedu. T 0.15782739\n",
      "110 8 ataedu. Th 0.15782739\n",
      "110 9 taedu. The 0.15782739\n",
      "110 10 uedu. The  0.15782739\n",
      "110 11 tdu. The c 0.15782739\n",
      "110 12  u. The cu 0.15782739\n",
      "110 13 a. The cur 0.15782739\n",
      "110 14 r The curr 0.15782739\n",
      "110 15  She curre 0.15782739\n",
      "110 16 Tee curren 0.15782739\n",
      "110 17 he current 0.15782739\n",
      "110 18   current  0.15782739\n",
      "110 19  current l 0.15782739\n",
      "110 20 Turrent le 0.15782739\n",
      "110 21 urrent lec 0.15782739\n",
      "110 22 reent lect 0.15782739\n",
      "110 23 eent lectu 0.15782739\n",
      "110 24 e t lectur 0.15782739\n",
      "110 25  tslecture 0.15782739\n",
      "110 26 tslecture  0.15782739\n",
      "110 27 ulecture i 0.15782739\n",
      "110 28 Tecture is 0.15782739\n",
      "110 29 eature is  0.15782739\n",
      "110 30  ture is a 0.15782739\n",
      "110 31 uure is a  0.15782739\n",
      "110 32 ude is a M 0.15782739\n",
      "110 33 re is a Ma 0.15782739\n",
      "110 34 e is a Mat 0.15782739\n",
      "110 35  cs a Matc 0.15782739\n",
      "110 36 Ts a Match 0.15782739\n",
      "110 37 s a Match  0.15782739\n",
      "110 38 ta Match U 0.15782739\n",
      "110 39 TrMatch Up 0.15782739\n",
      "110 40 tMatch Up  0.15782739\n",
      "110 41 Tatch Up T 0.15782739\n",
      "110 42 atch Up Te 0.15782739\n",
      "110 43 tah Up Ten 0.15782739\n",
      "110 44 uh Up Tens 0.15782739\n",
      "110 45 u Up Tenso 0.15782739\n",
      "110 46  Up Tensor 0.15782739\n",
      "110 47 Tp TensorF 0.15782739\n",
      "110 48 p TensorFl 0.15782739\n",
      "110 49  TensorFlo 0.15782739\n",
      "110 50 TensorFlow 0.15782739\n",
      "110 51 hnsorFlow. 0.15782739\n",
      "110 52  torFlow.  0.15782739\n",
      "110 53 torFlow. S 0.15782739\n",
      "110 54 trFlow. St 0.15782739\n",
      "110 55 rFlow. Stu 0.15782739\n",
      "110 56 elow. Stud 0.15782739\n",
      "110 57 low. Stude 0.15782739\n",
      "110 58 ew. Studen 0.15782739\n",
      "110 59 r. Student 0.15782739\n",
      "110 60 . Students 0.15782739\n",
      "110 61  Students, 0.15782739\n",
      "110 62 Ttudents,  0.15782739\n",
      "110 63 tudents, p 0.15782739\n",
      "110 64 udents, pl 0.15782739\n",
      "110 65 rents, ple 0.15782739\n",
      "110 66 ants, plea 0.15782739\n",
      "110 67  ts, pleas 0.15782739\n",
      "110 68 ts, please 0.15782739\n",
      "110 69 u, please  0.15782739\n",
      "110 70 t please s 0.15782739\n",
      "110 71  please st 0.15782739\n",
      "110 72 Tlease stu 0.15782739\n",
      "110 73  ease stud 0.15782739\n",
      "110 74 ease study 0.15782739\n",
      "110 75  se study  0.15782739\n",
      "110 76 te study h 0.15782739\n",
      "110 77 t study ha 0.15782739\n",
      "110 78  ctudy har 0.15782739\n",
      "110 79 Ttudy hard 0.15782739\n",
      "110 80 tudy hard. 0.15782739\n",
      "111 0 Te are dat 0.15780509\n",
      "111 1 e are data 0.15780509\n",
      "111 2  ire datae 0.15780509\n",
      "111 3 Tre dataed 0.15780509\n",
      "111 4 te dataedu 0.15780509\n",
      "111 5 e iataedu. 0.15780509\n",
      "111 6  iataedu.  0.15780509\n",
      "111 7 Tataedu. T 0.15780509\n",
      "111 8 utaedu. Th 0.15780509\n",
      "111 9 taedu. The 0.15780509\n",
      "111 10 uedu. The  0.15780509\n",
      "111 11 tdu. The c 0.15780509\n",
      "111 12  u. The cu 0.15780509\n",
      "111 13 u. The cur 0.15780509\n",
      "111 14 r The curr 0.15780509\n",
      "111 15  She curre 0.15780509\n",
      "111 16 The curren 0.15780509\n",
      "111 17 he current 0.15780509\n",
      "111 18   current  0.15780509\n",
      "111 19  iurrent l 0.15780509\n",
      "111 20 Turrent le 0.15780509\n",
      "111 21 urrent lec 0.15780509\n",
      "111 22 reent lect 0.15780509\n",
      "111 23 eent lectu 0.15780509\n",
      "111 24 e t lectur 0.15780509\n",
      "111 25  t lecture 0.15780509\n",
      "111 26 t lecture  0.15780509\n",
      "111 27 ulecture i 0.15780509\n",
      "111 28 Tecture is 0.15780509\n",
      "111 29 ecture is  0.15780509\n",
      "111 30  ture is a 0.15780509\n",
      "111 31 uure is a  0.15780509\n",
      "111 32 ure is a M 0.15780509\n",
      "111 33 re is a Ma 0.15780509\n",
      "111 34 e is a Mat 0.15780509\n",
      "111 35  is a Matc 0.15780509\n",
      "111 36 Ts a Match 0.15780509\n",
      "111 37 s a Match  0.15780509\n",
      "111 38 ta Match U 0.15780509\n",
      "111 39 TrMatch Up 0.15780509\n",
      "111 40 tMatch Up  0.15780509\n",
      "111 41 Tatch Up T 0.15780509\n",
      "111 42 atch Up Te 0.15780509\n",
      "111 43 tah Up Ten 0.15780509\n",
      "111 44 uh Up Tens 0.15780509\n",
      "111 45 u Up Tenso 0.15780509\n",
      "111 46  Up Tensor 0.15780509\n",
      "111 47 Tp TensorF 0.15780509\n",
      "111 48 p TensorFl 0.15780509\n",
      "111 49  TensorFlo 0.15780509\n",
      "111 50 ThnsorFlow 0.15780509\n",
      "111 51 hnsorFlow. 0.15780509\n",
      "111 52  torFlow.  0.15780509\n",
      "111 53 torFlow. S 0.15780509\n",
      "111 54 trFlow. St 0.15780509\n",
      "111 55 wFlow. Stu 0.15780509\n",
      "111 56 elow. Stud 0.15780509\n",
      "111 57 low. Stude 0.15780509\n",
      "111 58 ew. Studen 0.15780509\n",
      "111 59 w. Student 0.15780509\n",
      "111 60 . Students 0.15780509\n",
      "111 61  Students, 0.15780509\n",
      "111 62 Ttudents,  0.15780509\n",
      "111 63 tudents, p 0.15780509\n",
      "111 64 urents, pl 0.15780509\n",
      "111 65 rents, ple 0.15780509\n",
      "111 66 unts, plea 0.15780509\n",
      "111 67  t , pleas 0.15780509\n",
      "111 68 t , please 0.15780509\n",
      "111 69 u, please  0.15780509\n",
      "111 70 t please s 0.15780509\n",
      "111 71  please st 0.15780509\n",
      "111 72 Tlease stu 0.15780509\n",
      "111 73  ease stud 0.15780509\n",
      "111 74 ecse study 0.15780509\n",
      "111 75  se study  0.15780509\n",
      "111 76 te study h 0.15780509\n",
      "111 77 t study ha 0.15780509\n",
      "111 78  itudy har 0.15780509\n",
      "111 79 Ttudy hard 0.15780509\n",
      "111 80 tudy hard. 0.15780509\n",
      "112 0 Te are dat 0.15778428\n",
      "112 1 e are data 0.15778428\n",
      "112 2  ire datae 0.15778428\n",
      "112 3 Tre dataed 0.15778428\n",
      "112 4 te dataedu 0.15778428\n",
      "112 5 e dataedu. 0.15778428\n",
      "112 6  iataedu.  0.15778428\n",
      "112 7 Tataedu. T 0.15778428\n",
      "112 8 utaedu. Th 0.15778428\n",
      "112 9 taedu. The 0.15778428\n",
      "112 10 uedu. The  0.15778428\n",
      "112 11 tdu. The c 0.15778428\n",
      "112 12  u. The cu 0.15778428\n",
      "112 13 u. The cur 0.15778428\n",
      "112 14 r The curr 0.15778428\n",
      "112 15  The curre 0.15778428\n",
      "112 16 The curren 0.15778428\n",
      "112 17 he current 0.15778428\n",
      "112 18 e current  0.15778428\n",
      "112 19  iurrent l 0.15778428\n",
      "112 20 Turrent le 0.15778428\n",
      "112 21 urrent lec 0.15778428\n",
      "112 22 rrent lect 0.15778428\n",
      "112 23 eent lectu 0.15778428\n",
      "112 24 e t lectur 0.15778428\n",
      "112 25  tslecture 0.15778428\n",
      "112 26 tslecture  0.15778428\n",
      "112 27 ulecture i 0.15778428\n",
      "112 28 Tecture is 0.15778428\n",
      "112 29 eature is  0.15778428\n",
      "112 30  ture is a 0.15778428\n",
      "112 31 uure is a  0.15778428\n",
      "112 32 ure is a M 0.15778428\n",
      "112 33 rr is a Ma 0.15778428\n",
      "112 34 e ds a Mat 0.15778428\n",
      "112 35  is a Matc 0.15778428\n",
      "112 36 Ts a Match 0.15778428\n",
      "112 37 s a Match  0.15778428\n",
      "112 38 oa Match U 0.15778428\n",
      "112 39 TrMatch Up 0.15778428\n",
      "112 40 tMatch Up  0.15778428\n",
      "112 41 Tatch Up T 0.15778428\n",
      "112 42 atch Up Te 0.15778428\n",
      "112 43 tah Up Ten 0.15778428\n",
      "112 44 uh Up Tens 0.15778428\n",
      "112 45 u Up Tenso 0.15778428\n",
      "112 46 eUp Tensor 0.15778428\n",
      "112 47 Tp TensorF 0.15778428\n",
      "112 48 p TensorFl 0.15778428\n",
      "112 49 lTensorFlo 0.15778428\n",
      "112 50 ThnsorFlow 0.15778428\n",
      "112 51 hnsorFlow. 0.15778428\n",
      "112 52  torFlow.  0.15778428\n",
      "112 53 torFlow. S 0.15778428\n",
      "112 54 orFlow. St 0.15778428\n",
      "112 55 wFlow. Stu 0.15778428\n",
      "112 56 elow. Stud 0.15778428\n",
      "112 57 low. Stude 0.15778428\n",
      "112 58 ew. Studen 0.15778428\n",
      "112 59 w. Student 0.15778428\n",
      "112 60 . Students 0.15778428\n",
      "112 61  Ttudents, 0.15778428\n",
      "112 62 Ttudents,  0.15778428\n",
      "112 63 tudents, p 0.15778428\n",
      "112 64 urents, pl 0.15778428\n",
      "112 65 rents, ple 0.15778428\n",
      "112 66 unts, plea 0.15778428\n",
      "112 67  ts, pleas 0.15778428\n",
      "112 68 ts, please 0.15778428\n",
      "112 69 u, please  0.15778428\n",
      "112 70 o please s 0.15778428\n",
      "112 71  please st 0.15778428\n",
      "112 72 Tlease stu 0.15778428\n",
      "112 73 lease stud 0.15778428\n",
      "112 74 ease study 0.15778428\n",
      "112 75  se study  0.15778428\n",
      "112 76 te study h 0.15778428\n",
      "112 77 o study ha 0.15778428\n",
      "112 78  itudy har 0.15778428\n",
      "112 79 Ttudy hard 0.15778428\n",
      "112 80 oudy hard. 0.15778428\n",
      "113 0 ae are dat 0.15776305\n",
      "113 1 e are data 0.15776305\n",
      "113 2  are datae 0.15776305\n",
      "113 3 are dataed 0.15776305\n",
      "113 4 te dataedu 0.15776305\n",
      "113 5 e dataedu. 0.15776305\n",
      "113 6  aataedu.  0.15776305\n",
      "113 7 aataedu. T 0.15776305\n",
      "113 8 ataedu. Th 0.15776305\n",
      "113 9 tcedu. The 0.15776305\n",
      "113 10 uedu. The  0.15776305\n",
      "113 11 tdu. The c 0.15776305\n",
      "113 12  u. The cu 0.15776305\n",
      "113 13 a. The cur 0.15776305\n",
      "113 14 r The curr 0.15776305\n",
      "113 15  The curre 0.15776305\n",
      "113 16 aee curren 0.15776305\n",
      "113 17 he current 0.15776305\n",
      "113 18 e current  0.15776305\n",
      "113 19  aurrent l 0.15776305\n",
      "113 20 aurrent le 0.15776305\n",
      "113 21 urrent lec 0.15776305\n",
      "113 22 rrent lect 0.15776305\n",
      "113 23 eent lectu 0.15776305\n",
      "113 24 e t lectur 0.15776305\n",
      "113 25  t lecture 0.15776305\n",
      "113 26 t lecture  0.15776305\n",
      "113 27 ulecture i 0.15776305\n",
      "113 28 aecture is 0.15776305\n",
      "113 29 eature is  0.15776305\n",
      "113 30  ture is a 0.15776305\n",
      "113 31 uure is a  0.15776305\n",
      "113 32 ure is a M 0.15776305\n",
      "113 33 rr is a Ma 0.15776305\n",
      "113 34 e ds a Mat 0.15776305\n",
      "113 35  as a Matc 0.15776305\n",
      "113 36 as a Match 0.15776305\n",
      "113 37 s a Match  0.15776305\n",
      "113 38 oa Match U 0.15776305\n",
      "113 39 arMatch Up 0.15776305\n",
      "113 40 tMatch Up  0.15776305\n",
      "113 41 aatch Up T 0.15776305\n",
      "113 42 atch Up Te 0.15776305\n",
      "113 43 tch Up Ten 0.15776305\n",
      "113 44 uh Up Tens 0.15776305\n",
      "113 45 u Up Tenso 0.15776305\n",
      "113 46 eUp Tensor 0.15776305\n",
      "113 47 ap TensorF 0.15776305\n",
      "113 48 p TensorFl 0.15776305\n",
      "113 49 lTensorFlo 0.15776305\n",
      "113 50 aensorFlow 0.15776305\n",
      "113 51 hnsorFlow. 0.15776305\n",
      "113 52  torFlow.  0.15776305\n",
      "113 53 torFlow. S 0.15776305\n",
      "113 54 orFlow. St 0.15776305\n",
      "113 55 wFlow. Stu 0.15776305\n",
      "113 56 elow. Stud 0.15776305\n",
      "113 57 low. Stude 0.15776305\n",
      "113 58 ew. Studen 0.15776305\n",
      "113 59 w. Student 0.15776305\n",
      "113 60 . Students 0.15776305\n",
      "113 61  Ttudents, 0.15776305\n",
      "113 62 atudents,  0.15776305\n",
      "113 63 tudents, p 0.15776305\n",
      "113 64 urents, pl 0.15776305\n",
      "113 65 rents, ple 0.15776305\n",
      "113 66 ants, plea 0.15776305\n",
      "113 67  t , pleas 0.15776305\n",
      "113 68 t , please 0.15776305\n",
      "113 69 u, please  0.15776305\n",
      "113 70 o please s 0.15776305\n",
      "113 71  please st 0.15776305\n",
      "113 72 alease stu 0.15776305\n",
      "113 73 lease stud 0.15776305\n",
      "113 74 ease study 0.15776305\n",
      "113 75  se study  0.15776305\n",
      "113 76 te study h 0.15776305\n",
      "113 77 o study ha 0.15776305\n",
      "113 78  atudy har 0.15776305\n",
      "113 79 atudy hard 0.15776305\n",
      "113 80 oudy hard. 0.15776305\n",
      "114 0 Te are dat 0.15774389\n",
      "114 1 e are data 0.15774389\n",
      "114 2  are datae 0.15774389\n",
      "114 3 T e dataed 0.15774389\n",
      "114 4 te dataedu 0.15774389\n",
      "114 5 e dataedu. 0.15774389\n",
      "114 6  aataedu.  0.15774389\n",
      "114 7 Tataedu. T 0.15774389\n",
      "114 8 ataedu. Th 0.15774389\n",
      "114 9 tcedu. The 0.15774389\n",
      "114 10 uedu. The  0.15774389\n",
      "114 11 tdu. The c 0.15774389\n",
      "114 12  u. The cu 0.15774389\n",
      "114 13 a. The cur 0.15774389\n",
      "114 14 r The curr 0.15774389\n",
      "114 15  She curre 0.15774389\n",
      "114 16 Tee curren 0.15774389\n",
      "114 17 ee current 0.15774389\n",
      "114 18   current  0.15774389\n",
      "114 19  aurrent l 0.15774389\n",
      "114 20 Turrent le 0.15774389\n",
      "114 21 urrent lec 0.15774389\n",
      "114 22 reent lect 0.15774389\n",
      "114 23 eent lectu 0.15774389\n",
      "114 24 e t lectur 0.15774389\n",
      "114 25  tslecture 0.15774389\n",
      "114 26 tslecture  0.15774389\n",
      "114 27 ulecture i 0.15774389\n",
      "114 28 Tecture is 0.15774389\n",
      "114 29 eature is  0.15774389\n",
      "114 30  ture is a 0.15774389\n",
      "114 31 uure is a  0.15774389\n",
      "114 32 ude is a M 0.15774389\n",
      "114 33 re is a Ma 0.15774389\n",
      "114 34 e ds a Mat 0.15774389\n",
      "114 35  as a Matc 0.15774389\n",
      "114 36 Ts a Match 0.15774389\n",
      "114 37 s a Match  0.15774389\n",
      "114 38 oa Match U 0.15774389\n",
      "114 39 T Match Up 0.15774389\n",
      "114 40 tMatch Up  0.15774389\n",
      "114 41 Tatch Up T 0.15774389\n",
      "114 42 atch Up Te 0.15774389\n",
      "114 43 tch Up Ten 0.15774389\n",
      "114 44 uh Up Tens 0.15774389\n",
      "114 45 u Up Tenso 0.15774389\n",
      "114 46  Up Tensor 0.15774389\n",
      "114 47 Tp TensorF 0.15774389\n",
      "114 48 p TensorFl 0.15774389\n",
      "114 49  TensorFlo 0.15774389\n",
      "114 50 TensorFlow 0.15774389\n",
      "114 51 ensorFlow. 0.15774389\n",
      "114 52  torFlow.  0.15774389\n",
      "114 53 torFlow. S 0.15774389\n",
      "114 54 orFlow. St 0.15774389\n",
      "114 55 wFlow. Stu 0.15774389\n",
      "114 56 elow. Stud 0.15774389\n",
      "114 57 low. Stude 0.15774389\n",
      "114 58 ew. Studen 0.15774389\n",
      "114 59 w. Student 0.15774389\n",
      "114 60 . Students 0.15774389\n",
      "114 61  Students, 0.15774389\n",
      "114 62 Ttudents,  0.15774389\n",
      "114 63 tudents, p 0.15774389\n",
      "114 64 udents, pl 0.15774389\n",
      "114 65 rents, ple 0.15774389\n",
      "114 66 ants, plea 0.15774389\n",
      "114 67  ts, pleas 0.15774389\n",
      "114 68 ts, please 0.15774389\n",
      "114 69 u, please  0.15774389\n",
      "114 70 o please s 0.15774389\n",
      "114 71  please st 0.15774389\n",
      "114 72 Tlease stu 0.15774389\n",
      "114 73  ease stud 0.15774389\n",
      "114 74 ease study 0.15774389\n",
      "114 75  se study  0.15774389\n",
      "114 76 te study h 0.15774389\n",
      "114 77 o study ha 0.15774389\n",
      "114 78  atudy har 0.15774389\n",
      "114 79 Ttudy hard 0.15774389\n",
      "114 80 oudy hard. 0.15774389\n",
      "115 0 Te are dat 0.15772839\n",
      "115 1 e are data 0.15772839\n",
      "115 2  are datae 0.15772839\n",
      "115 3 T e dataed 0.15772839\n",
      "115 4 te dataedu 0.15772839\n",
      "115 5 e dataedu. 0.15772839\n",
      "115 6  aataedu.  0.15772839\n",
      "115 7 Tataedu. T 0.15772839\n",
      "115 8 ataedu. Th 0.15772839\n",
      "115 9 tcedu. The 0.15772839\n",
      "115 10 uedu. The  0.15772839\n",
      "115 11 tdu. The c 0.15772839\n",
      "115 12  u. The cu 0.15772839\n",
      "115 13 a. The cur 0.15772839\n",
      "115 14 r The curr 0.15772839\n",
      "115 15  She curre 0.15772839\n",
      "115 16 Tee curren 0.15772839\n",
      "115 17 ee current 0.15772839\n",
      "115 18   current  0.15772839\n",
      "115 19  aurrent l 0.15772839\n",
      "115 20 Turrent le 0.15772839\n",
      "115 21 urrent lec 0.15772839\n",
      "115 22 reent lect 0.15772839\n",
      "115 23 eent lectu 0.15772839\n",
      "115 24 e t lectur 0.15772839\n",
      "115 25  t lecture 0.15772839\n",
      "115 26 t lecture  0.15772839\n",
      "115 27 ulecture i 0.15772839\n",
      "115 28 Tecture is 0.15772839\n",
      "115 29 ecture is  0.15772839\n",
      "115 30  ture is a 0.15772839\n",
      "115 31 uure is a  0.15772839\n",
      "115 32 ude is a M 0.15772839\n",
      "115 33 re is a Ma 0.15772839\n",
      "115 34 e ds a Mat 0.15772839\n",
      "115 35  as a Matc 0.15772839\n",
      "115 36 Ts a Match 0.15772839\n",
      "115 37 s a Match  0.15772839\n",
      "115 38 oa Match U 0.15772839\n",
      "115 39 T Match Up 0.15772839\n",
      "115 40 tMatch Up  0.15772839\n",
      "115 41 Tatch Up T 0.15772839\n",
      "115 42 atch Up Te 0.15772839\n",
      "115 43 tch Up Ten 0.15772839\n",
      "115 44 uh Up Tens 0.15772839\n",
      "115 45 u Up Tenso 0.15772839\n",
      "115 46  Up Tensor 0.15772839\n",
      "115 47 Tp TensorF 0.15772839\n",
      "115 48 p TensorFl 0.15772839\n",
      "115 49  TensorFlo 0.15772839\n",
      "115 50 TensorFlow 0.15772839\n",
      "115 51 ensorFlow. 0.15772839\n",
      "115 52  torFlow.  0.15772839\n",
      "115 53 torFlow. S 0.15772839\n",
      "115 54 orFlow. St 0.15772839\n",
      "115 55 wFlow. Stu 0.15772839\n",
      "115 56 elow. Stud 0.15772839\n",
      "115 57 low. Stude 0.15772839\n",
      "115 58 ew. Studen 0.15772839\n",
      "115 59 w. Student 0.15772839\n",
      "115 60 . Students 0.15772839\n",
      "115 61  Students, 0.15772839\n",
      "115 62 Ttudents,  0.15772839\n",
      "115 63 tudents, p 0.15772839\n",
      "115 64 udents, pl 0.15772839\n",
      "115 65 rents, ple 0.15772839\n",
      "115 66 ants, plea 0.15772839\n",
      "115 67  t , pleas 0.15772839\n",
      "115 68 t , please 0.15772839\n",
      "115 69 u, please  0.15772839\n",
      "115 70 o please s 0.15772839\n",
      "115 71  please st 0.15772839\n",
      "115 72 Tlease stu 0.15772839\n",
      "115 73  ease stud 0.15772839\n",
      "115 74 ecse study 0.15772839\n",
      "115 75  se study  0.15772839\n",
      "115 76 te study h 0.15772839\n",
      "115 77 o study ha 0.15772839\n",
      "115 78  atudy har 0.15772839\n",
      "115 79 Ttudy hard 0.15772839\n",
      "115 80 oudy hard. 0.15772839\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "116 0 Te are dat 0.15771782\n",
      "116 1 e are data 0.15771782\n",
      "116 2  cre datae 0.15771782\n",
      "116 3 T e dataed 0.15771782\n",
      "116 4 te dataedu 0.15771782\n",
      "116 5 e iataedu. 0.15771782\n",
      "116 6  cataedu.  0.15771782\n",
      "116 7 Tataedu. T 0.15771782\n",
      "116 8 etaedu. Th 0.15771782\n",
      "116 9 tcedu. The 0.15771782\n",
      "116 10 uedu. The  0.15771782\n",
      "116 11 tdu. The c 0.15771782\n",
      "116 12  u. The cu 0.15771782\n",
      "116 13 e. The cur 0.15771782\n",
      "116 14 r The curr 0.15771782\n",
      "116 15  She curre 0.15771782\n",
      "116 16 The curren 0.15771782\n",
      "116 17 ee current 0.15771782\n",
      "116 18   current  0.15771782\n",
      "116 19  current l 0.15771782\n",
      "116 20 Turrent le 0.15771782\n",
      "116 21 urrent lec 0.15771782\n",
      "116 22 rrent lect 0.15771782\n",
      "116 23 eent lectu 0.15771782\n",
      "116 24 e t lectur 0.15771782\n",
      "116 25  tslecture 0.15771782\n",
      "116 26 tslecture  0.15771782\n",
      "116 27 ulecture i 0.15771782\n",
      "116 28 Tecture is 0.15771782\n",
      "116 29 ecture is  0.15771782\n",
      "116 30  ture is a 0.15771782\n",
      "116 31 uure is a  0.15771782\n",
      "116 32 ure is a M 0.15771782\n",
      "116 33 rr is a Ma 0.15771782\n",
      "116 34 e is a Mat 0.15771782\n",
      "116 35  cs a Matc 0.15771782\n",
      "116 36 Ts a Match 0.15771782\n",
      "116 37 s a Match  0.15771782\n",
      "116 38 oa Match U 0.15771782\n",
      "116 39 T Match Up 0.15771782\n",
      "116 40 tMatch Up  0.15771782\n",
      "116 41 Tatch Up T 0.15771782\n",
      "116 42 atch Up Te 0.15771782\n",
      "116 43 tch Up Ten 0.15771782\n",
      "116 44 uh Up Tens 0.15771782\n",
      "116 45 u Up Tenso 0.15771782\n",
      "116 46  Up Tensor 0.15771782\n",
      "116 47 Tp TensorF 0.15771782\n",
      "116 48 p TensorFl 0.15771782\n",
      "116 49  TensorFlo 0.15771782\n",
      "116 50 ThnsorFlow 0.15771782\n",
      "116 51 ensorFlow. 0.15771782\n",
      "116 52  torFlow.  0.15771782\n",
      "116 53 torFlow. S 0.15771782\n",
      "116 54 orFlow. St 0.15771782\n",
      "116 55 rFlow. Stu 0.15771782\n",
      "116 56 elow. Stud 0.15771782\n",
      "116 57 low. Stude 0.15771782\n",
      "116 58 ew. Studen 0.15771782\n",
      "116 59 r. Student 0.15771782\n",
      "116 60 . Students 0.15771782\n",
      "116 61  Students, 0.15771782\n",
      "116 62 Ttudents,  0.15771782\n",
      "116 63 tudents, p 0.15771782\n",
      "116 64 urents, pl 0.15771782\n",
      "116 65 rents, ple 0.15771782\n",
      "116 66 ents, plea 0.15771782\n",
      "116 67  ts, pleas 0.15771782\n",
      "116 68 ts, please 0.15771782\n",
      "116 69 u, please  0.15771782\n",
      "116 70 o please s 0.15771782\n",
      "116 71  please st 0.15771782\n",
      "116 72 Tlease stu 0.15771782\n",
      "116 73  ease stud 0.15771782\n",
      "116 74 ecse study 0.15771782\n",
      "116 75  se study  0.15771782\n",
      "116 76 te study h 0.15771782\n",
      "116 77 o study ha 0.15771782\n",
      "116 78  ctudy har 0.15771782\n",
      "116 79 Ttudy hard 0.15771782\n",
      "116 80 oudy hard. 0.15771782\n",
      "117 0 Te are dat 0.15771586\n",
      "117 1 e are data 0.15771586\n",
      "117 2  dre datae 0.15771586\n",
      "117 3 Tre dataed 0.15771586\n",
      "117 4 te dataedu 0.15771586\n",
      "117 5 e iataedu. 0.15771586\n",
      "117 6  dataedu.  0.15771586\n",
      "117 7 Tataedu. T 0.15771586\n",
      "117 8 etaedu. Th 0.15771586\n",
      "117 9 taedu. The 0.15771586\n",
      "117 10 uedu. The  0.15771586\n",
      "117 11 tdu. The c 0.15771586\n",
      "117 12  u. The cu 0.15771586\n",
      "117 13 e. The cur 0.15771586\n",
      "117 14 r The curr 0.15771586\n",
      "117 15  The curre 0.15771586\n",
      "117 16 The curren 0.15771586\n",
      "117 17 ee current 0.15771586\n",
      "117 18   current  0.15771586\n",
      "117 19  durrent l 0.15771586\n",
      "117 20 Turrent le 0.15771586\n",
      "117 21 urrent lec 0.15771586\n",
      "117 22 rrent lect 0.15771586\n",
      "117 23 eent lectu 0.15771586\n",
      "117 24 e t lectur 0.15771586\n",
      "117 25  t lecture 0.15771586\n",
      "117 26 t lecture  0.15771586\n",
      "117 27 ulecture i 0.15771586\n",
      "117 28 Tecture is 0.15771586\n",
      "117 29 eature is  0.15771586\n",
      "117 30  ture is a 0.15771586\n",
      "117 31 uure is a  0.15771586\n",
      "117 32 ude is a M 0.15771586\n",
      "117 33 rr is a Ma 0.15771586\n",
      "117 34 e is a Mat 0.15771586\n",
      "117 35  ds a Matc 0.15771586\n",
      "117 36 Ts a Match 0.15771586\n",
      "117 37 s a Match  0.15771586\n",
      "117 38  a Match U 0.15771586\n",
      "117 39 TrMatch Up 0.15771586\n",
      "117 40 tMatch Up  0.15771586\n",
      "117 41 Tatch Up T 0.15771586\n",
      "117 42 atch Up Te 0.15771586\n",
      "117 43 tah Up Ten 0.15771586\n",
      "117 44 uh Up Tens 0.15771586\n",
      "117 45 u Up Tenso 0.15771586\n",
      "117 46  Up Tensor 0.15771586\n",
      "117 47 Tp TensorF 0.15771586\n",
      "117 48 p TensorFl 0.15771586\n",
      "117 49  TensorFlo 0.15771586\n",
      "117 50 ThnsorFlow 0.15771586\n",
      "117 51 ensorFlow. 0.15771586\n",
      "117 52  torFlow.  0.15771586\n",
      "117 53 torFlow. S 0.15771586\n",
      "117 54  rFlow. St 0.15771586\n",
      "117 55 rFlow. Stu 0.15771586\n",
      "117 56 elow. Stud 0.15771586\n",
      "117 57 low. Stude 0.15771586\n",
      "117 58 ew. Studen 0.15771586\n",
      "117 59 r. Student 0.15771586\n",
      "117 60 . Students 0.15771586\n",
      "117 61  Ttudents, 0.15771586\n",
      "117 62 Ttudents,  0.15771586\n",
      "117 63 tudents, p 0.15771586\n",
      "117 64 udents, pl 0.15771586\n",
      "117 65 rents, ple 0.15771586\n",
      "117 66 ents, plea 0.15771586\n",
      "117 67  t , pleas 0.15771586\n",
      "117 68 t , please 0.15771586\n",
      "117 69 u, please  0.15771586\n",
      "117 70   please s 0.15771586\n",
      "117 71  please st 0.15771586\n",
      "117 72 Tlease stu 0.15771586\n",
      "117 73  ease stud 0.15771586\n",
      "117 74 ease study 0.15771586\n",
      "117 75  se study  0.15771586\n",
      "117 76 te study h 0.15771586\n",
      "117 77   study ha 0.15771586\n",
      "117 78  dtudy har 0.15771586\n",
      "117 79 Ttudy hard 0.15771586\n",
      "117 80  udy hard. 0.15771586\n",
      "118 0 Te are dat 0.1577359\n",
      "118 1 e are data 0.1577359\n",
      "118 2  cre datae 0.1577359\n",
      "118 3 Tre dataed 0.1577359\n",
      "118 4 te dataedu 0.1577359\n",
      "118 5 e iataedu. 0.1577359\n",
      "118 6  cataedu.  0.1577359\n",
      "118 7 Tataedu. T 0.1577359\n",
      "118 8 utaedu. Th 0.1577359\n",
      "118 9 tcedu. The 0.1577359\n",
      "118 10 uedu. The  0.1577359\n",
      "118 11 tdu. The c 0.1577359\n",
      "118 12  u. The cu 0.1577359\n",
      "118 13 u. The cur 0.1577359\n",
      "118 14 r The curr 0.1577359\n",
      "118 15  She curre 0.1577359\n",
      "118 16 The curren 0.1577359\n",
      "118 17 ee current 0.1577359\n",
      "118 18 e current  0.1577359\n",
      "118 19  current l 0.1577359\n",
      "118 20 Turrent le 0.1577359\n",
      "118 21 urrent lec 0.1577359\n",
      "118 22 rrent lect 0.1577359\n",
      "118 23 eent lectu 0.1577359\n",
      "118 24 e t lectur 0.1577359\n",
      "118 25  tslecture 0.1577359\n",
      "118 26 tslecture  0.1577359\n",
      "118 27 ulecture i 0.1577359\n",
      "118 28 Tecture is 0.1577359\n",
      "118 29 eature is  0.1577359\n",
      "118 30  ture is a 0.1577359\n",
      "118 31 uure is a  0.1577359\n",
      "118 32 ure is a M 0.1577359\n",
      "118 33 rr is a Ma 0.1577359\n",
      "118 34 e is a Mat 0.1577359\n",
      "118 35  cs a Matc 0.1577359\n",
      "118 36 Ts a Match 0.1577359\n",
      "118 37 s a Match  0.1577359\n",
      "118 38  a Match U 0.1577359\n",
      "118 39 TrMatch Up 0.1577359\n",
      "118 40 tMatch Up  0.1577359\n",
      "118 41 Tatch Up T 0.1577359\n",
      "118 42 atch Up Te 0.1577359\n",
      "118 43 tch Up Ten 0.1577359\n",
      "118 44 uh Up Tens 0.1577359\n",
      "118 45 u Up Tenso 0.1577359\n",
      "118 46 eUp Tensor 0.1577359\n",
      "118 47 Tp TensorF 0.1577359\n",
      "118 48 p TensorFl 0.1577359\n",
      "118 49  TensorFlo 0.1577359\n",
      "118 50 ThnsorFlow 0.1577359\n",
      "118 51 ensorFlow. 0.1577359\n",
      "118 52  torFlow.  0.1577359\n",
      "118 53 torFlow. S 0.1577359\n",
      "118 54  rFlow. St 0.1577359\n",
      "118 55 rFlow. Stu 0.1577359\n",
      "118 56 elow. Stud 0.1577359\n",
      "118 57 low. Stude 0.1577359\n",
      "118 58 ew. Studen 0.1577359\n",
      "118 59 r. Student 0.1577359\n",
      "118 60 . Students 0.1577359\n",
      "118 61  Students, 0.1577359\n",
      "118 62 Ttudents,  0.1577359\n",
      "118 63 tudents, p 0.1577359\n",
      "118 64 urents, pl 0.1577359\n",
      "118 65 rents, ple 0.1577359\n",
      "118 66 unts, plea 0.1577359\n",
      "118 67  ts, pleas 0.1577359\n",
      "118 68 ts, please 0.1577359\n",
      "118 69 u, please  0.1577359\n",
      "118 70   please s 0.1577359\n",
      "118 71  please st 0.1577359\n",
      "118 72 Tlease stu 0.1577359\n",
      "118 73  ease stud 0.1577359\n",
      "118 74 ease study 0.1577359\n",
      "118 75  se study  0.1577359\n",
      "118 76 te study h 0.1577359\n",
      "118 77   study ha 0.1577359\n",
      "118 78  ctudy har 0.1577359\n",
      "118 79 Ttudy hard 0.1577359\n",
      "118 80  udy hard. 0.1577359\n",
      "119 0 Te are dat 0.15777136\n",
      "119 1 e are data 0.15777136\n",
      "119 2  dre datae 0.15777136\n",
      "119 3 Tre dataed 0.15777136\n",
      "119 4 te dataedu 0.15777136\n",
      "119 5 e dataedu. 0.15777136\n",
      "119 6  dataedu.  0.15777136\n",
      "119 7 Tataedu. T 0.15777136\n",
      "119 8 utaedu. Th 0.15777136\n",
      "119 9 taedu. The 0.15777136\n",
      "119 10 uedu. The  0.15777136\n",
      "119 11 tdu. The c 0.15777136\n",
      "119 12  u. The cu 0.15777136\n",
      "119 13 u. The cur 0.15777136\n",
      "119 14 r The curr 0.15777136\n",
      "119 15  The curre 0.15777136\n",
      "119 16 Tee curren 0.15777136\n",
      "119 17 ee current 0.15777136\n",
      "119 18 e current  0.15777136\n",
      "119 19  durrent l 0.15777136\n",
      "119 20 Turrent le 0.15777136\n",
      "119 21 urrent lec 0.15777136\n",
      "119 22 reent lect 0.15777136\n",
      "119 23 eent lectu 0.15777136\n",
      "119 24 e t lectur 0.15777136\n",
      "119 25  t lecture 0.15777136\n",
      "119 26 t lecture  0.15777136\n",
      "119 27 ulecture i 0.15777136\n",
      "119 28 Tecture is 0.15777136\n",
      "119 29 ecture is  0.15777136\n",
      "119 30  ture is a 0.15777136\n",
      "119 31 uure is a  0.15777136\n",
      "119 32 ude is a M 0.15777136\n",
      "119 33 re is a Ma 0.15777136\n",
      "119 34 e ds a Mat 0.15777136\n",
      "119 35  ds a Matc 0.15777136\n",
      "119 36 Ts a Match 0.15777136\n",
      "119 37 s a Match  0.15777136\n",
      "119 38  a Match U 0.15777136\n",
      "119 39 TrMatch Up 0.15777136\n",
      "119 40 tMatch Up  0.15777136\n",
      "119 41 Tatch Up T 0.15777136\n",
      "119 42 atch Up Te 0.15777136\n",
      "119 43 tah Up Ten 0.15777136\n",
      "119 44 uh Up Tens 0.15777136\n",
      "119 45 u Up Tenso 0.15777136\n",
      "119 46 eUp Tensor 0.15777136\n",
      "119 47 Tp TensorF 0.15777136\n",
      "119 48 p TensorFl 0.15777136\n",
      "119 49  TensorFlo 0.15777136\n",
      "119 50 TensorFlow 0.15777136\n",
      "119 51 ensorFlow. 0.15777136\n",
      "119 52  torFlow.  0.15777136\n",
      "119 53 torFlow. S 0.15777136\n",
      "119 54  rFlow. St 0.15777136\n",
      "119 55 rFlow. Stu 0.15777136\n",
      "119 56 elow. Stud 0.15777136\n",
      "119 57 low. Stude 0.15777136\n",
      "119 58 ew. Studen 0.15777136\n",
      "119 59 r. Student 0.15777136\n",
      "119 60 . Students 0.15777136\n",
      "119 61  Ttudents, 0.15777136\n",
      "119 62 Ttudents,  0.15777136\n",
      "119 63 tudents, p 0.15777136\n",
      "119 64 udents, pl 0.15777136\n",
      "119 65 rents, ple 0.15777136\n",
      "119 66 unts, plea 0.15777136\n",
      "119 67  t , pleas 0.15777136\n",
      "119 68 t , please 0.15777136\n",
      "119 69 u, please  0.15777136\n",
      "119 70   please s 0.15777136\n",
      "119 71  please st 0.15777136\n",
      "119 72 Tlease stu 0.15777136\n",
      "119 73  ease stud 0.15777136\n",
      "119 74 ecse study 0.15777136\n",
      "119 75  se study  0.15777136\n",
      "119 76 te study h 0.15777136\n",
      "119 77   study ha 0.15777136\n",
      "119 78  dtudy har 0.15777136\n",
      "119 79 Ttudy hard 0.15777136\n",
      "119 80  udy hard. 0.15777136\n",
      "120 0 Te are dat 0.15788287\n",
      "120 1 e are data 0.15788287\n",
      "120 2  cre datae 0.15788287\n",
      "120 3 T e dataed 0.15788287\n",
      "120 4 te dataedu 0.15788287\n",
      "120 5 e dataedu. 0.15788287\n",
      "120 6  cataedu.  0.15788287\n",
      "120 7 Tataedu. T 0.15788287\n",
      "120 8 utaedu. Th 0.15788287\n",
      "120 9 tcedu. The 0.15788287\n",
      "120 10 uedu. The  0.15788287\n",
      "120 11 tdu. The c 0.15788287\n",
      "120 12  u. The cu 0.15788287\n",
      "120 13 u. The cur 0.15788287\n",
      "120 14 r The curr 0.15788287\n",
      "120 15  She curre 0.15788287\n",
      "120 16 Tee curren 0.15788287\n",
      "120 17 ee current 0.15788287\n",
      "120 18   current  0.15788287\n",
      "120 19  current l 0.15788287\n",
      "120 20 Turrent le 0.15788287\n",
      "120 21 urrent lec 0.15788287\n",
      "120 22 reent lect 0.15788287\n",
      "120 23 eent lectu 0.15788287\n",
      "120 24 e t lectur 0.15788287\n",
      "120 25  tslecture 0.15788287\n",
      "120 26 tslecture  0.15788287\n",
      "120 27 ulecture i 0.15788287\n",
      "120 28 Tecture is 0.15788287\n",
      "120 29 ecture is  0.15788287\n",
      "120 30  ture is a 0.15788287\n",
      "120 31 uure is a  0.15788287\n",
      "120 32 ure is a M 0.15788287\n",
      "120 33 re is a Ma 0.15788287\n",
      "120 34 e ds a Mat 0.15788287\n",
      "120 35  cs a Matc 0.15788287\n",
      "120 36 Ts a Match 0.15788287\n",
      "120 37 s a Match  0.15788287\n",
      "120 38 ea Match U 0.15788287\n",
      "120 39 T Match Up 0.15788287\n",
      "120 40 tMatch Up  0.15788287\n",
      "120 41 Tatch Up T 0.15788287\n",
      "120 42 atch Up Te 0.15788287\n",
      "120 43 tch Up Ten 0.15788287\n",
      "120 44 uh Up Tens 0.15788287\n",
      "120 45 u Up Tenso 0.15788287\n",
      "120 46  Up Tensor 0.15788287\n",
      "120 47 Tp TensorF 0.15788287\n",
      "120 48 p TensorFl 0.15788287\n",
      "120 49 lTensorFlo 0.15788287\n",
      "120 50 TensorFlow 0.15788287\n",
      "120 51 ensorFlow. 0.15788287\n",
      "120 52  torFlow.  0.15788287\n",
      "120 53 torFlow. S 0.15788287\n",
      "120 54 erFlow. St 0.15788287\n",
      "120 55 rFlow. Stu 0.15788287\n",
      "120 56 elow. Stud 0.15788287\n",
      "120 57 low. Stude 0.15788287\n",
      "120 58 ew. Studen 0.15788287\n",
      "120 59 r. Student 0.15788287\n",
      "120 60 . Students 0.15788287\n",
      "120 61  Students, 0.15788287\n",
      "120 62 Ttudents,  0.15788287\n",
      "120 63 tudents, p 0.15788287\n",
      "120 64 urents, pl 0.15788287\n",
      "120 65 rents, ple 0.15788287\n",
      "120 66 unts, plea 0.15788287\n",
      "120 67  ts, pleas 0.15788287\n",
      "120 68 ts, please 0.15788287\n",
      "120 69 u, please  0.15788287\n",
      "120 70 e please s 0.15788287\n",
      "120 71  please st 0.15788287\n",
      "120 72 Tlease stu 0.15788287\n",
      "120 73 lease stud 0.15788287\n",
      "120 74 ecse study 0.15788287\n",
      "120 75  se study  0.15788287\n",
      "120 76 te study h 0.15788287\n",
      "120 77 e study ha 0.15788287\n",
      "120 78  ctudy har 0.15788287\n",
      "120 79 Ttudy hard 0.15788287\n",
      "120 80 eudy hard. 0.15788287\n",
      "121 0 ae are dat 0.15784197\n",
      "121 1 e are data 0.15784197\n",
      "121 2  dre datae 0.15784197\n",
      "121 3 a e dataed 0.15784197\n",
      "121 4 te dataedu 0.15784197\n",
      "121 5 e dataedu. 0.15784197\n",
      "121 6  dataedu.  0.15784197\n",
      "121 7 aataedu. T 0.15784197\n",
      "121 8 ataedu. Th 0.15784197\n",
      "121 9 taedu. The 0.15784197\n",
      "121 10 uedu. The  0.15784197\n",
      "121 11 tdu. The c 0.15784197\n",
      "121 12  u. The cu 0.15784197\n",
      "121 13 a. The cur 0.15784197\n",
      "121 14 r The curr 0.15784197\n",
      "121 15  The curre 0.15784197\n",
      "121 16 aee curren 0.15784197\n",
      "121 17 ee current 0.15784197\n",
      "121 18   current  0.15784197\n",
      "121 19  durrent l 0.15784197\n",
      "121 20 aurrent le 0.15784197\n",
      "121 21 urrent lec 0.15784197\n",
      "121 22 rrent lect 0.15784197\n",
      "121 23 eent lectu 0.15784197\n",
      "121 24 e t lectur 0.15784197\n",
      "121 25  t lecture 0.15784197\n",
      "121 26 t lecture  0.15784197\n",
      "121 27 ulecture i 0.15784197\n",
      "121 28 aecture is 0.15784197\n",
      "121 29 eature is  0.15784197\n",
      "121 30  ture is a 0.15784197\n",
      "121 31 uure is a  0.15784197\n",
      "121 32 ude is a M 0.15784197\n",
      "121 33 rr is a Ma 0.15784197\n",
      "121 34 e ds a Mat 0.15784197\n",
      "121 35  ds a Matc 0.15784197\n",
      "121 36 as a Match 0.15784197\n",
      "121 37 s a Match  0.15784197\n",
      "121 38 ,a Match U 0.15784197\n",
      "121 39 a Match Up 0.15784197\n",
      "121 40 tMatch Up  0.15784197\n",
      "121 41 aatch Up T 0.15784197\n",
      "121 42 atch Up Te 0.15784197\n",
      "121 43 tah Up Ten 0.15784197\n",
      "121 44 uh Up Tens 0.15784197\n",
      "121 45 u Up Tenso 0.15784197\n",
      "121 46  Up Tensor 0.15784197\n",
      "121 47 ap TensorF 0.15784197\n",
      "121 48 p TensorFl 0.15784197\n",
      "121 49  TensorFlo 0.15784197\n",
      "121 50 aensorFlow 0.15784197\n",
      "121 51 ensorFlow. 0.15784197\n",
      "121 52  torFlow.  0.15784197\n",
      "121 53 torFlow. S 0.15784197\n",
      "121 54 ,rFlow. St 0.15784197\n",
      "121 55 rFlow. Stu 0.15784197\n",
      "121 56 elow. Stud 0.15784197\n",
      "121 57 low. Stude 0.15784197\n",
      "121 58 ew. Studen 0.15784197\n",
      "121 59 r. Student 0.15784197\n",
      "121 60 . Students 0.15784197\n",
      "121 61  Ttudents, 0.15784197\n",
      "121 62 atudents,  0.15784197\n",
      "121 63 tudents, p 0.15784197\n",
      "121 64 udents, pl 0.15784197\n",
      "121 65 rents, ple 0.15784197\n",
      "121 66 ants, plea 0.15784197\n",
      "121 67  t , pleas 0.15784197\n",
      "121 68 t , please 0.15784197\n",
      "121 69 u, please  0.15784197\n",
      "121 70 , please s 0.15784197\n",
      "121 71  please st 0.15784197\n",
      "121 72 alease stu 0.15784197\n",
      "121 73  ease stud 0.15784197\n",
      "121 74 ease study 0.15784197\n",
      "121 75  se study  0.15784197\n",
      "121 76 te study h 0.15784197\n",
      "121 77 , study ha 0.15784197\n",
      "121 78  dtudy har 0.15784197\n",
      "121 79 atudy hard 0.15784197\n",
      "121 80 ,udy hard. 0.15784197\n",
      "122 0 Te are dat 0.15778938\n",
      "122 1 e are data 0.15778938\n",
      "122 2  cre datae 0.15778938\n",
      "122 3 T e dataed 0.15778938\n",
      "122 4 te dataedu 0.15778938\n",
      "122 5 e dataedu. 0.15778938\n",
      "122 6  cataedu.  0.15778938\n",
      "122 7 Tataedu. T 0.15778938\n",
      "122 8 utaedu. Th 0.15778938\n",
      "122 9 tcedu. The 0.15778938\n",
      "122 10 uedu. The  0.15778938\n",
      "122 11 tdu. The c 0.15778938\n",
      "122 12  u. The cu 0.15778938\n",
      "122 13 u. The cur 0.15778938\n",
      "122 14 r The curr 0.15778938\n",
      "122 15  She curre 0.15778938\n",
      "122 16 The curren 0.15778938\n",
      "122 17 ee current 0.15778938\n",
      "122 18 e current  0.15778938\n",
      "122 19  current l 0.15778938\n",
      "122 20 Turrent le 0.15778938\n",
      "122 21 urrent lec 0.15778938\n",
      "122 22 rrent lect 0.15778938\n",
      "122 23 eent lectu 0.15778938\n",
      "122 24 e t lectur 0.15778938\n",
      "122 25  tslecture 0.15778938\n",
      "122 26 tslecture  0.15778938\n",
      "122 27 ulecture i 0.15778938\n",
      "122 28 Tecture is 0.15778938\n",
      "122 29 ecture is  0.15778938\n",
      "122 30  ture is a 0.15778938\n",
      "122 31 uure is a  0.15778938\n",
      "122 32 ure is a M 0.15778938\n",
      "122 33 rr is a Ma 0.15778938\n",
      "122 34 e ds a Mat 0.15778938\n",
      "122 35  cs a Matc 0.15778938\n",
      "122 36 Ts a Match 0.15778938\n",
      "122 37 s a Match  0.15778938\n",
      "122 38 ,a Match U 0.15778938\n",
      "122 39 T Match Up 0.15778938\n",
      "122 40 tMatch Up  0.15778938\n",
      "122 41 Tatch Up T 0.15778938\n",
      "122 42 atch Up Te 0.15778938\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "122 43 tch Up Ten 0.15778938\n",
      "122 44 uh Up Tens 0.15778938\n",
      "122 45 u Up Tenso 0.15778938\n",
      "122 46 eUp Tensor 0.15778938\n",
      "122 47 Tp TensorF 0.15778938\n",
      "122 48 p TensorFl 0.15778938\n",
      "122 49 lTensorFlo 0.15778938\n",
      "122 50 ThnsorFlow 0.15778938\n",
      "122 51 ensorFlow. 0.15778938\n",
      "122 52  torFlow.  0.15778938\n",
      "122 53 torFlow. S 0.15778938\n",
      "122 54 ,rFlow. St 0.15778938\n",
      "122 55 wFlow. Stu 0.15778938\n",
      "122 56 elow. Stud 0.15778938\n",
      "122 57 low. Stude 0.15778938\n",
      "122 58 ew. Studen 0.15778938\n",
      "122 59 w. Student 0.15778938\n",
      "122 60 . Students 0.15778938\n",
      "122 61  Students, 0.15778938\n",
      "122 62 Ttudents,  0.15778938\n",
      "122 63 tudents, p 0.15778938\n",
      "122 64 urents, pl 0.15778938\n",
      "122 65 rents, ple 0.15778938\n",
      "122 66 unts, plea 0.15778938\n",
      "122 67  ts, pleas 0.15778938\n",
      "122 68 ts, please 0.15778938\n",
      "122 69 u, please  0.15778938\n",
      "122 70 , please s 0.15778938\n",
      "122 71  please st 0.15778938\n",
      "122 72 Tlease stu 0.15778938\n",
      "122 73 lease stud 0.15778938\n",
      "122 74 ecse study 0.15778938\n",
      "122 75  se study  0.15778938\n",
      "122 76 te study h 0.15778938\n",
      "122 77 , study ha 0.15778938\n",
      "122 78  ctudy har 0.15778938\n",
      "122 79 Ttudy hard 0.15778938\n",
      "122 80 ,udy hard. 0.15778938\n",
      "123 0 ae are dat 0.15763322\n",
      "123 1 e are data 0.15763322\n",
      "123 2  dre datae 0.15763322\n",
      "123 3 are dataed 0.15763322\n",
      "123 4 te dataedu 0.15763322\n",
      "123 5 e iataedu. 0.15763322\n",
      "123 6  dataedu.  0.15763322\n",
      "123 7 aataedu. T 0.15763322\n",
      "123 8 ataedu. Th 0.15763322\n",
      "123 9 taedu. The 0.15763322\n",
      "123 10 uedu. The  0.15763322\n",
      "123 11 tdu. The c 0.15763322\n",
      "123 12  u. The cu 0.15763322\n",
      "123 13 a. The cur 0.15763322\n",
      "123 14 r The curr 0.15763322\n",
      "123 15  The curre 0.15763322\n",
      "123 16 aee curren 0.15763322\n",
      "123 17 he current 0.15763322\n",
      "123 18 e current  0.15763322\n",
      "123 19  durrent l 0.15763322\n",
      "123 20 aurrent le 0.15763322\n",
      "123 21 urrent lec 0.15763322\n",
      "123 22 reent lect 0.15763322\n",
      "123 23 eent lectu 0.15763322\n",
      "123 24 e t lectur 0.15763322\n",
      "123 25  t lecture 0.15763322\n",
      "123 26 t lecture  0.15763322\n",
      "123 27 ulecture i 0.15763322\n",
      "123 28 aecture is 0.15763322\n",
      "123 29 eature is  0.15763322\n",
      "123 30  ture is a 0.15763322\n",
      "123 31 uure is a  0.15763322\n",
      "123 32 ude is a M 0.15763322\n",
      "123 33 re is a Ma 0.15763322\n",
      "123 34 e is a Mat 0.15763322\n",
      "123 35  ds a Matc 0.15763322\n",
      "123 36 as a Match 0.15763322\n",
      "123 37 s a Match  0.15763322\n",
      "123 38 ,a Match U 0.15763322\n",
      "123 39 arMatch Up 0.15763322\n",
      "123 40 tMatch Up  0.15763322\n",
      "123 41 aatch Up T 0.15763322\n",
      "123 42 atch Up Te 0.15763322\n",
      "123 43 tah Up Ten 0.15763322\n",
      "123 44 uh Up Tens 0.15763322\n",
      "123 45 u Up Tenso 0.15763322\n",
      "123 46 eUp Tensor 0.15763322\n",
      "123 47 ap TensorF 0.15763322\n",
      "123 48 p TensorFl 0.15763322\n",
      "123 49 lTensorFlo 0.15763322\n",
      "123 50 aensorFlow 0.15763322\n",
      "123 51 hnsorFlow. 0.15763322\n",
      "123 52  torFlow.  0.15763322\n",
      "123 53 torFlow. S 0.15763322\n",
      "123 54 ,rFlow. St 0.15763322\n",
      "123 55 rFlow. Stu 0.15763322\n",
      "123 56 elow. Stud 0.15763322\n",
      "123 57 low. Stude 0.15763322\n",
      "123 58 ew. Studen 0.15763322\n",
      "123 59 r. Student 0.15763322\n",
      "123 60 . Students 0.15763322\n",
      "123 61  Ttudents, 0.15763322\n",
      "123 62 atudents,  0.15763322\n",
      "123 63 tudents, p 0.15763322\n",
      "123 64 udents, pl 0.15763322\n",
      "123 65 rents, ple 0.15763322\n",
      "123 66 ants, plea 0.15763322\n",
      "123 67  t , pleas 0.15763322\n",
      "123 68 t , please 0.15763322\n",
      "123 69 u, please  0.15763322\n",
      "123 70 , please s 0.15763322\n",
      "123 71  please st 0.15763322\n",
      "123 72 alease stu 0.15763322\n",
      "123 73 lease stud 0.15763322\n",
      "123 74 ease study 0.15763322\n",
      "123 75  se study  0.15763322\n",
      "123 76 te study h 0.15763322\n",
      "123 77 , study ha 0.15763322\n",
      "123 78  dtudy har 0.15763322\n",
      "123 79 atudy hard 0.15763322\n",
      "123 80 ,udy hard. 0.15763322\n",
      "124 0 Te are dat 0.1576143\n",
      "124 1 e are data 0.1576143\n",
      "124 2  cre datae 0.1576143\n",
      "124 3 T e dataed 0.1576143\n",
      "124 4 te dataedu 0.1576143\n",
      "124 5 e iataedu. 0.1576143\n",
      "124 6  cataedu.  0.1576143\n",
      "124 7 Tataedu. T 0.1576143\n",
      "124 8 ataedu. Th 0.1576143\n",
      "124 9 tcedu. The 0.1576143\n",
      "124 10 uedu. The  0.1576143\n",
      "124 11 tdu. The c 0.1576143\n",
      "124 12  u. The cu 0.1576143\n",
      "124 13 a. The cur 0.1576143\n",
      "124 14 r The curr 0.1576143\n",
      "124 15  She curre 0.1576143\n",
      "124 16 Tee curren 0.1576143\n",
      "124 17 he current 0.1576143\n",
      "124 18 e current  0.1576143\n",
      "124 19  current l 0.1576143\n",
      "124 20 Turrent le 0.1576143\n",
      "124 21 urrent lec 0.1576143\n",
      "124 22 reent lect 0.1576143\n",
      "124 23 eent lectu 0.1576143\n",
      "124 24 e t lectur 0.1576143\n",
      "124 25  t lecture 0.1576143\n",
      "124 26 t lecture  0.1576143\n",
      "124 27 ulecture i 0.1576143\n",
      "124 28 Tecture is 0.1576143\n",
      "124 29 ecture is  0.1576143\n",
      "124 30  ture is a 0.1576143\n",
      "124 31 uure is a  0.1576143\n",
      "124 32 ude is a M 0.1576143\n",
      "124 33 re is a Ma 0.1576143\n",
      "124 34 e is a Mat 0.1576143\n",
      "124 35  cs a Matc 0.1576143\n",
      "124 36 Ts a Match 0.1576143\n",
      "124 37 s a Match  0.1576143\n",
      "124 38 oa Match U 0.1576143\n",
      "124 39 T Match Up 0.1576143\n",
      "124 40 tMatch Up  0.1576143\n",
      "124 41 Tatch Up T 0.1576143\n",
      "124 42 atch Up Te 0.1576143\n",
      "124 43 tch Up Ten 0.1576143\n",
      "124 44 uh Up Tens 0.1576143\n",
      "124 45 u Up Tenso 0.1576143\n",
      "124 46 eUp Tensor 0.1576143\n",
      "124 47 Tp TensorF 0.1576143\n",
      "124 48 p TensorFl 0.1576143\n",
      "124 49  TensorFlo 0.1576143\n",
      "124 50 TensorFlow 0.1576143\n",
      "124 51 hnsorFlow. 0.1576143\n",
      "124 52  torFlow.  0.1576143\n",
      "124 53 torFlow. S 0.1576143\n",
      "124 54 orFlow. St 0.1576143\n",
      "124 55 wFlow. Stu 0.1576143\n",
      "124 56 elow. Stud 0.1576143\n",
      "124 57 low. Stude 0.1576143\n",
      "124 58 ew. Studen 0.1576143\n",
      "124 59 w. Student 0.1576143\n",
      "124 60 . Students 0.1576143\n",
      "124 61  Students, 0.1576143\n",
      "124 62 Ttudents,  0.1576143\n",
      "124 63 tudents, p 0.1576143\n",
      "124 64 udents, pl 0.1576143\n",
      "124 65 rents, ple 0.1576143\n",
      "124 66 ants, plea 0.1576143\n",
      "124 67  t , pleas 0.1576143\n",
      "124 68 t , please 0.1576143\n",
      "124 69 u, please  0.1576143\n",
      "124 70 o please s 0.1576143\n",
      "124 71  please st 0.1576143\n",
      "124 72 Tlease stu 0.1576143\n",
      "124 73  ease stud 0.1576143\n",
      "124 74 ecse study 0.1576143\n",
      "124 75  se study  0.1576143\n",
      "124 76 te study h 0.1576143\n",
      "124 77 o study ha 0.1576143\n",
      "124 78  ctudy har 0.1576143\n",
      "124 79 Ttudy hard 0.1576143\n",
      "124 80 oudy hard. 0.1576143\n",
      "125 0 Te are dat 0.15762028\n",
      "125 1 e are data 0.15762028\n",
      "125 2  cre datae 0.15762028\n",
      "125 3 Tre dataed 0.15762028\n",
      "125 4 te dataedu 0.15762028\n",
      "125 5 e iataedu. 0.15762028\n",
      "125 6  cataedu.  0.15762028\n",
      "125 7 Tataedu. T 0.15762028\n",
      "125 8 ataedu. Th 0.15762028\n",
      "125 9 tcedu. The 0.15762028\n",
      "125 10 uedu. The  0.15762028\n",
      "125 11 tdu. The c 0.15762028\n",
      "125 12  u. The cu 0.15762028\n",
      "125 13 a. The cur 0.15762028\n",
      "125 14 r The curr 0.15762028\n",
      "125 15  She curre 0.15762028\n",
      "125 16 The curren 0.15762028\n",
      "125 17 he current 0.15762028\n",
      "125 18 e current  0.15762028\n",
      "125 19  current l 0.15762028\n",
      "125 20 Turrent le 0.15762028\n",
      "125 21 urrent lec 0.15762028\n",
      "125 22 reent lect 0.15762028\n",
      "125 23 eent lectu 0.15762028\n",
      "125 24 e t lectur 0.15762028\n",
      "125 25  tslecture 0.15762028\n",
      "125 26 tslecture  0.15762028\n",
      "125 27 ulecture i 0.15762028\n",
      "125 28 Tecture is 0.15762028\n",
      "125 29 eature is  0.15762028\n",
      "125 30  ture is a 0.15762028\n",
      "125 31 uure is a  0.15762028\n",
      "125 32 ure is a M 0.15762028\n",
      "125 33 re is a Ma 0.15762028\n",
      "125 34 e is a Mat 0.15762028\n",
      "125 35  cs a Matc 0.15762028\n",
      "125 36 Ts a Match 0.15762028\n",
      "125 37 s a Match  0.15762028\n",
      "125 38 oa Match U 0.15762028\n",
      "125 39 TrMatch Up 0.15762028\n",
      "125 40 tMatch Up  0.15762028\n",
      "125 41 Tatch Up T 0.15762028\n",
      "125 42 atch Up Te 0.15762028\n",
      "125 43 tch Up Ten 0.15762028\n",
      "125 44 uh Up Tens 0.15762028\n",
      "125 45 u Up Tenso 0.15762028\n",
      "125 46 eUp Tensor 0.15762028\n",
      "125 47 Tp TensorF 0.15762028\n",
      "125 48 p TensorFl 0.15762028\n",
      "125 49 lTensorFlo 0.15762028\n",
      "125 50 ThnsorFlow 0.15762028\n",
      "125 51 hnsorFlow. 0.15762028\n",
      "125 52  torFlow.  0.15762028\n",
      "125 53 torFlow. S 0.15762028\n",
      "125 54 orFlow. St 0.15762028\n",
      "125 55 rFlow. Stu 0.15762028\n",
      "125 56 elow. Stud 0.15762028\n",
      "125 57 low. Stude 0.15762028\n",
      "125 58 ew. Studen 0.15762028\n",
      "125 59 r. Student 0.15762028\n",
      "125 60 . Students 0.15762028\n",
      "125 61  Students, 0.15762028\n",
      "125 62 Ttudents,  0.15762028\n",
      "125 63 tudents, p 0.15762028\n",
      "125 64 urents, pl 0.15762028\n",
      "125 65 rents, ple 0.15762028\n",
      "125 66 ants, plea 0.15762028\n",
      "125 67  ts, pleas 0.15762028\n",
      "125 68 ts, please 0.15762028\n",
      "125 69 u, please  0.15762028\n",
      "125 70 o please s 0.15762028\n",
      "125 71  please st 0.15762028\n",
      "125 72 Tlease stu 0.15762028\n",
      "125 73 lease stud 0.15762028\n",
      "125 74 ease study 0.15762028\n",
      "125 75  se study  0.15762028\n",
      "125 76 te study h 0.15762028\n",
      "125 77 o study ha 0.15762028\n",
      "125 78  ctudy har 0.15762028\n",
      "125 79 Ttudy hard 0.15762028\n",
      "125 80 oudy hard. 0.15762028\n",
      "126 0 ae are dat 0.15758\n",
      "126 1 e are data 0.15758\n",
      "126 2  sre datae 0.15758\n",
      "126 3 are dataed 0.15758\n",
      "126 4 te dataedu 0.15758\n",
      "126 5 e iataedu. 0.15758\n",
      "126 6  sataedu.  0.15758\n",
      "126 7 aataedu. T 0.15758\n",
      "126 8 ataedu. Th 0.15758\n",
      "126 9 taedu. The 0.15758\n",
      "126 10 uedu. The  0.15758\n",
      "126 11 tdu. The c 0.15758\n",
      "126 12  u. The cu 0.15758\n",
      "126 13 a. The cur 0.15758\n",
      "126 14 r The curr 0.15758\n",
      "126 15  The curre 0.15758\n",
      "126 16 ahe curren 0.15758\n",
      "126 17 he current 0.15758\n",
      "126 18   current  0.15758\n",
      "126 19  surrent l 0.15758\n",
      "126 20 aurrent le 0.15758\n",
      "126 21 urrent lec 0.15758\n",
      "126 22 rrent lect 0.15758\n",
      "126 23 eent lectu 0.15758\n",
      "126 24 e t lectur 0.15758\n",
      "126 25  t lecture 0.15758\n",
      "126 26 tslecture  0.15758\n",
      "126 27 ulecture i 0.15758\n",
      "126 28 aecture is 0.15758\n",
      "126 29 eature is  0.15758\n",
      "126 30  ture is a 0.15758\n",
      "126 31 uure is a  0.15758\n",
      "126 32 ude is a M 0.15758\n",
      "126 33 rr is a Ma 0.15758\n",
      "126 34 e is a Mat 0.15758\n",
      "126 35  ss a Matc 0.15758\n",
      "126 36 as a Match 0.15758\n",
      "126 37 s a Match  0.15758\n",
      "126 38 oa Match U 0.15758\n",
      "126 39 arMatch Up 0.15758\n",
      "126 40 tMatch Up  0.15758\n",
      "126 41 aatch Up T 0.15758\n",
      "126 42 atch Up Te 0.15758\n",
      "126 43 tah Up Ten 0.15758\n",
      "126 44 uh Up Tens 0.15758\n",
      "126 45 u Up Tenso 0.15758\n",
      "126 46  Up Tensor 0.15758\n",
      "126 47 ap TensorF 0.15758\n",
      "126 48 p TensorFl 0.15758\n",
      "126 49  TensorFlo 0.15758\n",
      "126 50 ahnsorFlow 0.15758\n",
      "126 51 hnsorFlow. 0.15758\n",
      "126 52  torFlow.  0.15758\n",
      "126 53 torFlow. S 0.15758\n",
      "126 54 orFlow. St 0.15758\n",
      "126 55 rFlow. Stu 0.15758\n",
      "126 56 elow. Stud 0.15758\n",
      "126 57 low. Stude 0.15758\n",
      "126 58 ew. Studen 0.15758\n",
      "126 59 r. Student 0.15758\n",
      "126 60 . Students 0.15758\n",
      "126 61  Ttudents, 0.15758\n",
      "126 62 atudents,  0.15758\n",
      "126 63 tudents, p 0.15758\n",
      "126 64 udents, pl 0.15758\n",
      "126 65 rents, ple 0.15758\n",
      "126 66 ants, plea 0.15758\n",
      "126 67  t , pleas 0.15758\n",
      "126 68 ts, please 0.15758\n",
      "126 69 u, please  0.15758\n",
      "126 70 o please s 0.15758\n",
      "126 71  please st 0.15758\n",
      "126 72 alease stu 0.15758\n",
      "126 73  ease stud 0.15758\n",
      "126 74 ease study 0.15758\n",
      "126 75  se study  0.15758\n",
      "126 76 te study h 0.15758\n",
      "126 77 o study ha 0.15758\n",
      "126 78  study har 0.15758\n",
      "126 79 atudy hard 0.15758\n",
      "126 80 oudy hard. 0.15758\n",
      "127 0 Te are dat 0.15762475\n",
      "127 1 e are data 0.15762475\n",
      "127 2  cre datae 0.15762475\n",
      "127 3 T e dataed 0.15762475\n",
      "127 4 te dataedu 0.15762475\n",
      "127 5 e dataedu. 0.15762475\n",
      "127 6  cataedu.  0.15762475\n",
      "127 7 Tataedu. T 0.15762475\n",
      "127 8 ataedu. Th 0.15762475\n",
      "127 9 tcedu. The 0.15762475\n",
      "127 10 uedu. The  0.15762475\n",
      "127 11 tdu. The c 0.15762475\n",
      "127 12  u. The cu 0.15762475\n",
      "127 13 a. The cur 0.15762475\n",
      "127 14 r The curr 0.15762475\n",
      "127 15  She curre 0.15762475\n",
      "127 16 The curren 0.15762475\n",
      "127 17 he current 0.15762475\n",
      "127 18   current  0.15762475\n",
      "127 19  current l 0.15762475\n",
      "127 20 Turrent le 0.15762475\n",
      "127 21 urrent lec 0.15762475\n",
      "127 22 rrent lect 0.15762475\n",
      "127 23 eent lectu 0.15762475\n",
      "127 24 e t lectur 0.15762475\n",
      "127 25  t lecture 0.15762475\n",
      "127 26 t lecture  0.15762475\n",
      "127 27 ulecture i 0.15762475\n",
      "127 28 Tecture is 0.15762475\n",
      "127 29 ecture is  0.15762475\n",
      "127 30  ture is a 0.15762475\n",
      "127 31 uure is a  0.15762475\n",
      "127 32 ure is a M 0.15762475\n",
      "127 33 rr is a Ma 0.15762475\n",
      "127 34 e ds a Mat 0.15762475\n",
      "127 35  cs a Matc 0.15762475\n",
      "127 36 Ts a Match 0.15762475\n",
      "127 37 s a Match  0.15762475\n",
      "127 38 oa Match U 0.15762475\n",
      "127 39 T Match Up 0.15762475\n",
      "127 40 tMatch Up  0.15762475\n",
      "127 41 Tatch Up T 0.15762475\n",
      "127 42 atch Up Te 0.15762475\n",
      "127 43 tch Up Ten 0.15762475\n",
      "127 44 uh Up Tens 0.15762475\n",
      "127 45 u Up Tenso 0.15762475\n",
      "127 46  Up Tensor 0.15762475\n",
      "127 47 Tp TensorF 0.15762475\n",
      "127 48 p TensorFl 0.15762475\n",
      "127 49  TensorFlo 0.15762475\n",
      "127 50 ThnsorFlow 0.15762475\n",
      "127 51 hnsorFlow. 0.15762475\n",
      "127 52  torFlow.  0.15762475\n",
      "127 53 torFlow. S 0.15762475\n",
      "127 54 orFlow. St 0.15762475\n",
      "127 55 wFlow. Stu 0.15762475\n",
      "127 56 elow. Stud 0.15762475\n",
      "127 57 low. Stude 0.15762475\n",
      "127 58 ew. Studen 0.15762475\n",
      "127 59 w. Student 0.15762475\n",
      "127 60 . Students 0.15762475\n",
      "127 61  Students, 0.15762475\n",
      "127 62 Ttudents,  0.15762475\n",
      "127 63 tudents, p 0.15762475\n",
      "127 64 urents, pl 0.15762475\n",
      "127 65 rents, ple 0.15762475\n",
      "127 66 ants, plea 0.15762475\n",
      "127 67  t , pleas 0.15762475\n",
      "127 68 t , please 0.15762475\n",
      "127 69 u, please  0.15762475\n",
      "127 70 o please s 0.15762475\n",
      "127 71  please st 0.15762475\n",
      "127 72 Tlease stu 0.15762475\n",
      "127 73  ease stud 0.15762475\n",
      "127 74 ecse study 0.15762475\n",
      "127 75  se study  0.15762475\n",
      "127 76 te study h 0.15762475\n",
      "127 77 o study ha 0.15762475\n",
      "127 78  ctudy har 0.15762475\n",
      "127 79 Ttudy hard 0.15762475\n",
      "127 80 oudy hard. 0.15762475\n",
      "128 0 ae are dat 0.15755218\n",
      "128 1 e are data 0.15755218\n",
      "128 2  sre datae 0.15755218\n",
      "128 3 are dataed 0.15755218\n",
      "128 4 te dataedu 0.15755218\n",
      "128 5 e dataedu. 0.15755218\n",
      "128 6  sataedu.  0.15755218\n",
      "128 7 aataedu. T 0.15755218\n",
      "128 8 ataedu. Th 0.15755218\n",
      "128 9 taedu. The 0.15755218\n",
      "128 10 uedu. The  0.15755218\n",
      "128 11 tdu. The c 0.15755218\n",
      "128 12  u. The cu 0.15755218\n",
      "128 13 a. The cur 0.15755218\n",
      "128 14 r The curr 0.15755218\n",
      "128 15  The curre 0.15755218\n",
      "128 16 aee curren 0.15755218\n",
      "128 17 he current 0.15755218\n",
      "128 18   current  0.15755218\n",
      "128 19  surrent l 0.15755218\n",
      "128 20 aurrent le 0.15755218\n",
      "128 21 urrent lec 0.15755218\n",
      "128 22 reent lect 0.15755218\n",
      "128 23 eent lectu 0.15755218\n",
      "128 24 e t lectur 0.15755218\n",
      "128 25  tslecture 0.15755218\n",
      "128 26 tslecture  0.15755218\n",
      "128 27 ulecture i 0.15755218\n",
      "128 28 aecture is 0.15755218\n",
      "128 29 eature is  0.15755218\n",
      "128 30  ture is a 0.15755218\n",
      "128 31 uure is a  0.15755218\n",
      "128 32 ure is a M 0.15755218\n",
      "128 33 re is a Ma 0.15755218\n",
      "128 34 e ds a Mat 0.15755218\n",
      "128 35  ss a Matc 0.15755218\n",
      "128 36 as a Match 0.15755218\n",
      "128 37 s a Match  0.15755218\n",
      "128 38 oa Match U 0.15755218\n",
      "128 39 arMatch Up 0.15755218\n",
      "128 40 tMatch Up  0.15755218\n",
      "128 41 aatch Up T 0.15755218\n",
      "128 42 atch Up Te 0.15755218\n",
      "128 43 tah Up Ten 0.15755218\n",
      "128 44 uh Up Tens 0.15755218\n",
      "128 45 u Up Tenso 0.15755218\n",
      "128 46  Up Tensor 0.15755218\n",
      "128 47 ap TensorF 0.15755218\n",
      "128 48 p TensorFl 0.15755218\n",
      "128 49  TensorFlo 0.15755218\n",
      "128 50 aensorFlow 0.15755218\n",
      "128 51 hnsorFlow. 0.15755218\n",
      "128 52  torFlow.  0.15755218\n",
      "128 53 torFlow. S 0.15755218\n",
      "128 54 orFlow. St 0.15755218\n",
      "128 55 rFlow. Stu 0.15755218\n",
      "128 56 elow. Stud 0.15755218\n",
      "128 57 low. Stude 0.15755218\n",
      "128 58 ew. Studen 0.15755218\n",
      "128 59 r. Student 0.15755218\n",
      "128 60 . Students 0.15755218\n",
      "128 61  Ttudents, 0.15755218\n",
      "128 62 atudents,  0.15755218\n",
      "128 63 tudents, p 0.15755218\n",
      "128 64 urents, pl 0.15755218\n",
      "128 65 rents, ple 0.15755218\n",
      "128 66 ants, plea 0.15755218\n",
      "128 67  ts, pleas 0.15755218\n",
      "128 68 ts, please 0.15755218\n",
      "128 69 u, please  0.15755218\n",
      "128 70 o please s 0.15755218\n",
      "128 71  please st 0.15755218\n",
      "128 72 alease stu 0.15755218\n",
      "128 73  ease stud 0.15755218\n",
      "128 74 ease study 0.15755218\n",
      "128 75  se study  0.15755218\n",
      "128 76 te study h 0.15755218\n",
      "128 77 o study ha 0.15755218\n",
      "128 78  study har 0.15755218\n",
      "128 79 atudy hard 0.15755218\n",
      "128 80 oudy hard. 0.15755218\n",
      "129 0 Te are dat 0.15752709\n",
      "129 1 e are data 0.15752709\n",
      "129 2  cre datae 0.15752709\n",
      "129 3 T e dataed 0.15752709\n",
      "129 4 te dataedu 0.15752709\n",
      "129 5 e dataedu. 0.15752709\n",
      "129 6  cataedu.  0.15752709\n",
      "129 7 Tataedu. T 0.15752709\n",
      "129 8 ataedu. Th 0.15752709\n",
      "129 9 tcedu. The 0.15752709\n",
      "129 10 uedu. The  0.15752709\n",
      "129 11 tdu. The c 0.15752709\n",
      "129 12  u. The cu 0.15752709\n",
      "129 13 a. The cur 0.15752709\n",
      "129 14 r The curr 0.15752709\n",
      "129 15  The curre 0.15752709\n",
      "129 16 Tee curren 0.15752709\n",
      "129 17 ee current 0.15752709\n",
      "129 18 e current  0.15752709\n",
      "129 19  current l 0.15752709\n",
      "129 20 Turrent le 0.15752709\n",
      "129 21 urrent lec 0.15752709\n",
      "129 22 reent lect 0.15752709\n",
      "129 23 eent lectu 0.15752709\n",
      "129 24 e t lectur 0.15752709\n",
      "129 25  tslecture 0.15752709\n",
      "129 26 tslecture  0.15752709\n",
      "129 27 ulecture i 0.15752709\n",
      "129 28 Tecture is 0.15752709\n",
      "129 29 ecture is  0.15752709\n",
      "129 30  ture is a 0.15752709\n",
      "129 31 uure is a  0.15752709\n",
      "129 32 ude is a M 0.15752709\n",
      "129 33 re is a Ma 0.15752709\n",
      "129 34 e ds a Mat 0.15752709\n",
      "129 35  cs a Matc 0.15752709\n",
      "129 36 Ts a Match 0.15752709\n",
      "129 37 s a Match  0.15752709\n",
      "129 38 oa Match U 0.15752709\n",
      "129 39 T Match Up 0.15752709\n",
      "129 40 tMatch Up  0.15752709\n",
      "129 41 Tatch Up T 0.15752709\n",
      "129 42 atch Up Te 0.15752709\n",
      "129 43 tch Up Ten 0.15752709\n",
      "129 44 uh Up Tens 0.15752709\n",
      "129 45 u Up Tenso 0.15752709\n",
      "129 46 eUp Tensor 0.15752709\n",
      "129 47 Tp TensorF 0.15752709\n",
      "129 48 p TensorFl 0.15752709\n",
      "129 49  TensorFlo 0.15752709\n",
      "129 50 TensorFlow 0.15752709\n",
      "129 51 ensorFlow. 0.15752709\n",
      "129 52  torFlow.  0.15752709\n",
      "129 53 torFlow. S 0.15752709\n",
      "129 54 orFlow. St 0.15752709\n",
      "129 55 rFlow. Stu 0.15752709\n",
      "129 56 elow. Stud 0.15752709\n",
      "129 57 low. Stude 0.15752709\n",
      "129 58 ew. Studen 0.15752709\n",
      "129 59 r. Student 0.15752709\n",
      "129 60 . Students 0.15752709\n",
      "129 61  Ttudents, 0.15752709\n",
      "129 62 Ttudents,  0.15752709\n",
      "129 63 tudents, p 0.15752709\n",
      "129 64 udents, pl 0.15752709\n",
      "129 65 rents, ple 0.15752709\n",
      "129 66 ants, plea 0.15752709\n",
      "129 67  ts, pleas 0.15752709\n",
      "129 68 ts, please 0.15752709\n",
      "129 69 u, please  0.15752709\n",
      "129 70 o please s 0.15752709\n",
      "129 71  please st 0.15752709\n",
      "129 72 Tlease stu 0.15752709\n",
      "129 73  ease stud 0.15752709\n",
      "129 74 ecse study 0.15752709\n",
      "129 75  se study  0.15752709\n",
      "129 76 te study h 0.15752709\n",
      "129 77 o study ha 0.15752709\n",
      "129 78  ctudy har 0.15752709\n",
      "129 79 Ttudy hard 0.15752709\n",
      "129 80 oudy hard. 0.15752709\n",
      "130 0 Te are dat 0.15750585\n",
      "130 1 e are data 0.15750585\n",
      "130 2  cre datae 0.15750585\n",
      "130 3 T e dataed 0.15750585\n",
      "130 4 te dataedu 0.15750585\n",
      "130 5 e iataedu. 0.15750585\n",
      "130 6  cataedu.  0.15750585\n",
      "130 7 Tataedu. T 0.15750585\n",
      "130 8 ataedu. Th 0.15750585\n",
      "130 9 tcedu. The 0.15750585\n",
      "130 10 uedu. The  0.15750585\n",
      "130 11 tdu. The c 0.15750585\n",
      "130 12  u. The cu 0.15750585\n",
      "130 13 a. The cur 0.15750585\n",
      "130 14 r The curr 0.15750585\n",
      "130 15  She curre 0.15750585\n",
      "130 16 The curren 0.15750585\n",
      "130 17 ee current 0.15750585\n",
      "130 18 e current  0.15750585\n",
      "130 19  current l 0.15750585\n",
      "130 20 Turrent le 0.15750585\n",
      "130 21 urrent lec 0.15750585\n",
      "130 22 rrent lect 0.15750585\n",
      "130 23 eent lectu 0.15750585\n",
      "130 24 e t lectur 0.15750585\n",
      "130 25  t lecture 0.15750585\n",
      "130 26 t lecture  0.15750585\n",
      "130 27 ulecture i 0.15750585\n",
      "130 28 Tecture is 0.15750585\n",
      "130 29 ecture is  0.15750585\n",
      "130 30  ture is a 0.15750585\n",
      "130 31 uure is a  0.15750585\n",
      "130 32 ude is a M 0.15750585\n",
      "130 33 rr is a Ma 0.15750585\n",
      "130 34 e is a Mat 0.15750585\n",
      "130 35  cs a Matc 0.15750585\n",
      "130 36 Ts a Match 0.15750585\n",
      "130 37 s a Match  0.15750585\n",
      "130 38 ,a Match U 0.15750585\n",
      "130 39 T Match Up 0.15750585\n",
      "130 40 tMatch Up  0.15750585\n",
      "130 41 Tatch Up T 0.15750585\n",
      "130 42 atch Up Te 0.15750585\n",
      "130 43 tch Up Ten 0.15750585\n",
      "130 44 uh Up Tens 0.15750585\n",
      "130 45 u Up Tenso 0.15750585\n",
      "130 46 eUp Tensor 0.15750585\n",
      "130 47 Tp TensorF 0.15750585\n",
      "130 48 p TensorFl 0.15750585\n",
      "130 49  TensorFlo 0.15750585\n",
      "130 50 ThnsorFlow 0.15750585\n",
      "130 51 ensorFlow. 0.15750585\n",
      "130 52  torFlow.  0.15750585\n",
      "130 53 torFlow. S 0.15750585\n",
      "130 54 ,rFlow. St 0.15750585\n",
      "130 55 wFlow. Stu 0.15750585\n",
      "130 56 elow. Stud 0.15750585\n",
      "130 57 low. Stude 0.15750585\n",
      "130 58 ew. Studen 0.15750585\n",
      "130 59 w. Student 0.15750585\n",
      "130 60 . Students 0.15750585\n",
      "130 61  Students, 0.15750585\n",
      "130 62 Ttudents,  0.15750585\n",
      "130 63 tudents, p 0.15750585\n",
      "130 64 udents, pl 0.15750585\n",
      "130 65 rents, ple 0.15750585\n",
      "130 66 ants, plea 0.15750585\n",
      "130 67  t , pleas 0.15750585\n",
      "130 68 t , please 0.15750585\n",
      "130 69 u, please  0.15750585\n",
      "130 70 , please s 0.15750585\n",
      "130 71  please st 0.15750585\n",
      "130 72 Tlease stu 0.15750585\n",
      "130 73  ease stud 0.15750585\n",
      "130 74 ecse study 0.15750585\n",
      "130 75  se study  0.15750585\n",
      "130 76 te study h 0.15750585\n",
      "130 77 , study ha 0.15750585\n",
      "130 78  ctudy har 0.15750585\n",
      "130 79 Ttudy hard 0.15750585\n",
      "130 80 ,udy hard. 0.15750585\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "131 0 ae are dat 0.15752092\n",
      "131 1 e are data 0.15752092\n",
      "131 2  sre datae 0.15752092\n",
      "131 3 are dataed 0.15752092\n",
      "131 4 te dataedu 0.15752092\n",
      "131 5 e iataedu. 0.15752092\n",
      "131 6  sataedu.  0.15752092\n",
      "131 7 aataedu. T 0.15752092\n",
      "131 8 ataedu. Th 0.15752092\n",
      "131 9 taedu. The 0.15752092\n",
      "131 10 uedu. The  0.15752092\n",
      "131 11 tdu. The c 0.15752092\n",
      "131 12  u. The cu 0.15752092\n",
      "131 13 a. The cur 0.15752092\n",
      "131 14 r The curr 0.15752092\n",
      "131 15  The curre 0.15752092\n",
      "131 16 aee curren 0.15752092\n",
      "131 17 ee current 0.15752092\n",
      "131 18   current  0.15752092\n",
      "131 19  surrent l 0.15752092\n",
      "131 20 aurrent le 0.15752092\n",
      "131 21 urrent lec 0.15752092\n",
      "131 22 rrent lect 0.15752092\n",
      "131 23 eent lectu 0.15752092\n",
      "131 24 e t lectur 0.15752092\n",
      "131 25  t lecture 0.15752092\n",
      "131 26 t lecture  0.15752092\n",
      "131 27 ulecture i 0.15752092\n",
      "131 28 aecture is 0.15752092\n",
      "131 29 eature is  0.15752092\n",
      "131 30  ture is a 0.15752092\n",
      "131 31 uure is a  0.15752092\n",
      "131 32 ure is a M 0.15752092\n",
      "131 33 rr is a Ma 0.15752092\n",
      "131 34 e is a Mat 0.15752092\n",
      "131 35  ss a Matc 0.15752092\n",
      "131 36 as a Match 0.15752092\n",
      "131 37 s a Match  0.15752092\n",
      "131 38 ,a Match U 0.15752092\n",
      "131 39 arMatch Up 0.15752092\n",
      "131 40 tMatch Up  0.15752092\n",
      "131 41 aatch Up T 0.15752092\n",
      "131 42 atch Up Te 0.15752092\n",
      "131 43 tah Up Ten 0.15752092\n",
      "131 44 uh Up Tens 0.15752092\n",
      "131 45 u Up Tenso 0.15752092\n",
      "131 46  Up Tensor 0.15752092\n",
      "131 47 ap TensorF 0.15752092\n",
      "131 48 p TensorFl 0.15752092\n",
      "131 49 lTensorFlo 0.15752092\n",
      "131 50 aensorFlow 0.15752092\n",
      "131 51 ensorFlow. 0.15752092\n",
      "131 52  torFlow.  0.15752092\n",
      "131 53 torFlow. S 0.15752092\n",
      "131 54 ,rFlow. St 0.15752092\n",
      "131 55 rFlow. Stu 0.15752092\n",
      "131 56 elow. Stud 0.15752092\n",
      "131 57 low. Stude 0.15752092\n",
      "131 58 ew. Studen 0.15752092\n",
      "131 59 r. Student 0.15752092\n",
      "131 60 . Students 0.15752092\n",
      "131 61  Ttudents, 0.15752092\n",
      "131 62 atudents,  0.15752092\n",
      "131 63 tudents, p 0.15752092\n",
      "131 64 urents, pl 0.15752092\n",
      "131 65 rents, ple 0.15752092\n",
      "131 66 ants, plea 0.15752092\n",
      "131 67  t , pleas 0.15752092\n",
      "131 68 t , please 0.15752092\n",
      "131 69 u, please  0.15752092\n",
      "131 70 , please s 0.15752092\n",
      "131 71  please st 0.15752092\n",
      "131 72 alease stu 0.15752092\n",
      "131 73 lease stud 0.15752092\n",
      "131 74 ease study 0.15752092\n",
      "131 75  se study  0.15752092\n",
      "131 76 te study h 0.15752092\n",
      "131 77 , study ha 0.15752092\n",
      "131 78  study har 0.15752092\n",
      "131 79 atudy hard 0.15752092\n",
      "131 80 ,udy hard. 0.15752092\n",
      "132 0 Te are dat 0.1575086\n",
      "132 1 e are data 0.1575086\n",
      "132 2  cre datae 0.1575086\n",
      "132 3 T e dataed 0.1575086\n",
      "132 4 te dataedu 0.1575086\n",
      "132 5 e dataedu. 0.1575086\n",
      "132 6  cataedu.  0.1575086\n",
      "132 7 Tataedu. T 0.1575086\n",
      "132 8 utaedu. Th 0.1575086\n",
      "132 9 tcedu. The 0.1575086\n",
      "132 10 uedu. The  0.1575086\n",
      "132 11 tdu. The c 0.1575086\n",
      "132 12  u. The cu 0.1575086\n",
      "132 13 u. The cur 0.1575086\n",
      "132 14 r The curr 0.1575086\n",
      "132 15  She curre 0.1575086\n",
      "132 16 The curren 0.1575086\n",
      "132 17 ee current 0.1575086\n",
      "132 18   current  0.1575086\n",
      "132 19  current l 0.1575086\n",
      "132 20 Turrent le 0.1575086\n",
      "132 21 urrent lec 0.1575086\n",
      "132 22 reent lect 0.1575086\n",
      "132 23 eent lectu 0.1575086\n",
      "132 24 e t lectur 0.1575086\n",
      "132 25  tslecture 0.1575086\n",
      "132 26 tslecture  0.1575086\n",
      "132 27 ulecture i 0.1575086\n",
      "132 28 Tecture is 0.1575086\n",
      "132 29 ecture is  0.1575086\n",
      "132 30  ture is a 0.1575086\n",
      "132 31 uure is a  0.1575086\n",
      "132 32 ude is a M 0.1575086\n",
      "132 33 re is a Ma 0.1575086\n",
      "132 34 e ds a Mat 0.1575086\n",
      "132 35  cs a Matc 0.1575086\n",
      "132 36 Ts a Match 0.1575086\n",
      "132 37 s a Match  0.1575086\n",
      "132 38  a Match U 0.1575086\n",
      "132 39 T Match Up 0.1575086\n",
      "132 40 tMatch Up  0.1575086\n",
      "132 41 Tatch Up T 0.1575086\n",
      "132 42 atch Up Te 0.1575086\n",
      "132 43 tch Up Ten 0.1575086\n",
      "132 44 uh Up Tens 0.1575086\n",
      "132 45 u Up Tenso 0.1575086\n",
      "132 46  Up Tensor 0.1575086\n",
      "132 47 Tp TensorF 0.1575086\n",
      "132 48 p TensorFl 0.1575086\n",
      "132 49 lTensorFlo 0.1575086\n",
      "132 50 ThnsorFlow 0.1575086\n",
      "132 51 ensorFlow. 0.1575086\n",
      "132 52  torFlow.  0.1575086\n",
      "132 53 torFlow. S 0.1575086\n",
      "132 54  rFlow. St 0.1575086\n",
      "132 55 wFlow. Stu 0.1575086\n",
      "132 56 elow. Stud 0.1575086\n",
      "132 57 low. Stude 0.1575086\n",
      "132 58 ew. Studen 0.1575086\n",
      "132 59 w. Student 0.1575086\n",
      "132 60 . Students 0.1575086\n",
      "132 61  Students, 0.1575086\n",
      "132 62 Ttudents,  0.1575086\n",
      "132 63 tudents, p 0.1575086\n",
      "132 64 udents, pl 0.1575086\n",
      "132 65 rents, ple 0.1575086\n",
      "132 66 unts, plea 0.1575086\n",
      "132 67  ts, pleas 0.1575086\n",
      "132 68 ts, please 0.1575086\n",
      "132 69 u, please  0.1575086\n",
      "132 70   please s 0.1575086\n",
      "132 71  please st 0.1575086\n",
      "132 72 Tlease stu 0.1575086\n",
      "132 73 lease stud 0.1575086\n",
      "132 74 ecse study 0.1575086\n",
      "132 75  se study  0.1575086\n",
      "132 76 te study h 0.1575086\n",
      "132 77   study ha 0.1575086\n",
      "132 78  ctudy har 0.1575086\n",
      "132 79 Ttudy hard 0.1575086\n",
      "132 80  udy hard. 0.1575086\n",
      "133 0 Te are dat 0.15749002\n",
      "133 1 e are data 0.15749002\n",
      "133 2  sre datae 0.15749002\n",
      "133 3 Tre dataed 0.15749002\n",
      "133 4 te dataedu 0.15749002\n",
      "133 5 e iataedu. 0.15749002\n",
      "133 6  sataedu.  0.15749002\n",
      "133 7 Tataedu. T 0.15749002\n",
      "133 8 utaedu. Th 0.15749002\n",
      "133 9 taedu. The 0.15749002\n",
      "133 10 uedu. The  0.15749002\n",
      "133 11 tdu. The c 0.15749002\n",
      "133 12  u. The cu 0.15749002\n",
      "133 13 u. The cur 0.15749002\n",
      "133 14 r The curr 0.15749002\n",
      "133 15  The curre 0.15749002\n",
      "133 16 Tee curren 0.15749002\n",
      "133 17 ee current 0.15749002\n",
      "133 18   current  0.15749002\n",
      "133 19  surrent l 0.15749002\n",
      "133 20 Turrent le 0.15749002\n",
      "133 21 urrent lec 0.15749002\n",
      "133 22 reent lect 0.15749002\n",
      "133 23 eent lectu 0.15749002\n",
      "133 24 e t lectur 0.15749002\n",
      "133 25  tslecture 0.15749002\n",
      "133 26 tslecture  0.15749002\n",
      "133 27 ulecture i 0.15749002\n",
      "133 28 Tecture is 0.15749002\n",
      "133 29 eature is  0.15749002\n",
      "133 30  ture is a 0.15749002\n",
      "133 31 uure is a  0.15749002\n",
      "133 32 ude is a M 0.15749002\n",
      "133 33 re is a Ma 0.15749002\n",
      "133 34 e is a Mat 0.15749002\n",
      "133 35  ss a Matc 0.15749002\n",
      "133 36 Ts a Match 0.15749002\n",
      "133 37 s a Match  0.15749002\n",
      "133 38 ea Match U 0.15749002\n",
      "133 39 TrMatch Up 0.15749002\n",
      "133 40 tMatch Up  0.15749002\n",
      "133 41 Tatch Up T 0.15749002\n",
      "133 42 atch Up Te 0.15749002\n",
      "133 43 tah Up Ten 0.15749002\n",
      "133 44 uh Up Tens 0.15749002\n",
      "133 45 u Up Tenso 0.15749002\n",
      "133 46  Up Tensor 0.15749002\n",
      "133 47 Tp TensorF 0.15749002\n",
      "133 48 p TensorFl 0.15749002\n",
      "133 49 lTensorFlo 0.15749002\n",
      "133 50 TensorFlow 0.15749002\n",
      "133 51 ensorFlow. 0.15749002\n",
      "133 52  torFlow.  0.15749002\n",
      "133 53 torFlow. S 0.15749002\n",
      "133 54 erFlow. St 0.15749002\n",
      "133 55 rFlow. Stu 0.15749002\n",
      "133 56 elow. Stud 0.15749002\n",
      "133 57 low. Stude 0.15749002\n",
      "133 58 ew. Studen 0.15749002\n",
      "133 59 r. Student 0.15749002\n",
      "133 60 . Students 0.15749002\n",
      "133 61  Ttudents, 0.15749002\n",
      "133 62 Ttudents,  0.15749002\n",
      "133 63 tudents, p 0.15749002\n",
      "133 64 udents, pl 0.15749002\n",
      "133 65 rents, ple 0.15749002\n",
      "133 66 unts, plea 0.15749002\n",
      "133 67  ts, pleas 0.15749002\n",
      "133 68 ts, please 0.15749002\n",
      "133 69 u, please  0.15749002\n",
      "133 70 e please s 0.15749002\n",
      "133 71  please st 0.15749002\n",
      "133 72 Tlease stu 0.15749002\n",
      "133 73 lease stud 0.15749002\n",
      "133 74 ease study 0.15749002\n",
      "133 75  se study  0.15749002\n",
      "133 76 te study h 0.15749002\n",
      "133 77 e study ha 0.15749002\n",
      "133 78  study har 0.15749002\n",
      "133 79 Ttudy hard 0.15749002\n",
      "133 80 eudy hard. 0.15749002\n",
      "134 0 Te are dat 0.1574502\n",
      "134 1 e are data 0.1574502\n",
      "134 2  cre datae 0.1574502\n",
      "134 3 Tre dataed 0.1574502\n",
      "134 4 te dataedu 0.1574502\n",
      "134 5 e dataedu. 0.1574502\n",
      "134 6  cataedu.  0.1574502\n",
      "134 7 Tataedu. T 0.1574502\n",
      "134 8 utaedu. Th 0.1574502\n",
      "134 9 tcedu. The 0.1574502\n",
      "134 10 uedu. The  0.1574502\n",
      "134 11 tdu. The c 0.1574502\n",
      "134 12  u. The cu 0.1574502\n",
      "134 13 u. The cur 0.1574502\n",
      "134 14 r The curr 0.1574502\n",
      "134 15  The curre 0.1574502\n",
      "134 16 The curren 0.1574502\n",
      "134 17 ee current 0.1574502\n",
      "134 18   current  0.1574502\n",
      "134 19  current l 0.1574502\n",
      "134 20 Turrent le 0.1574502\n",
      "134 21 urrent lec 0.1574502\n",
      "134 22 reent lect 0.1574502\n",
      "134 23 eent lectu 0.1574502\n",
      "134 24 e t lectur 0.1574502\n",
      "134 25  t lecture 0.1574502\n",
      "134 26 t lecture  0.1574502\n",
      "134 27 ulecture i 0.1574502\n",
      "134 28 Tecture is 0.1574502\n",
      "134 29 ecture is  0.1574502\n",
      "134 30  ture is a 0.1574502\n",
      "134 31 uure is a  0.1574502\n",
      "134 32 ure is a M 0.1574502\n",
      "134 33 re is a Ma 0.1574502\n",
      "134 34 e ds a Mat 0.1574502\n",
      "134 35  cs a Matc 0.1574502\n",
      "134 36 Ts a Match 0.1574502\n",
      "134 37 s a Match  0.1574502\n",
      "134 38 ea Match U 0.1574502\n",
      "134 39 TrMatch Up 0.1574502\n",
      "134 40 tMatch Up  0.1574502\n",
      "134 41 Tatch Up T 0.1574502\n",
      "134 42 atch Up Te 0.1574502\n",
      "134 43 tch Up Ten 0.1574502\n",
      "134 44 uh Up Tens 0.1574502\n",
      "134 45 u Up Tenso 0.1574502\n",
      "134 46  Up Tensor 0.1574502\n",
      "134 47 Tp TensorF 0.1574502\n",
      "134 48 p TensorFl 0.1574502\n",
      "134 49  TensorFlo 0.1574502\n",
      "134 50 ThnsorFlow 0.1574502\n",
      "134 51 ensorFlow. 0.1574502\n",
      "134 52  torFlow.  0.1574502\n",
      "134 53 torFlow. S 0.1574502\n",
      "134 54 erFlow. St 0.1574502\n",
      "134 55 wFlow. Stu 0.1574502\n",
      "134 56 elow. Stud 0.1574502\n",
      "134 57 low. Stude 0.1574502\n",
      "134 58 ew. Studen 0.1574502\n",
      "134 59 w. Student 0.1574502\n",
      "134 60 . Students 0.1574502\n",
      "134 61  Ttudents, 0.1574502\n",
      "134 62 Ttudents,  0.1574502\n",
      "134 63 tudents, p 0.1574502\n",
      "134 64 urents, pl 0.1574502\n",
      "134 65 rents, ple 0.1574502\n",
      "134 66 unts, plea 0.1574502\n",
      "134 67  t , pleas 0.1574502\n",
      "134 68 t , please 0.1574502\n",
      "134 69 u, please  0.1574502\n",
      "134 70 e please s 0.1574502\n",
      "134 71  please st 0.1574502\n",
      "134 72 Tlease stu 0.1574502\n",
      "134 73  ease stud 0.1574502\n",
      "134 74 ecse study 0.1574502\n",
      "134 75  se study  0.1574502\n",
      "134 76 te study h 0.1574502\n",
      "134 77 e study ha 0.1574502\n",
      "134 78  ctudy har 0.1574502\n",
      "134 79 Ttudy hard 0.1574502\n",
      "134 80 eudy hard. 0.1574502\n",
      "135 0 ae are dat 0.15743954\n",
      "135 1 e are data 0.15743954\n",
      "135 2  cre datae 0.15743954\n",
      "135 3 are dataed 0.15743954\n",
      "135 4 te dataedu 0.15743954\n",
      "135 5 e iataedu. 0.15743954\n",
      "135 6  cataedu.  0.15743954\n",
      "135 7 aataedu. T 0.15743954\n",
      "135 8 utaedu. Th 0.15743954\n",
      "135 9 taedu. The 0.15743954\n",
      "135 10 uedu. The  0.15743954\n",
      "135 11 tdu. The c 0.15743954\n",
      "135 12  u. The cu 0.15743954\n",
      "135 13 u. The cur 0.15743954\n",
      "135 14 r The curr 0.15743954\n",
      "135 15  The curre 0.15743954\n",
      "135 16 ahe curren 0.15743954\n",
      "135 17 ee current 0.15743954\n",
      "135 18   current  0.15743954\n",
      "135 19  current l 0.15743954\n",
      "135 20 aurrent le 0.15743954\n",
      "135 21 urrent lec 0.15743954\n",
      "135 22 rrent lect 0.15743954\n",
      "135 23 eent lectu 0.15743954\n",
      "135 24 e t lectur 0.15743954\n",
      "135 25  t lecture 0.15743954\n",
      "135 26 t lecture  0.15743954\n",
      "135 27 ulecture i 0.15743954\n",
      "135 28 aecture is 0.15743954\n",
      "135 29 eature is  0.15743954\n",
      "135 30  ture is a 0.15743954\n",
      "135 31 uure is a  0.15743954\n",
      "135 32 ude is a M 0.15743954\n",
      "135 33 rr is a Ma 0.15743954\n",
      "135 34 e is a Mat 0.15743954\n",
      "135 35  cs a Matc 0.15743954\n",
      "135 36 as a Match 0.15743954\n",
      "135 37 s a Match  0.15743954\n",
      "135 38 ea Match U 0.15743954\n",
      "135 39 arMatch Up 0.15743954\n",
      "135 40 tMatch Up  0.15743954\n",
      "135 41 aatch Up T 0.15743954\n",
      "135 42 atch Up Te 0.15743954\n",
      "135 43 tah Up Ten 0.15743954\n",
      "135 44 uh Up Tens 0.15743954\n",
      "135 45 u Up Tenso 0.15743954\n",
      "135 46  Up Tensor 0.15743954\n",
      "135 47 ap TensorF 0.15743954\n",
      "135 48 p TensorFl 0.15743954\n",
      "135 49  TensorFlo 0.15743954\n",
      "135 50 ahnsorFlow 0.15743954\n",
      "135 51 ensorFlow. 0.15743954\n",
      "135 52  torFlow.  0.15743954\n",
      "135 53 torFlow. S 0.15743954\n",
      "135 54 erFlow. St 0.15743954\n",
      "135 55 wFlow. Stu 0.15743954\n",
      "135 56 elow. Stud 0.15743954\n",
      "135 57 low. Stude 0.15743954\n",
      "135 58 ew. Studen 0.15743954\n",
      "135 59 w. Student 0.15743954\n",
      "135 60 . Students 0.15743954\n",
      "135 61  Ttudents, 0.15743954\n",
      "135 62 atudents,  0.15743954\n",
      "135 63 tudents, p 0.15743954\n",
      "135 64 udents, pl 0.15743954\n",
      "135 65 rents, ple 0.15743954\n",
      "135 66 unts, plea 0.15743954\n",
      "135 67  t , pleas 0.15743954\n",
      "135 68 t , please 0.15743954\n",
      "135 69 u, please  0.15743954\n",
      "135 70 e please s 0.15743954\n",
      "135 71  please st 0.15743954\n",
      "135 72 alease stu 0.15743954\n",
      "135 73  ease stud 0.15743954\n",
      "135 74 ease study 0.15743954\n",
      "135 75  se study  0.15743954\n",
      "135 76 te study h 0.15743954\n",
      "135 77 e study ha 0.15743954\n",
      "135 78  ctudy har 0.15743954\n",
      "135 79 atudy hard 0.15743954\n",
      "135 80 eudy hard. 0.15743954\n",
      "136 0 Te are dat 0.15742849\n",
      "136 1 e are data 0.15742849\n",
      "136 2  sre datae 0.15742849\n",
      "136 3 T e dataed 0.15742849\n",
      "136 4 te dataedu 0.15742849\n",
      "136 5 e iataedu. 0.15742849\n",
      "136 6  sataedu.  0.15742849\n",
      "136 7 Tataedu. T 0.15742849\n",
      "136 8 ataedu. Th 0.15742849\n",
      "136 9 taedu. The 0.15742849\n",
      "136 10 uedu. The  0.15742849\n",
      "136 11 tdu. The c 0.15742849\n",
      "136 12  u. The cu 0.15742849\n",
      "136 13 a. The cur 0.15742849\n",
      "136 14 r The curr 0.15742849\n",
      "136 15  The curre 0.15742849\n",
      "136 16 The curren 0.15742849\n",
      "136 17 ee current 0.15742849\n",
      "136 18   current  0.15742849\n",
      "136 19  surrent l 0.15742849\n",
      "136 20 Turrent le 0.15742849\n",
      "136 21 urrent lec 0.15742849\n",
      "136 22 reent lect 0.15742849\n",
      "136 23 eent lectu 0.15742849\n",
      "136 24 e t lectur 0.15742849\n",
      "136 25  tslecture 0.15742849\n",
      "136 26 tslecture  0.15742849\n",
      "136 27 ulecture i 0.15742849\n",
      "136 28 Tecture is 0.15742849\n",
      "136 29 eature is  0.15742849\n",
      "136 30  ture is a 0.15742849\n",
      "136 31 uure is a  0.15742849\n",
      "136 32 ude is a M 0.15742849\n",
      "136 33 re is a Ma 0.15742849\n",
      "136 34 e is a Mat 0.15742849\n",
      "136 35  ss a Matc 0.15742849\n",
      "136 36 Ts a Match 0.15742849\n",
      "136 37 s a Match  0.15742849\n",
      "136 38 ea Match U 0.15742849\n",
      "136 39 T Match Up 0.15742849\n",
      "136 40 tMatch Up  0.15742849\n",
      "136 41 Tatch Up T 0.15742849\n",
      "136 42 atch Up Te 0.15742849\n",
      "136 43 tah Up Ten 0.15742849\n",
      "136 44 uh Up Tens 0.15742849\n",
      "136 45 u Up Tenso 0.15742849\n",
      "136 46  Up Tensor 0.15742849\n",
      "136 47 Tp TensorF 0.15742849\n",
      "136 48 p TensorFl 0.15742849\n",
      "136 49  TensorFlo 0.15742849\n",
      "136 50 ThnsorFlow 0.15742849\n",
      "136 51 ensorFlow. 0.15742849\n",
      "136 52  torFlow.  0.15742849\n",
      "136 53 torFlow. S 0.15742849\n",
      "136 54 erFlow. St 0.15742849\n",
      "136 55 rFlow. Stu 0.15742849\n",
      "136 56 elow. Stud 0.15742849\n",
      "136 57 low. Stude 0.15742849\n",
      "136 58 ew. Studen 0.15742849\n",
      "136 59 r. Student 0.15742849\n",
      "136 60 . Students 0.15742849\n",
      "136 61  Ttudents, 0.15742849\n",
      "136 62 Ttudents,  0.15742849\n",
      "136 63 tudents, p 0.15742849\n",
      "136 64 udents, pl 0.15742849\n",
      "136 65 rents, ple 0.15742849\n",
      "136 66 ants, plea 0.15742849\n",
      "136 67  ts, pleas 0.15742849\n",
      "136 68 ts, please 0.15742849\n",
      "136 69 u, please  0.15742849\n",
      "136 70 e please s 0.15742849\n",
      "136 71  please st 0.15742849\n",
      "136 72 Tlease stu 0.15742849\n",
      "136 73  ease stud 0.15742849\n",
      "136 74 ease study 0.15742849\n",
      "136 75  se study  0.15742849\n",
      "136 76 te study h 0.15742849\n",
      "136 77 e study ha 0.15742849\n",
      "136 78  study har 0.15742849\n",
      "136 79 Ttudy hard 0.15742849\n",
      "136 80 eudy hard. 0.15742849\n",
      "137 0 Te are dat 0.15743689\n",
      "137 1 e are data 0.15743689\n",
      "137 2  cre datae 0.15743689\n",
      "137 3 T e dataed 0.15743689\n",
      "137 4 te dataedu 0.15743689\n",
      "137 5 e iataedu. 0.15743689\n",
      "137 6  cataedu.  0.15743689\n",
      "137 7 Tataedu. T 0.15743689\n",
      "137 8 utaedu. Th 0.15743689\n",
      "137 9 tcedu. The 0.15743689\n",
      "137 10 uedu. The  0.15743689\n",
      "137 11 tdu. The c 0.15743689\n",
      "137 12  u. The cu 0.15743689\n",
      "137 13 u. The cur 0.15743689\n",
      "137 14 r The curr 0.15743689\n",
      "137 15  She curre 0.15743689\n",
      "137 16 The curren 0.15743689\n",
      "137 17 ee current 0.15743689\n",
      "137 18 e current  0.15743689\n",
      "137 19  current l 0.15743689\n",
      "137 20 Turrent le 0.15743689\n",
      "137 21 urrent lec 0.15743689\n",
      "137 22 reent lect 0.15743689\n",
      "137 23 eent lectu 0.15743689\n",
      "137 24 e t lectur 0.15743689\n",
      "137 25  tslecture 0.15743689\n",
      "137 26 tslecture  0.15743689\n",
      "137 27 ulecture i 0.15743689\n",
      "137 28 Tecture is 0.15743689\n",
      "137 29 ecture is  0.15743689\n",
      "137 30  ture is a 0.15743689\n",
      "137 31 uure is a  0.15743689\n",
      "137 32 ure is a M 0.15743689\n",
      "137 33 re is a Ma 0.15743689\n",
      "137 34 e is a Mat 0.15743689\n",
      "137 35  cs a Matc 0.15743689\n",
      "137 36 Ts a Match 0.15743689\n",
      "137 37 s a Match  0.15743689\n",
      "137 38 oa Match U 0.15743689\n",
      "137 39 T Match Up 0.15743689\n",
      "137 40 tMatch Up  0.15743689\n",
      "137 41 Tatch Up T 0.15743689\n",
      "137 42 atch Up Te 0.15743689\n",
      "137 43 tch Up Ten 0.15743689\n",
      "137 44 uh Up Tens 0.15743689\n",
      "137 45 u Up Tenso 0.15743689\n",
      "137 46 eUp Tensor 0.15743689\n",
      "137 47 Tp TensorF 0.15743689\n",
      "137 48 p TensorFl 0.15743689\n",
      "137 49  TensorFlo 0.15743689\n",
      "137 50 ThnsorFlow 0.15743689\n",
      "137 51 ensorFlow. 0.15743689\n",
      "137 52  torFlow.  0.15743689\n",
      "137 53 torFlow. S 0.15743689\n",
      "137 54 orFlow. St 0.15743689\n",
      "137 55 wFlow. Stu 0.15743689\n",
      "137 56 elow. Stud 0.15743689\n",
      "137 57 low. Stude 0.15743689\n",
      "137 58 ew. Studen 0.15743689\n",
      "137 59 w. Student 0.15743689\n",
      "137 60 . Students 0.15743689\n",
      "137 61  Students, 0.15743689\n",
      "137 62 Ttudents,  0.15743689\n",
      "137 63 tudents, p 0.15743689\n",
      "137 64 urents, pl 0.15743689\n",
      "137 65 rents, ple 0.15743689\n",
      "137 66 unts, plea 0.15743689\n",
      "137 67  ts, pleas 0.15743689\n",
      "137 68 ts, please 0.15743689\n",
      "137 69 u, please  0.15743689\n",
      "137 70 o please s 0.15743689\n",
      "137 71  please st 0.15743689\n",
      "137 72 Tlease stu 0.15743689\n",
      "137 73  ease stud 0.15743689\n",
      "137 74 ecse study 0.15743689\n",
      "137 75  se study  0.15743689\n",
      "137 76 te study h 0.15743689\n",
      "137 77 o study ha 0.15743689\n",
      "137 78  ctudy har 0.15743689\n",
      "137 79 Ttudy hard 0.15743689\n",
      "137 80 oudy hard. 0.15743689\n",
      "138 0 ae are dat 0.15742068\n",
      "138 1 e are data 0.15742068\n",
      "138 2  sre datae 0.15742068\n",
      "138 3 are dataed 0.15742068\n",
      "138 4 te dataedu 0.15742068\n",
      "138 5 e iataedu. 0.15742068\n",
      "138 6  sataedu.  0.15742068\n",
      "138 7 aataedu. T 0.15742068\n",
      "138 8 ataedu. Th 0.15742068\n",
      "138 9 taedu. The 0.15742068\n",
      "138 10 uedu. The  0.15742068\n",
      "138 11 tdu. The c 0.15742068\n",
      "138 12  u. The cu 0.15742068\n",
      "138 13 a. The cur 0.15742068\n",
      "138 14 r The curr 0.15742068\n",
      "138 15  The curre 0.15742068\n",
      "138 16 aee curren 0.15742068\n",
      "138 17 ee current 0.15742068\n",
      "138 18   current  0.15742068\n",
      "138 19  surrent l 0.15742068\n",
      "138 20 aurrent le 0.15742068\n",
      "138 21 urrent lec 0.15742068\n",
      "138 22 rrent lect 0.15742068\n",
      "138 23 eent lectu 0.15742068\n",
      "138 24 e t lectur 0.15742068\n",
      "138 25  t lecture 0.15742068\n",
      "138 26 t lecture  0.15742068\n",
      "138 27 ulecture i 0.15742068\n",
      "138 28 aecture is 0.15742068\n",
      "138 29 eature is  0.15742068\n",
      "138 30  ture is a 0.15742068\n",
      "138 31 uure is a  0.15742068\n",
      "138 32 ude is a M 0.15742068\n",
      "138 33 rr is a Ma 0.15742068\n",
      "138 34 e is a Mat 0.15742068\n",
      "138 35  ss a Matc 0.15742068\n",
      "138 36 as a Match 0.15742068\n",
      "138 37 s a Match  0.15742068\n",
      "138 38 ,a Match U 0.15742068\n",
      "138 39 arMatch Up 0.15742068\n",
      "138 40 tMatch Up  0.15742068\n",
      "138 41 aatch Up T 0.15742068\n",
      "138 42 atch Up Te 0.15742068\n",
      "138 43 tah Up Ten 0.15742068\n",
      "138 44 uh Up Tens 0.15742068\n",
      "138 45 u Up Tenso 0.15742068\n",
      "138 46  Up Tensor 0.15742068\n",
      "138 47 ap TensorF 0.15742068\n",
      "138 48 p TensorFl 0.15742068\n",
      "138 49  TensorFlo 0.15742068\n",
      "138 50 aensorFlow 0.15742068\n",
      "138 51 ensorFlow. 0.15742068\n",
      "138 52  torFlow.  0.15742068\n",
      "138 53 torFlow. S 0.15742068\n",
      "138 54 ,rFlow. St 0.15742068\n",
      "138 55 rFlow. Stu 0.15742068\n",
      "138 56 elow. Stud 0.15742068\n",
      "138 57 low. Stude 0.15742068\n",
      "138 58 ew. Studen 0.15742068\n",
      "138 59 r. Student 0.15742068\n",
      "138 60 . Students 0.15742068\n",
      "138 61  Ttudents, 0.15742068\n",
      "138 62 atudents,  0.15742068\n",
      "138 63 tudents, p 0.15742068\n",
      "138 64 udents, pl 0.15742068\n",
      "138 65 rents, ple 0.15742068\n",
      "138 66 ants, plea 0.15742068\n",
      "138 67  t , pleas 0.15742068\n",
      "138 68 t , please 0.15742068\n",
      "138 69 u, please  0.15742068\n",
      "138 70 , please s 0.15742068\n",
      "138 71  please st 0.15742068\n",
      "138 72 alease stu 0.15742068\n",
      "138 73  ease stud 0.15742068\n",
      "138 74 ease study 0.15742068\n",
      "138 75  se study  0.15742068\n",
      "138 76 te study h 0.15742068\n",
      "138 77 , study ha 0.15742068\n",
      "138 78  study har 0.15742068\n",
      "138 79 atudy hard 0.15742068\n",
      "138 80 ,udy hard. 0.15742068\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "139 0 Te are dat 0.15740909\n",
      "139 1 e are data 0.15740909\n",
      "139 2  cre datae 0.15740909\n",
      "139 3 T e dataed 0.15740909\n",
      "139 4 te dataedu 0.15740909\n",
      "139 5 e dataedu. 0.15740909\n",
      "139 6  cataedu.  0.15740909\n",
      "139 7 Tataedu. T 0.15740909\n",
      "139 8 utaedu. Th 0.15740909\n",
      "139 9 tcedu. The 0.15740909\n",
      "139 10 uedu. The  0.15740909\n",
      "139 11 tdu. The c 0.15740909\n",
      "139 12  u. The cu 0.15740909\n",
      "139 13 u. The cur 0.15740909\n",
      "139 14 r The curr 0.15740909\n",
      "139 15  She curre 0.15740909\n",
      "139 16 Tee curren 0.15740909\n",
      "139 17 ee current 0.15740909\n",
      "139 18   current  0.15740909\n",
      "139 19  current l 0.15740909\n",
      "139 20 Turrent le 0.15740909\n",
      "139 21 urrent lec 0.15740909\n",
      "139 22 rrent lect 0.15740909\n",
      "139 23 eent lectu 0.15740909\n",
      "139 24 e t lectur 0.15740909\n",
      "139 25  t lecture 0.15740909\n",
      "139 26 t lecture  0.15740909\n",
      "139 27 ulecture i 0.15740909\n",
      "139 28 Tecture is 0.15740909\n",
      "139 29 eature is  0.15740909\n",
      "139 30  ture is a 0.15740909\n",
      "139 31 uure is a  0.15740909\n",
      "139 32 ure is a M 0.15740909\n",
      "139 33 rr is a Ma 0.15740909\n",
      "139 34 e ds a Mat 0.15740909\n",
      "139 35  cs a Matc 0.15740909\n",
      "139 36 Ts a Match 0.15740909\n",
      "139 37 s a Match  0.15740909\n",
      "139 38 ,a Match U 0.15740909\n",
      "139 39 T Match Up 0.15740909\n",
      "139 40 tMatch Up  0.15740909\n",
      "139 41 Tatch Up T 0.15740909\n",
      "139 42 atch Up Te 0.15740909\n",
      "139 43 tch Up Ten 0.15740909\n",
      "139 44 uh Up Tens 0.15740909\n",
      "139 45 u Up Tenso 0.15740909\n",
      "139 46  Up Tensor 0.15740909\n",
      "139 47 Tp TensorF 0.15740909\n",
      "139 48 p TensorFl 0.15740909\n",
      "139 49  TensorFlo 0.15740909\n",
      "139 50 TensorFlow 0.15740909\n",
      "139 51 ensorFlow. 0.15740909\n",
      "139 52  torFlow.  0.15740909\n",
      "139 53 torFlow. S 0.15740909\n",
      "139 54 ,rFlow. St 0.15740909\n",
      "139 55 wFlow. Stu 0.15740909\n",
      "139 56 elow. Stud 0.15740909\n",
      "139 57 low. Stude 0.15740909\n",
      "139 58 ew. Studen 0.15740909\n",
      "139 59 w. Student 0.15740909\n",
      "139 60 . Students 0.15740909\n",
      "139 61  Students, 0.15740909\n",
      "139 62 Ttudents,  0.15740909\n",
      "139 63 tudents, p 0.15740909\n",
      "139 64 urents, pl 0.15740909\n",
      "139 65 rents, ple 0.15740909\n",
      "139 66 unts, plea 0.15740909\n",
      "139 67  t , pleas 0.15740909\n",
      "139 68 t , please 0.15740909\n",
      "139 69 u, please  0.15740909\n",
      "139 70 , please s 0.15740909\n",
      "139 71  please st 0.15740909\n",
      "139 72 Tlease stu 0.15740909\n",
      "139 73  ease stud 0.15740909\n",
      "139 74 ease study 0.15740909\n",
      "139 75  se study  0.15740909\n",
      "139 76 te study h 0.15740909\n",
      "139 77 , study ha 0.15740909\n",
      "139 78  ctudy har 0.15740909\n",
      "139 79 Ttudy hard 0.15740909\n",
      "139 80 ,udy hard. 0.15740909\n",
      "140 0 Te are dat 0.15737659\n",
      "140 1 e are data 0.15737659\n",
      "140 2  ire datae 0.15737659\n",
      "140 3 Tre dataed 0.15737659\n",
      "140 4 te dataedu 0.15737659\n",
      "140 5 e dataedu. 0.15737659\n",
      "140 6  iataedu.  0.15737659\n",
      "140 7 Tataedu. T 0.15737659\n",
      "140 8 ataedu. Th 0.15737659\n",
      "140 9 taedu. The 0.15737659\n",
      "140 10 uedu. The  0.15737659\n",
      "140 11 tdu. The c 0.15737659\n",
      "140 12  u. The cu 0.15737659\n",
      "140 13 a. The cur 0.15737659\n",
      "140 14 r The curr 0.15737659\n",
      "140 15  The curre 0.15737659\n",
      "140 16 Tee curren 0.15737659\n",
      "140 17 ee current 0.15737659\n",
      "140 18   current  0.15737659\n",
      "140 19  iurrent l 0.15737659\n",
      "140 20 Turrent le 0.15737659\n",
      "140 21 urrent lec 0.15737659\n",
      "140 22 rrent lect 0.15737659\n",
      "140 23 eent lectu 0.15737659\n",
      "140 24 e t lectur 0.15737659\n",
      "140 25  t lecture 0.15737659\n",
      "140 26 tslecture  0.15737659\n",
      "140 27 ulecture i 0.15737659\n",
      "140 28 Tecture is 0.15737659\n",
      "140 29 eature is  0.15737659\n",
      "140 30  ture is a 0.15737659\n",
      "140 31 uure is a  0.15737659\n",
      "140 32 ude is a M 0.15737659\n",
      "140 33 rr is a Ma 0.15737659\n",
      "140 34 e ds a Mat 0.15737659\n",
      "140 35  is a Matc 0.15737659\n",
      "140 36 Ts a Match 0.15737659\n",
      "140 37 s a Match  0.15737659\n",
      "140 38 ,a Match U 0.15737659\n",
      "140 39 TrMatch Up 0.15737659\n",
      "140 40 tMatch Up  0.15737659\n",
      "140 41 Tatch Up T 0.15737659\n",
      "140 42 atch Up Te 0.15737659\n",
      "140 43 tah Up Ten 0.15737659\n",
      "140 44 uh Up Tens 0.15737659\n",
      "140 45 u Up Tenso 0.15737659\n",
      "140 46  Up Tensor 0.15737659\n",
      "140 47 Tp TensorF 0.15737659\n",
      "140 48 p TensorFl 0.15737659\n",
      "140 49  TensorFlo 0.15737659\n",
      "140 50 TensorFlow 0.15737659\n",
      "140 51 ensorFlow. 0.15737659\n",
      "140 52  torFlow.  0.15737659\n",
      "140 53 torFlow. S 0.15737659\n",
      "140 54 ,rFlow. St 0.15737659\n",
      "140 55 rFlow. Stu 0.15737659\n",
      "140 56 elow. Stud 0.15737659\n",
      "140 57 low. Stude 0.15737659\n",
      "140 58 ew. Studen 0.15737659\n",
      "140 59 r. Student 0.15737659\n",
      "140 60 . Students 0.15737659\n",
      "140 61  Ttudents, 0.15737659\n",
      "140 62 Ttudents,  0.15737659\n",
      "140 63 tudents, p 0.15737659\n",
      "140 64 udents, pl 0.15737659\n",
      "140 65 rents, ple 0.15737659\n",
      "140 66 ants, plea 0.15737659\n",
      "140 67  t , pleas 0.15737659\n",
      "140 68 ts, please 0.15737659\n",
      "140 69 u, please  0.15737659\n",
      "140 70 , please s 0.15737659\n",
      "140 71  please st 0.15737659\n",
      "140 72 Tlease stu 0.15737659\n",
      "140 73  ease stud 0.15737659\n",
      "140 74 ease study 0.15737659\n",
      "140 75  se study  0.15737659\n",
      "140 76 te study h 0.15737659\n",
      "140 77 , study ha 0.15737659\n",
      "140 78  itudy har 0.15737659\n",
      "140 79 Ttudy hard 0.15737659\n",
      "140 80 ,udy hard. 0.15737659\n",
      "141 0 ae are dat 0.15736571\n",
      "141 1 e are data 0.15736571\n",
      "141 2  cre datae 0.15736571\n",
      "141 3 are dataed 0.15736571\n",
      "141 4 te dataedu 0.15736571\n",
      "141 5 e iataedu. 0.15736571\n",
      "141 6  cataedu.  0.15736571\n",
      "141 7 aataedu. T 0.15736571\n",
      "141 8 ataedu. Th 0.15736571\n",
      "141 9 tcedu. The 0.15736571\n",
      "141 10 uedu. The  0.15736571\n",
      "141 11 tdu. The c 0.15736571\n",
      "141 12  u. The cu 0.15736571\n",
      "141 13 a. The cur 0.15736571\n",
      "141 14 r The curr 0.15736571\n",
      "141 15  She curre 0.15736571\n",
      "141 16 ahe curren 0.15736571\n",
      "141 17 he current 0.15736571\n",
      "141 18 e current  0.15736571\n",
      "141 19  current l 0.15736571\n",
      "141 20 aurrent le 0.15736571\n",
      "141 21 urrent lec 0.15736571\n",
      "141 22 reent lect 0.15736571\n",
      "141 23 eent lectu 0.15736571\n",
      "141 24 e t lectur 0.15736571\n",
      "141 25  tslecture 0.15736571\n",
      "141 26 tslecture  0.15736571\n",
      "141 27 ulecture i 0.15736571\n",
      "141 28 aecture is 0.15736571\n",
      "141 29 ecture is  0.15736571\n",
      "141 30  ture is a 0.15736571\n",
      "141 31 uure is a  0.15736571\n",
      "141 32 ude is a M 0.15736571\n",
      "141 33 re is a Ma 0.15736571\n",
      "141 34 e is a Mat 0.15736571\n",
      "141 35  cs a Matc 0.15736571\n",
      "141 36 as a Match 0.15736571\n",
      "141 37 s a Match  0.15736571\n",
      "141 38 ta Match U 0.15736571\n",
      "141 39 arMatch Up 0.15736571\n",
      "141 40 tMatch Up  0.15736571\n",
      "141 41 aatch Up T 0.15736571\n",
      "141 42 atch Up Te 0.15736571\n",
      "141 43 tch Up Ten 0.15736571\n",
      "141 44 uh Up Tens 0.15736571\n",
      "141 45 u Up Tenso 0.15736571\n",
      "141 46 eUp Tensor 0.15736571\n",
      "141 47 ap TensorF 0.15736571\n",
      "141 48 p TensorFl 0.15736571\n",
      "141 49 lTensorFlo 0.15736571\n",
      "141 50 ahnsorFlow 0.15736571\n",
      "141 51 hnsorFlow. 0.15736571\n",
      "141 52  torFlow.  0.15736571\n",
      "141 53 torFlow. S 0.15736571\n",
      "141 54 trFlow. St 0.15736571\n",
      "141 55 rFlow. Stu 0.15736571\n",
      "141 56 elow. Stud 0.15736571\n",
      "141 57 low. Stude 0.15736571\n",
      "141 58 ew. Studen 0.15736571\n",
      "141 59 r. Student 0.15736571\n",
      "141 60 . Students 0.15736571\n",
      "141 61  Students, 0.15736571\n",
      "141 62 atudents,  0.15736571\n",
      "141 63 tudents, p 0.15736571\n",
      "141 64 udents, pl 0.15736571\n",
      "141 65 rents, ple 0.15736571\n",
      "141 66 ants, plea 0.15736571\n",
      "141 67  ts, pleas 0.15736571\n",
      "141 68 ts, please 0.15736571\n",
      "141 69 u, please  0.15736571\n",
      "141 70 t please s 0.15736571\n",
      "141 71  please st 0.15736571\n",
      "141 72 alease stu 0.15736571\n",
      "141 73 lease stud 0.15736571\n",
      "141 74 ecse study 0.15736571\n",
      "141 75  se study  0.15736571\n",
      "141 76 te study h 0.15736571\n",
      "141 77 t study ha 0.15736571\n",
      "141 78  ctudy har 0.15736571\n",
      "141 79 atudy hard 0.15736571\n",
      "141 80 tudy hard. 0.15736571\n",
      "142 0 Te are dat 0.15734942\n",
      "142 1 e are data 0.15734942\n",
      "142 2  cre datae 0.15734942\n",
      "142 3 T e dataed 0.15734942\n",
      "142 4 te dataedu 0.15734942\n",
      "142 5 e iataedu. 0.15734942\n",
      "142 6  cataedu.  0.15734942\n",
      "142 7 Tataedu. T 0.15734942\n",
      "142 8 ataedu. Th 0.15734942\n",
      "142 9 taedu. The 0.15734942\n",
      "142 10 uedu. The  0.15734942\n",
      "142 11 tdu. The c 0.15734942\n",
      "142 12  u. The cu 0.15734942\n",
      "142 13 a. The cur 0.15734942\n",
      "142 14 r The curr 0.15734942\n",
      "142 15  She curre 0.15734942\n",
      "142 16 The curren 0.15734942\n",
      "142 17 he current 0.15734942\n",
      "142 18   current  0.15734942\n",
      "142 19  current l 0.15734942\n",
      "142 20 Turrent le 0.15734942\n",
      "142 21 urrent lec 0.15734942\n",
      "142 22 reent lect 0.15734942\n",
      "142 23 eent lectu 0.15734942\n",
      "142 24 e t lectur 0.15734942\n",
      "142 25  tslecture 0.15734942\n",
      "142 26 tslecture  0.15734942\n",
      "142 27 ulecture i 0.15734942\n",
      "142 28 Tecture is 0.15734942\n",
      "142 29 eature is  0.15734942\n",
      "142 30  ture is a 0.15734942\n",
      "142 31 uure is a  0.15734942\n",
      "142 32 ure is a M 0.15734942\n",
      "142 33 re is a Ma 0.15734942\n",
      "142 34 e is a Mat 0.15734942\n",
      "142 35  cs a Matc 0.15734942\n",
      "142 36 Ts a Match 0.15734942\n",
      "142 37 s a Match  0.15734942\n",
      "142 38 ta Match U 0.15734942\n",
      "142 39 T Match Up 0.15734942\n",
      "142 40 tMatch Up  0.15734942\n",
      "142 41 Tatch Up T 0.15734942\n",
      "142 42 atch Up Te 0.15734942\n",
      "142 43 tah Up Ten 0.15734942\n",
      "142 44 uh Up Tens 0.15734942\n",
      "142 45 u Up Tenso 0.15734942\n",
      "142 46  Up Tensor 0.15734942\n",
      "142 47 Tp TensorF 0.15734942\n",
      "142 48 p TensorFl 0.15734942\n",
      "142 49  TensorFlo 0.15734942\n",
      "142 50 ThnsorFlow 0.15734942\n",
      "142 51 hnsorFlow. 0.15734942\n",
      "142 52  torFlow.  0.15734942\n",
      "142 53 torFlow. S 0.15734942\n",
      "142 54 trFlow. St 0.15734942\n",
      "142 55 rFlow. Stu 0.15734942\n",
      "142 56 elow. Stud 0.15734942\n",
      "142 57 low. Stude 0.15734942\n",
      "142 58 ew. Studen 0.15734942\n",
      "142 59 r. Student 0.15734942\n",
      "142 60 . Students 0.15734942\n",
      "142 61  Students, 0.15734942\n",
      "142 62 Ttudents,  0.15734942\n",
      "142 63 tudents, p 0.15734942\n",
      "142 64 urents, pl 0.15734942\n",
      "142 65 rents, ple 0.15734942\n",
      "142 66 ants, plea 0.15734942\n",
      "142 67  ts, pleas 0.15734942\n",
      "142 68 ts, please 0.15734942\n",
      "142 69 u, please  0.15734942\n",
      "142 70 t please s 0.15734942\n",
      "142 71  please st 0.15734942\n",
      "142 72 Tlease stu 0.15734942\n",
      "142 73  ease stud 0.15734942\n",
      "142 74 ease study 0.15734942\n",
      "142 75  se study  0.15734942\n",
      "142 76 te study h 0.15734942\n",
      "142 77 t study ha 0.15734942\n",
      "142 78  ctudy har 0.15734942\n",
      "142 79 Ttudy hard 0.15734942\n",
      "142 80 tudy hard. 0.15734942\n",
      "143 0 Te are dat 0.15735255\n",
      "143 1 e are data 0.15735255\n",
      "143 2  sre datae 0.15735255\n",
      "143 3 T e dataed 0.15735255\n",
      "143 4 te dataedu 0.15735255\n",
      "143 5 e iataedu. 0.15735255\n",
      "143 6  sataedu.  0.15735255\n",
      "143 7 Tataedu. T 0.15735255\n",
      "143 8 ataedu. Th 0.15735255\n",
      "143 9 taedu. The 0.15735255\n",
      "143 10 uedu. The  0.15735255\n",
      "143 11 tdu. The c 0.15735255\n",
      "143 12  u. The cu 0.15735255\n",
      "143 13 a. The cur 0.15735255\n",
      "143 14 r The curr 0.15735255\n",
      "143 15  The curre 0.15735255\n",
      "143 16 Tee curren 0.15735255\n",
      "143 17 he current 0.15735255\n",
      "143 18   current  0.15735255\n",
      "143 19  surrent l 0.15735255\n",
      "143 20 Turrent le 0.15735255\n",
      "143 21 urrent lec 0.15735255\n",
      "143 22 rrent lect 0.15735255\n",
      "143 23 eent lectu 0.15735255\n",
      "143 24 e t lectur 0.15735255\n",
      "143 25  t lecture 0.15735255\n",
      "143 26 t lecture  0.15735255\n",
      "143 27 ulecture i 0.15735255\n",
      "143 28 Tecture is 0.15735255\n",
      "143 29 eature is  0.15735255\n",
      "143 30  ture is a 0.15735255\n",
      "143 31 uure is a  0.15735255\n",
      "143 32 ude is a M 0.15735255\n",
      "143 33 rr is a Ma 0.15735255\n",
      "143 34 e is a Mat 0.15735255\n",
      "143 35  ss a Matc 0.15735255\n",
      "143 36 Ts a Match 0.15735255\n",
      "143 37 s a Match  0.15735255\n",
      "143 38 ,a Match U 0.15735255\n",
      "143 39 T Match Up 0.15735255\n",
      "143 40 tMatch Up  0.15735255\n",
      "143 41 Tatch Up T 0.15735255\n",
      "143 42 atch Up Te 0.15735255\n",
      "143 43 tah Up Ten 0.15735255\n",
      "143 44 uh Up Tens 0.15735255\n",
      "143 45 u Up Tenso 0.15735255\n",
      "143 46  Up Tensor 0.15735255\n",
      "143 47 Tp TensorF 0.15735255\n",
      "143 48 p TensorFl 0.15735255\n",
      "143 49  TensorFlo 0.15735255\n",
      "143 50 TensorFlow 0.15735255\n",
      "143 51 hnsorFlow. 0.15735255\n",
      "143 52  torFlow.  0.15735255\n",
      "143 53 torFlow. S 0.15735255\n",
      "143 54 ,rFlow. St 0.15735255\n",
      "143 55 rFlow. Stu 0.15735255\n",
      "143 56 elow. Stud 0.15735255\n",
      "143 57 low. Stude 0.15735255\n",
      "143 58 ew. Studen 0.15735255\n",
      "143 59 r. Student 0.15735255\n",
      "143 60 . Students 0.15735255\n",
      "143 61  Ttudents, 0.15735255\n",
      "143 62 Ttudents,  0.15735255\n",
      "143 63 tudents, p 0.15735255\n",
      "143 64 udents, pl 0.15735255\n",
      "143 65 rents, ple 0.15735255\n",
      "143 66 ants, plea 0.15735255\n",
      "143 67  t , pleas 0.15735255\n",
      "143 68 t , please 0.15735255\n",
      "143 69 u, please  0.15735255\n",
      "143 70 , please s 0.15735255\n",
      "143 71  please st 0.15735255\n",
      "143 72 Tlease stu 0.15735255\n",
      "143 73  ease stud 0.15735255\n",
      "143 74 ease study 0.15735255\n",
      "143 75  se study  0.15735255\n",
      "143 76 te study h 0.15735255\n",
      "143 77 , study ha 0.15735255\n",
      "143 78  study har 0.15735255\n",
      "143 79 Ttudy hard 0.15735255\n",
      "143 80 ,udy hard. 0.15735255\n",
      "144 0 Te are dat 0.15734516\n",
      "144 1 e are data 0.15734516\n",
      "144 2  cre datae 0.15734516\n",
      "144 3 T e dataed 0.15734516\n",
      "144 4 te dataedu 0.15734516\n",
      "144 5 e dataedu. 0.15734516\n",
      "144 6  cataedu.  0.15734516\n",
      "144 7 Tataedu. T 0.15734516\n",
      "144 8 ataedu. Th 0.15734516\n",
      "144 9 tcedu. The 0.15734516\n",
      "144 10 uedu. The  0.15734516\n",
      "144 11 tdu. The c 0.15734516\n",
      "144 12  u. The cu 0.15734516\n",
      "144 13 a. The cur 0.15734516\n",
      "144 14 r The curr 0.15734516\n",
      "144 15  She curre 0.15734516\n",
      "144 16 Tee curren 0.15734516\n",
      "144 17 he current 0.15734516\n",
      "144 18 e current  0.15734516\n",
      "144 19  current l 0.15734516\n",
      "144 20 Turrent le 0.15734516\n",
      "144 21 urrent lec 0.15734516\n",
      "144 22 rrent lect 0.15734516\n",
      "144 23 eent lectu 0.15734516\n",
      "144 24 e t lectur 0.15734516\n",
      "144 25  tslecture 0.15734516\n",
      "144 26 t lecture  0.15734516\n",
      "144 27 ulecture i 0.15734516\n",
      "144 28 Tecture is 0.15734516\n",
      "144 29 ecture is  0.15734516\n",
      "144 30  ture is a 0.15734516\n",
      "144 31 uure is a  0.15734516\n",
      "144 32 ure is a M 0.15734516\n",
      "144 33 rr is a Ma 0.15734516\n",
      "144 34 e ds a Mat 0.15734516\n",
      "144 35  cs a Matc 0.15734516\n",
      "144 36 Ts a Match 0.15734516\n",
      "144 37 s a Match  0.15734516\n",
      "144 38 ea Match U 0.15734516\n",
      "144 39 T Match Up 0.15734516\n",
      "144 40 tMatch Up  0.15734516\n",
      "144 41 Tatch Up T 0.15734516\n",
      "144 42 atch Up Te 0.15734516\n",
      "144 43 tch Up Ten 0.15734516\n",
      "144 44 uh Up Tens 0.15734516\n",
      "144 45 u Up Tenso 0.15734516\n",
      "144 46 eUp Tensor 0.15734516\n",
      "144 47 Tp TensorF 0.15734516\n",
      "144 48 p TensorFl 0.15734516\n",
      "144 49  TensorFlo 0.15734516\n",
      "144 50 TensorFlow 0.15734516\n",
      "144 51 hnsorFlow. 0.15734516\n",
      "144 52  torFlow.  0.15734516\n",
      "144 53 torFlow. S 0.15734516\n",
      "144 54 erFlow. St 0.15734516\n",
      "144 55 wFlow. Stu 0.15734516\n",
      "144 56 elow. Stud 0.15734516\n",
      "144 57 low. Stude 0.15734516\n",
      "144 58 ew. Studen 0.15734516\n",
      "144 59 w. Student 0.15734516\n",
      "144 60 . Students 0.15734516\n",
      "144 61  Students, 0.15734516\n",
      "144 62 Ttudents,  0.15734516\n",
      "144 63 tudents, p 0.15734516\n",
      "144 64 urents, pl 0.15734516\n",
      "144 65 rents, ple 0.15734516\n",
      "144 66 ants, plea 0.15734516\n",
      "144 67  ts, pleas 0.15734516\n",
      "144 68 t , please 0.15734516\n",
      "144 69 u, please  0.15734516\n",
      "144 70 e please s 0.15734516\n",
      "144 71  please st 0.15734516\n",
      "144 72 Tlease stu 0.15734516\n",
      "144 73  ease stud 0.15734516\n",
      "144 74 ecse study 0.15734516\n",
      "144 75  se study  0.15734516\n",
      "144 76 te study h 0.15734516\n",
      "144 77 e study ha 0.15734516\n",
      "144 78  ctudy har 0.15734516\n",
      "144 79 Ttudy hard 0.15734516\n",
      "144 80 eudy hard. 0.15734516\n",
      "145 0 ae are dat 0.15734279\n",
      "145 1 e are data 0.15734279\n",
      "145 2  sre datae 0.15734279\n",
      "145 3 are dataed 0.15734279\n",
      "145 4 te dataedu 0.15734279\n",
      "145 5 e iataedu. 0.15734279\n",
      "145 6  sataedu.  0.15734279\n",
      "145 7 aataedu. T 0.15734279\n",
      "145 8 ataedu. Th 0.15734279\n",
      "145 9 taedu. The 0.15734279\n",
      "145 10 uedu. The  0.15734279\n",
      "145 11 tdu. The c 0.15734279\n",
      "145 12  u. The cu 0.15734279\n",
      "145 13 a. The cur 0.15734279\n",
      "145 14 r The curr 0.15734279\n",
      "145 15  The curre 0.15734279\n",
      "145 16 aee curren 0.15734279\n",
      "145 17 ee current 0.15734279\n",
      "145 18 e current  0.15734279\n",
      "145 19  surrent l 0.15734279\n",
      "145 20 aurrent le 0.15734279\n",
      "145 21 urrent lec 0.15734279\n",
      "145 22 reent lect 0.15734279\n",
      "145 23 eent lectu 0.15734279\n",
      "145 24 e t lectur 0.15734279\n",
      "145 25  tslecture 0.15734279\n",
      "145 26 tslecture  0.15734279\n",
      "145 27 ulecture i 0.15734279\n",
      "145 28 aecture is 0.15734279\n",
      "145 29 eature is  0.15734279\n",
      "145 30  ture is a 0.15734279\n",
      "145 31 uure is a  0.15734279\n",
      "145 32 ure is a M 0.15734279\n",
      "145 33 re is a Ma 0.15734279\n",
      "145 34 e is a Mat 0.15734279\n",
      "145 35  ss a Matc 0.15734279\n",
      "145 36 as a Match 0.15734279\n",
      "145 37 s a Match  0.15734279\n",
      "145 38 ea Match U 0.15734279\n",
      "145 39 arMatch Up 0.15734279\n",
      "145 40 tMatch Up  0.15734279\n",
      "145 41 aatch Up T 0.15734279\n",
      "145 42 atch Up Te 0.15734279\n",
      "145 43 tah Up Ten 0.15734279\n",
      "145 44 uh Up Tens 0.15734279\n",
      "145 45 u Up Tenso 0.15734279\n",
      "145 46 eUp Tensor 0.15734279\n",
      "145 47 ap TensorF 0.15734279\n",
      "145 48 p TensorFl 0.15734279\n",
      "145 49  TensorFlo 0.15734279\n",
      "145 50 aensorFlow 0.15734279\n",
      "145 51 ensorFlow. 0.15734279\n",
      "145 52  torFlow.  0.15734279\n",
      "145 53 torFlow. S 0.15734279\n",
      "145 54 erFlow. St 0.15734279\n",
      "145 55 rFlow. Stu 0.15734279\n",
      "145 56 elow. Stud 0.15734279\n",
      "145 57 low. Stude 0.15734279\n",
      "145 58 ew. Studen 0.15734279\n",
      "145 59 r. Student 0.15734279\n",
      "145 60 . Students 0.15734279\n",
      "145 61  Ttudents, 0.15734279\n",
      "145 62 atudents,  0.15734279\n",
      "145 63 tudents, p 0.15734279\n",
      "145 64 urents, pl 0.15734279\n",
      "145 65 rents, ple 0.15734279\n",
      "145 66 ants, plea 0.15734279\n",
      "145 67  ts, pleas 0.15734279\n",
      "145 68 ts, please 0.15734279\n",
      "145 69 u, please  0.15734279\n",
      "145 70 e please s 0.15734279\n",
      "145 71  please st 0.15734279\n",
      "145 72 alease stu 0.15734279\n",
      "145 73  ease stud 0.15734279\n",
      "145 74 ease study 0.15734279\n",
      "145 75  se study  0.15734279\n",
      "145 76 te study h 0.15734279\n",
      "145 77 e study ha 0.15734279\n",
      "145 78  study har 0.15734279\n",
      "145 79 atudy hard 0.15734279\n",
      "145 80 eudy hard. 0.15734279\n",
      "146 0 Te are dat 0.15732774\n",
      "146 1 e are data 0.15732774\n",
      "146 2  cre datae 0.15732774\n",
      "146 3 T e dataed 0.15732774\n",
      "146 4 te dataedu 0.15732774\n",
      "146 5 e dataedu. 0.15732774\n",
      "146 6  cataedu.  0.15732774\n",
      "146 7 Tataedu. T 0.15732774\n",
      "146 8 ataedu. Th 0.15732774\n",
      "146 9 tcedu. The 0.15732774\n",
      "146 10 uedu. The  0.15732774\n",
      "146 11 tdu. The c 0.15732774\n",
      "146 12  u. The cu 0.15732774\n",
      "146 13 a. The cur 0.15732774\n",
      "146 14 r The curr 0.15732774\n",
      "146 15  She curre 0.15732774\n",
      "146 16 The curren 0.15732774\n",
      "146 17 ee current 0.15732774\n",
      "146 18 e current  0.15732774\n",
      "146 19  current l 0.15732774\n",
      "146 20 Turrent le 0.15732774\n",
      "146 21 urrent lec 0.15732774\n",
      "146 22 reent lect 0.15732774\n",
      "146 23 eent lectu 0.15732774\n",
      "146 24 e t lectur 0.15732774\n",
      "146 25  tslecture 0.15732774\n",
      "146 26 tslecture  0.15732774\n",
      "146 27 ulecture i 0.15732774\n",
      "146 28 Tecture is 0.15732774\n",
      "146 29 ecture is  0.15732774\n",
      "146 30  ture is a 0.15732774\n",
      "146 31 uure is a  0.15732774\n",
      "146 32 ude is a M 0.15732774\n",
      "146 33 re is a Ma 0.15732774\n",
      "146 34 e ds a Mat 0.15732774\n",
      "146 35  cs a Matc 0.15732774\n",
      "146 36 Ts a Match 0.15732774\n",
      "146 37 s a Match  0.15732774\n",
      "146 38 ea Match U 0.15732774\n",
      "146 39 T Match Up 0.15732774\n",
      "146 40 tMatch Up  0.15732774\n",
      "146 41 Tatch Up T 0.15732774\n",
      "146 42 atch Up Te 0.15732774\n",
      "146 43 tch Up Ten 0.15732774\n",
      "146 44 uh Up Tens 0.15732774\n",
      "146 45 u Up Tenso 0.15732774\n",
      "146 46 eUp Tensor 0.15732774\n",
      "146 47 Tp TensorF 0.15732774\n",
      "146 48 p TensorFl 0.15732774\n",
      "146 49  TensorFlo 0.15732774\n",
      "146 50 ThnsorFlow 0.15732774\n",
      "146 51 ensorFlow. 0.15732774\n",
      "146 52  torFlow.  0.15732774\n",
      "146 53 torFlow. S 0.15732774\n",
      "146 54 erFlow. St 0.15732774\n",
      "146 55 wFlow. Stu 0.15732774\n",
      "146 56 elow. Stud 0.15732774\n",
      "146 57 low. Stude 0.15732774\n",
      "146 58 ew. Studen 0.15732774\n",
      "146 59 w. Student 0.15732774\n",
      "146 60 . Students 0.15732774\n",
      "146 61  Students, 0.15732774\n",
      "146 62 Ttudents,  0.15732774\n",
      "146 63 tudents, p 0.15732774\n",
      "146 64 udents, pl 0.15732774\n",
      "146 65 rents, ple 0.15732774\n",
      "146 66 ants, plea 0.15732774\n",
      "146 67  ts, pleas 0.15732774\n",
      "146 68 ts, please 0.15732774\n",
      "146 69 u, please  0.15732774\n",
      "146 70 e please s 0.15732774\n",
      "146 71  please st 0.15732774\n",
      "146 72 Tlease stu 0.15732774\n",
      "146 73  ease stud 0.15732774\n",
      "146 74 ecse study 0.15732774\n",
      "146 75  se study  0.15732774\n",
      "146 76 te study h 0.15732774\n",
      "146 77 e study ha 0.15732774\n",
      "146 78  ctudy har 0.15732774\n",
      "146 79 Ttudy hard 0.15732774\n",
      "146 80 eudy hard. 0.15732774\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "147 0 ae are dat 0.15731452\n",
      "147 1 e are data 0.15731452\n",
      "147 2  sre datae 0.15731452\n",
      "147 3 are dataed 0.15731452\n",
      "147 4 te dataedu 0.15731452\n",
      "147 5 e iataedu. 0.15731452\n",
      "147 6  sataedu.  0.15731452\n",
      "147 7 aataedu. T 0.15731452\n",
      "147 8 ataedu. Th 0.15731452\n",
      "147 9 taedu. The 0.15731452\n",
      "147 10 uedu. The  0.15731452\n",
      "147 11 tdu. The c 0.15731452\n",
      "147 12  u. The cu 0.15731452\n",
      "147 13 a. The cur 0.15731452\n",
      "147 14 r The curr 0.15731452\n",
      "147 15  The curre 0.15731452\n",
      "147 16 ahe curren 0.15731452\n",
      "147 17 ee current 0.15731452\n",
      "147 18   current  0.15731452\n",
      "147 19  surrent l 0.15731452\n",
      "147 20 aurrent le 0.15731452\n",
      "147 21 urrent lec 0.15731452\n",
      "147 22 rrent lect 0.15731452\n",
      "147 23 eent lectu 0.15731452\n",
      "147 24 e t lectur 0.15731452\n",
      "147 25  t lecture 0.15731452\n",
      "147 26 t lecture  0.15731452\n",
      "147 27 ulecture i 0.15731452\n",
      "147 28 aecture is 0.15731452\n",
      "147 29 eature is  0.15731452\n",
      "147 30  ture is a 0.15731452\n",
      "147 31 uure is a  0.15731452\n",
      "147 32 ure is a M 0.15731452\n",
      "147 33 rr is a Ma 0.15731452\n",
      "147 34 e is a Mat 0.15731452\n",
      "147 35  ss a Matc 0.15731452\n",
      "147 36 as a Match 0.15731452\n",
      "147 37 s a Match  0.15731452\n",
      "147 38 ,a Match U 0.15731452\n",
      "147 39 arMatch Up 0.15731452\n",
      "147 40 tMatch Up  0.15731452\n",
      "147 41 aatch Up T 0.15731452\n",
      "147 42 atch Up Te 0.15731452\n",
      "147 43 tah Up Ten 0.15731452\n",
      "147 44 uh Up Tens 0.15731452\n",
      "147 45 u Up Tenso 0.15731452\n",
      "147 46  Up Tensor 0.15731452\n",
      "147 47 ap TensorF 0.15731452\n",
      "147 48 p TensorFl 0.15731452\n",
      "147 49  TensorFlo 0.15731452\n",
      "147 50 ahnsorFlow 0.15731452\n",
      "147 51 ensorFlow. 0.15731452\n",
      "147 52  torFlow.  0.15731452\n",
      "147 53 torFlow. S 0.15731452\n",
      "147 54 ,rFlow. St 0.15731452\n",
      "147 55 rFlow. Stu 0.15731452\n",
      "147 56 elow. Stud 0.15731452\n",
      "147 57 low. Stude 0.15731452\n",
      "147 58 ew. Studen 0.15731452\n",
      "147 59 r. Student 0.15731452\n",
      "147 60 . Students 0.15731452\n",
      "147 61  Ttudents, 0.15731452\n",
      "147 62 atudents,  0.15731452\n",
      "147 63 tudents, p 0.15731452\n",
      "147 64 urents, pl 0.15731452\n",
      "147 65 rents, ple 0.15731452\n",
      "147 66 ants, plea 0.15731452\n",
      "147 67  t , pleas 0.15731452\n",
      "147 68 t , please 0.15731452\n",
      "147 69 u, please  0.15731452\n",
      "147 70 , please s 0.15731452\n",
      "147 71  please st 0.15731452\n",
      "147 72 alease stu 0.15731452\n",
      "147 73  ease stud 0.15731452\n",
      "147 74 ease study 0.15731452\n",
      "147 75  se study  0.15731452\n",
      "147 76 te study h 0.15731452\n",
      "147 77 , study ha 0.15731452\n",
      "147 78  study har 0.15731452\n",
      "147 79 atudy hard 0.15731452\n",
      "147 80 ,udy hard. 0.15731452\n",
      "148 0 Te are dat 0.15729584\n",
      "148 1 e are data 0.15729584\n",
      "148 2  cre datae 0.15729584\n",
      "148 3 T e dataed 0.15729584\n",
      "148 4 te dataedu 0.15729584\n",
      "148 5 e iataedu. 0.15729584\n",
      "148 6  cataedu.  0.15729584\n",
      "148 7 Tataedu. T 0.15729584\n",
      "148 8 utaedu. Th 0.15729584\n",
      "148 9 tcedu. The 0.15729584\n",
      "148 10 uedu. The  0.15729584\n",
      "148 11 tdu. The c 0.15729584\n",
      "148 12  u. The cu 0.15729584\n",
      "148 13 u. The cur 0.15729584\n",
      "148 14 r The curr 0.15729584\n",
      "148 15  She curre 0.15729584\n",
      "148 16 The curren 0.15729584\n",
      "148 17 ee current 0.15729584\n",
      "148 18   current  0.15729584\n",
      "148 19  current l 0.15729584\n",
      "148 20 Turrent le 0.15729584\n",
      "148 21 urrent lec 0.15729584\n",
      "148 22 reent lect 0.15729584\n",
      "148 23 eent lectu 0.15729584\n",
      "148 24 e t lectur 0.15729584\n",
      "148 25  t lecture 0.15729584\n",
      "148 26 t lecture  0.15729584\n",
      "148 27 ulecture i 0.15729584\n",
      "148 28 Tecture is 0.15729584\n",
      "148 29 ecture is  0.15729584\n",
      "148 30  ture is a 0.15729584\n",
      "148 31 uure is a  0.15729584\n",
      "148 32 ure is a M 0.15729584\n",
      "148 33 re is a Ma 0.15729584\n",
      "148 34 e is a Mat 0.15729584\n",
      "148 35  cs a Matc 0.15729584\n",
      "148 36 Ts a Match 0.15729584\n",
      "148 37 s a Match  0.15729584\n",
      "148 38  a Match U 0.15729584\n",
      "148 39 T Match Up 0.15729584\n",
      "148 40 tMatch Up  0.15729584\n",
      "148 41 Tatch Up T 0.15729584\n",
      "148 42 atch Up Te 0.15729584\n",
      "148 43 tch Up Ten 0.15729584\n",
      "148 44 uh Up Tens 0.15729584\n",
      "148 45 u Up Tenso 0.15729584\n",
      "148 46  Up Tensor 0.15729584\n",
      "148 47 Tp TensorF 0.15729584\n",
      "148 48 p TensorFl 0.15729584\n",
      "148 49  TensorFlo 0.15729584\n",
      "148 50 ThnsorFlow 0.15729584\n",
      "148 51 ensorFlow. 0.15729584\n",
      "148 52  torFlow.  0.15729584\n",
      "148 53 torFlow. S 0.15729584\n",
      "148 54  rFlow. St 0.15729584\n",
      "148 55 wFlow. Stu 0.15729584\n",
      "148 56 elow. Stud 0.15729584\n",
      "148 57 low. Stude 0.15729584\n",
      "148 58 ew. Studen 0.15729584\n",
      "148 59 w. Student 0.15729584\n",
      "148 60 . Students 0.15729584\n",
      "148 61  Students, 0.15729584\n",
      "148 62 Ttudents,  0.15729584\n",
      "148 63 tudents, p 0.15729584\n",
      "148 64 urents, pl 0.15729584\n",
      "148 65 rents, ple 0.15729584\n",
      "148 66 unts, plea 0.15729584\n",
      "148 67  t , pleas 0.15729584\n",
      "148 68 t , please 0.15729584\n",
      "148 69 u, please  0.15729584\n",
      "148 70   please s 0.15729584\n",
      "148 71  please st 0.15729584\n",
      "148 72 Tlease stu 0.15729584\n",
      "148 73  ease stud 0.15729584\n",
      "148 74 ecse study 0.15729584\n",
      "148 75  se study  0.15729584\n",
      "148 76 te study h 0.15729584\n",
      "148 77   study ha 0.15729584\n",
      "148 78  ctudy har 0.15729584\n",
      "148 79 Ttudy hard 0.15729584\n",
      "148 80  udy hard. 0.15729584\n",
      "149 0 Te are dat 0.15728353\n",
      "149 1 e are data 0.15728353\n",
      "149 2  sre datae 0.15728353\n",
      "149 3 T e dataed 0.15728353\n",
      "149 4 te dataedu 0.15728353\n",
      "149 5 e iataedu. 0.15728353\n",
      "149 6  sataedu.  0.15728353\n",
      "149 7 Tataedu. T 0.15728353\n",
      "149 8 ataedu. Th 0.15728353\n",
      "149 9 taedu. The 0.15728353\n",
      "149 10 uedu. The  0.15728353\n",
      "149 11 tdu. The c 0.15728353\n",
      "149 12  u. The cu 0.15728353\n",
      "149 13 a. The cur 0.15728353\n",
      "149 14 r The curr 0.15728353\n",
      "149 15  The curre 0.15728353\n",
      "149 16 Tee curren 0.15728353\n",
      "149 17 ee current 0.15728353\n",
      "149 18   current  0.15728353\n",
      "149 19  surrent l 0.15728353\n",
      "149 20 Turrent le 0.15728353\n",
      "149 21 urrent lec 0.15728353\n",
      "149 22 reent lect 0.15728353\n",
      "149 23 eent lectu 0.15728353\n",
      "149 24 e t lectur 0.15728353\n",
      "149 25  tslecture 0.15728353\n",
      "149 26 tslecture  0.15728353\n",
      "149 27 ulecture i 0.15728353\n",
      "149 28 Tecture is 0.15728353\n",
      "149 29 eature is  0.15728353\n",
      "149 30  ture is a 0.15728353\n",
      "149 31 uure is a  0.15728353\n",
      "149 32 ude is a M 0.15728353\n",
      "149 33 re is a Ma 0.15728353\n",
      "149 34 e is a Mat 0.15728353\n",
      "149 35  ss a Matc 0.15728353\n",
      "149 36 Ts a Match 0.15728353\n",
      "149 37 s a Match  0.15728353\n",
      "149 38  a Match U 0.15728353\n",
      "149 39 T Match Up 0.15728353\n",
      "149 40 tMatch Up  0.15728353\n",
      "149 41 Tatch Up T 0.15728353\n",
      "149 42 atch Up Te 0.15728353\n",
      "149 43 tah Up Ten 0.15728353\n",
      "149 44 uh Up Tens 0.15728353\n",
      "149 45 u Up Tenso 0.15728353\n",
      "149 46  Up Tensor 0.15728353\n",
      "149 47 Tp TensorF 0.15728353\n",
      "149 48 p TensorFl 0.15728353\n",
      "149 49  TensorFlo 0.15728353\n",
      "149 50 TensorFlow 0.15728353\n",
      "149 51 ensorFlow. 0.15728353\n",
      "149 52  torFlow.  0.15728353\n",
      "149 53 torFlow. S 0.15728353\n",
      "149 54  rFlow. St 0.15728353\n",
      "149 55 rFlow. Stu 0.15728353\n",
      "149 56 elow. Stud 0.15728353\n",
      "149 57 low. Stude 0.15728353\n",
      "149 58 ew. Studen 0.15728353\n",
      "149 59 r. Student 0.15728353\n",
      "149 60 . Students 0.15728353\n",
      "149 61  Ttudents, 0.15728353\n",
      "149 62 Ttudents,  0.15728353\n",
      "149 63 tudents, p 0.15728353\n",
      "149 64 udents, pl 0.15728353\n",
      "149 65 rents, ple 0.15728353\n",
      "149 66 ants, plea 0.15728353\n",
      "149 67  ts, pleas 0.15728353\n",
      "149 68 ts, please 0.15728353\n",
      "149 69 u, please  0.15728353\n",
      "149 70   please s 0.15728353\n",
      "149 71  please st 0.15728353\n",
      "149 72 Tlease stu 0.15728353\n",
      "149 73  ease stud 0.15728353\n",
      "149 74 ease study 0.15728353\n",
      "149 75  se study  0.15728353\n",
      "149 76 te study h 0.15728353\n",
      "149 77   study ha 0.15728353\n",
      "149 78  study har 0.15728353\n",
      "149 79 Ttudy hard 0.15728353\n",
      "149 80  udy hard. 0.15728353\n",
      "150 0 Te are dat 0.15726818\n",
      "150 1 e are data 0.15726818\n",
      "150 2  cre datae 0.15726818\n",
      "150 3 Tre dataed 0.15726818\n",
      "150 4 te dataedu 0.15726818\n",
      "150 5 e dataedu. 0.15726818\n",
      "150 6  cataedu.  0.15726818\n",
      "150 7 Tataedu. T 0.15726818\n",
      "150 8 utaedu. Th 0.15726818\n",
      "150 9 tcedu. The 0.15726818\n",
      "150 10 uedu. The  0.15726818\n",
      "150 11 tdu. The c 0.15726818\n",
      "150 12  u. The cu 0.15726818\n",
      "150 13 u. The cur 0.15726818\n",
      "150 14 r The curr 0.15726818\n",
      "150 15  She curre 0.15726818\n",
      "150 16 Tee curren 0.15726818\n",
      "150 17 ee current 0.15726818\n",
      "150 18 e current  0.15726818\n",
      "150 19  current l 0.15726818\n",
      "150 20 Turrent le 0.15726818\n",
      "150 21 urrent lec 0.15726818\n",
      "150 22 reent lect 0.15726818\n",
      "150 23 eent lectu 0.15726818\n",
      "150 24 e t lectur 0.15726818\n",
      "150 25  tslecture 0.15726818\n",
      "150 26 tslecture  0.15726818\n",
      "150 27 ulecture i 0.15726818\n",
      "150 28 Tecture is 0.15726818\n",
      "150 29 ecture is  0.15726818\n",
      "150 30  ture is a 0.15726818\n",
      "150 31 uure is a  0.15726818\n",
      "150 32 ure is a M 0.15726818\n",
      "150 33 re is a Ma 0.15726818\n",
      "150 34 e ds a Mat 0.15726818\n",
      "150 35  cs a Matc 0.15726818\n",
      "150 36 Ts a Match 0.15726818\n",
      "150 37 s a Match  0.15726818\n",
      "150 38 oa Match U 0.15726818\n",
      "150 39 TrMatch Up 0.15726818\n",
      "150 40 tMatch Up  0.15726818\n",
      "150 41 Tatch Up T 0.15726818\n",
      "150 42 atch Up Te 0.15726818\n",
      "150 43 tch Up Ten 0.15726818\n",
      "150 44 uh Up Tens 0.15726818\n",
      "150 45 u Up Tenso 0.15726818\n",
      "150 46 eUp Tensor 0.15726818\n",
      "150 47 Tp TensorF 0.15726818\n",
      "150 48 p TensorFl 0.15726818\n",
      "150 49  TensorFlo 0.15726818\n",
      "150 50 TensorFlow 0.15726818\n",
      "150 51 ensorFlow. 0.15726818\n",
      "150 52  torFlow.  0.15726818\n",
      "150 53 torFlow. S 0.15726818\n",
      "150 54 orFlow. St 0.15726818\n",
      "150 55 wFlow. Stu 0.15726818\n",
      "150 56 elow. Stud 0.15726818\n",
      "150 57 low. Stude 0.15726818\n",
      "150 58 ew. Studen 0.15726818\n",
      "150 59 w. Student 0.15726818\n",
      "150 60 . Students 0.15726818\n",
      "150 61  Students, 0.15726818\n",
      "150 62 Ttudents,  0.15726818\n",
      "150 63 tudents, p 0.15726818\n",
      "150 64 urents, pl 0.15726818\n",
      "150 65 rents, ple 0.15726818\n",
      "150 66 unts, plea 0.15726818\n",
      "150 67  ts, pleas 0.15726818\n",
      "150 68 ts, please 0.15726818\n",
      "150 69 u, please  0.15726818\n",
      "150 70 o please s 0.15726818\n",
      "150 71  please st 0.15726818\n",
      "150 72 Tlease stu 0.15726818\n",
      "150 73  ease stud 0.15726818\n",
      "150 74 ecse study 0.15726818\n",
      "150 75  se study  0.15726818\n",
      "150 76 te study h 0.15726818\n",
      "150 77 o study ha 0.15726818\n",
      "150 78  ctudy har 0.15726818\n",
      "150 79 Ttudy hard 0.15726818\n",
      "150 80 oudy hard. 0.15726818\n",
      "151 0 ae are dat 0.15725906\n",
      "151 1 e are data 0.15725906\n",
      "151 2  dre datae 0.15725906\n",
      "151 3 are dataed 0.15725906\n",
      "151 4 te dataedu 0.15725906\n",
      "151 5 e dataedu. 0.15725906\n",
      "151 6  dataedu.  0.15725906\n",
      "151 7 aataedu. T 0.15725906\n",
      "151 8 utaedu. Th 0.15725906\n",
      "151 9 tcedu. The 0.15725906\n",
      "151 10 uedu. The  0.15725906\n",
      "151 11 tdu. The c 0.15725906\n",
      "151 12  u. The cu 0.15725906\n",
      "151 13 u. The cur 0.15725906\n",
      "151 14 r The curr 0.15725906\n",
      "151 15  The curre 0.15725906\n",
      "151 16 ahe curren 0.15725906\n",
      "151 17 ee current 0.15725906\n",
      "151 18   current  0.15725906\n",
      "151 19  durrent l 0.15725906\n",
      "151 20 aurrent le 0.15725906\n",
      "151 21 urrent lec 0.15725906\n",
      "151 22 rrent lect 0.15725906\n",
      "151 23 eent lectu 0.15725906\n",
      "151 24 e t lectur 0.15725906\n",
      "151 25  t lecture 0.15725906\n",
      "151 26 t lecture  0.15725906\n",
      "151 27 ulecture i 0.15725906\n",
      "151 28 aecture is 0.15725906\n",
      "151 29 ecture is  0.15725906\n",
      "151 30  ture is a 0.15725906\n",
      "151 31 uure is a  0.15725906\n",
      "151 32 ure is a M 0.15725906\n",
      "151 33 rr is a Ma 0.15725906\n",
      "151 34 e ds a Mat 0.15725906\n",
      "151 35  ds a Matc 0.15725906\n",
      "151 36 as a Match 0.15725906\n",
      "151 37 s a Match  0.15725906\n",
      "151 38 ,a Match U 0.15725906\n",
      "151 39 arMatch Up 0.15725906\n",
      "151 40 tMatch Up  0.15725906\n",
      "151 41 aatch Up T 0.15725906\n",
      "151 42 atch Up Te 0.15725906\n",
      "151 43 tch Up Ten 0.15725906\n",
      "151 44 uh Up Tens 0.15725906\n",
      "151 45 u Up Tenso 0.15725906\n",
      "151 46  Up Tensor 0.15725906\n",
      "151 47 ap TensorF 0.15725906\n",
      "151 48 p TensorFl 0.15725906\n",
      "151 49  TensorFlo 0.15725906\n",
      "151 50 ahnsorFlow 0.15725906\n",
      "151 51 ensorFlow. 0.15725906\n",
      "151 52  torFlow.  0.15725906\n",
      "151 53 torFlow. S 0.15725906\n",
      "151 54 ,rFlow. St 0.15725906\n",
      "151 55 rFlow. Stu 0.15725906\n",
      "151 56 elow. Stud 0.15725906\n",
      "151 57 low. Stude 0.15725906\n",
      "151 58 ew. Studen 0.15725906\n",
      "151 59 r. Student 0.15725906\n",
      "151 60 . Students 0.15725906\n",
      "151 61  Ttudents, 0.15725906\n",
      "151 62 atudents,  0.15725906\n",
      "151 63 tudents, p 0.15725906\n",
      "151 64 urents, pl 0.15725906\n",
      "151 65 rents, ple 0.15725906\n",
      "151 66 unts, plea 0.15725906\n",
      "151 67  t , pleas 0.15725906\n",
      "151 68 t , please 0.15725906\n",
      "151 69 u, please  0.15725906\n",
      "151 70 , please s 0.15725906\n",
      "151 71  please st 0.15725906\n",
      "151 72 alease stu 0.15725906\n",
      "151 73  ease stud 0.15725906\n",
      "151 74 ecse study 0.15725906\n",
      "151 75  se study  0.15725906\n",
      "151 76 te study h 0.15725906\n",
      "151 77 , study ha 0.15725906\n",
      "151 78  dtudy har 0.15725906\n",
      "151 79 atudy hard 0.15725906\n",
      "151 80 ,udy hard. 0.15725906\n",
      "152 0 Te are dat 0.15724768\n",
      "152 1 e are data 0.15724768\n",
      "152 2  dre datae 0.15724768\n",
      "152 3 T e dataed 0.15724768\n",
      "152 4 te dataedu 0.15724768\n",
      "152 5 e dataedu. 0.15724768\n",
      "152 6  dataedu.  0.15724768\n",
      "152 7 Tataedu. T 0.15724768\n",
      "152 8 ataedu. Th 0.15724768\n",
      "152 9 taedu. The 0.15724768\n",
      "152 10 uedu. The  0.15724768\n",
      "152 11 tdu. The c 0.15724768\n",
      "152 12  u. The cu 0.15724768\n",
      "152 13 a. The cur 0.15724768\n",
      "152 14 r The curr 0.15724768\n",
      "152 15  She curre 0.15724768\n",
      "152 16 The curren 0.15724768\n",
      "152 17 ee current 0.15724768\n",
      "152 18   current  0.15724768\n",
      "152 19  durrent l 0.15724768\n",
      "152 20 Turrent le 0.15724768\n",
      "152 21 urrent lec 0.15724768\n",
      "152 22 reent lect 0.15724768\n",
      "152 23 eent lectu 0.15724768\n",
      "152 24 e t lectur 0.15724768\n",
      "152 25  t lecture 0.15724768\n",
      "152 26 t lecture  0.15724768\n",
      "152 27 ulecture i 0.15724768\n",
      "152 28 Tecture is 0.15724768\n",
      "152 29 eature is  0.15724768\n",
      "152 30  ture is a 0.15724768\n",
      "152 31 uure is a  0.15724768\n",
      "152 32 ude is a M 0.15724768\n",
      "152 33 re is a Ma 0.15724768\n",
      "152 34 e ds a Mat 0.15724768\n",
      "152 35  ds a Matc 0.15724768\n",
      "152 36 Ts a Match 0.15724768\n",
      "152 37 s a Match  0.15724768\n",
      "152 38 ,a Match U 0.15724768\n",
      "152 39 T Match Up 0.15724768\n",
      "152 40 tMatch Up  0.15724768\n",
      "152 41 Tatch Up T 0.15724768\n",
      "152 42 atch Up Te 0.15724768\n",
      "152 43 tah Up Ten 0.15724768\n",
      "152 44 uh Up Tens 0.15724768\n",
      "152 45 u Up Tenso 0.15724768\n",
      "152 46  Up Tensor 0.15724768\n",
      "152 47 Tp TensorF 0.15724768\n",
      "152 48 p TensorFl 0.15724768\n",
      "152 49  TensorFlo 0.15724768\n",
      "152 50 ThnsorFlow 0.15724768\n",
      "152 51 ensorFlow. 0.15724768\n",
      "152 52  torFlow.  0.15724768\n",
      "152 53 torFlow. S 0.15724768\n",
      "152 54 ,rFlow. St 0.15724768\n",
      "152 55 rFlow. Stu 0.15724768\n",
      "152 56 elow. Stud 0.15724768\n",
      "152 57 low. Stude 0.15724768\n",
      "152 58 ew. Studen 0.15724768\n",
      "152 59 r. Student 0.15724768\n",
      "152 60 . Students 0.15724768\n",
      "152 61  Students, 0.15724768\n",
      "152 62 Ttudents,  0.15724768\n",
      "152 63 tudents, p 0.15724768\n",
      "152 64 udents, pl 0.15724768\n",
      "152 65 rents, ple 0.15724768\n",
      "152 66 ants, plea 0.15724768\n",
      "152 67  t , pleas 0.15724768\n",
      "152 68 t , please 0.15724768\n",
      "152 69 u, please  0.15724768\n",
      "152 70 , please s 0.15724768\n",
      "152 71  please st 0.15724768\n",
      "152 72 Tlease stu 0.15724768\n",
      "152 73  ease stud 0.15724768\n",
      "152 74 ease study 0.15724768\n",
      "152 75  se study  0.15724768\n",
      "152 76 te study h 0.15724768\n",
      "152 77 , study ha 0.15724768\n",
      "152 78  dtudy har 0.15724768\n",
      "152 79 Ttudy hard 0.15724768\n",
      "152 80 ,udy hard. 0.15724768\n",
      "153 0 Te are dat 0.15724047\n",
      "153 1 e are data 0.15724047\n",
      "153 2  cre datae 0.15724047\n",
      "153 3 T e dataed 0.15724047\n",
      "153 4 te dataedu 0.15724047\n",
      "153 5 e iataedu. 0.15724047\n",
      "153 6  cataedu.  0.15724047\n",
      "153 7 Tataedu. T 0.15724047\n",
      "153 8 ataedu. Th 0.15724047\n",
      "153 9 tcedu. The 0.15724047\n",
      "153 10 uedu. The  0.15724047\n",
      "153 11 tdu. The c 0.15724047\n",
      "153 12  u. The cu 0.15724047\n",
      "153 13 a. The cur 0.15724047\n",
      "153 14 r The curr 0.15724047\n",
      "153 15  She curre 0.15724047\n",
      "153 16 The curren 0.15724047\n",
      "153 17 ee current 0.15724047\n",
      "153 18   current  0.15724047\n",
      "153 19  current l 0.15724047\n",
      "153 20 Turrent le 0.15724047\n",
      "153 21 urrent lec 0.15724047\n",
      "153 22 reent lect 0.15724047\n",
      "153 23 eent lectu 0.15724047\n",
      "153 24 e t lectur 0.15724047\n",
      "153 25  tslecture 0.15724047\n",
      "153 26 tslecture  0.15724047\n",
      "153 27 ulecture i 0.15724047\n",
      "153 28 Tecture is 0.15724047\n",
      "153 29 eature is  0.15724047\n",
      "153 30  ture is a 0.15724047\n",
      "153 31 uure is a  0.15724047\n",
      "153 32 ure is a M 0.15724047\n",
      "153 33 re is a Ma 0.15724047\n",
      "153 34 e is a Mat 0.15724047\n",
      "153 35  cs a Matc 0.15724047\n",
      "153 36 Ts a Match 0.15724047\n",
      "153 37 s a Match  0.15724047\n",
      "153 38 ,a Match U 0.15724047\n",
      "153 39 T Match Up 0.15724047\n",
      "153 40 tMatch Up  0.15724047\n",
      "153 41 Tatch Up T 0.15724047\n",
      "153 42 atch Up Te 0.15724047\n",
      "153 43 tch Up Ten 0.15724047\n",
      "153 44 uh Up Tens 0.15724047\n",
      "153 45 u Up Tenso 0.15724047\n",
      "153 46  Up Tensor 0.15724047\n",
      "153 47 Tp TensorF 0.15724047\n",
      "153 48 p TensorFl 0.15724047\n",
      "153 49  TensorFlo 0.15724047\n",
      "153 50 ThnsorFlow 0.15724047\n",
      "153 51 ensorFlow. 0.15724047\n",
      "153 52  torFlow.  0.15724047\n",
      "153 53 torFlow. S 0.15724047\n",
      "153 54 ,rFlow. St 0.15724047\n",
      "153 55 rFlow. Stu 0.15724047\n",
      "153 56 elow. Stud 0.15724047\n",
      "153 57 low. Stude 0.15724047\n",
      "153 58 ew. Studen 0.15724047\n",
      "153 59 r. Student 0.15724047\n",
      "153 60 . Students 0.15724047\n",
      "153 61  Students, 0.15724047\n",
      "153 62 Ttudents,  0.15724047\n",
      "153 63 tudents, p 0.15724047\n",
      "153 64 urents, pl 0.15724047\n",
      "153 65 rents, ple 0.15724047\n",
      "153 66 ants, plea 0.15724047\n",
      "153 67  ts, pleas 0.15724047\n",
      "153 68 ts, please 0.15724047\n",
      "153 69 u, please  0.15724047\n",
      "153 70 , please s 0.15724047\n",
      "153 71  please st 0.15724047\n",
      "153 72 Tlease stu 0.15724047\n",
      "153 73  ease stud 0.15724047\n",
      "153 74 ease study 0.15724047\n",
      "153 75  se study  0.15724047\n",
      "153 76 te study h 0.15724047\n",
      "153 77 , study ha 0.15724047\n",
      "153 78  ctudy har 0.15724047\n",
      "153 79 Ttudy hard 0.15724047\n",
      "153 80 ,udy hard. 0.15724047\n",
      "154 0 ae are dat 0.15723138\n",
      "154 1 e are data 0.15723138\n",
      "154 2  sre datae 0.15723138\n",
      "154 3 are dataed 0.15723138\n",
      "154 4 te dataedu 0.15723138\n",
      "154 5 e iataedu. 0.15723138\n",
      "154 6  sataedu.  0.15723138\n",
      "154 7 aataedu. T 0.15723138\n",
      "154 8 ataedu. Th 0.15723138\n",
      "154 9 taedu. The 0.15723138\n",
      "154 10 uedu. The  0.15723138\n",
      "154 11 tdu. The c 0.15723138\n",
      "154 12  u. The cu 0.15723138\n",
      "154 13 a. The cur 0.15723138\n",
      "154 14 r The curr 0.15723138\n",
      "154 15  The curre 0.15723138\n",
      "154 16 aee curren 0.15723138\n",
      "154 17 ee current 0.15723138\n",
      "154 18   current  0.15723138\n",
      "154 19  surrent l 0.15723138\n",
      "154 20 aurrent le 0.15723138\n",
      "154 21 urrent lec 0.15723138\n",
      "154 22 rrent lect 0.15723138\n",
      "154 23 eent lectu 0.15723138\n",
      "154 24 e t lectur 0.15723138\n",
      "154 25  tslecture 0.15723138\n",
      "154 26 tslecture  0.15723138\n",
      "154 27 ulecture i 0.15723138\n",
      "154 28 aecture is 0.15723138\n",
      "154 29 ecture is  0.15723138\n",
      "154 30  ture is a 0.15723138\n",
      "154 31 uure is a  0.15723138\n",
      "154 32 ude is a M 0.15723138\n",
      "154 33 rr is a Ma 0.15723138\n",
      "154 34 e is a Mat 0.15723138\n",
      "154 35  ss a Matc 0.15723138\n",
      "154 36 as a Match 0.15723138\n",
      "154 37 s a Match  0.15723138\n",
      "154 38 oa Match U 0.15723138\n",
      "154 39 arMatch Up 0.15723138\n",
      "154 40 tMatch Up  0.15723138\n",
      "154 41 aatch Up T 0.15723138\n",
      "154 42 atch Up Te 0.15723138\n",
      "154 43 tah Up Ten 0.15723138\n",
      "154 44 uh Up Tens 0.15723138\n",
      "154 45 u Up Tenso 0.15723138\n",
      "154 46  Up Tensor 0.15723138\n",
      "154 47 ap TensorF 0.15723138\n",
      "154 48 p TensorFl 0.15723138\n",
      "154 49  TensorFlo 0.15723138\n",
      "154 50 aensorFlow 0.15723138\n",
      "154 51 ensorFlow. 0.15723138\n",
      "154 52  torFlow.  0.15723138\n",
      "154 53 torFlow. S 0.15723138\n",
      "154 54 orFlow. St 0.15723138\n",
      "154 55 rFlow. Stu 0.15723138\n",
      "154 56 elow. Stud 0.15723138\n",
      "154 57 low. Stude 0.15723138\n",
      "154 58 ew. Studen 0.15723138\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "154 59 r. Student 0.15723138\n",
      "154 60 . Students 0.15723138\n",
      "154 61  Ttudents, 0.15723138\n",
      "154 62 atudents,  0.15723138\n",
      "154 63 tudents, p 0.15723138\n",
      "154 64 udents, pl 0.15723138\n",
      "154 65 rents, ple 0.15723138\n",
      "154 66 ants, plea 0.15723138\n",
      "154 67  ts, pleas 0.15723138\n",
      "154 68 ts, please 0.15723138\n",
      "154 69 u, please  0.15723138\n",
      "154 70 o please s 0.15723138\n",
      "154 71  please st 0.15723138\n",
      "154 72 alease stu 0.15723138\n",
      "154 73  ease stud 0.15723138\n",
      "154 74 ecse study 0.15723138\n",
      "154 75  se study  0.15723138\n",
      "154 76 te study h 0.15723138\n",
      "154 77 o study ha 0.15723138\n",
      "154 78  study har 0.15723138\n",
      "154 79 atudy hard 0.15723138\n",
      "154 80 oudy hard. 0.15723138\n",
      "155 0 Te are dat 0.1572263\n",
      "155 1 e are data 0.1572263\n",
      "155 2  cre datae 0.1572263\n",
      "155 3 T e dataed 0.1572263\n",
      "155 4 te dataedu 0.1572263\n",
      "155 5 e dataedu. 0.1572263\n",
      "155 6  cataedu.  0.1572263\n",
      "155 7 Tataedu. T 0.1572263\n",
      "155 8 ataedu. Th 0.1572263\n",
      "155 9 tcedu. The 0.1572263\n",
      "155 10 uedu. The  0.1572263\n",
      "155 11 tdu. The c 0.1572263\n",
      "155 12  u. The cu 0.1572263\n",
      "155 13 a. The cur 0.1572263\n",
      "155 14 r The curr 0.1572263\n",
      "155 15  She curre 0.1572263\n",
      "155 16 Tee curren 0.1572263\n",
      "155 17 ee current 0.1572263\n",
      "155 18   current  0.1572263\n",
      "155 19  current l 0.1572263\n",
      "155 20 Turrent le 0.1572263\n",
      "155 21 urrent lec 0.1572263\n",
      "155 22 rrent lect 0.1572263\n",
      "155 23 eent lectu 0.1572263\n",
      "155 24 e t lectur 0.1572263\n",
      "155 25  t lecture 0.1572263\n",
      "155 26 t lecture  0.1572263\n",
      "155 27 ulecture i 0.1572263\n",
      "155 28 Tecture is 0.1572263\n",
      "155 29 ecture is  0.1572263\n",
      "155 30  ture is a 0.1572263\n",
      "155 31 uure is a  0.1572263\n",
      "155 32 ude is a M 0.1572263\n",
      "155 33 rr is a Ma 0.1572263\n",
      "155 34 e ds a Mat 0.1572263\n",
      "155 35  cs a Matc 0.1572263\n",
      "155 36 Ts a Match 0.1572263\n",
      "155 37 s a Match  0.1572263\n",
      "155 38 ea Match U 0.1572263\n",
      "155 39 T Match Up 0.1572263\n",
      "155 40 tMatch Up  0.1572263\n",
      "155 41 Tatch Up T 0.1572263\n",
      "155 42 atch Up Te 0.1572263\n",
      "155 43 tch Up Ten 0.1572263\n",
      "155 44 uh Up Tens 0.1572263\n",
      "155 45 u Up Tenso 0.1572263\n",
      "155 46  Up Tensor 0.1572263\n",
      "155 47 Tp TensorF 0.1572263\n",
      "155 48 p TensorFl 0.1572263\n",
      "155 49  TensorFlo 0.1572263\n",
      "155 50 TensorFlow 0.1572263\n",
      "155 51 ensorFlow. 0.1572263\n",
      "155 52  torFlow.  0.1572263\n",
      "155 53 torFlow. S 0.1572263\n",
      "155 54 erFlow. St 0.1572263\n",
      "155 55 wFlow. Stu 0.1572263\n",
      "155 56 elow. Stud 0.1572263\n",
      "155 57 low. Stude 0.1572263\n",
      "155 58 ew. Studen 0.1572263\n",
      "155 59 w. Student 0.1572263\n",
      "155 60 . Students 0.1572263\n",
      "155 61  Students, 0.1572263\n",
      "155 62 Ttudents,  0.1572263\n",
      "155 63 tudents, p 0.1572263\n",
      "155 64 udents, pl 0.1572263\n",
      "155 65 rents, ple 0.1572263\n",
      "155 66 ants, plea 0.1572263\n",
      "155 67  t , pleas 0.1572263\n",
      "155 68 t , please 0.1572263\n",
      "155 69 u, please  0.1572263\n",
      "155 70 e please s 0.1572263\n",
      "155 71  please st 0.1572263\n",
      "155 72 Tlease stu 0.1572263\n",
      "155 73  ease stud 0.1572263\n",
      "155 74 ecse study 0.1572263\n",
      "155 75  se study  0.1572263\n",
      "155 76 te study h 0.1572263\n",
      "155 77 e study ha 0.1572263\n",
      "155 78  ctudy har 0.1572263\n",
      "155 79 Ttudy hard 0.1572263\n",
      "155 80 eudy hard. 0.1572263\n",
      "156 0 ae are dat 0.1572202\n",
      "156 1 e are data 0.1572202\n",
      "156 2  sre datae 0.1572202\n",
      "156 3 are dataed 0.1572202\n",
      "156 4 te dataedu 0.1572202\n",
      "156 5 e iataedu. 0.1572202\n",
      "156 6  sataedu.  0.1572202\n",
      "156 7 aataedu. T 0.1572202\n",
      "156 8 ataedu. Th 0.1572202\n",
      "156 9 taedu. The 0.1572202\n",
      "156 10 uedu. The  0.1572202\n",
      "156 11 tdu. The c 0.1572202\n",
      "156 12  u. The cu 0.1572202\n",
      "156 13 a. The cur 0.1572202\n",
      "156 14 r The curr 0.1572202\n",
      "156 15  The curre 0.1572202\n",
      "156 16 aee curren 0.1572202\n",
      "156 17 ee current 0.1572202\n",
      "156 18   current  0.1572202\n",
      "156 19  surrent l 0.1572202\n",
      "156 20 aurrent le 0.1572202\n",
      "156 21 urrent lec 0.1572202\n",
      "156 22 reent lect 0.1572202\n",
      "156 23 eent lectu 0.1572202\n",
      "156 24 e t lectur 0.1572202\n",
      "156 25  t lecture 0.1572202\n",
      "156 26 t lecture  0.1572202\n",
      "156 27 ulecture i 0.1572202\n",
      "156 28 aecture is 0.1572202\n",
      "156 29 eature is  0.1572202\n",
      "156 30  ture is a 0.1572202\n",
      "156 31 uure is a  0.1572202\n",
      "156 32 ure is a M 0.1572202\n",
      "156 33 re is a Ma 0.1572202\n",
      "156 34 e is a Mat 0.1572202\n",
      "156 35  ss a Matc 0.1572202\n",
      "156 36 as a Match 0.1572202\n",
      "156 37 s a Match  0.1572202\n",
      "156 38 ,a Match U 0.1572202\n",
      "156 39 arMatch Up 0.1572202\n",
      "156 40 tMatch Up  0.1572202\n",
      "156 41 aatch Up T 0.1572202\n",
      "156 42 atch Up Te 0.1572202\n",
      "156 43 tah Up Ten 0.1572202\n",
      "156 44 uh Up Tens 0.1572202\n",
      "156 45 u Up Tenso 0.1572202\n",
      "156 46  Up Tensor 0.1572202\n",
      "156 47 ap TensorF 0.1572202\n",
      "156 48 p TensorFl 0.1572202\n",
      "156 49  TensorFlo 0.1572202\n",
      "156 50 aensorFlow 0.1572202\n",
      "156 51 ensorFlow. 0.1572202\n",
      "156 52  torFlow.  0.1572202\n",
      "156 53 torFlow. S 0.1572202\n",
      "156 54 ,rFlow. St 0.1572202\n",
      "156 55 rFlow. Stu 0.1572202\n",
      "156 56 elow. Stud 0.1572202\n",
      "156 57 low. Stude 0.1572202\n",
      "156 58 ew. Studen 0.1572202\n",
      "156 59 r. Student 0.1572202\n",
      "156 60 . Students 0.1572202\n",
      "156 61  Ttudents, 0.1572202\n",
      "156 62 atudents,  0.1572202\n",
      "156 63 tudents, p 0.1572202\n",
      "156 64 urents, pl 0.1572202\n",
      "156 65 rents, ple 0.1572202\n",
      "156 66 ants, plea 0.1572202\n",
      "156 67  t , pleas 0.1572202\n",
      "156 68 t , please 0.1572202\n",
      "156 69 u, please  0.1572202\n",
      "156 70 , please s 0.1572202\n",
      "156 71  please st 0.1572202\n",
      "156 72 alease stu 0.1572202\n",
      "156 73  ease stud 0.1572202\n",
      "156 74 ease study 0.1572202\n",
      "156 75  se study  0.1572202\n",
      "156 76 te study h 0.1572202\n",
      "156 77 , study ha 0.1572202\n",
      "156 78  study har 0.1572202\n",
      "156 79 atudy hard 0.1572202\n",
      "156 80 ,udy hard. 0.1572202\n",
      "157 0 Te are dat 0.15721989\n",
      "157 1 e are data 0.15721989\n",
      "157 2  cre datae 0.15721989\n",
      "157 3 T e dataed 0.15721989\n",
      "157 4 te dataedu 0.15721989\n",
      "157 5 e dataedu. 0.15721989\n",
      "157 6  cataedu.  0.15721989\n",
      "157 7 Tataedu. T 0.15721989\n",
      "157 8 ataedu. Th 0.15721989\n",
      "157 9 tcedu. The 0.15721989\n",
      "157 10 uedu. The  0.15721989\n",
      "157 11 tdu. The c 0.15721989\n",
      "157 12  u. The cu 0.15721989\n",
      "157 13 a. The cur 0.15721989\n",
      "157 14 r The curr 0.15721989\n",
      "157 15  She curre 0.15721989\n",
      "157 16 The curren 0.15721989\n",
      "157 17 he current 0.15721989\n",
      "157 18 e current  0.15721989\n",
      "157 19  current l 0.15721989\n",
      "157 20 Turrent le 0.15721989\n",
      "157 21 urrent lec 0.15721989\n",
      "157 22 reent lect 0.15721989\n",
      "157 23 eent lectu 0.15721989\n",
      "157 24 e t lectur 0.15721989\n",
      "157 25  tslecture 0.15721989\n",
      "157 26 tslecture  0.15721989\n",
      "157 27 ulecture i 0.15721989\n",
      "157 28 Tecture is 0.15721989\n",
      "157 29 ecture is  0.15721989\n",
      "157 30  ture is a 0.15721989\n",
      "157 31 uure is a  0.15721989\n",
      "157 32 ude is a M 0.15721989\n",
      "157 33 re is a Ma 0.15721989\n",
      "157 34 e ds a Mat 0.15721989\n",
      "157 35  cs a Matc 0.15721989\n",
      "157 36 Ts a Match 0.15721989\n",
      "157 37 s a Match  0.15721989\n",
      "157 38 ta Match U 0.15721989\n",
      "157 39 T Match Up 0.15721989\n",
      "157 40 tMatch Up  0.15721989\n",
      "157 41 Tatch Up T 0.15721989\n",
      "157 42 atch Up Te 0.15721989\n",
      "157 43 tch Up Ten 0.15721989\n",
      "157 44 uh Up Tens 0.15721989\n",
      "157 45 u Up Tenso 0.15721989\n",
      "157 46 eUp Tensor 0.15721989\n",
      "157 47 Tp TensorF 0.15721989\n",
      "157 48 p TensorFl 0.15721989\n",
      "157 49  TensorFlo 0.15721989\n",
      "157 50 ThnsorFlow 0.15721989\n",
      "157 51 hnsorFlow. 0.15721989\n",
      "157 52  torFlow.  0.15721989\n",
      "157 53 torFlow. S 0.15721989\n",
      "157 54 trFlow. St 0.15721989\n",
      "157 55 wFlow. Stu 0.15721989\n",
      "157 56 elow. Stud 0.15721989\n",
      "157 57 low. Stude 0.15721989\n",
      "157 58 ew. Studen 0.15721989\n",
      "157 59 w. Student 0.15721989\n",
      "157 60 . Students 0.15721989\n",
      "157 61  Students, 0.15721989\n",
      "157 62 Ttudents,  0.15721989\n",
      "157 63 tudents, p 0.15721989\n",
      "157 64 udents, pl 0.15721989\n",
      "157 65 rents, ple 0.15721989\n",
      "157 66 ants, plea 0.15721989\n",
      "157 67  ts, pleas 0.15721989\n",
      "157 68 ts, please 0.15721989\n",
      "157 69 u, please  0.15721989\n",
      "157 70 t please s 0.15721989\n",
      "157 71  please st 0.15721989\n",
      "157 72 Tlease stu 0.15721989\n",
      "157 73  ease stud 0.15721989\n",
      "157 74 ecse study 0.15721989\n",
      "157 75  se study  0.15721989\n",
      "157 76 te study h 0.15721989\n",
      "157 77 t study ha 0.15721989\n",
      "157 78  ctudy har 0.15721989\n",
      "157 79 Ttudy hard 0.15721989\n",
      "157 80 tudy hard. 0.15721989\n",
      "158 0 ae are dat 0.15722378\n",
      "158 1 e are data 0.15722378\n",
      "158 2  sre datae 0.15722378\n",
      "158 3 are dataed 0.15722378\n",
      "158 4 te dataedu 0.15722378\n",
      "158 5 e iataedu. 0.15722378\n",
      "158 6  sataedu.  0.15722378\n",
      "158 7 aataedu. T 0.15722378\n",
      "158 8 ataedu. Th 0.15722378\n",
      "158 9 taedu. The 0.15722378\n",
      "158 10 uedu. The  0.15722378\n",
      "158 11 tdu. The c 0.15722378\n",
      "158 12  u. The cu 0.15722378\n",
      "158 13 a. The cur 0.15722378\n",
      "158 14 r The curr 0.15722378\n",
      "158 15  The curre 0.15722378\n",
      "158 16 aee curren 0.15722378\n",
      "158 17 ee current 0.15722378\n",
      "158 18   current  0.15722378\n",
      "158 19  surrent l 0.15722378\n",
      "158 20 aurrent le 0.15722378\n",
      "158 21 urrent lec 0.15722378\n",
      "158 22 rrent lect 0.15722378\n",
      "158 23 eent lectu 0.15722378\n",
      "158 24 e t lectur 0.15722378\n",
      "158 25  t lecture 0.15722378\n",
      "158 26 tslecture  0.15722378\n",
      "158 27 ulecture i 0.15722378\n",
      "158 28 aecture is 0.15722378\n",
      "158 29 eature is  0.15722378\n",
      "158 30  ture is a 0.15722378\n",
      "158 31 uure is a  0.15722378\n",
      "158 32 ure is a M 0.15722378\n",
      "158 33 rr is a Ma 0.15722378\n",
      "158 34 e is a Mat 0.15722378\n",
      "158 35  ss a Matc 0.15722378\n",
      "158 36 as a Match 0.15722378\n",
      "158 37 s a Match  0.15722378\n",
      "158 38 ,a Match U 0.15722378\n",
      "158 39 arMatch Up 0.15722378\n",
      "158 40 tMatch Up  0.15722378\n",
      "158 41 aatch Up T 0.15722378\n",
      "158 42 atch Up Te 0.15722378\n",
      "158 43 tah Up Ten 0.15722378\n",
      "158 44 uh Up Tens 0.15722378\n",
      "158 45 u Up Tenso 0.15722378\n",
      "158 46  Up Tensor 0.15722378\n",
      "158 47 ap TensorF 0.15722378\n",
      "158 48 p TensorFl 0.15722378\n",
      "158 49 lTensorFlo 0.15722378\n",
      "158 50 aensorFlow 0.15722378\n",
      "158 51 ensorFlow. 0.15722378\n",
      "158 52  torFlow.  0.15722378\n",
      "158 53 torFlow. S 0.15722378\n",
      "158 54 ,rFlow. St 0.15722378\n",
      "158 55 rFlow. Stu 0.15722378\n",
      "158 56 elow. Stud 0.15722378\n",
      "158 57 low. Stude 0.15722378\n",
      "158 58 ew. Studen 0.15722378\n",
      "158 59 r. Student 0.15722378\n",
      "158 60 . Students 0.15722378\n",
      "158 61  Ttudents, 0.15722378\n",
      "158 62 atudents,  0.15722378\n",
      "158 63 tudents, p 0.15722378\n",
      "158 64 urents, pl 0.15722378\n",
      "158 65 rents, ple 0.15722378\n",
      "158 66 ants, plea 0.15722378\n",
      "158 67  t , pleas 0.15722378\n",
      "158 68 ts, please 0.15722378\n",
      "158 69 u, please  0.15722378\n",
      "158 70 , please s 0.15722378\n",
      "158 71  please st 0.15722378\n",
      "158 72 alease stu 0.15722378\n",
      "158 73 lease stud 0.15722378\n",
      "158 74 ease study 0.15722378\n",
      "158 75  se study  0.15722378\n",
      "158 76 te study h 0.15722378\n",
      "158 77 , study ha 0.15722378\n",
      "158 78  study har 0.15722378\n",
      "158 79 atudy hard 0.15722378\n",
      "158 80 ,udy hard. 0.15722378\n",
      "159 0 Te are dat 0.1572431\n",
      "159 1 e are data 0.1572431\n",
      "159 2  cre datae 0.1572431\n",
      "159 3 T e dataed 0.1572431\n",
      "159 4 te dataedu 0.1572431\n",
      "159 5 e dataedu. 0.1572431\n",
      "159 6  cataedu.  0.1572431\n",
      "159 7 Tataedu. T 0.1572431\n",
      "159 8 ataedu. Th 0.1572431\n",
      "159 9 tcedu. The 0.1572431\n",
      "159 10 uedu. The  0.1572431\n",
      "159 11 tdu. The c 0.1572431\n",
      "159 12  u. The cu 0.1572431\n",
      "159 13 a. The cur 0.1572431\n",
      "159 14 r The curr 0.1572431\n",
      "159 15  She curre 0.1572431\n",
      "159 16 The curren 0.1572431\n",
      "159 17 he current 0.1572431\n",
      "159 18   current  0.1572431\n",
      "159 19  current l 0.1572431\n",
      "159 20 Turrent le 0.1572431\n",
      "159 21 urrent lec 0.1572431\n",
      "159 22 rrent lect 0.1572431\n",
      "159 23 eent lectu 0.1572431\n",
      "159 24 e t lectur 0.1572431\n",
      "159 25  tslecture 0.1572431\n",
      "159 26 t lecture  0.1572431\n",
      "159 27 ulecture i 0.1572431\n",
      "159 28 Tecture is 0.1572431\n",
      "159 29 ecture is  0.1572431\n",
      "159 30  ture is a 0.1572431\n",
      "159 31 uure is a  0.1572431\n",
      "159 32 ure is a M 0.1572431\n",
      "159 33 rr is a Ma 0.1572431\n",
      "159 34 e ds a Mat 0.1572431\n",
      "159 35  cs a Matc 0.1572431\n",
      "159 36 Ts a Match 0.1572431\n",
      "159 37 s a Match  0.1572431\n",
      "159 38 ,a Match U 0.1572431\n",
      "159 39 T Match Up 0.1572431\n",
      "159 40 tMatch Up  0.1572431\n",
      "159 41 Tatch Up T 0.1572431\n",
      "159 42 atch Up Te 0.1572431\n",
      "159 43 tch Up Ten 0.1572431\n",
      "159 44 uh Up Tens 0.1572431\n",
      "159 45 u Up Tenso 0.1572431\n",
      "159 46  Up Tensor 0.1572431\n",
      "159 47 Tp TensorF 0.1572431\n",
      "159 48 p TensorFl 0.1572431\n",
      "159 49  TensorFlo 0.1572431\n",
      "159 50 ThnsorFlow 0.1572431\n",
      "159 51 hnsorFlow. 0.1572431\n",
      "159 52  torFlow.  0.1572431\n",
      "159 53 torFlow. S 0.1572431\n",
      "159 54 ,rFlow. St 0.1572431\n",
      "159 55 wFlow. Stu 0.1572431\n",
      "159 56 elow. Stud 0.1572431\n",
      "159 57 low. Stude 0.1572431\n",
      "159 58 ew. Studen 0.1572431\n",
      "159 59 w. Student 0.1572431\n",
      "159 60 . Students 0.1572431\n",
      "159 61  Students, 0.1572431\n",
      "159 62 Ttudents,  0.1572431\n",
      "159 63 tudents, p 0.1572431\n",
      "159 64 urents, pl 0.1572431\n",
      "159 65 rents, ple 0.1572431\n",
      "159 66 ants, plea 0.1572431\n",
      "159 67  ts, pleas 0.1572431\n",
      "159 68 t , please 0.1572431\n",
      "159 69 u, please  0.1572431\n",
      "159 70 , please s 0.1572431\n",
      "159 71  please st 0.1572431\n",
      "159 72 Tlease stu 0.1572431\n",
      "159 73  ease stud 0.1572431\n",
      "159 74 ecse study 0.1572431\n",
      "159 75  se study  0.1572431\n",
      "159 76 te study h 0.1572431\n",
      "159 77 , study ha 0.1572431\n",
      "159 78  ctudy har 0.1572431\n",
      "159 79 Ttudy hard 0.1572431\n",
      "159 80 ,udy hard. 0.1572431\n",
      "160 0 ae are dat 0.15728673\n",
      "160 1 e are data 0.15728673\n",
      "160 2  sre datae 0.15728673\n",
      "160 3 are dataed 0.15728673\n",
      "160 4 te dataedu 0.15728673\n",
      "160 5 e iataedu. 0.15728673\n",
      "160 6  sataedu.  0.15728673\n",
      "160 7 aataedu. T 0.15728673\n",
      "160 8 ataedu. Th 0.15728673\n",
      "160 9 taedu. The 0.15728673\n",
      "160 10 uedu. The  0.15728673\n",
      "160 11 tdu. The c 0.15728673\n",
      "160 12  u. The cu 0.15728673\n",
      "160 13 a. The cur 0.15728673\n",
      "160 14 r The curr 0.15728673\n",
      "160 15  The curre 0.15728673\n",
      "160 16 aee curren 0.15728673\n",
      "160 17 ee current 0.15728673\n",
      "160 18   current  0.15728673\n",
      "160 19  surrent l 0.15728673\n",
      "160 20 aurrent le 0.15728673\n",
      "160 21 urrent lec 0.15728673\n",
      "160 22 rrent lect 0.15728673\n",
      "160 23 eent lectu 0.15728673\n",
      "160 24 e t lectur 0.15728673\n",
      "160 25  t lecture 0.15728673\n",
      "160 26 t lecture  0.15728673\n",
      "160 27 ulecture i 0.15728673\n",
      "160 28 aecture is 0.15728673\n",
      "160 29 eature is  0.15728673\n",
      "160 30  ture is a 0.15728673\n",
      "160 31 uure is a  0.15728673\n",
      "160 32 ude is a M 0.15728673\n",
      "160 33 rr is a Ma 0.15728673\n",
      "160 34 e is a Mat 0.15728673\n",
      "160 35  ss a Matc 0.15728673\n",
      "160 36 as a Match 0.15728673\n",
      "160 37 s a Match  0.15728673\n",
      "160 38 ,a Match U 0.15728673\n",
      "160 39 arMatch Up 0.15728673\n",
      "160 40 tMatch Up  0.15728673\n",
      "160 41 aatch Up T 0.15728673\n",
      "160 42 atch Up Te 0.15728673\n",
      "160 43 tah Up Ten 0.15728673\n",
      "160 44 uh Up Tens 0.15728673\n",
      "160 45 u Up Tenso 0.15728673\n",
      "160 46  Up Tensor 0.15728673\n",
      "160 47 ap TensorF 0.15728673\n",
      "160 48 p TensorFl 0.15728673\n",
      "160 49 lTensorFlo 0.15728673\n",
      "160 50 aensorFlow 0.15728673\n",
      "160 51 ensorFlow. 0.15728673\n",
      "160 52  torFlow.  0.15728673\n",
      "160 53 torFlow. S 0.15728673\n",
      "160 54 ,rFlow. St 0.15728673\n",
      "160 55 rFlow. Stu 0.15728673\n",
      "160 56 elow. Stud 0.15728673\n",
      "160 57 low. Stude 0.15728673\n",
      "160 58 ew. Studen 0.15728673\n",
      "160 59 r. Student 0.15728673\n",
      "160 60 . Students 0.15728673\n",
      "160 61  Ttudents, 0.15728673\n",
      "160 62 atudents,  0.15728673\n",
      "160 63 tudents, p 0.15728673\n",
      "160 64 udents, pl 0.15728673\n",
      "160 65 rents, ple 0.15728673\n",
      "160 66 ants, plea 0.15728673\n",
      "160 67  t , pleas 0.15728673\n",
      "160 68 t , please 0.15728673\n",
      "160 69 u, please  0.15728673\n",
      "160 70 , please s 0.15728673\n",
      "160 71  please st 0.15728673\n",
      "160 72 alease stu 0.15728673\n",
      "160 73 lease stud 0.15728673\n",
      "160 74 ease study 0.15728673\n",
      "160 75  se study  0.15728673\n",
      "160 76 te study h 0.15728673\n",
      "160 77 , study ha 0.15728673\n",
      "160 78  study har 0.15728673\n",
      "160 79 atudy hard 0.15728673\n",
      "160 80 ,udy hard. 0.15728673\n",
      "161 0 Te are dat 0.15737486\n",
      "161 1 e are data 0.15737486\n",
      "161 2  cre datae 0.15737486\n",
      "161 3 T e dataed 0.15737486\n",
      "161 4 te dataedu 0.15737486\n",
      "161 5 e dataedu. 0.15737486\n",
      "161 6  cataedu.  0.15737486\n",
      "161 7 Tataedu. T 0.15737486\n",
      "161 8 utaedu. Th 0.15737486\n",
      "161 9 tcedu. The 0.15737486\n",
      "161 10 uedu. The  0.15737486\n",
      "161 11 tdu. The c 0.15737486\n",
      "161 12  u. The cu 0.15737486\n",
      "161 13 u. The cur 0.15737486\n",
      "161 14 r The curr 0.15737486\n",
      "161 15  She curre 0.15737486\n",
      "161 16 The curren 0.15737486\n",
      "161 17 ee current 0.15737486\n",
      "161 18 e current  0.15737486\n",
      "161 19  current l 0.15737486\n",
      "161 20 Turrent le 0.15737486\n",
      "161 21 urrent lec 0.15737486\n",
      "161 22 reent lect 0.15737486\n",
      "161 23 eent lectu 0.15737486\n",
      "161 24 e t lectur 0.15737486\n",
      "161 25  tslecture 0.15737486\n",
      "161 26 tslecture  0.15737486\n",
      "161 27 ulecture i 0.15737486\n",
      "161 28 Tecture is 0.15737486\n",
      "161 29 ecture is  0.15737486\n",
      "161 30  ture is a 0.15737486\n",
      "161 31 uure is a  0.15737486\n",
      "161 32 ure is a M 0.15737486\n",
      "161 33 re is a Ma 0.15737486\n",
      "161 34 e ds a Mat 0.15737486\n",
      "161 35  cs a Matc 0.15737486\n",
      "161 36 Ts a Match 0.15737486\n",
      "161 37 s a Match  0.15737486\n",
      "161 38 ta Match U 0.15737486\n",
      "161 39 T Match Up 0.15737486\n",
      "161 40 tMatch Up  0.15737486\n",
      "161 41 Tatch Up T 0.15737486\n",
      "161 42 atch Up Te 0.15737486\n",
      "161 43 tch Up Ten 0.15737486\n",
      "161 44 uh Up Tens 0.15737486\n",
      "161 45 u Up Tenso 0.15737486\n",
      "161 46 eUp Tensor 0.15737486\n",
      "161 47 Tp TensorF 0.15737486\n",
      "161 48 p TensorFl 0.15737486\n",
      "161 49  TensorFlo 0.15737486\n",
      "161 50 ThnsorFlow 0.15737486\n",
      "161 51 ensorFlow. 0.15737486\n",
      "161 52  torFlow.  0.15737486\n",
      "161 53 torFlow. S 0.15737486\n",
      "161 54 trFlow. St 0.15737486\n",
      "161 55 wFlow. Stu 0.15737486\n",
      "161 56 elow. Stud 0.15737486\n",
      "161 57 low. Stude 0.15737486\n",
      "161 58 ew. Studen 0.15737486\n",
      "161 59 w. Student 0.15737486\n",
      "161 60 . Students 0.15737486\n",
      "161 61  Students, 0.15737486\n",
      "161 62 Ttudents,  0.15737486\n",
      "161 63 tudents, p 0.15737486\n",
      "161 64 urents, pl 0.15737486\n",
      "161 65 rents, ple 0.15737486\n",
      "161 66 unts, plea 0.15737486\n",
      "161 67  ts, pleas 0.15737486\n",
      "161 68 ts, please 0.15737486\n",
      "161 69 u, please  0.15737486\n",
      "161 70 t please s 0.15737486\n",
      "161 71  please st 0.15737486\n",
      "161 72 Tlease stu 0.15737486\n",
      "161 73  ease stud 0.15737486\n",
      "161 74 ecse study 0.15737486\n",
      "161 75  se study  0.15737486\n",
      "161 76 te study h 0.15737486\n",
      "161 77 t study ha 0.15737486\n",
      "161 78  ctudy har 0.15737486\n",
      "161 79 Ttudy hard 0.15737486\n",
      "161 80 tudy hard. 0.15737486\n",
      "162 0 ae are dat 0.15750481\n",
      "162 1 e are data 0.15750481\n",
      "162 2  sre datae 0.15750481\n",
      "162 3 are dataed 0.15750481\n",
      "162 4 te dataedu 0.15750481\n",
      "162 5 e iataedu. 0.15750481\n",
      "162 6  sataedu.  0.15750481\n",
      "162 7 aataedu. T 0.15750481\n",
      "162 8 ataedu. Th 0.15750481\n",
      "162 9 taedu. The 0.15750481\n",
      "162 10 uedu. The  0.15750481\n",
      "162 11 tdu. The c 0.15750481\n",
      "162 12  u. The cu 0.15750481\n",
      "162 13 a. The cur 0.15750481\n",
      "162 14 r The curr 0.15750481\n",
      "162 15  The curre 0.15750481\n",
      "162 16 aee curren 0.15750481\n",
      "162 17 ee current 0.15750481\n",
      "162 18   current  0.15750481\n",
      "162 19  surrent l 0.15750481\n",
      "162 20 aurrent le 0.15750481\n",
      "162 21 urrent lec 0.15750481\n",
      "162 22 rrent lect 0.15750481\n",
      "162 23 eent lectu 0.15750481\n",
      "162 24 e t lectur 0.15750481\n",
      "162 25  t lecture 0.15750481\n",
      "162 26 t lecture  0.15750481\n",
      "162 27 ulecture i 0.15750481\n",
      "162 28 aecture is 0.15750481\n",
      "162 29 eature is  0.15750481\n",
      "162 30  ture is a 0.15750481\n",
      "162 31 uure is a  0.15750481\n",
      "162 32 ude is a M 0.15750481\n",
      "162 33 rr is a Ma 0.15750481\n",
      "162 34 e is a Mat 0.15750481\n",
      "162 35  ss a Matc 0.15750481\n",
      "162 36 as a Match 0.15750481\n",
      "162 37 s a Match  0.15750481\n",
      "162 38 ,a Match U 0.15750481\n",
      "162 39 arMatch Up 0.15750481\n",
      "162 40 tMatch Up  0.15750481\n",
      "162 41 aatch Up T 0.15750481\n",
      "162 42 atch Up Te 0.15750481\n",
      "162 43 tah Up Ten 0.15750481\n",
      "162 44 uh Up Tens 0.15750481\n",
      "162 45 u Up Tenso 0.15750481\n",
      "162 46  Up Tensor 0.15750481\n",
      "162 47 ap TensorF 0.15750481\n",
      "162 48 p TensorFl 0.15750481\n",
      "162 49 lTensorFlo 0.15750481\n",
      "162 50 aensorFlow 0.15750481\n",
      "162 51 ensorFlow. 0.15750481\n",
      "162 52  torFlow.  0.15750481\n",
      "162 53 torFlow. S 0.15750481\n",
      "162 54 ,rFlow. St 0.15750481\n",
      "162 55 rFlow. Stu 0.15750481\n",
      "162 56 elow. Stud 0.15750481\n",
      "162 57 low. Stude 0.15750481\n",
      "162 58 ew. Studen 0.15750481\n",
      "162 59 r. Student 0.15750481\n",
      "162 60 . Students 0.15750481\n",
      "162 61  Ttudents, 0.15750481\n",
      "162 62 atudents,  0.15750481\n",
      "162 63 tudents, p 0.15750481\n",
      "162 64 udents, pl 0.15750481\n",
      "162 65 rents, ple 0.15750481\n",
      "162 66 ants, plea 0.15750481\n",
      "162 67  t , pleas 0.15750481\n",
      "162 68 t , please 0.15750481\n",
      "162 69 u, please  0.15750481\n",
      "162 70 , please s 0.15750481\n",
      "162 71  please st 0.15750481\n",
      "162 72 alease stu 0.15750481\n",
      "162 73 lease stud 0.15750481\n",
      "162 74 ease study 0.15750481\n",
      "162 75  se study  0.15750481\n",
      "162 76 te study h 0.15750481\n",
      "162 77 , study ha 0.15750481\n",
      "162 78  study har 0.15750481\n",
      "162 79 atudy hard 0.15750481\n",
      "162 80 ,udy hard. 0.15750481\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "163 0 Te are dat 0.15762267\n",
      "163 1 e are data 0.15762267\n",
      "163 2  cre datae 0.15762267\n",
      "163 3 T e dataed 0.15762267\n",
      "163 4 te dataedu 0.15762267\n",
      "163 5 e dataedu. 0.15762267\n",
      "163 6  cataedu.  0.15762267\n",
      "163 7 Tataedu. T 0.15762267\n",
      "163 8 utaedu. Th 0.15762267\n",
      "163 9 tcedu. The 0.15762267\n",
      "163 10 uedu. The  0.15762267\n",
      "163 11 tdu. The c 0.15762267\n",
      "163 12  u. The cu 0.15762267\n",
      "163 13 u. The cur 0.15762267\n",
      "163 14 r The curr 0.15762267\n",
      "163 15  She curre 0.15762267\n",
      "163 16 The curren 0.15762267\n",
      "163 17 he current 0.15762267\n",
      "163 18 e current  0.15762267\n",
      "163 19  current l 0.15762267\n",
      "163 20 Turrent le 0.15762267\n",
      "163 21 hrrent lec 0.15762267\n",
      "163 22 reent lect 0.15762267\n",
      "163 23 eent lectu 0.15762267\n",
      "163 24 e t lectur 0.15762267\n",
      "163 25  tslecture 0.15762267\n",
      "163 26 tslecture  0.15762267\n",
      "163 27 ulecture i 0.15762267\n",
      "163 28 Tecture is 0.15762267\n",
      "163 29 ecture is  0.15762267\n",
      "163 30  ture is a 0.15762267\n",
      "163 31 hure is a  0.15762267\n",
      "163 32 ure is a M 0.15762267\n",
      "163 33 re is a Ma 0.15762267\n",
      "163 34 e ds a Mat 0.15762267\n",
      "163 35  cs a Matc 0.15762267\n",
      "163 36 Ts a Match 0.15762267\n",
      "163 37 s a Match  0.15762267\n",
      "163 38 ta Match U 0.15762267\n",
      "163 39 T Match Up 0.15762267\n",
      "163 40 tMatch Up  0.15762267\n",
      "163 41 Tatch Up T 0.15762267\n",
      "163 42 atch Up Te 0.15762267\n",
      "163 43 tch Up Ten 0.15762267\n",
      "163 44 uh Up Tens 0.15762267\n",
      "163 45 h Up Tenso 0.15762267\n",
      "163 46 eUp Tensor 0.15762267\n",
      "163 47 Tp TensorF 0.15762267\n",
      "163 48 p TensorFl 0.15762267\n",
      "163 49  TensorFlo 0.15762267\n",
      "163 50 ThnsorFlow 0.15762267\n",
      "163 51 hnsorFlow. 0.15762267\n",
      "163 52  torFlow.  0.15762267\n",
      "163 53 torFlow. S 0.15762267\n",
      "163 54 trFlow. St 0.15762267\n",
      "163 55 wFlow. Stu 0.15762267\n",
      "163 56 elow. Stud 0.15762267\n",
      "163 57 low. Stude 0.15762267\n",
      "163 58 ew. Studen 0.15762267\n",
      "163 59 w. Student 0.15762267\n",
      "163 60 . Students 0.15762267\n",
      "163 61  Students, 0.15762267\n",
      "163 62 Ttudents,  0.15762267\n",
      "163 63 tudents, p 0.15762267\n",
      "163 64 urents, pl 0.15762267\n",
      "163 65 rents, ple 0.15762267\n",
      "163 66 unts, plea 0.15762267\n",
      "163 67  ts, pleas 0.15762267\n",
      "163 68 ts, please 0.15762267\n",
      "163 69 u, please  0.15762267\n",
      "163 70 t please s 0.15762267\n",
      "163 71  please st 0.15762267\n",
      "163 72 Tlease stu 0.15762267\n",
      "163 73  ease stud 0.15762267\n",
      "163 74 ecse study 0.15762267\n",
      "163 75  se study  0.15762267\n",
      "163 76 te study h 0.15762267\n",
      "163 77 t study ha 0.15762267\n",
      "163 78  ctudy har 0.15762267\n",
      "163 79 Ttudy hard 0.15762267\n",
      "163 80 tudy hard. 0.15762267\n",
      "164 0 ae are dat 0.15758622\n",
      "164 1 e are data 0.15758622\n",
      "164 2  ire datae 0.15758622\n",
      "164 3 are dataed 0.15758622\n",
      "164 4 te dataedu 0.15758622\n",
      "164 5 e iataedu. 0.15758622\n",
      "164 6  iataedu.  0.15758622\n",
      "164 7 aataedu. T 0.15758622\n",
      "164 8 ataedu. Th 0.15758622\n",
      "164 9 taedu. The 0.15758622\n",
      "164 10 uedu. The  0.15758622\n",
      "164 11 tdu. The c 0.15758622\n",
      "164 12  u. The cu 0.15758622\n",
      "164 13 a. The cur 0.15758622\n",
      "164 14 r The curr 0.15758622\n",
      "164 15  The curre 0.15758622\n",
      "164 16 aee curren 0.15758622\n",
      "164 17 ee current 0.15758622\n",
      "164 18   current  0.15758622\n",
      "164 19  iurrent l 0.15758622\n",
      "164 20 aurrent le 0.15758622\n",
      "164 21 urrent lec 0.15758622\n",
      "164 22 rrent lect 0.15758622\n",
      "164 23 eent lectu 0.15758622\n",
      "164 24 e t lectur 0.15758622\n",
      "164 25  t lecture 0.15758622\n",
      "164 26 t lecture  0.15758622\n",
      "164 27 ulecture i 0.15758622\n",
      "164 28 aecture is 0.15758622\n",
      "164 29 eature is  0.15758622\n",
      "164 30  ture is a 0.15758622\n",
      "164 31 uure is a  0.15758622\n",
      "164 32 ude is a M 0.15758622\n",
      "164 33 rr is a Ma 0.15758622\n",
      "164 34 e is a Mat 0.15758622\n",
      "164 35  is a Matc 0.15758622\n",
      "164 36 as a Match 0.15758622\n",
      "164 37 s a Match  0.15758622\n",
      "164 38 ,a Match U 0.15758622\n",
      "164 39 arMatch Up 0.15758622\n",
      "164 40 tMatch Up  0.15758622\n",
      "164 41 aatch Up T 0.15758622\n",
      "164 42 atch Up Te 0.15758622\n",
      "164 43 tah Up Ten 0.15758622\n",
      "164 44 uh Up Tens 0.15758622\n",
      "164 45 u Up Tenso 0.15758622\n",
      "164 46  Up Tensor 0.15758622\n",
      "164 47 ap TensorF 0.15758622\n",
      "164 48 p TensorFl 0.15758622\n",
      "164 49 lTensorFlo 0.15758622\n",
      "164 50 aensorFlow 0.15758622\n",
      "164 51 ensorFlow. 0.15758622\n",
      "164 52  torFlow.  0.15758622\n",
      "164 53 torFlow. S 0.15758622\n",
      "164 54 ,rFlow. St 0.15758622\n",
      "164 55 rFlow. Stu 0.15758622\n",
      "164 56 elow. Stud 0.15758622\n",
      "164 57 low. Stude 0.15758622\n",
      "164 58 ew. Studen 0.15758622\n",
      "164 59 r. Student 0.15758622\n",
      "164 60 . Students 0.15758622\n",
      "164 61  Ttudents, 0.15758622\n",
      "164 62 atudents,  0.15758622\n",
      "164 63 tudents, p 0.15758622\n",
      "164 64 udents, pl 0.15758622\n",
      "164 65 rents, ple 0.15758622\n",
      "164 66 ants, plea 0.15758622\n",
      "164 67  t , pleas 0.15758622\n",
      "164 68 t , please 0.15758622\n",
      "164 69 u, please  0.15758622\n",
      "164 70 , please s 0.15758622\n",
      "164 71  please st 0.15758622\n",
      "164 72 alease stu 0.15758622\n",
      "164 73 lease stud 0.15758622\n",
      "164 74 ease study 0.15758622\n",
      "164 75  se study  0.15758622\n",
      "164 76 te study h 0.15758622\n",
      "164 77 , study ha 0.15758622\n",
      "164 78  itudy har 0.15758622\n",
      "164 79 atudy hard 0.15758622\n",
      "164 80 ,udy hard. 0.15758622\n",
      "165 0 Te are dat 0.15740943\n",
      "165 1 e are data 0.15740943\n",
      "165 2  cre datae 0.15740943\n",
      "165 3 T e dataed 0.15740943\n",
      "165 4 te dataedu 0.15740943\n",
      "165 5 e dataedu. 0.15740943\n",
      "165 6  cataedu.  0.15740943\n",
      "165 7 Tataedu. T 0.15740943\n",
      "165 8 ataedu. Th 0.15740943\n",
      "165 9 tcedu. The 0.15740943\n",
      "165 10 uedu. The  0.15740943\n",
      "165 11 tdu. The c 0.15740943\n",
      "165 12  u. The cu 0.15740943\n",
      "165 13 a. The cur 0.15740943\n",
      "165 14 r The curr 0.15740943\n",
      "165 15  She curre 0.15740943\n",
      "165 16 The curren 0.15740943\n",
      "165 17 ee current 0.15740943\n",
      "165 18 e current  0.15740943\n",
      "165 19  current l 0.15740943\n",
      "165 20 Turrent le 0.15740943\n",
      "165 21 hrrent lec 0.15740943\n",
      "165 22 reent lect 0.15740943\n",
      "165 23 eent lectu 0.15740943\n",
      "165 24 e t lectur 0.15740943\n",
      "165 25  tslecture 0.15740943\n",
      "165 26 tslecture  0.15740943\n",
      "165 27 ulecture i 0.15740943\n",
      "165 28 Tecture is 0.15740943\n",
      "165 29 ecture is  0.15740943\n",
      "165 30  ture is a 0.15740943\n",
      "165 31 hure is a  0.15740943\n",
      "165 32 ure is a M 0.15740943\n",
      "165 33 re is a Ma 0.15740943\n",
      "165 34 e ds a Mat 0.15740943\n",
      "165 35  cs a Matc 0.15740943\n",
      "165 36 Ts a Match 0.15740943\n",
      "165 37 s a Match  0.15740943\n",
      "165 38 ta Match U 0.15740943\n",
      "165 39 T Match Up 0.15740943\n",
      "165 40 tMatch Up  0.15740943\n",
      "165 41 Tatch Up T 0.15740943\n",
      "165 42 atch Up Te 0.15740943\n",
      "165 43 tch Up Ten 0.15740943\n",
      "165 44 uh Up Tens 0.15740943\n",
      "165 45 h Up Tenso 0.15740943\n",
      "165 46 eUp Tensor 0.15740943\n",
      "165 47 Tp TensorF 0.15740943\n",
      "165 48 p TensorFl 0.15740943\n",
      "165 49  TensorFlo 0.15740943\n",
      "165 50 ThnsorFlow 0.15740943\n",
      "165 51 ensorFlow. 0.15740943\n",
      "165 52  torFlow.  0.15740943\n",
      "165 53 torFlow. S 0.15740943\n",
      "165 54 trFlow. St 0.15740943\n",
      "165 55 wFlow. Stu 0.15740943\n",
      "165 56 elow. Stud 0.15740943\n",
      "165 57 low. Stude 0.15740943\n",
      "165 58 ew. Studen 0.15740943\n",
      "165 59 w. Student 0.15740943\n",
      "165 60 . Students 0.15740943\n",
      "165 61  Students, 0.15740943\n",
      "165 62 Ttudents,  0.15740943\n",
      "165 63 tudents, p 0.15740943\n",
      "165 64 urents, pl 0.15740943\n",
      "165 65 rents, ple 0.15740943\n",
      "165 66 ants, plea 0.15740943\n",
      "165 67  ts, pleas 0.15740943\n",
      "165 68 ts, please 0.15740943\n",
      "165 69 u, please  0.15740943\n",
      "165 70 t please s 0.15740943\n",
      "165 71  please st 0.15740943\n",
      "165 72 Tlease stu 0.15740943\n",
      "165 73  ease stud 0.15740943\n",
      "165 74 ecse study 0.15740943\n",
      "165 75  se study  0.15740943\n",
      "165 76 te study h 0.15740943\n",
      "165 77 t study ha 0.15740943\n",
      "165 78  ctudy har 0.15740943\n",
      "165 79 Ttudy hard 0.15740943\n",
      "165 80 tudy hard. 0.15740943\n",
      "166 0 ae are dat 0.1571979\n",
      "166 1 e are data 0.1571979\n",
      "166 2  ire datae 0.1571979\n",
      "166 3 are dataed 0.1571979\n",
      "166 4 te dataedu 0.1571979\n",
      "166 5 e iataedu. 0.1571979\n",
      "166 6  iataedu.  0.1571979\n",
      "166 7 aataedu. T 0.1571979\n",
      "166 8 ataedu. Th 0.1571979\n",
      "166 9 taedu. The 0.1571979\n",
      "166 10 uedu. The  0.1571979\n",
      "166 11 tdu. The c 0.1571979\n",
      "166 12  u. The cu 0.1571979\n",
      "166 13 a. The cur 0.1571979\n",
      "166 14 r The curr 0.1571979\n",
      "166 15  The curre 0.1571979\n",
      "166 16 aee curren 0.1571979\n",
      "166 17 ee current 0.1571979\n",
      "166 18   current  0.1571979\n",
      "166 19  iurrent l 0.1571979\n",
      "166 20 aurrent le 0.1571979\n",
      "166 21 urrent lec 0.1571979\n",
      "166 22 rrent lect 0.1571979\n",
      "166 23 eent lectu 0.1571979\n",
      "166 24 e t lectur 0.1571979\n",
      "166 25  t lecture 0.1571979\n",
      "166 26 t lecture  0.1571979\n",
      "166 27 ulecture i 0.1571979\n",
      "166 28 aecture is 0.1571979\n",
      "166 29 eature is  0.1571979\n",
      "166 30  ture is a 0.1571979\n",
      "166 31 uure is a  0.1571979\n",
      "166 32 ude is a M 0.1571979\n",
      "166 33 rr is a Ma 0.1571979\n",
      "166 34 e is a Mat 0.1571979\n",
      "166 35  is a Matc 0.1571979\n",
      "166 36 as a Match 0.1571979\n",
      "166 37 s a Match  0.1571979\n",
      "166 38 ,a Match U 0.1571979\n",
      "166 39 arMatch Up 0.1571979\n",
      "166 40 tMatch Up  0.1571979\n",
      "166 41 aatch Up T 0.1571979\n",
      "166 42 atch Up Te 0.1571979\n",
      "166 43 tah Up Ten 0.1571979\n",
      "166 44 uh Up Tens 0.1571979\n",
      "166 45 u Up Tenso 0.1571979\n",
      "166 46  Up Tensor 0.1571979\n",
      "166 47 ap TensorF 0.1571979\n",
      "166 48 p TensorFl 0.1571979\n",
      "166 49 lTensorFlo 0.1571979\n",
      "166 50 aensorFlow 0.1571979\n",
      "166 51 ensorFlow. 0.1571979\n",
      "166 52  torFlow.  0.1571979\n",
      "166 53 torFlow. S 0.1571979\n",
      "166 54 ,rFlow. St 0.1571979\n",
      "166 55 rFlow. Stu 0.1571979\n",
      "166 56 elow. Stud 0.1571979\n",
      "166 57 low. Stude 0.1571979\n",
      "166 58 ew. Studen 0.1571979\n",
      "166 59 r. Student 0.1571979\n",
      "166 60 . Students 0.1571979\n",
      "166 61  Ttudents, 0.1571979\n",
      "166 62 atudents,  0.1571979\n",
      "166 63 tudents, p 0.1571979\n",
      "166 64 udents, pl 0.1571979\n",
      "166 65 rents, ple 0.1571979\n",
      "166 66 ants, plea 0.1571979\n",
      "166 67  t , pleas 0.1571979\n",
      "166 68 t , please 0.1571979\n",
      "166 69 u, please  0.1571979\n",
      "166 70 , please s 0.1571979\n",
      "166 71  please st 0.1571979\n",
      "166 72 alease stu 0.1571979\n",
      "166 73 lease stud 0.1571979\n",
      "166 74 ease study 0.1571979\n",
      "166 75  se study  0.1571979\n",
      "166 76 te study h 0.1571979\n",
      "166 77 , study ha 0.1571979\n",
      "166 78  itudy har 0.1571979\n",
      "166 79 atudy hard 0.1571979\n",
      "166 80 ,udy hard. 0.1571979\n",
      "167 0 ae are dat 0.15713741\n",
      "167 1 e are data 0.15713741\n",
      "167 2  sre datae 0.15713741\n",
      "167 3 are dataed 0.15713741\n",
      "167 4 te dataedu 0.15713741\n",
      "167 5 e iataedu. 0.15713741\n",
      "167 6  sataedu.  0.15713741\n",
      "167 7 aataedu. T 0.15713741\n",
      "167 8 ataedu. Th 0.15713741\n",
      "167 9 taedu. The 0.15713741\n",
      "167 10 uedu. The  0.15713741\n",
      "167 11 tdu. The c 0.15713741\n",
      "167 12  u. The cu 0.15713741\n",
      "167 13 a. The cur 0.15713741\n",
      "167 14 r The curr 0.15713741\n",
      "167 15  She curre 0.15713741\n",
      "167 16 aee curren 0.15713741\n",
      "167 17 ee current 0.15713741\n",
      "167 18   current  0.15713741\n",
      "167 19  surrent l 0.15713741\n",
      "167 20 aurrent le 0.15713741\n",
      "167 21 urrent lec 0.15713741\n",
      "167 22 rrent lect 0.15713741\n",
      "167 23 eent lectu 0.15713741\n",
      "167 24 e t lectur 0.15713741\n",
      "167 25  t lecture 0.15713741\n",
      "167 26 t lecture  0.15713741\n",
      "167 27 ulecture i 0.15713741\n",
      "167 28 aecture is 0.15713741\n",
      "167 29 eature is  0.15713741\n",
      "167 30  ture is a 0.15713741\n",
      "167 31 uure is a  0.15713741\n",
      "167 32 ure is a M 0.15713741\n",
      "167 33 rr is a Ma 0.15713741\n",
      "167 34 e is a Mat 0.15713741\n",
      "167 35  ss a Matc 0.15713741\n",
      "167 36 as a Match 0.15713741\n",
      "167 37 s a Match  0.15713741\n",
      "167 38 ,a Match U 0.15713741\n",
      "167 39 arMatch Up 0.15713741\n",
      "167 40 tMatch Up  0.15713741\n",
      "167 41 aatch Up T 0.15713741\n",
      "167 42 atch Up Te 0.15713741\n",
      "167 43 tah Up Ten 0.15713741\n",
      "167 44 uh Up Tens 0.15713741\n",
      "167 45 u Up Tenso 0.15713741\n",
      "167 46  Up Tensor 0.15713741\n",
      "167 47 ap TensorF 0.15713741\n",
      "167 48 p TensorFl 0.15713741\n",
      "167 49 lTensorFlo 0.15713741\n",
      "167 50 aensorFlow 0.15713741\n",
      "167 51 ensorFlow. 0.15713741\n",
      "167 52  torFlow.  0.15713741\n",
      "167 53 torFlow. S 0.15713741\n",
      "167 54 ,rFlow. St 0.15713741\n",
      "167 55 rFlow. Stu 0.15713741\n",
      "167 56 elow. Stud 0.15713741\n",
      "167 57 low. Stude 0.15713741\n",
      "167 58 ew. Studen 0.15713741\n",
      "167 59 r. Student 0.15713741\n",
      "167 60 . Students 0.15713741\n",
      "167 61  Students, 0.15713741\n",
      "167 62 atudents,  0.15713741\n",
      "167 63 tudents, p 0.15713741\n",
      "167 64 urents, pl 0.15713741\n",
      "167 65 rents, ple 0.15713741\n",
      "167 66 ants, plea 0.15713741\n",
      "167 67  t , pleas 0.15713741\n",
      "167 68 t , please 0.15713741\n",
      "167 69 u, please  0.15713741\n",
      "167 70 , please s 0.15713741\n",
      "167 71  please st 0.15713741\n",
      "167 72 alease stu 0.15713741\n",
      "167 73 lease stud 0.15713741\n",
      "167 74 ease study 0.15713741\n",
      "167 75  se study  0.15713741\n",
      "167 76 te study h 0.15713741\n",
      "167 77 , study ha 0.15713741\n",
      "167 78  study har 0.15713741\n",
      "167 79 atudy hard 0.15713741\n",
      "167 80 ,udy hard. 0.15713741\n",
      "168 0 Te are dat 0.15722404\n",
      "168 1 e are data 0.15722404\n",
      "168 2  cre datae 0.15722404\n",
      "168 3 T e dataed 0.15722404\n",
      "168 4 te dataedu 0.15722404\n",
      "168 5 e dataedu. 0.15722404\n",
      "168 6  cataedu.  0.15722404\n",
      "168 7 Tataedu. T 0.15722404\n",
      "168 8 ataedu. Th 0.15722404\n",
      "168 9 tcedu. The 0.15722404\n",
      "168 10 uedu. The  0.15722404\n",
      "168 11 tdu. The c 0.15722404\n",
      "168 12  u. The cu 0.15722404\n",
      "168 13 a. The cur 0.15722404\n",
      "168 14 r The curr 0.15722404\n",
      "168 15  She curre 0.15722404\n",
      "168 16 The curren 0.15722404\n",
      "168 17 ee current 0.15722404\n",
      "168 18 e current  0.15722404\n",
      "168 19  current l 0.15722404\n",
      "168 20 Turrent le 0.15722404\n",
      "168 21 hrrent lec 0.15722404\n",
      "168 22 reent lect 0.15722404\n",
      "168 23 eent lectu 0.15722404\n",
      "168 24 e t lectur 0.15722404\n",
      "168 25  tslecture 0.15722404\n",
      "168 26 tslecture  0.15722404\n",
      "168 27 ulecture i 0.15722404\n",
      "168 28 Tecture is 0.15722404\n",
      "168 29 ecture is  0.15722404\n",
      "168 30  ture is a 0.15722404\n",
      "168 31 hure is a  0.15722404\n",
      "168 32 ude is a M 0.15722404\n",
      "168 33 re is a Ma 0.15722404\n",
      "168 34 e ds a Mat 0.15722404\n",
      "168 35  cs a Matc 0.15722404\n",
      "168 36 Ts a Match 0.15722404\n",
      "168 37 s a Match  0.15722404\n",
      "168 38 ta Match U 0.15722404\n",
      "168 39 T Match Up 0.15722404\n",
      "168 40 tMatch Up  0.15722404\n",
      "168 41 Tatch Up T 0.15722404\n",
      "168 42 atch Up Te 0.15722404\n",
      "168 43 tch Up Ten 0.15722404\n",
      "168 44 uh Up Tens 0.15722404\n",
      "168 45 h Up Tenso 0.15722404\n",
      "168 46 eUp Tensor 0.15722404\n",
      "168 47 Tp TensorF 0.15722404\n",
      "168 48 p TensorFl 0.15722404\n",
      "168 49  TensorFlo 0.15722404\n",
      "168 50 ThnsorFlow 0.15722404\n",
      "168 51 ensorFlow. 0.15722404\n",
      "168 52  torFlow.  0.15722404\n",
      "168 53 torFlow. S 0.15722404\n",
      "168 54 trFlow. St 0.15722404\n",
      "168 55 wFlow. Stu 0.15722404\n",
      "168 56 elow. Stud 0.15722404\n",
      "168 57 low. Stude 0.15722404\n",
      "168 58 ew. Studen 0.15722404\n",
      "168 59 w. Student 0.15722404\n",
      "168 60 . Students 0.15722404\n",
      "168 61  Students, 0.15722404\n",
      "168 62 Ttudents,  0.15722404\n",
      "168 63 tudents, p 0.15722404\n",
      "168 64 udents, pl 0.15722404\n",
      "168 65 rents, ple 0.15722404\n",
      "168 66 ants, plea 0.15722404\n",
      "168 67  ts, pleas 0.15722404\n",
      "168 68 ts, please 0.15722404\n",
      "168 69 u, please  0.15722404\n",
      "168 70 t please s 0.15722404\n",
      "168 71  please st 0.15722404\n",
      "168 72 Tlease stu 0.15722404\n",
      "168 73  ease stud 0.15722404\n",
      "168 74 ecse study 0.15722404\n",
      "168 75  se study  0.15722404\n",
      "168 76 te study h 0.15722404\n",
      "168 77 t study ha 0.15722404\n",
      "168 78  ctudy har 0.15722404\n",
      "168 79 Ttudy hard 0.15722404\n",
      "168 80 tudy hard. 0.15722404\n",
      "169 0 ae are dat 0.15733764\n",
      "169 1 e are data 0.15733764\n",
      "169 2  sre datae 0.15733764\n",
      "169 3 are dataed 0.15733764\n",
      "169 4 te dataedu 0.15733764\n",
      "169 5 e iataedu. 0.15733764\n",
      "169 6  sataedu.  0.15733764\n",
      "169 7 aataedu. T 0.15733764\n",
      "169 8 ataedu. Th 0.15733764\n",
      "169 9 taedu. The 0.15733764\n",
      "169 10 uedu. The  0.15733764\n",
      "169 11 tdu. The c 0.15733764\n",
      "169 12  u. The cu 0.15733764\n",
      "169 13 a. The cur 0.15733764\n",
      "169 14 r The curr 0.15733764\n",
      "169 15  The curre 0.15733764\n",
      "169 16 aee curren 0.15733764\n",
      "169 17 ee current 0.15733764\n",
      "169 18   current  0.15733764\n",
      "169 19  surrent l 0.15733764\n",
      "169 20 aurrent le 0.15733764\n",
      "169 21 urrent lec 0.15733764\n",
      "169 22 rrent lect 0.15733764\n",
      "169 23 eent lectu 0.15733764\n",
      "169 24 e t lectur 0.15733764\n",
      "169 25  t lecture 0.15733764\n",
      "169 26 t lecture  0.15733764\n",
      "169 27 ulecture i 0.15733764\n",
      "169 28 aecture is 0.15733764\n",
      "169 29 eature is  0.15733764\n",
      "169 30  ture is a 0.15733764\n",
      "169 31 uure is a  0.15733764\n",
      "169 32 ure is a M 0.15733764\n",
      "169 33 rr is a Ma 0.15733764\n",
      "169 34 e is a Mat 0.15733764\n",
      "169 35  ss a Matc 0.15733764\n",
      "169 36 as a Match 0.15733764\n",
      "169 37 s a Match  0.15733764\n",
      "169 38 ,a Match U 0.15733764\n",
      "169 39 arMatch Up 0.15733764\n",
      "169 40 tMatch Up  0.15733764\n",
      "169 41 aatch Up T 0.15733764\n",
      "169 42 atch Up Te 0.15733764\n",
      "169 43 tah Up Ten 0.15733764\n",
      "169 44 uh Up Tens 0.15733764\n",
      "169 45 u Up Tenso 0.15733764\n",
      "169 46  Up Tensor 0.15733764\n",
      "169 47 ap TensorF 0.15733764\n",
      "169 48 p TensorFl 0.15733764\n",
      "169 49 lTensorFlo 0.15733764\n",
      "169 50 aensorFlow 0.15733764\n",
      "169 51 ensorFlow. 0.15733764\n",
      "169 52  torFlow.  0.15733764\n",
      "169 53 torFlow. S 0.15733764\n",
      "169 54 ,rFlow. St 0.15733764\n",
      "169 55 rFlow. Stu 0.15733764\n",
      "169 56 elow. Stud 0.15733764\n",
      "169 57 low. Stude 0.15733764\n",
      "169 58 ew. Studen 0.15733764\n",
      "169 59 r. Student 0.15733764\n",
      "169 60 . Students 0.15733764\n",
      "169 61  Ttudents, 0.15733764\n",
      "169 62 atudents,  0.15733764\n",
      "169 63 tudents, p 0.15733764\n",
      "169 64 urents, pl 0.15733764\n",
      "169 65 rents, ple 0.15733764\n",
      "169 66 ants, plea 0.15733764\n",
      "169 67  t , pleas 0.15733764\n",
      "169 68 t , please 0.15733764\n",
      "169 69 u, please  0.15733764\n",
      "169 70 , please s 0.15733764\n",
      "169 71  please st 0.15733764\n",
      "169 72 alease stu 0.15733764\n",
      "169 73 lease stud 0.15733764\n",
      "169 74 ease study 0.15733764\n",
      "169 75  se study  0.15733764\n",
      "169 76 te study h 0.15733764\n",
      "169 77 , study ha 0.15733764\n",
      "169 78  study har 0.15733764\n",
      "169 79 atudy hard 0.15733764\n",
      "169 80 ,udy hard. 0.15733764\n",
      "170 0 Te are dat 0.15735921\n",
      "170 1 e are data 0.15735921\n",
      "170 2  cre datae 0.15735921\n",
      "170 3 T e dataed 0.15735921\n",
      "170 4 te dataedu 0.15735921\n",
      "170 5 e dataedu. 0.15735921\n",
      "170 6  cataedu.  0.15735921\n",
      "170 7 Tataedu. T 0.15735921\n",
      "170 8 utaedu. Th 0.15735921\n",
      "170 9 tcedu. The 0.15735921\n",
      "170 10 uedu. The  0.15735921\n",
      "170 11 tdu. The c 0.15735921\n",
      "170 12  u. The cu 0.15735921\n",
      "170 13 u. The cur 0.15735921\n",
      "170 14 r The curr 0.15735921\n",
      "170 15  She curre 0.15735921\n",
      "170 16 The curren 0.15735921\n",
      "170 17 ee current 0.15735921\n",
      "170 18 e current  0.15735921\n",
      "170 19  current l 0.15735921\n",
      "170 20 Turrent le 0.15735921\n",
      "170 21 hrrent lec 0.15735921\n",
      "170 22 reent lect 0.15735921\n",
      "170 23 eent lectu 0.15735921\n",
      "170 24 e t lectur 0.15735921\n",
      "170 25  tslecture 0.15735921\n",
      "170 26 tslecture  0.15735921\n",
      "170 27 ulecture i 0.15735921\n",
      "170 28 Tecture is 0.15735921\n",
      "170 29 ecture is  0.15735921\n",
      "170 30  ture is a 0.15735921\n",
      "170 31 hure is a  0.15735921\n",
      "170 32 ure is a M 0.15735921\n",
      "170 33 re is a Ma 0.15735921\n",
      "170 34 e ds a Mat 0.15735921\n",
      "170 35  cs a Matc 0.15735921\n",
      "170 36 Ts a Match 0.15735921\n",
      "170 37 s a Match  0.15735921\n",
      "170 38 oa Match U 0.15735921\n",
      "170 39 T Match Up 0.15735921\n",
      "170 40 tMatch Up  0.15735921\n",
      "170 41 Tatch Up T 0.15735921\n",
      "170 42 atch Up Te 0.15735921\n",
      "170 43 tch Up Ten 0.15735921\n",
      "170 44 uh Up Tens 0.15735921\n",
      "170 45 h Up Tenso 0.15735921\n",
      "170 46 eUp Tensor 0.15735921\n",
      "170 47 Tp TensorF 0.15735921\n",
      "170 48 p TensorFl 0.15735921\n",
      "170 49  TensorFlo 0.15735921\n",
      "170 50 ThnsorFlow 0.15735921\n",
      "170 51 ensorFlow. 0.15735921\n",
      "170 52  torFlow.  0.15735921\n",
      "170 53 torFlow. S 0.15735921\n",
      "170 54 orFlow. St 0.15735921\n",
      "170 55 wFlow. Stu 0.15735921\n",
      "170 56 elow. Stud 0.15735921\n",
      "170 57 low. Stude 0.15735921\n",
      "170 58 ew. Studen 0.15735921\n",
      "170 59 w. Student 0.15735921\n",
      "170 60 . Students 0.15735921\n",
      "170 61  Students, 0.15735921\n",
      "170 62 Ttudents,  0.15735921\n",
      "170 63 tudents, p 0.15735921\n",
      "170 64 urents, pl 0.15735921\n",
      "170 65 rents, ple 0.15735921\n",
      "170 66 unts, plea 0.15735921\n",
      "170 67  ts, pleas 0.15735921\n",
      "170 68 ts, please 0.15735921\n",
      "170 69 u, please  0.15735921\n",
      "170 70 o please s 0.15735921\n",
      "170 71  please st 0.15735921\n",
      "170 72 Tlease stu 0.15735921\n",
      "170 73  ease stud 0.15735921\n",
      "170 74 ecse study 0.15735921\n",
      "170 75  se study  0.15735921\n",
      "170 76 te study h 0.15735921\n",
      "170 77 o study ha 0.15735921\n",
      "170 78  ctudy har 0.15735921\n",
      "170 79 Ttudy hard 0.15735921\n",
      "170 80 oudy hard. 0.15735921\n",
      "171 0 ae are dat 0.15719965\n",
      "171 1 e are data 0.15719965\n",
      "171 2  dre datae 0.15719965\n",
      "171 3 are dataed 0.15719965\n",
      "171 4 te dataedu 0.15719965\n",
      "171 5 e iataedu. 0.15719965\n",
      "171 6  dataedu.  0.15719965\n",
      "171 7 aataedu. T 0.15719965\n",
      "171 8 ataedu. Th 0.15719965\n",
      "171 9 taedu. The 0.15719965\n",
      "171 10 uedu. The  0.15719965\n",
      "171 11 tdu. The c 0.15719965\n",
      "171 12  u. The cu 0.15719965\n",
      "171 13 a. The cur 0.15719965\n",
      "171 14 r The curr 0.15719965\n",
      "171 15  The curre 0.15719965\n",
      "171 16 aee curren 0.15719965\n",
      "171 17 ee current 0.15719965\n",
      "171 18   current  0.15719965\n",
      "171 19  durrent l 0.15719965\n",
      "171 20 aurrent le 0.15719965\n",
      "171 21 urrent lec 0.15719965\n",
      "171 22 rrent lect 0.15719965\n",
      "171 23 eent lectu 0.15719965\n",
      "171 24 e t lectur 0.15719965\n",
      "171 25  t lecture 0.15719965\n",
      "171 26 t lecture  0.15719965\n",
      "171 27 ulecture i 0.15719965\n",
      "171 28 aecture is 0.15719965\n",
      "171 29 eature is  0.15719965\n",
      "171 30  ture is a 0.15719965\n",
      "171 31 uure is a  0.15719965\n",
      "171 32 ude is a M 0.15719965\n",
      "171 33 rr is a Ma 0.15719965\n",
      "171 34 e is a Mat 0.15719965\n",
      "171 35  ds a Matc 0.15719965\n",
      "171 36 as a Match 0.15719965\n",
      "171 37 s a Match  0.15719965\n",
      "171 38 ,a Match U 0.15719965\n",
      "171 39 arMatch Up 0.15719965\n",
      "171 40 tMatch Up  0.15719965\n",
      "171 41 aatch Up T 0.15719965\n",
      "171 42 atch Up Te 0.15719965\n",
      "171 43 tah Up Ten 0.15719965\n",
      "171 44 uh Up Tens 0.15719965\n",
      "171 45 u Up Tenso 0.15719965\n",
      "171 46  Up Tensor 0.15719965\n",
      "171 47 ap TensorF 0.15719965\n",
      "171 48 p TensorFl 0.15719965\n",
      "171 49 lTensorFlo 0.15719965\n",
      "171 50 aensorFlow 0.15719965\n",
      "171 51 ensorFlow. 0.15719965\n",
      "171 52  torFlow.  0.15719965\n",
      "171 53 torFlow. S 0.15719965\n",
      "171 54 ,rFlow. St 0.15719965\n",
      "171 55 wFlow. Stu 0.15719965\n",
      "171 56 elow. Stud 0.15719965\n",
      "171 57 low. Stude 0.15719965\n",
      "171 58 ew. Studen 0.15719965\n",
      "171 59 w. Student 0.15719965\n",
      "171 60 . Students 0.15719965\n",
      "171 61  Ttudents, 0.15719965\n",
      "171 62 atudents,  0.15719965\n",
      "171 63 tudents, p 0.15719965\n",
      "171 64 udents, pl 0.15719965\n",
      "171 65 rents, ple 0.15719965\n",
      "171 66 ants, plea 0.15719965\n",
      "171 67  t , pleas 0.15719965\n",
      "171 68 t , please 0.15719965\n",
      "171 69 u, please  0.15719965\n",
      "171 70 , please s 0.15719965\n",
      "171 71  please st 0.15719965\n",
      "171 72 alease stu 0.15719965\n",
      "171 73 lease stud 0.15719965\n",
      "171 74 ease study 0.15719965\n",
      "171 75  se study  0.15719965\n",
      "171 76 te study h 0.15719965\n",
      "171 77 , study ha 0.15719965\n",
      "171 78  dtudy har 0.15719965\n",
      "171 79 atudy hard 0.15719965\n",
      "171 80 ,udy hard. 0.15719965\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "172 0 Te are dat 0.15711448\n",
      "172 1 e are data 0.15711448\n",
      "172 2  dre datae 0.15711448\n",
      "172 3 T e dataed 0.15711448\n",
      "172 4 te dataedu 0.15711448\n",
      "172 5 e iataedu. 0.15711448\n",
      "172 6  dataedu.  0.15711448\n",
      "172 7 Tataedu. T 0.15711448\n",
      "172 8 ataedu. Th 0.15711448\n",
      "172 9 taedu. The 0.15711448\n",
      "172 10 uedu. The  0.15711448\n",
      "172 11 tdu. The c 0.15711448\n",
      "172 12  u. The cu 0.15711448\n",
      "172 13 a. The cur 0.15711448\n",
      "172 14 r The curr 0.15711448\n",
      "172 15  The curre 0.15711448\n",
      "172 16 Tee curren 0.15711448\n",
      "172 17 ee current 0.15711448\n",
      "172 18   current  0.15711448\n",
      "172 19  durrent l 0.15711448\n",
      "172 20 Turrent le 0.15711448\n",
      "172 21 urrent lec 0.15711448\n",
      "172 22 reent lect 0.15711448\n",
      "172 23 eent lectu 0.15711448\n",
      "172 24 e t lectur 0.15711448\n",
      "172 25  tslecture 0.15711448\n",
      "172 26 tslecture  0.15711448\n",
      "172 27 ulecture i 0.15711448\n",
      "172 28 Tecture is 0.15711448\n",
      "172 29 ecture is  0.15711448\n",
      "172 30  ture is a 0.15711448\n",
      "172 31 uure is a  0.15711448\n",
      "172 32 ure is a M 0.15711448\n",
      "172 33 re is a Ma 0.15711448\n",
      "172 34 e is a Mat 0.15711448\n",
      "172 35  ds a Matc 0.15711448\n",
      "172 36 Ts a Match 0.15711448\n",
      "172 37 s a Match  0.15711448\n",
      "172 38 ea Match U 0.15711448\n",
      "172 39 T Match Up 0.15711448\n",
      "172 40 tMatch Up  0.15711448\n",
      "172 41 Tatch Up T 0.15711448\n",
      "172 42 atch Up Te 0.15711448\n",
      "172 43 tah Up Ten 0.15711448\n",
      "172 44 uh Up Tens 0.15711448\n",
      "172 45 u Up Tenso 0.15711448\n",
      "172 46  Up Tensor 0.15711448\n",
      "172 47 Tp TensorF 0.15711448\n",
      "172 48 p TensorFl 0.15711448\n",
      "172 49 lTensorFlo 0.15711448\n",
      "172 50 TensorFlow 0.15711448\n",
      "172 51 ensorFlow. 0.15711448\n",
      "172 52  torFlow.  0.15711448\n",
      "172 53 torFlow. S 0.15711448\n",
      "172 54 erFlow. St 0.15711448\n",
      "172 55 rFlow. Stu 0.15711448\n",
      "172 56 elow. Stud 0.15711448\n",
      "172 57 low. Stude 0.15711448\n",
      "172 58 ew. Studen 0.15711448\n",
      "172 59 r. Student 0.15711448\n",
      "172 60 . Students 0.15711448\n",
      "172 61  Ttudents, 0.15711448\n",
      "172 62 Ttudents,  0.15711448\n",
      "172 63 tudents, p 0.15711448\n",
      "172 64 urents, pl 0.15711448\n",
      "172 65 rents, ple 0.15711448\n",
      "172 66 ants, plea 0.15711448\n",
      "172 67  ts, pleas 0.15711448\n",
      "172 68 ts, please 0.15711448\n",
      "172 69 u, please  0.15711448\n",
      "172 70 e please s 0.15711448\n",
      "172 71  please st 0.15711448\n",
      "172 72 Tlease stu 0.15711448\n",
      "172 73 lease stud 0.15711448\n",
      "172 74 ecse study 0.15711448\n",
      "172 75  se study  0.15711448\n",
      "172 76 te study h 0.15711448\n",
      "172 77 e study ha 0.15711448\n",
      "172 78  dtudy har 0.15711448\n",
      "172 79 Ttudy hard 0.15711448\n",
      "172 80 eudy hard. 0.15711448\n",
      "173 0 Te are dat 0.1571836\n",
      "173 1 e are data 0.1571836\n",
      "173 2  cre datae 0.1571836\n",
      "173 3 T e dataed 0.1571836\n",
      "173 4 te dataedu 0.1571836\n",
      "173 5 e iataedu. 0.1571836\n",
      "173 6  cataedu.  0.1571836\n",
      "173 7 Tataedu. T 0.1571836\n",
      "173 8 ataedu. Th 0.1571836\n",
      "173 9 tcedu. The 0.1571836\n",
      "173 10 uedu. The  0.1571836\n",
      "173 11 tdu. The c 0.1571836\n",
      "173 12  u. The cu 0.1571836\n",
      "173 13 a. The cur 0.1571836\n",
      "173 14 r The curr 0.1571836\n",
      "173 15  She curre 0.1571836\n",
      "173 16 The curren 0.1571836\n",
      "173 17 he current 0.1571836\n",
      "173 18 e current  0.1571836\n",
      "173 19  current l 0.1571836\n",
      "173 20 Turrent le 0.1571836\n",
      "173 21 hrrent lec 0.1571836\n",
      "173 22 reent lect 0.1571836\n",
      "173 23 eent lectu 0.1571836\n",
      "173 24 e t lectur 0.1571836\n",
      "173 25  tslecture 0.1571836\n",
      "173 26 tslecture  0.1571836\n",
      "173 27 ulecture i 0.1571836\n",
      "173 28 Tecture is 0.1571836\n",
      "173 29 ecture is  0.1571836\n",
      "173 30  ture is a 0.1571836\n",
      "173 31 hure is a  0.1571836\n",
      "173 32 ude is a M 0.1571836\n",
      "173 33 re is a Ma 0.1571836\n",
      "173 34 e is a Mat 0.1571836\n",
      "173 35  cs a Matc 0.1571836\n",
      "173 36 Ts a Match 0.1571836\n",
      "173 37 s a Match  0.1571836\n",
      "173 38 ta Match U 0.1571836\n",
      "173 39 T Match Up 0.1571836\n",
      "173 40 tMatch Up  0.1571836\n",
      "173 41 Tatch Up T 0.1571836\n",
      "173 42 atch Up Te 0.1571836\n",
      "173 43 tch Up Ten 0.1571836\n",
      "173 44 uh Up Tens 0.1571836\n",
      "173 45 h Up Tenso 0.1571836\n",
      "173 46 eUp Tensor 0.1571836\n",
      "173 47 Tp TensorF 0.1571836\n",
      "173 48 p TensorFl 0.1571836\n",
      "173 49  TensorFlo 0.1571836\n",
      "173 50 ThnsorFlow 0.1571836\n",
      "173 51 hnsorFlow. 0.1571836\n",
      "173 52  torFlow.  0.1571836\n",
      "173 53 torFlow. S 0.1571836\n",
      "173 54 trFlow. St 0.1571836\n",
      "173 55 rFlow. Stu 0.1571836\n",
      "173 56 elow. Stud 0.1571836\n",
      "173 57 low. Stude 0.1571836\n",
      "173 58 ew. Studen 0.1571836\n",
      "173 59 r. Student 0.1571836\n",
      "173 60 . Students 0.1571836\n",
      "173 61  Students, 0.1571836\n",
      "173 62 Ttudents,  0.1571836\n",
      "173 63 tudents, p 0.1571836\n",
      "173 64 udents, pl 0.1571836\n",
      "173 65 rents, ple 0.1571836\n",
      "173 66 ants, plea 0.1571836\n",
      "173 67  ts, pleas 0.1571836\n",
      "173 68 ts, please 0.1571836\n",
      "173 69 u, please  0.1571836\n",
      "173 70 t please s 0.1571836\n",
      "173 71  please st 0.1571836\n",
      "173 72 Tlease stu 0.1571836\n",
      "173 73  ease stud 0.1571836\n",
      "173 74 ecse study 0.1571836\n",
      "173 75  se study  0.1571836\n",
      "173 76 te study h 0.1571836\n",
      "173 77 t study ha 0.1571836\n",
      "173 78  ctudy har 0.1571836\n",
      "173 79 Ttudy hard 0.1571836\n",
      "173 80 tudy hard. 0.1571836\n",
      "174 0 ae are dat 0.15725192\n",
      "174 1 e are data 0.15725192\n",
      "174 2  sre datae 0.15725192\n",
      "174 3 are dataed 0.15725192\n",
      "174 4 te dataedu 0.15725192\n",
      "174 5 e dataedu. 0.15725192\n",
      "174 6  sataedu.  0.15725192\n",
      "174 7 aataedu. T 0.15725192\n",
      "174 8 ataedu. Th 0.15725192\n",
      "174 9 taedu. The 0.15725192\n",
      "174 10 uedu. The  0.15725192\n",
      "174 11 tdu. The c 0.15725192\n",
      "174 12  u. The cu 0.15725192\n",
      "174 13 a. The cur 0.15725192\n",
      "174 14 r The curr 0.15725192\n",
      "174 15  The curre 0.15725192\n",
      "174 16 aee curren 0.15725192\n",
      "174 17 ee current 0.15725192\n",
      "174 18   current  0.15725192\n",
      "174 19  surrent l 0.15725192\n",
      "174 20 aurrent le 0.15725192\n",
      "174 21 urrent lec 0.15725192\n",
      "174 22 rrent lect 0.15725192\n",
      "174 23 eent lectu 0.15725192\n",
      "174 24 e t lectur 0.15725192\n",
      "174 25  t lecture 0.15725192\n",
      "174 26 t lecture  0.15725192\n",
      "174 27 ulecture i 0.15725192\n",
      "174 28 aecture is 0.15725192\n",
      "174 29 eature is  0.15725192\n",
      "174 30  ture is a 0.15725192\n",
      "174 31 uure is a  0.15725192\n",
      "174 32 ure is a M 0.15725192\n",
      "174 33 rr is a Ma 0.15725192\n",
      "174 34 e ds a Mat 0.15725192\n",
      "174 35  ss a Matc 0.15725192\n",
      "174 36 as a Match 0.15725192\n",
      "174 37 s a Match  0.15725192\n",
      "174 38 ,a Match U 0.15725192\n",
      "174 39 arMatch Up 0.15725192\n",
      "174 40 tMatch Up  0.15725192\n",
      "174 41 aatch Up T 0.15725192\n",
      "174 42 atch Up Te 0.15725192\n",
      "174 43 tah Up Ten 0.15725192\n",
      "174 44 uh Up Tens 0.15725192\n",
      "174 45 u Up Tenso 0.15725192\n",
      "174 46  Up Tensor 0.15725192\n",
      "174 47 ap TensorF 0.15725192\n",
      "174 48 p TensorFl 0.15725192\n",
      "174 49 lTensorFlo 0.15725192\n",
      "174 50 aensorFlow 0.15725192\n",
      "174 51 ensorFlow. 0.15725192\n",
      "174 52  torFlow.  0.15725192\n",
      "174 53 torFlow. S 0.15725192\n",
      "174 54 ,rFlow. St 0.15725192\n",
      "174 55 rFlow. Stu 0.15725192\n",
      "174 56 elow. Stud 0.15725192\n",
      "174 57 low. Stude 0.15725192\n",
      "174 58 ew. Studen 0.15725192\n",
      "174 59 r. Student 0.15725192\n",
      "174 60 . Students 0.15725192\n",
      "174 61  Ttudents, 0.15725192\n",
      "174 62 atudents,  0.15725192\n",
      "174 63 tudents, p 0.15725192\n",
      "174 64 urents, pl 0.15725192\n",
      "174 65 rents, ple 0.15725192\n",
      "174 66 ants, plea 0.15725192\n",
      "174 67  t , pleas 0.15725192\n",
      "174 68 t , please 0.15725192\n",
      "174 69 u, please  0.15725192\n",
      "174 70 , please s 0.15725192\n",
      "174 71  please st 0.15725192\n",
      "174 72 alease stu 0.15725192\n",
      "174 73 lease stud 0.15725192\n",
      "174 74 ease study 0.15725192\n",
      "174 75  se study  0.15725192\n",
      "174 76 te study h 0.15725192\n",
      "174 77 , study ha 0.15725192\n",
      "174 78  study har 0.15725192\n",
      "174 79 atudy hard 0.15725192\n",
      "174 80 ,udy hard. 0.15725192\n",
      "175 0 Te are dat 0.15720345\n",
      "175 1 e are data 0.15720345\n",
      "175 2  cre datae 0.15720345\n",
      "175 3 T e dataed 0.15720345\n",
      "175 4 te dataedu 0.15720345\n",
      "175 5 e dataedu. 0.15720345\n",
      "175 6  cataedu.  0.15720345\n",
      "175 7 Tataedu. T 0.15720345\n",
      "175 8 utaedu. Th 0.15720345\n",
      "175 9 tcedu. The 0.15720345\n",
      "175 10 uedu. The  0.15720345\n",
      "175 11 tdu. The c 0.15720345\n",
      "175 12  u. The cu 0.15720345\n",
      "175 13 u. The cur 0.15720345\n",
      "175 14 r The curr 0.15720345\n",
      "175 15  She curre 0.15720345\n",
      "175 16 The curren 0.15720345\n",
      "175 17 ee current 0.15720345\n",
      "175 18 e current  0.15720345\n",
      "175 19  current l 0.15720345\n",
      "175 20 Turrent le 0.15720345\n",
      "175 21 hrrent lec 0.15720345\n",
      "175 22 reent lect 0.15720345\n",
      "175 23 eent lectu 0.15720345\n",
      "175 24 e t lectur 0.15720345\n",
      "175 25  tslecture 0.15720345\n",
      "175 26 tslecture  0.15720345\n",
      "175 27 ulecture i 0.15720345\n",
      "175 28 Tecture is 0.15720345\n",
      "175 29 ecture is  0.15720345\n",
      "175 30  ture is a 0.15720345\n",
      "175 31 hure is a  0.15720345\n",
      "175 32 ure is a M 0.15720345\n",
      "175 33 re is a Ma 0.15720345\n",
      "175 34 e ds a Mat 0.15720345\n",
      "175 35  cs a Matc 0.15720345\n",
      "175 36 Ts a Match 0.15720345\n",
      "175 37 s a Match  0.15720345\n",
      "175 38 oa Match U 0.15720345\n",
      "175 39 T Match Up 0.15720345\n",
      "175 40 tMatch Up  0.15720345\n",
      "175 41 Tatch Up T 0.15720345\n",
      "175 42 atch Up Te 0.15720345\n",
      "175 43 tch Up Ten 0.15720345\n",
      "175 44 uh Up Tens 0.15720345\n",
      "175 45 h Up Tenso 0.15720345\n",
      "175 46 eUp Tensor 0.15720345\n",
      "175 47 Tp TensorF 0.15720345\n",
      "175 48 p TensorFl 0.15720345\n",
      "175 49  TensorFlo 0.15720345\n",
      "175 50 ThnsorFlow 0.15720345\n",
      "175 51 ensorFlow. 0.15720345\n",
      "175 52  torFlow.  0.15720345\n",
      "175 53 torFlow. S 0.15720345\n",
      "175 54 orFlow. St 0.15720345\n",
      "175 55 wFlow. Stu 0.15720345\n",
      "175 56 elow. Stud 0.15720345\n",
      "175 57 low. Stude 0.15720345\n",
      "175 58 ew. Studen 0.15720345\n",
      "175 59 w. Student 0.15720345\n",
      "175 60 . Students 0.15720345\n",
      "175 61  Students, 0.15720345\n",
      "175 62 Ttudents,  0.15720345\n",
      "175 63 tudents, p 0.15720345\n",
      "175 64 urents, pl 0.15720345\n",
      "175 65 rents, ple 0.15720345\n",
      "175 66 unts, plea 0.15720345\n",
      "175 67  ts, pleas 0.15720345\n",
      "175 68 ts, please 0.15720345\n",
      "175 69 u, please  0.15720345\n",
      "175 70 o please s 0.15720345\n",
      "175 71  please st 0.15720345\n",
      "175 72 Tlease stu 0.15720345\n",
      "175 73  ease stud 0.15720345\n",
      "175 74 ecse study 0.15720345\n",
      "175 75  se study  0.15720345\n",
      "175 76 te study h 0.15720345\n",
      "175 77 o study ha 0.15720345\n",
      "175 78  ctudy har 0.15720345\n",
      "175 79 Ttudy hard 0.15720345\n",
      "175 80 oudy hard. 0.15720345\n",
      "176 0 ae are dat 0.15710051\n",
      "176 1 e are data 0.15710051\n",
      "176 2  dre datae 0.15710051\n",
      "176 3 are dataed 0.15710051\n",
      "176 4 te dataedu 0.15710051\n",
      "176 5 e dataedu. 0.15710051\n",
      "176 6  dataedu.  0.15710051\n",
      "176 7 aataedu. T 0.15710051\n",
      "176 8 ataedu. Th 0.15710051\n",
      "176 9 taedu. The 0.15710051\n",
      "176 10 uedu. The  0.15710051\n",
      "176 11 tdu. The c 0.15710051\n",
      "176 12  u. The cu 0.15710051\n",
      "176 13 a. The cur 0.15710051\n",
      "176 14 r The curr 0.15710051\n",
      "176 15  The curre 0.15710051\n",
      "176 16 aee curren 0.15710051\n",
      "176 17 ee current 0.15710051\n",
      "176 18 e current  0.15710051\n",
      "176 19  durrent l 0.15710051\n",
      "176 20 aurrent le 0.15710051\n",
      "176 21 urrent lec 0.15710051\n",
      "176 22 rrent lect 0.15710051\n",
      "176 23 eent lectu 0.15710051\n",
      "176 24 e t lectur 0.15710051\n",
      "176 25  t lecture 0.15710051\n",
      "176 26 tslecture  0.15710051\n",
      "176 27 ulecture i 0.15710051\n",
      "176 28 aecture is 0.15710051\n",
      "176 29 ecture is  0.15710051\n",
      "176 30  ture is a 0.15710051\n",
      "176 31 uure is a  0.15710051\n",
      "176 32 ude is a M 0.15710051\n",
      "176 33 rr is a Ma 0.15710051\n",
      "176 34 e ds a Mat 0.15710051\n",
      "176 35  ds a Matc 0.15710051\n",
      "176 36 as a Match 0.15710051\n",
      "176 37 s a Match  0.15710051\n",
      "176 38 oa Match U 0.15710051\n",
      "176 39 arMatch Up 0.15710051\n",
      "176 40 tMatch Up  0.15710051\n",
      "176 41 aatch Up T 0.15710051\n",
      "176 42 atch Up Te 0.15710051\n",
      "176 43 tah Up Ten 0.15710051\n",
      "176 44 uh Up Tens 0.15710051\n",
      "176 45 u Up Tenso 0.15710051\n",
      "176 46 eUp Tensor 0.15710051\n",
      "176 47 ap TensorF 0.15710051\n",
      "176 48 p TensorFl 0.15710051\n",
      "176 49  TensorFlo 0.15710051\n",
      "176 50 aensorFlow 0.15710051\n",
      "176 51 ensorFlow. 0.15710051\n",
      "176 52  torFlow.  0.15710051\n",
      "176 53 torFlow. S 0.15710051\n",
      "176 54 orFlow. St 0.15710051\n",
      "176 55 wFlow. Stu 0.15710051\n",
      "176 56 elow. Stud 0.15710051\n",
      "176 57 low. Stude 0.15710051\n",
      "176 58 ew. Studen 0.15710051\n",
      "176 59 w. Student 0.15710051\n",
      "176 60 . Students 0.15710051\n",
      "176 61  Ttudents, 0.15710051\n",
      "176 62 atudents,  0.15710051\n",
      "176 63 tudents, p 0.15710051\n",
      "176 64 udents, pl 0.15710051\n",
      "176 65 rents, ple 0.15710051\n",
      "176 66 ants, plea 0.15710051\n",
      "176 67  t , pleas 0.15710051\n",
      "176 68 ts, please 0.15710051\n",
      "176 69 u, please  0.15710051\n",
      "176 70 o please s 0.15710051\n",
      "176 71  please st 0.15710051\n",
      "176 72 alease stu 0.15710051\n",
      "176 73  ease stud 0.15710051\n",
      "176 74 ecse study 0.15710051\n",
      "176 75  se study  0.15710051\n",
      "176 76 te study h 0.15710051\n",
      "176 77 o study ha 0.15710051\n",
      "176 78  dtudy har 0.15710051\n",
      "176 79 atudy hard 0.15710051\n",
      "176 80 oudy hard. 0.15710051\n",
      "177 0 ae are dat 0.15709887\n",
      "177 1 e are data 0.15709887\n",
      "177 2  dre datae 0.15709887\n",
      "177 3 are dataed 0.15709887\n",
      "177 4 te dataedu 0.15709887\n",
      "177 5 e iataedu. 0.15709887\n",
      "177 6  dataedu.  0.15709887\n",
      "177 7 aataedu. T 0.15709887\n",
      "177 8 ataedu. Th 0.15709887\n",
      "177 9 taedu. The 0.15709887\n",
      "177 10 uedu. The  0.15709887\n",
      "177 11 tdu. The c 0.15709887\n",
      "177 12  u. The cu 0.15709887\n",
      "177 13 a. The cur 0.15709887\n",
      "177 14 r The curr 0.15709887\n",
      "177 15  The curre 0.15709887\n",
      "177 16 aee curren 0.15709887\n",
      "177 17 ee current 0.15709887\n",
      "177 18   current  0.15709887\n",
      "177 19  durrent l 0.15709887\n",
      "177 20 aurrent le 0.15709887\n",
      "177 21 urrent lec 0.15709887\n",
      "177 22 reent lect 0.15709887\n",
      "177 23 eent lectu 0.15709887\n",
      "177 24 e t lectur 0.15709887\n",
      "177 25  t lecture 0.15709887\n",
      "177 26 t lecture  0.15709887\n",
      "177 27 ulecture i 0.15709887\n",
      "177 28 aecture is 0.15709887\n",
      "177 29 eature is  0.15709887\n",
      "177 30  ture is a 0.15709887\n",
      "177 31 uure is a  0.15709887\n",
      "177 32 ure is a M 0.15709887\n",
      "177 33 re is a Ma 0.15709887\n",
      "177 34 e is a Mat 0.15709887\n",
      "177 35  ds a Matc 0.15709887\n",
      "177 36 as a Match 0.15709887\n",
      "177 37 s a Match  0.15709887\n",
      "177 38 ,a Match U 0.15709887\n",
      "177 39 arMatch Up 0.15709887\n",
      "177 40 tMatch Up  0.15709887\n",
      "177 41 aatch Up T 0.15709887\n",
      "177 42 atch Up Te 0.15709887\n",
      "177 43 tah Up Ten 0.15709887\n",
      "177 44 uh Up Tens 0.15709887\n",
      "177 45 u Up Tenso 0.15709887\n",
      "177 46  Up Tensor 0.15709887\n",
      "177 47 ap TensorF 0.15709887\n",
      "177 48 p TensorFl 0.15709887\n",
      "177 49  TensorFlo 0.15709887\n",
      "177 50 aensorFlow 0.15709887\n",
      "177 51 ensorFlow. 0.15709887\n",
      "177 52  torFlow.  0.15709887\n",
      "177 53 torFlow. S 0.15709887\n",
      "177 54 ,rFlow. St 0.15709887\n",
      "177 55 wFlow. Stu 0.15709887\n",
      "177 56 elow. Stud 0.15709887\n",
      "177 57 low. Stude 0.15709887\n",
      "177 58 ew. Studen 0.15709887\n",
      "177 59 w. Student 0.15709887\n",
      "177 60 . Students 0.15709887\n",
      "177 61  Ttudents, 0.15709887\n",
      "177 62 atudents,  0.15709887\n",
      "177 63 tudents, p 0.15709887\n",
      "177 64 urents, pl 0.15709887\n",
      "177 65 rents, ple 0.15709887\n",
      "177 66 ants, plea 0.15709887\n",
      "177 67  t , pleas 0.15709887\n",
      "177 68 t , please 0.15709887\n",
      "177 69 u, please  0.15709887\n",
      "177 70 , please s 0.15709887\n",
      "177 71  please st 0.15709887\n",
      "177 72 alease stu 0.15709887\n",
      "177 73  ease stud 0.15709887\n",
      "177 74 ease study 0.15709887\n",
      "177 75  se study  0.15709887\n",
      "177 76 te study h 0.15709887\n",
      "177 77 , study ha 0.15709887\n",
      "177 78  dtudy har 0.15709887\n",
      "177 79 atudy hard 0.15709887\n",
      "177 80 ,udy hard. 0.15709887\n",
      "178 0 Te are dat 0.15715773\n",
      "178 1 e are data 0.15715773\n",
      "178 2  cre datae 0.15715773\n",
      "178 3 T e dataed 0.15715773\n",
      "178 4 te dataedu 0.15715773\n",
      "178 5 e iataedu. 0.15715773\n",
      "178 6  cataedu.  0.15715773\n",
      "178 7 Tataedu. T 0.15715773\n",
      "178 8 ataedu. Th 0.15715773\n",
      "178 9 tcedu. The 0.15715773\n",
      "178 10 uedu. The  0.15715773\n",
      "178 11 tdu. The c 0.15715773\n",
      "178 12  u. The cu 0.15715773\n",
      "178 13 a. The cur 0.15715773\n",
      "178 14 r The curr 0.15715773\n",
      "178 15  She curre 0.15715773\n",
      "178 16 The curren 0.15715773\n",
      "178 17 he current 0.15715773\n",
      "178 18 e current  0.15715773\n",
      "178 19  current l 0.15715773\n",
      "178 20 Turrent le 0.15715773\n",
      "178 21 urrent lec 0.15715773\n",
      "178 22 reent lect 0.15715773\n",
      "178 23 eent lectu 0.15715773\n",
      "178 24 e t lectur 0.15715773\n",
      "178 25  tslecture 0.15715773\n",
      "178 26 tslecture  0.15715773\n",
      "178 27 ulecture i 0.15715773\n",
      "178 28 Tecture is 0.15715773\n",
      "178 29 ecture is  0.15715773\n",
      "178 30  ture is a 0.15715773\n",
      "178 31 uure is a  0.15715773\n",
      "178 32 ude is a M 0.15715773\n",
      "178 33 re is a Ma 0.15715773\n",
      "178 34 e is a Mat 0.15715773\n",
      "178 35  cs a Matc 0.15715773\n",
      "178 36 Ts a Match 0.15715773\n",
      "178 37 s a Match  0.15715773\n",
      "178 38 ta Match U 0.15715773\n",
      "178 39 T Match Up 0.15715773\n",
      "178 40 tMatch Up  0.15715773\n",
      "178 41 Tatch Up T 0.15715773\n",
      "178 42 atch Up Te 0.15715773\n",
      "178 43 tch Up Ten 0.15715773\n",
      "178 44 uh Up Tens 0.15715773\n",
      "178 45 u Up Tenso 0.15715773\n",
      "178 46 eUp Tensor 0.15715773\n",
      "178 47 Tp TensorF 0.15715773\n",
      "178 48 p TensorFl 0.15715773\n",
      "178 49  TensorFlo 0.15715773\n",
      "178 50 ThnsorFlow 0.15715773\n",
      "178 51 hnsorFlow. 0.15715773\n",
      "178 52  torFlow.  0.15715773\n",
      "178 53 torFlow. S 0.15715773\n",
      "178 54 trFlow. St 0.15715773\n",
      "178 55 wFlow. Stu 0.15715773\n",
      "178 56 elow. Stud 0.15715773\n",
      "178 57 low. Stude 0.15715773\n",
      "178 58 ew. Studen 0.15715773\n",
      "178 59 w. Student 0.15715773\n",
      "178 60 . Students 0.15715773\n",
      "178 61  Students, 0.15715773\n",
      "178 62 Ttudents,  0.15715773\n",
      "178 63 tudents, p 0.15715773\n",
      "178 64 udents, pl 0.15715773\n",
      "178 65 rents, ple 0.15715773\n",
      "178 66 ants, plea 0.15715773\n",
      "178 67  ts, pleas 0.15715773\n",
      "178 68 ts, please 0.15715773\n",
      "178 69 u, please  0.15715773\n",
      "178 70 t please s 0.15715773\n",
      "178 71  please st 0.15715773\n",
      "178 72 Tlease stu 0.15715773\n",
      "178 73  ease stud 0.15715773\n",
      "178 74 ecse study 0.15715773\n",
      "178 75  se study  0.15715773\n",
      "178 76 te study h 0.15715773\n",
      "178 77 t study ha 0.15715773\n",
      "178 78  ctudy har 0.15715773\n",
      "178 79 Ttudy hard 0.15715773\n",
      "178 80 tudy hard. 0.15715773\n",
      "179 0 ae are dat 0.15713187\n",
      "179 1 e are data 0.15713187\n",
      "179 2  sre datae 0.15713187\n",
      "179 3 are dataed 0.15713187\n",
      "179 4 te dataedu 0.15713187\n",
      "179 5 e iataedu. 0.15713187\n",
      "179 6  sataedu.  0.15713187\n",
      "179 7 aataedu. T 0.15713187\n",
      "179 8 ataedu. Th 0.15713187\n",
      "179 9 taedu. The 0.15713187\n",
      "179 10 uedu. The  0.15713187\n",
      "179 11 tdu. The c 0.15713187\n",
      "179 12  u. The cu 0.15713187\n",
      "179 13 a. The cur 0.15713187\n",
      "179 14 r The curr 0.15713187\n",
      "179 15  The curre 0.15713187\n",
      "179 16 aee curren 0.15713187\n",
      "179 17 ee current 0.15713187\n",
      "179 18   current  0.15713187\n",
      "179 19  surrent l 0.15713187\n",
      "179 20 aurrent le 0.15713187\n",
      "179 21 urrent lec 0.15713187\n",
      "179 22 rrent lect 0.15713187\n",
      "179 23 eent lectu 0.15713187\n",
      "179 24 e t lectur 0.15713187\n",
      "179 25  tslecture 0.15713187\n",
      "179 26 t lecture  0.15713187\n",
      "179 27 ulecture i 0.15713187\n",
      "179 28 aecture is 0.15713187\n",
      "179 29 eature is  0.15713187\n",
      "179 30  ture is a 0.15713187\n",
      "179 31 uure is a  0.15713187\n",
      "179 32 ure is a M 0.15713187\n",
      "179 33 rr is a Ma 0.15713187\n",
      "179 34 e is a Mat 0.15713187\n",
      "179 35  ss a Matc 0.15713187\n",
      "179 36 as a Match 0.15713187\n",
      "179 37 s a Match  0.15713187\n",
      "179 38 ta Match U 0.15713187\n",
      "179 39 arMatch Up 0.15713187\n",
      "179 40 tMatch Up  0.15713187\n",
      "179 41 aatch Up T 0.15713187\n",
      "179 42 atch Up Te 0.15713187\n",
      "179 43 tah Up Ten 0.15713187\n",
      "179 44 uh Up Tens 0.15713187\n",
      "179 45 u Up Tenso 0.15713187\n",
      "179 46  Up Tensor 0.15713187\n",
      "179 47 ap TensorF 0.15713187\n",
      "179 48 p TensorFl 0.15713187\n",
      "179 49 lTensorFlo 0.15713187\n",
      "179 50 aensorFlow 0.15713187\n",
      "179 51 ensorFlow. 0.15713187\n",
      "179 52  torFlow.  0.15713187\n",
      "179 53 torFlow. S 0.15713187\n",
      "179 54 trFlow. St 0.15713187\n",
      "179 55 rFlow. Stu 0.15713187\n",
      "179 56 elow. Stud 0.15713187\n",
      "179 57 low. Stude 0.15713187\n",
      "179 58 ew. Studen 0.15713187\n",
      "179 59 r. Student 0.15713187\n",
      "179 60 . Students 0.15713187\n",
      "179 61  Ttudents, 0.15713187\n",
      "179 62 atudents,  0.15713187\n",
      "179 63 tudents, p 0.15713187\n",
      "179 64 urents, pl 0.15713187\n",
      "179 65 rents, ple 0.15713187\n",
      "179 66 ants, plea 0.15713187\n",
      "179 67  ts, pleas 0.15713187\n",
      "179 68 t , please 0.15713187\n",
      "179 69 u, please  0.15713187\n",
      "179 70 t please s 0.15713187\n",
      "179 71  please st 0.15713187\n",
      "179 72 alease stu 0.15713187\n",
      "179 73 lease stud 0.15713187\n",
      "179 74 ease study 0.15713187\n",
      "179 75  se study  0.15713187\n",
      "179 76 te study h 0.15713187\n",
      "179 77 t study ha 0.15713187\n",
      "179 78  study har 0.15713187\n",
      "179 79 atudy hard 0.15713187\n",
      "179 80 tudy hard. 0.15713187\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "180 0 Te are dat 0.15706411\n",
      "180 1 e are data 0.15706411\n",
      "180 2  cre datae 0.15706411\n",
      "180 3 T e dataed 0.15706411\n",
      "180 4 te dataedu 0.15706411\n",
      "180 5 e dataedu. 0.15706411\n",
      "180 6  cataedu.  0.15706411\n",
      "180 7 Tataedu. T 0.15706411\n",
      "180 8 etaedu. Th 0.15706411\n",
      "180 9 tcedu. The 0.15706411\n",
      "180 10 uedu. The  0.15706411\n",
      "180 11 tdu. The c 0.15706411\n",
      "180 12  u. The cu 0.15706411\n",
      "180 13 e. The cur 0.15706411\n",
      "180 14 r The curr 0.15706411\n",
      "180 15  She curre 0.15706411\n",
      "180 16 The curren 0.15706411\n",
      "180 17 ee current 0.15706411\n",
      "180 18 e current  0.15706411\n",
      "180 19  current l 0.15706411\n",
      "180 20 Turrent le 0.15706411\n",
      "180 21 hrrent lec 0.15706411\n",
      "180 22 reent lect 0.15706411\n",
      "180 23 eent lectu 0.15706411\n",
      "180 24 e t lectur 0.15706411\n",
      "180 25  tslecture 0.15706411\n",
      "180 26 t lecture  0.15706411\n",
      "180 27 ulecture i 0.15706411\n",
      "180 28 Tecture is 0.15706411\n",
      "180 29 ecture is  0.15706411\n",
      "180 30  ture is a 0.15706411\n",
      "180 31 hure is a  0.15706411\n",
      "180 32 ude is a M 0.15706411\n",
      "180 33 re is a Ma 0.15706411\n",
      "180 34 e ds a Mat 0.15706411\n",
      "180 35  cs a Matc 0.15706411\n",
      "180 36 Ts a Match 0.15706411\n",
      "180 37 s a Match  0.15706411\n",
      "180 38 ta Match U 0.15706411\n",
      "180 39 T Match Up 0.15706411\n",
      "180 40 tMatch Up  0.15706411\n",
      "180 41 Tatch Up T 0.15706411\n",
      "180 42 atch Up Te 0.15706411\n",
      "180 43 tch Up Ten 0.15706411\n",
      "180 44 uh Up Tens 0.15706411\n",
      "180 45 h Up Tenso 0.15706411\n",
      "180 46 eUp Tensor 0.15706411\n",
      "180 47 Tp TensorF 0.15706411\n",
      "180 48 p TensorFl 0.15706411\n",
      "180 49 lTensorFlo 0.15706411\n",
      "180 50 ThnsorFlow 0.15706411\n",
      "180 51 ensorFlow. 0.15706411\n",
      "180 52  torFlow.  0.15706411\n",
      "180 53 torFlow. S 0.15706411\n",
      "180 54 trFlow. St 0.15706411\n",
      "180 55 rFlow. Stu 0.15706411\n",
      "180 56 elow. Stud 0.15706411\n",
      "180 57 low. Stude 0.15706411\n",
      "180 58 ew. Studen 0.15706411\n",
      "180 59 r. Student 0.15706411\n",
      "180 60 . Students 0.15706411\n",
      "180 61  Students, 0.15706411\n",
      "180 62 Ttudents,  0.15706411\n",
      "180 63 tudents, p 0.15706411\n",
      "180 64 udents, pl 0.15706411\n",
      "180 65 rents, ple 0.15706411\n",
      "180 66 ents, plea 0.15706411\n",
      "180 67  ts, pleas 0.15706411\n",
      "180 68 t , please 0.15706411\n",
      "180 69 u, please  0.15706411\n",
      "180 70 t please s 0.15706411\n",
      "180 71  please st 0.15706411\n",
      "180 72 Tlease stu 0.15706411\n",
      "180 73 lease stud 0.15706411\n",
      "180 74 ecse study 0.15706411\n",
      "180 75  se study  0.15706411\n",
      "180 76 te study h 0.15706411\n",
      "180 77 t study ha 0.15706411\n",
      "180 78  ctudy har 0.15706411\n",
      "180 79 Ttudy hard 0.15706411\n",
      "180 80 tudy hard. 0.15706411\n",
      "181 0 Te are dat 0.15705916\n",
      "181 1 e are data 0.15705916\n",
      "181 2  cre datae 0.15705916\n",
      "181 3 T e dataed 0.15705916\n",
      "181 4 te dataedu 0.15705916\n",
      "181 5 e dataedu. 0.15705916\n",
      "181 6  cataedu.  0.15705916\n",
      "181 7 Tataedu. T 0.15705916\n",
      "181 8 ataedu. Th 0.15705916\n",
      "181 9 tcedu. The 0.15705916\n",
      "181 10 uedu. The  0.15705916\n",
      "181 11 tdu. The c 0.15705916\n",
      "181 12  u. The cu 0.15705916\n",
      "181 13 a. The cur 0.15705916\n",
      "181 14 r The curr 0.15705916\n",
      "181 15  She curre 0.15705916\n",
      "181 16 The curren 0.15705916\n",
      "181 17 ee current 0.15705916\n",
      "181 18 e current  0.15705916\n",
      "181 19  current l 0.15705916\n",
      "181 20 Turrent le 0.15705916\n",
      "181 21 urrent lec 0.15705916\n",
      "181 22 rrent lect 0.15705916\n",
      "181 23 eent lectu 0.15705916\n",
      "181 24 e t lectur 0.15705916\n",
      "181 25  t lecture 0.15705916\n",
      "181 26 t lecture  0.15705916\n",
      "181 27 ulecture i 0.15705916\n",
      "181 28 Tecture is 0.15705916\n",
      "181 29 ecture is  0.15705916\n",
      "181 30  ture is a 0.15705916\n",
      "181 31 uure is a  0.15705916\n",
      "181 32 ude is a M 0.15705916\n",
      "181 33 rr is a Ma 0.15705916\n",
      "181 34 e ds a Mat 0.15705916\n",
      "181 35  cs a Matc 0.15705916\n",
      "181 36 Ts a Match 0.15705916\n",
      "181 37 s a Match  0.15705916\n",
      "181 38 ea Match U 0.15705916\n",
      "181 39 T Match Up 0.15705916\n",
      "181 40 tMatch Up  0.15705916\n",
      "181 41 Tatch Up T 0.15705916\n",
      "181 42 atch Up Te 0.15705916\n",
      "181 43 tch Up Ten 0.15705916\n",
      "181 44 uh Up Tens 0.15705916\n",
      "181 45 u Up Tenso 0.15705916\n",
      "181 46 eUp Tensor 0.15705916\n",
      "181 47 Tp TensorF 0.15705916\n",
      "181 48 p TensorFl 0.15705916\n",
      "181 49 lTensorFlo 0.15705916\n",
      "181 50 ThnsorFlow 0.15705916\n",
      "181 51 ensorFlow. 0.15705916\n",
      "181 52  torFlow.  0.15705916\n",
      "181 53 torFlow. S 0.15705916\n",
      "181 54 erFlow. St 0.15705916\n",
      "181 55 rFlow. Stu 0.15705916\n",
      "181 56 elow. Stud 0.15705916\n",
      "181 57 low. Stude 0.15705916\n",
      "181 58 ew. Studen 0.15705916\n",
      "181 59 r. Student 0.15705916\n",
      "181 60 . Students 0.15705916\n",
      "181 61  Students, 0.15705916\n",
      "181 62 Ttudents,  0.15705916\n",
      "181 63 tudents, p 0.15705916\n",
      "181 64 udents, pl 0.15705916\n",
      "181 65 rents, ple 0.15705916\n",
      "181 66 ants, plea 0.15705916\n",
      "181 67  t , pleas 0.15705916\n",
      "181 68 t , please 0.15705916\n",
      "181 69 u, please  0.15705916\n",
      "181 70 e please s 0.15705916\n",
      "181 71  please st 0.15705916\n",
      "181 72 Tlease stu 0.15705916\n",
      "181 73 lease stud 0.15705916\n",
      "181 74 ecse study 0.15705916\n",
      "181 75  se study  0.15705916\n",
      "181 76 te study h 0.15705916\n",
      "181 77 e study ha 0.15705916\n",
      "181 78  ctudy har 0.15705916\n",
      "181 79 Ttudy hard 0.15705916\n",
      "181 80 eudy hard. 0.15705916\n",
      "182 0 ae are dat 0.15709811\n",
      "182 1 e are data 0.15709811\n",
      "182 2  sre datae 0.15709811\n",
      "182 3 are dataed 0.15709811\n",
      "182 4 te dataedu 0.15709811\n",
      "182 5 e dataedu. 0.15709811\n",
      "182 6  sataedu.  0.15709811\n",
      "182 7 aataedu. T 0.15709811\n",
      "182 8 ataedu. Th 0.15709811\n",
      "182 9 taedu. The 0.15709811\n",
      "182 10 uedu. The  0.15709811\n",
      "182 11 tdu. The c 0.15709811\n",
      "182 12  u. The cu 0.15709811\n",
      "182 13 a. The cur 0.15709811\n",
      "182 14 r The curr 0.15709811\n",
      "182 15  The curre 0.15709811\n",
      "182 16 aee curren 0.15709811\n",
      "182 17 ee current 0.15709811\n",
      "182 18   current  0.15709811\n",
      "182 19  surrent l 0.15709811\n",
      "182 20 aurrent le 0.15709811\n",
      "182 21 urrent lec 0.15709811\n",
      "182 22 rrent lect 0.15709811\n",
      "182 23 eent lectu 0.15709811\n",
      "182 24 e t lectur 0.15709811\n",
      "182 25  t lecture 0.15709811\n",
      "182 26 tslecture  0.15709811\n",
      "182 27 ulecture i 0.15709811\n",
      "182 28 aecture is 0.15709811\n",
      "182 29 eature is  0.15709811\n",
      "182 30  ture is a 0.15709811\n",
      "182 31 uure is a  0.15709811\n",
      "182 32 ure is a M 0.15709811\n",
      "182 33 rr is a Ma 0.15709811\n",
      "182 34 e ds a Mat 0.15709811\n",
      "182 35  ss a Matc 0.15709811\n",
      "182 36 as a Match 0.15709811\n",
      "182 37 s a Match  0.15709811\n",
      "182 38 ,a Match U 0.15709811\n",
      "182 39 arMatch Up 0.15709811\n",
      "182 40 tMatch Up  0.15709811\n",
      "182 41 aatch Up T 0.15709811\n",
      "182 42 atch Up Te 0.15709811\n",
      "182 43 tah Up Ten 0.15709811\n",
      "182 44 uh Up Tens 0.15709811\n",
      "182 45 u Up Tenso 0.15709811\n",
      "182 46  Up Tensor 0.15709811\n",
      "182 47 ap TensorF 0.15709811\n",
      "182 48 p TensorFl 0.15709811\n",
      "182 49 lTensorFlo 0.15709811\n",
      "182 50 aensorFlow 0.15709811\n",
      "182 51 ensorFlow. 0.15709811\n",
      "182 52  torFlow.  0.15709811\n",
      "182 53 torFlow. S 0.15709811\n",
      "182 54 ,rFlow. St 0.15709811\n",
      "182 55 rFlow. Stu 0.15709811\n",
      "182 56 elow. Stud 0.15709811\n",
      "182 57 low. Stude 0.15709811\n",
      "182 58 ew. Studen 0.15709811\n",
      "182 59 r. Student 0.15709811\n",
      "182 60 . Students 0.15709811\n",
      "182 61  Ttudents, 0.15709811\n",
      "182 62 atudents,  0.15709811\n",
      "182 63 tudents, p 0.15709811\n",
      "182 64 urents, pl 0.15709811\n",
      "182 65 rents, ple 0.15709811\n",
      "182 66 ants, plea 0.15709811\n",
      "182 67  t , pleas 0.15709811\n",
      "182 68 ts, please 0.15709811\n",
      "182 69 u, please  0.15709811\n",
      "182 70 , please s 0.15709811\n",
      "182 71  please st 0.15709811\n",
      "182 72 alease stu 0.15709811\n",
      "182 73 lease stud 0.15709811\n",
      "182 74 ease study 0.15709811\n",
      "182 75  se study  0.15709811\n",
      "182 76 te study h 0.15709811\n",
      "182 77 , study ha 0.15709811\n",
      "182 78  study har 0.15709811\n",
      "182 79 atudy hard 0.15709811\n",
      "182 80 ,udy hard. 0.15709811\n",
      "183 0 Te are dat 0.15708879\n",
      "183 1 e are data 0.15708879\n",
      "183 2  cre datae 0.15708879\n",
      "183 3 T e dataed 0.15708879\n",
      "183 4 te dataedu 0.15708879\n",
      "183 5 e iataedu. 0.15708879\n",
      "183 6  cataedu.  0.15708879\n",
      "183 7 Tataedu. T 0.15708879\n",
      "183 8 ataedu. Th 0.15708879\n",
      "183 9 tcedu. The 0.15708879\n",
      "183 10 uedu. The  0.15708879\n",
      "183 11 tdu. The c 0.15708879\n",
      "183 12  u. The cu 0.15708879\n",
      "183 13 a. The cur 0.15708879\n",
      "183 14 r The curr 0.15708879\n",
      "183 15  She curre 0.15708879\n",
      "183 16 The curren 0.15708879\n",
      "183 17 he current 0.15708879\n",
      "183 18 e current  0.15708879\n",
      "183 19  current l 0.15708879\n",
      "183 20 Turrent le 0.15708879\n",
      "183 21 hrrent lec 0.15708879\n",
      "183 22 reent lect 0.15708879\n",
      "183 23 eent lectu 0.15708879\n",
      "183 24 e t lectur 0.15708879\n",
      "183 25  tslecture 0.15708879\n",
      "183 26 tslecture  0.15708879\n",
      "183 27 ulecture i 0.15708879\n",
      "183 28 Tecture is 0.15708879\n",
      "183 29 ecture is  0.15708879\n",
      "183 30  ture is a 0.15708879\n",
      "183 31 hure is a  0.15708879\n",
      "183 32 ude is a M 0.15708879\n",
      "183 33 re is a Ma 0.15708879\n",
      "183 34 e is a Mat 0.15708879\n",
      "183 35  cs a Matc 0.15708879\n",
      "183 36 Ts a Match 0.15708879\n",
      "183 37 s a Match  0.15708879\n",
      "183 38 ea Match U 0.15708879\n",
      "183 39 T Match Up 0.15708879\n",
      "183 40 tMatch Up  0.15708879\n",
      "183 41 Tatch Up T 0.15708879\n",
      "183 42 atch Up Te 0.15708879\n",
      "183 43 tch Up Ten 0.15708879\n",
      "183 44 uh Up Tens 0.15708879\n",
      "183 45 h Up Tenso 0.15708879\n",
      "183 46 eUp Tensor 0.15708879\n",
      "183 47 Tp TensorF 0.15708879\n",
      "183 48 p TensorFl 0.15708879\n",
      "183 49  TensorFlo 0.15708879\n",
      "183 50 ThnsorFlow 0.15708879\n",
      "183 51 hnsorFlow. 0.15708879\n",
      "183 52  torFlow.  0.15708879\n",
      "183 53 torFlow. S 0.15708879\n",
      "183 54 erFlow. St 0.15708879\n",
      "183 55 wFlow. Stu 0.15708879\n",
      "183 56 elow. Stud 0.15708879\n",
      "183 57 low. Stude 0.15708879\n",
      "183 58 ew. Studen 0.15708879\n",
      "183 59 w. Student 0.15708879\n",
      "183 60 . Students 0.15708879\n",
      "183 61  Students, 0.15708879\n",
      "183 62 Ttudents,  0.15708879\n",
      "183 63 tudents, p 0.15708879\n",
      "183 64 udents, pl 0.15708879\n",
      "183 65 rents, ple 0.15708879\n",
      "183 66 ants, plea 0.15708879\n",
      "183 67  ts, pleas 0.15708879\n",
      "183 68 ts, please 0.15708879\n",
      "183 69 u, please  0.15708879\n",
      "183 70 e please s 0.15708879\n",
      "183 71  please st 0.15708879\n",
      "183 72 Tlease stu 0.15708879\n",
      "183 73  ease stud 0.15708879\n",
      "183 74 ecse study 0.15708879\n",
      "183 75  se study  0.15708879\n",
      "183 76 te study h 0.15708879\n",
      "183 77 e study ha 0.15708879\n",
      "183 78  ctudy har 0.15708879\n",
      "183 79 Ttudy hard 0.15708879\n",
      "183 80 eudy hard. 0.15708879\n",
      "184 0 ae are dat 0.15703964\n",
      "184 1 e are data 0.15703964\n",
      "184 2  ire datae 0.15703964\n",
      "184 3 are dataed 0.15703964\n",
      "184 4 te dataedu 0.15703964\n",
      "184 5 e iataedu. 0.15703964\n",
      "184 6  iataedu.  0.15703964\n",
      "184 7 aataedu. T 0.15703964\n",
      "184 8 ataedu. Th 0.15703964\n",
      "184 9 taedu. The 0.15703964\n",
      "184 10 uedu. The  0.15703964\n",
      "184 11 tdu. The c 0.15703964\n",
      "184 12  u. The cu 0.15703964\n",
      "184 13 a. The cur 0.15703964\n",
      "184 14 r The curr 0.15703964\n",
      "184 15  The curre 0.15703964\n",
      "184 16 aee curren 0.15703964\n",
      "184 17 ee current 0.15703964\n",
      "184 18   current  0.15703964\n",
      "184 19  iurrent l 0.15703964\n",
      "184 20 aurrent le 0.15703964\n",
      "184 21 urrent lec 0.15703964\n",
      "184 22 reent lect 0.15703964\n",
      "184 23 eent lectu 0.15703964\n",
      "184 24 e t lectur 0.15703964\n",
      "184 25  t lecture 0.15703964\n",
      "184 26 t lecture  0.15703964\n",
      "184 27 ulecture i 0.15703964\n",
      "184 28 aecture is 0.15703964\n",
      "184 29 eature is  0.15703964\n",
      "184 30  ture is a 0.15703964\n",
      "184 31 uure is a  0.15703964\n",
      "184 32 ure is a M 0.15703964\n",
      "184 33 re is a Ma 0.15703964\n",
      "184 34 e is a Mat 0.15703964\n",
      "184 35  is a Matc 0.15703964\n",
      "184 36 as a Match 0.15703964\n",
      "184 37 s a Match  0.15703964\n",
      "184 38 ta Match U 0.15703964\n",
      "184 39 arMatch Up 0.15703964\n",
      "184 40 tMatch Up  0.15703964\n",
      "184 41 aatch Up T 0.15703964\n",
      "184 42 atch Up Te 0.15703964\n",
      "184 43 tah Up Ten 0.15703964\n",
      "184 44 uh Up Tens 0.15703964\n",
      "184 45 u Up Tenso 0.15703964\n",
      "184 46  Up Tensor 0.15703964\n",
      "184 47 ap TensorF 0.15703964\n",
      "184 48 p TensorFl 0.15703964\n",
      "184 49  TensorFlo 0.15703964\n",
      "184 50 aensorFlow 0.15703964\n",
      "184 51 ensorFlow. 0.15703964\n",
      "184 52  torFlow.  0.15703964\n",
      "184 53 torFlow. S 0.15703964\n",
      "184 54 trFlow. St 0.15703964\n",
      "184 55 wFlow. Stu 0.15703964\n",
      "184 56 elow. Stud 0.15703964\n",
      "184 57 low. Stude 0.15703964\n",
      "184 58 ew. Studen 0.15703964\n",
      "184 59 w. Student 0.15703964\n",
      "184 60 . Students 0.15703964\n",
      "184 61  Ttudents, 0.15703964\n",
      "184 62 atudents,  0.15703964\n",
      "184 63 tudents, p 0.15703964\n",
      "184 64 urents, pl 0.15703964\n",
      "184 65 rents, ple 0.15703964\n",
      "184 66 ants, plea 0.15703964\n",
      "184 67  t , pleas 0.15703964\n",
      "184 68 t , please 0.15703964\n",
      "184 69 u, please  0.15703964\n",
      "184 70 t please s 0.15703964\n",
      "184 71  please st 0.15703964\n",
      "184 72 alease stu 0.15703964\n",
      "184 73  ease stud 0.15703964\n",
      "184 74 ease study 0.15703964\n",
      "184 75  se study  0.15703964\n",
      "184 76 te study h 0.15703964\n",
      "184 77 t study ha 0.15703964\n",
      "184 78  itudy har 0.15703964\n",
      "184 79 atudy hard 0.15703964\n",
      "184 80 tudy hard. 0.15703964\n",
      "185 0 ae are dat 0.1570284\n",
      "185 1 e are data 0.1570284\n",
      "185 2  ire datae 0.1570284\n",
      "185 3 a e dataed 0.1570284\n",
      "185 4 te dataedu 0.1570284\n",
      "185 5 e iataedu. 0.1570284\n",
      "185 6  iataedu.  0.1570284\n",
      "185 7 aataedu. T 0.1570284\n",
      "185 8 ataedu. Th 0.1570284\n",
      "185 9 taedu. The 0.1570284\n",
      "185 10 uedu. The  0.1570284\n",
      "185 11 tdu. The c 0.1570284\n",
      "185 12  u. The cu 0.1570284\n",
      "185 13 a. The cur 0.1570284\n",
      "185 14 r The curr 0.1570284\n",
      "185 15  The curre 0.1570284\n",
      "185 16 aee curren 0.1570284\n",
      "185 17 ee current 0.1570284\n",
      "185 18   current  0.1570284\n",
      "185 19  iurrent l 0.1570284\n",
      "185 20 aurrent le 0.1570284\n",
      "185 21 urrent lec 0.1570284\n",
      "185 22 rrent lect 0.1570284\n",
      "185 23 eent lectu 0.1570284\n",
      "185 24 e t lectur 0.1570284\n",
      "185 25  tslecture 0.1570284\n",
      "185 26 t lecture  0.1570284\n",
      "185 27 ulecture i 0.1570284\n",
      "185 28 aecture is 0.1570284\n",
      "185 29 eature is  0.1570284\n",
      "185 30  ture is a 0.1570284\n",
      "185 31 uure is a  0.1570284\n",
      "185 32 ure is a M 0.1570284\n",
      "185 33 rr is a Ma 0.1570284\n",
      "185 34 e is a Mat 0.1570284\n",
      "185 35  is a Matc 0.1570284\n",
      "185 36 as a Match 0.1570284\n",
      "185 37 s a Match  0.1570284\n",
      "185 38 ta Match U 0.1570284\n",
      "185 39 a Match Up 0.1570284\n",
      "185 40 tMatch Up  0.1570284\n",
      "185 41 aatch Up T 0.1570284\n",
      "185 42 atch Up Te 0.1570284\n",
      "185 43 tah Up Ten 0.1570284\n",
      "185 44 uh Up Tens 0.1570284\n",
      "185 45 u Up Tenso 0.1570284\n",
      "185 46  Up Tensor 0.1570284\n",
      "185 47 ap TensorF 0.1570284\n",
      "185 48 p TensorFl 0.1570284\n",
      "185 49  TensorFlo 0.1570284\n",
      "185 50 aensorFlow 0.1570284\n",
      "185 51 ensorFlow. 0.1570284\n",
      "185 52  torFlow.  0.1570284\n",
      "185 53 torFlow. S 0.1570284\n",
      "185 54 trFlow. St 0.1570284\n",
      "185 55 wFlow. Stu 0.1570284\n",
      "185 56 elow. Stud 0.1570284\n",
      "185 57 low. Stude 0.1570284\n",
      "185 58 ew. Studen 0.1570284\n",
      "185 59 w. Student 0.1570284\n",
      "185 60 . Students 0.1570284\n",
      "185 61  Ttudents, 0.1570284\n",
      "185 62 atudents,  0.1570284\n",
      "185 63 tudents, p 0.1570284\n",
      "185 64 urents, pl 0.1570284\n",
      "185 65 rents, ple 0.1570284\n",
      "185 66 ants, plea 0.1570284\n",
      "185 67  ts, pleas 0.1570284\n",
      "185 68 t , please 0.1570284\n",
      "185 69 u, please  0.1570284\n",
      "185 70 t please s 0.1570284\n",
      "185 71  please st 0.1570284\n",
      "185 72 alease stu 0.1570284\n",
      "185 73  ease stud 0.1570284\n",
      "185 74 ease study 0.1570284\n",
      "185 75  se study  0.1570284\n",
      "185 76 te study h 0.1570284\n",
      "185 77 t study ha 0.1570284\n",
      "185 78  itudy har 0.1570284\n",
      "185 79 atudy hard 0.1570284\n",
      "185 80 tudy hard. 0.1570284\n",
      "186 0 Te are dat 0.1570522\n",
      "186 1 e are data 0.1570522\n",
      "186 2  cre datae 0.1570522\n",
      "186 3 T e dataed 0.1570522\n",
      "186 4 te dataedu 0.1570522\n",
      "186 5 e dataedu. 0.1570522\n",
      "186 6  cataedu.  0.1570522\n",
      "186 7 Tataedu. T 0.1570522\n",
      "186 8 utaedu. Th 0.1570522\n",
      "186 9 tcedu. The 0.1570522\n",
      "186 10 uedu. The  0.1570522\n",
      "186 11 tdu. The c 0.1570522\n",
      "186 12  u. The cu 0.1570522\n",
      "186 13 u. The cur 0.1570522\n",
      "186 14 r The curr 0.1570522\n",
      "186 15  She curre 0.1570522\n",
      "186 16 Tee curren 0.1570522\n",
      "186 17 ee current 0.1570522\n",
      "186 18 e current  0.1570522\n",
      "186 19  current l 0.1570522\n",
      "186 20 Turrent le 0.1570522\n",
      "186 21 urrent lec 0.1570522\n",
      "186 22 reent lect 0.1570522\n",
      "186 23 eent lectu 0.1570522\n",
      "186 24 e t lectur 0.1570522\n",
      "186 25  tslecture 0.1570522\n",
      "186 26 t lecture  0.1570522\n",
      "186 27 ulecture i 0.1570522\n",
      "186 28 Tecture is 0.1570522\n",
      "186 29 ecture is  0.1570522\n",
      "186 30  ture is a 0.1570522\n",
      "186 31 uure is a  0.1570522\n",
      "186 32 ude is a M 0.1570522\n",
      "186 33 re is a Ma 0.1570522\n",
      "186 34 e ds a Mat 0.1570522\n",
      "186 35  cs a Matc 0.1570522\n",
      "186 36 Ts a Match 0.1570522\n",
      "186 37 s a Match  0.1570522\n",
      "186 38 ta Match U 0.1570522\n",
      "186 39 T Match Up 0.1570522\n",
      "186 40 tMatch Up  0.1570522\n",
      "186 41 Tatch Up T 0.1570522\n",
      "186 42 atch Up Te 0.1570522\n",
      "186 43 tch Up Ten 0.1570522\n",
      "186 44 uh Up Tens 0.1570522\n",
      "186 45 u Up Tenso 0.1570522\n",
      "186 46 eUp Tensor 0.1570522\n",
      "186 47 Tp TensorF 0.1570522\n",
      "186 48 p TensorFl 0.1570522\n",
      "186 49  TensorFlo 0.1570522\n",
      "186 50 TensorFlow 0.1570522\n",
      "186 51 ensorFlow. 0.1570522\n",
      "186 52  torFlow.  0.1570522\n",
      "186 53 torFlow. S 0.1570522\n",
      "186 54 trFlow. St 0.1570522\n",
      "186 55 wFlow. Stu 0.1570522\n",
      "186 56 elow. Stud 0.1570522\n",
      "186 57 low. Stude 0.1570522\n",
      "186 58 ew. Studen 0.1570522\n",
      "186 59 w. Student 0.1570522\n",
      "186 60 . Students 0.1570522\n",
      "186 61  Students, 0.1570522\n",
      "186 62 Ttudents,  0.1570522\n",
      "186 63 tudents, p 0.1570522\n",
      "186 64 udents, pl 0.1570522\n",
      "186 65 rents, ple 0.1570522\n",
      "186 66 unts, plea 0.1570522\n",
      "186 67  ts, pleas 0.1570522\n",
      "186 68 t , please 0.1570522\n",
      "186 69 u, please  0.1570522\n",
      "186 70 t please s 0.1570522\n",
      "186 71  please st 0.1570522\n",
      "186 72 Tlease stu 0.1570522\n",
      "186 73  ease stud 0.1570522\n",
      "186 74 ecse study 0.1570522\n",
      "186 75  se study  0.1570522\n",
      "186 76 te study h 0.1570522\n",
      "186 77 t study ha 0.1570522\n",
      "186 78  ctudy har 0.1570522\n",
      "186 79 Ttudy hard 0.1570522\n",
      "186 80 tudy hard. 0.1570522\n",
      "187 0 ae are dat 0.15704806\n",
      "187 1 e are data 0.15704806\n",
      "187 2  sre datae 0.15704806\n",
      "187 3 are dataed 0.15704806\n",
      "187 4 te dataedu 0.15704806\n",
      "187 5 e dataedu. 0.15704806\n",
      "187 6  sataedu.  0.15704806\n",
      "187 7 aataedu. T 0.15704806\n",
      "187 8 ataedu. Th 0.15704806\n",
      "187 9 taedu. The 0.15704806\n",
      "187 10 uedu. The  0.15704806\n",
      "187 11 tdu. The c 0.15704806\n",
      "187 12  u. The cu 0.15704806\n",
      "187 13 a. The cur 0.15704806\n",
      "187 14 r The curr 0.15704806\n",
      "187 15  The curre 0.15704806\n",
      "187 16 aee curren 0.15704806\n",
      "187 17 ee current 0.15704806\n",
      "187 18   current  0.15704806\n",
      "187 19  surrent l 0.15704806\n",
      "187 20 aurrent le 0.15704806\n",
      "187 21 urrent lec 0.15704806\n",
      "187 22 rrent lect 0.15704806\n",
      "187 23 eent lectu 0.15704806\n",
      "187 24 e t lectur 0.15704806\n",
      "187 25  t lecture 0.15704806\n",
      "187 26 t lecture  0.15704806\n",
      "187 27 ulecture i 0.15704806\n",
      "187 28 aecture is 0.15704806\n",
      "187 29 eature is  0.15704806\n",
      "187 30  ture is a 0.15704806\n",
      "187 31 uure is a  0.15704806\n",
      "187 32 ure is a M 0.15704806\n",
      "187 33 rr is a Ma 0.15704806\n",
      "187 34 e ds a Mat 0.15704806\n",
      "187 35  ss a Matc 0.15704806\n",
      "187 36 as a Match 0.15704806\n",
      "187 37 s a Match  0.15704806\n",
      "187 38 ,a Match U 0.15704806\n",
      "187 39 arMatch Up 0.15704806\n",
      "187 40 tMatch Up  0.15704806\n",
      "187 41 aatch Up T 0.15704806\n",
      "187 42 atch Up Te 0.15704806\n",
      "187 43 tah Up Ten 0.15704806\n",
      "187 44 uh Up Tens 0.15704806\n",
      "187 45 u Up Tenso 0.15704806\n",
      "187 46  Up Tensor 0.15704806\n",
      "187 47 ap TensorF 0.15704806\n",
      "187 48 p TensorFl 0.15704806\n",
      "187 49 lTensorFlo 0.15704806\n",
      "187 50 aensorFlow 0.15704806\n",
      "187 51 ensorFlow. 0.15704806\n",
      "187 52  torFlow.  0.15704806\n",
      "187 53 torFlow. S 0.15704806\n",
      "187 54 ,rFlow. St 0.15704806\n",
      "187 55 rFlow. Stu 0.15704806\n",
      "187 56 elow. Stud 0.15704806\n",
      "187 57 low. Stude 0.15704806\n",
      "187 58 ew. Studen 0.15704806\n",
      "187 59 r. Student 0.15704806\n",
      "187 60 . Students 0.15704806\n",
      "187 61  Ttudents, 0.15704806\n",
      "187 62 atudents,  0.15704806\n",
      "187 63 tudents, p 0.15704806\n",
      "187 64 urents, pl 0.15704806\n",
      "187 65 rents, ple 0.15704806\n",
      "187 66 ants, plea 0.15704806\n",
      "187 67  t , pleas 0.15704806\n",
      "187 68 t , please 0.15704806\n",
      "187 69 u, please  0.15704806\n",
      "187 70 , please s 0.15704806\n",
      "187 71  please st 0.15704806\n",
      "187 72 alease stu 0.15704806\n",
      "187 73 lease stud 0.15704806\n",
      "187 74 ease study 0.15704806\n",
      "187 75  se study  0.15704806\n",
      "187 76 te study h 0.15704806\n",
      "187 77 , study ha 0.15704806\n",
      "187 78  study har 0.15704806\n",
      "187 79 atudy hard 0.15704806\n",
      "187 80 ,udy hard. 0.15704806\n",
      "188 0 Te are dat 0.15701495\n",
      "188 1 e are data 0.15701495\n",
      "188 2  cre datae 0.15701495\n",
      "188 3 Tre dataed 0.15701495\n",
      "188 4 te dataedu 0.15701495\n",
      "188 5 e dataedu. 0.15701495\n",
      "188 6  cataedu.  0.15701495\n",
      "188 7 Tataedu. T 0.15701495\n",
      "188 8 utaedu. Th 0.15701495\n",
      "188 9 tcedu. The 0.15701495\n",
      "188 10 uedu. The  0.15701495\n",
      "188 11 tdu. The c 0.15701495\n",
      "188 12  u. The cu 0.15701495\n",
      "188 13 u. The cur 0.15701495\n",
      "188 14 r The curr 0.15701495\n",
      "188 15  She curre 0.15701495\n",
      "188 16 The curren 0.15701495\n",
      "188 17 he current 0.15701495\n",
      "188 18 e current  0.15701495\n",
      "188 19  current l 0.15701495\n",
      "188 20 Turrent le 0.15701495\n",
      "188 21 hrrent lec 0.15701495\n",
      "188 22 reent lect 0.15701495\n",
      "188 23 eent lectu 0.15701495\n",
      "188 24 e t lectur 0.15701495\n",
      "188 25  tslecture 0.15701495\n",
      "188 26 tslecture  0.15701495\n",
      "188 27 ulecture i 0.15701495\n",
      "188 28 Tecture is 0.15701495\n",
      "188 29 ecture is  0.15701495\n",
      "188 30  ture is a 0.15701495\n",
      "188 31 hure is a  0.15701495\n",
      "188 32 ude is a M 0.15701495\n",
      "188 33 re is a Ma 0.15701495\n",
      "188 34 e ds a Mat 0.15701495\n",
      "188 35  cs a Matc 0.15701495\n",
      "188 36 Ts a Match 0.15701495\n",
      "188 37 s a Match  0.15701495\n",
      "188 38 oa Match U 0.15701495\n",
      "188 39 TrMatch Up 0.15701495\n",
      "188 40 tMatch Up  0.15701495\n",
      "188 41 Tatch Up T 0.15701495\n",
      "188 42 atch Up Te 0.15701495\n",
      "188 43 tch Up Ten 0.15701495\n",
      "188 44 uh Up Tens 0.15701495\n",
      "188 45 h Up Tenso 0.15701495\n",
      "188 46 eUp Tensor 0.15701495\n",
      "188 47 Tp TensorF 0.15701495\n",
      "188 48 p TensorFl 0.15701495\n",
      "188 49 lTensorFlo 0.15701495\n",
      "188 50 ThnsorFlow 0.15701495\n",
      "188 51 hnsorFlow. 0.15701495\n",
      "188 52  torFlow.  0.15701495\n",
      "188 53 torFlow. S 0.15701495\n",
      "188 54 orFlow. St 0.15701495\n",
      "188 55 rFlow. Stu 0.15701495\n",
      "188 56 elow. Stud 0.15701495\n",
      "188 57 low. Stude 0.15701495\n",
      "188 58 ew. Studen 0.15701495\n",
      "188 59 r. Student 0.15701495\n",
      "188 60 . Students 0.15701495\n",
      "188 61  Students, 0.15701495\n",
      "188 62 Ttudents,  0.15701495\n",
      "188 63 tudents, p 0.15701495\n",
      "188 64 udents, pl 0.15701495\n",
      "188 65 rents, ple 0.15701495\n",
      "188 66 unts, plea 0.15701495\n",
      "188 67  ts, pleas 0.15701495\n",
      "188 68 ts, please 0.15701495\n",
      "188 69 u, please  0.15701495\n",
      "188 70 o please s 0.15701495\n",
      "188 71  please st 0.15701495\n",
      "188 72 Tlease stu 0.15701495\n",
      "188 73 lease stud 0.15701495\n",
      "188 74 ecse study 0.15701495\n",
      "188 75  se study  0.15701495\n",
      "188 76 te study h 0.15701495\n",
      "188 77 o study ha 0.15701495\n",
      "188 78  ctudy har 0.15701495\n",
      "188 79 Ttudy hard 0.15701495\n",
      "188 80 oudy hard. 0.15701495\n",
      "189 0 Te are dat 0.15700142\n",
      "189 1 e are data 0.15700142\n",
      "189 2  cre datae 0.15700142\n",
      "189 3 T e dataed 0.15700142\n",
      "189 4 te dataedu 0.15700142\n",
      "189 5 e iataedu. 0.15700142\n",
      "189 6  cataedu.  0.15700142\n",
      "189 7 Tataedu. T 0.15700142\n",
      "189 8 ataedu. Th 0.15700142\n",
      "189 9 taedu. The 0.15700142\n",
      "189 10 uedu. The  0.15700142\n",
      "189 11 tdu. The c 0.15700142\n",
      "189 12  u. The cu 0.15700142\n",
      "189 13 a. The cur 0.15700142\n",
      "189 14 r The curr 0.15700142\n",
      "189 15  She curre 0.15700142\n",
      "189 16 The curren 0.15700142\n",
      "189 17 ee current 0.15700142\n",
      "189 18   current  0.15700142\n",
      "189 19  current l 0.15700142\n",
      "189 20 Turrent le 0.15700142\n",
      "189 21 urrent lec 0.15700142\n",
      "189 22 reent lect 0.15700142\n",
      "189 23 eent lectu 0.15700142\n",
      "189 24 e t lectur 0.15700142\n",
      "189 25  t lecture 0.15700142\n",
      "189 26 tslecture  0.15700142\n",
      "189 27 ulecture i 0.15700142\n",
      "189 28 Tecture is 0.15700142\n",
      "189 29 eature is  0.15700142\n",
      "189 30  ture is a 0.15700142\n",
      "189 31 uure is a  0.15700142\n",
      "189 32 ure is a M 0.15700142\n",
      "189 33 re is a Ma 0.15700142\n",
      "189 34 e is a Mat 0.15700142\n",
      "189 35  cs a Matc 0.15700142\n",
      "189 36 Ts a Match 0.15700142\n",
      "189 37 s a Match  0.15700142\n",
      "189 38 oa Match U 0.15700142\n",
      "189 39 T Match Up 0.15700142\n",
      "189 40 tMatch Up  0.15700142\n",
      "189 41 Tatch Up T 0.15700142\n",
      "189 42 atch Up Te 0.15700142\n",
      "189 43 tah Up Ten 0.15700142\n",
      "189 44 uh Up Tens 0.15700142\n",
      "189 45 u Up Tenso 0.15700142\n",
      "189 46  Up Tensor 0.15700142\n",
      "189 47 Tp TensorF 0.15700142\n",
      "189 48 p TensorFl 0.15700142\n",
      "189 49  TensorFlo 0.15700142\n",
      "189 50 ThnsorFlow 0.15700142\n",
      "189 51 ensorFlow. 0.15700142\n",
      "189 52  torFlow.  0.15700142\n",
      "189 53 torFlow. S 0.15700142\n",
      "189 54 orFlow. St 0.15700142\n",
      "189 55 rFlow. Stu 0.15700142\n",
      "189 56 elow. Stud 0.15700142\n",
      "189 57 low. Stude 0.15700142\n",
      "189 58 ew. Studen 0.15700142\n",
      "189 59 r. Student 0.15700142\n",
      "189 60 . Students 0.15700142\n",
      "189 61  Students, 0.15700142\n",
      "189 62 Ttudents,  0.15700142\n",
      "189 63 tudents, p 0.15700142\n",
      "189 64 urents, pl 0.15700142\n",
      "189 65 rents, ple 0.15700142\n",
      "189 66 ants, plea 0.15700142\n",
      "189 67  t , pleas 0.15700142\n",
      "189 68 ts, please 0.15700142\n",
      "189 69 u, please  0.15700142\n",
      "189 70 o please s 0.15700142\n",
      "189 71  please st 0.15700142\n",
      "189 72 Tlease stu 0.15700142\n",
      "189 73  ease stud 0.15700142\n",
      "189 74 ease study 0.15700142\n",
      "189 75  se study  0.15700142\n",
      "189 76 te study h 0.15700142\n",
      "189 77 o study ha 0.15700142\n",
      "189 78  ctudy har 0.15700142\n",
      "189 79 Ttudy hard 0.15700142\n",
      "189 80 oudy hard. 0.15700142\n",
      "190 0 ae are dat 0.15701449\n",
      "190 1 e are data 0.15701449\n",
      "190 2  sre datae 0.15701449\n",
      "190 3 are dataed 0.15701449\n",
      "190 4 te dataedu 0.15701449\n",
      "190 5 e iataedu. 0.15701449\n",
      "190 6  sataedu.  0.15701449\n",
      "190 7 aataedu. T 0.15701449\n",
      "190 8 ataedu. Th 0.15701449\n",
      "190 9 taedu. The 0.15701449\n",
      "190 10 uedu. The  0.15701449\n",
      "190 11 tdu. The c 0.15701449\n",
      "190 12  u. The cu 0.15701449\n",
      "190 13 a. The cur 0.15701449\n",
      "190 14 r The curr 0.15701449\n",
      "190 15  The curre 0.15701449\n",
      "190 16 aee curren 0.15701449\n",
      "190 17 ee current 0.15701449\n",
      "190 18   current  0.15701449\n",
      "190 19  surrent l 0.15701449\n",
      "190 20 aurrent le 0.15701449\n",
      "190 21 urrent lec 0.15701449\n",
      "190 22 rrent lect 0.15701449\n",
      "190 23 eent lectu 0.15701449\n",
      "190 24 e t lectur 0.15701449\n",
      "190 25  t lecture 0.15701449\n",
      "190 26 t lecture  0.15701449\n",
      "190 27 ulecture i 0.15701449\n",
      "190 28 aecture is 0.15701449\n",
      "190 29 eature is  0.15701449\n",
      "190 30  ture is a 0.15701449\n",
      "190 31 uure is a  0.15701449\n",
      "190 32 ure is a M 0.15701449\n",
      "190 33 rr is a Ma 0.15701449\n",
      "190 34 e is a Mat 0.15701449\n",
      "190 35  ss a Matc 0.15701449\n",
      "190 36 as a Match 0.15701449\n",
      "190 37 s a Match  0.15701449\n",
      "190 38 ta Match U 0.15701449\n",
      "190 39 arMatch Up 0.15701449\n",
      "190 40 tMatch Up  0.15701449\n",
      "190 41 aatch Up T 0.15701449\n",
      "190 42 atch Up Te 0.15701449\n",
      "190 43 tah Up Ten 0.15701449\n",
      "190 44 uh Up Tens 0.15701449\n",
      "190 45 u Up Tenso 0.15701449\n",
      "190 46  Up Tensor 0.15701449\n",
      "190 47 ap TensorF 0.15701449\n",
      "190 48 p TensorFl 0.15701449\n",
      "190 49  TensorFlo 0.15701449\n",
      "190 50 aensorFlow 0.15701449\n",
      "190 51 ensorFlow. 0.15701449\n",
      "190 52  torFlow.  0.15701449\n",
      "190 53 torFlow. S 0.15701449\n",
      "190 54 trFlow. St 0.15701449\n",
      "190 55 wFlow. Stu 0.15701449\n",
      "190 56 elow. Stud 0.15701449\n",
      "190 57 low. Stude 0.15701449\n",
      "190 58 ew. Studen 0.15701449\n",
      "190 59 w. Student 0.15701449\n",
      "190 60 . Students 0.15701449\n",
      "190 61  Ttudents, 0.15701449\n",
      "190 62 atudents,  0.15701449\n",
      "190 63 tudents, p 0.15701449\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "190 64 urents, pl 0.15701449\n",
      "190 65 rents, ple 0.15701449\n",
      "190 66 ants, plea 0.15701449\n",
      "190 67  t , pleas 0.15701449\n",
      "190 68 t , please 0.15701449\n",
      "190 69 u, please  0.15701449\n",
      "190 70 t please s 0.15701449\n",
      "190 71  please st 0.15701449\n",
      "190 72 alease stu 0.15701449\n",
      "190 73  ease stud 0.15701449\n",
      "190 74 ease study 0.15701449\n",
      "190 75  se study  0.15701449\n",
      "190 76 te study h 0.15701449\n",
      "190 77 t study ha 0.15701449\n",
      "190 78  study har 0.15701449\n",
      "190 79 atudy hard 0.15701449\n",
      "190 80 tudy hard. 0.15701449\n",
      "191 0 Te are dat 0.15701632\n",
      "191 1 e are data 0.15701632\n",
      "191 2  cre datae 0.15701632\n",
      "191 3 T e dataed 0.15701632\n",
      "191 4 te dataedu 0.15701632\n",
      "191 5 e iataedu. 0.15701632\n",
      "191 6  cataedu.  0.15701632\n",
      "191 7 Tataedu. T 0.15701632\n",
      "191 8 utaedu. Th 0.15701632\n",
      "191 9 tcedu. The 0.15701632\n",
      "191 10 uedu. The  0.15701632\n",
      "191 11 tdu. The c 0.15701632\n",
      "191 12  u. The cu 0.15701632\n",
      "191 13 u. The cur 0.15701632\n",
      "191 14 r The curr 0.15701632\n",
      "191 15  She curre 0.15701632\n",
      "191 16 Tee curren 0.15701632\n",
      "191 17 ee current 0.15701632\n",
      "191 18 e current  0.15701632\n",
      "191 19  current l 0.15701632\n",
      "191 20 Turrent le 0.15701632\n",
      "191 21 urrent lec 0.15701632\n",
      "191 22 reent lect 0.15701632\n",
      "191 23 eent lectu 0.15701632\n",
      "191 24 e t lectur 0.15701632\n",
      "191 25  tslecture 0.15701632\n",
      "191 26 tslecture  0.15701632\n",
      "191 27 ulecture i 0.15701632\n",
      "191 28 Tecture is 0.15701632\n",
      "191 29 ecture is  0.15701632\n",
      "191 30  ture is a 0.15701632\n",
      "191 31 uure is a  0.15701632\n",
      "191 32 ude is a M 0.15701632\n",
      "191 33 re is a Ma 0.15701632\n",
      "191 34 e is a Mat 0.15701632\n",
      "191 35  cs a Matc 0.15701632\n",
      "191 36 Ts a Match 0.15701632\n",
      "191 37 s a Match  0.15701632\n",
      "191 38 ta Match U 0.15701632\n",
      "191 39 T Match Up 0.15701632\n",
      "191 40 tMatch Up  0.15701632\n",
      "191 41 Tatch Up T 0.15701632\n",
      "191 42 atch Up Te 0.15701632\n",
      "191 43 tch Up Ten 0.15701632\n",
      "191 44 uh Up Tens 0.15701632\n",
      "191 45 u Up Tenso 0.15701632\n",
      "191 46 eUp Tensor 0.15701632\n",
      "191 47 Tp TensorF 0.15701632\n",
      "191 48 p TensorFl 0.15701632\n",
      "191 49  TensorFlo 0.15701632\n",
      "191 50 TensorFlow 0.15701632\n",
      "191 51 ensorFlow. 0.15701632\n",
      "191 52  torFlow.  0.15701632\n",
      "191 53 torFlow. S 0.15701632\n",
      "191 54 trFlow. St 0.15701632\n",
      "191 55 wFlow. Stu 0.15701632\n",
      "191 56 elow. Stud 0.15701632\n",
      "191 57 low. Stude 0.15701632\n",
      "191 58 ew. Studen 0.15701632\n",
      "191 59 w. Student 0.15701632\n",
      "191 60 . Students 0.15701632\n",
      "191 61  Students, 0.15701632\n",
      "191 62 Ttudents,  0.15701632\n",
      "191 63 tudents, p 0.15701632\n",
      "191 64 udents, pl 0.15701632\n",
      "191 65 rents, ple 0.15701632\n",
      "191 66 unts, plea 0.15701632\n",
      "191 67  ts, pleas 0.15701632\n",
      "191 68 ts, please 0.15701632\n",
      "191 69 u, please  0.15701632\n",
      "191 70 t please s 0.15701632\n",
      "191 71  please st 0.15701632\n",
      "191 72 Tlease stu 0.15701632\n",
      "191 73  ease stud 0.15701632\n",
      "191 74 ecse study 0.15701632\n",
      "191 75  se study  0.15701632\n",
      "191 76 te study h 0.15701632\n",
      "191 77 t study ha 0.15701632\n",
      "191 78  ctudy har 0.15701632\n",
      "191 79 Ttudy hard 0.15701632\n",
      "191 80 tudy hard. 0.15701632\n",
      "192 0 ae are dat 0.15699308\n",
      "192 1 e are data 0.15699308\n",
      "192 2  dre datae 0.15699308\n",
      "192 3 are dataed 0.15699308\n",
      "192 4 te dataedu 0.15699308\n",
      "192 5 e dataedu. 0.15699308\n",
      "192 6  dataedu.  0.15699308\n",
      "192 7 aataedu. T 0.15699308\n",
      "192 8 ataedu. Th 0.15699308\n",
      "192 9 taedu. The 0.15699308\n",
      "192 10 uedu. The  0.15699308\n",
      "192 11 tdu. The c 0.15699308\n",
      "192 12  u. The cu 0.15699308\n",
      "192 13 a. The cur 0.15699308\n",
      "192 14 r The curr 0.15699308\n",
      "192 15  The curre 0.15699308\n",
      "192 16 aee curren 0.15699308\n",
      "192 17 ee current 0.15699308\n",
      "192 18   current  0.15699308\n",
      "192 19  durrent l 0.15699308\n",
      "192 20 aurrent le 0.15699308\n",
      "192 21 urrent lec 0.15699308\n",
      "192 22 rrent lect 0.15699308\n",
      "192 23 eent lectu 0.15699308\n",
      "192 24 e t lectur 0.15699308\n",
      "192 25  t lecture 0.15699308\n",
      "192 26 t lecture  0.15699308\n",
      "192 27 ulecture i 0.15699308\n",
      "192 28 aecture is 0.15699308\n",
      "192 29 eature is  0.15699308\n",
      "192 30  ture is a 0.15699308\n",
      "192 31 uure is a  0.15699308\n",
      "192 32 ure is a M 0.15699308\n",
      "192 33 rr is a Ma 0.15699308\n",
      "192 34 e ds a Mat 0.15699308\n",
      "192 35  ds a Matc 0.15699308\n",
      "192 36 as a Match 0.15699308\n",
      "192 37 s a Match  0.15699308\n",
      "192 38 ,a Match U 0.15699308\n",
      "192 39 arMatch Up 0.15699308\n",
      "192 40 tMatch Up  0.15699308\n",
      "192 41 aatch Up T 0.15699308\n",
      "192 42 atch Up Te 0.15699308\n",
      "192 43 tah Up Ten 0.15699308\n",
      "192 44 uh Up Tens 0.15699308\n",
      "192 45 u Up Tenso 0.15699308\n",
      "192 46  Up Tensor 0.15699308\n",
      "192 47 ap TensorF 0.15699308\n",
      "192 48 p TensorFl 0.15699308\n",
      "192 49  TensorFlo 0.15699308\n",
      "192 50 aensorFlow 0.15699308\n",
      "192 51 ensorFlow. 0.15699308\n",
      "192 52  torFlow.  0.15699308\n",
      "192 53 torFlow. S 0.15699308\n",
      "192 54 ,rFlow. St 0.15699308\n",
      "192 55 wFlow. Stu 0.15699308\n",
      "192 56 elow. Stud 0.15699308\n",
      "192 57 low. Stude 0.15699308\n",
      "192 58 ew. Studen 0.15699308\n",
      "192 59 w. Student 0.15699308\n",
      "192 60 . Students 0.15699308\n",
      "192 61  Ttudents, 0.15699308\n",
      "192 62 atudents,  0.15699308\n",
      "192 63 tudents, p 0.15699308\n",
      "192 64 urents, pl 0.15699308\n",
      "192 65 rents, ple 0.15699308\n",
      "192 66 ants, plea 0.15699308\n",
      "192 67  t , pleas 0.15699308\n",
      "192 68 t , please 0.15699308\n",
      "192 69 u, please  0.15699308\n",
      "192 70 , please s 0.15699308\n",
      "192 71  please st 0.15699308\n",
      "192 72 alease stu 0.15699308\n",
      "192 73  ease stud 0.15699308\n",
      "192 74 ease study 0.15699308\n",
      "192 75  se study  0.15699308\n",
      "192 76 te study h 0.15699308\n",
      "192 77 , study ha 0.15699308\n",
      "192 78  dtudy har 0.15699308\n",
      "192 79 atudy hard 0.15699308\n",
      "192 80 ,udy hard. 0.15699308\n",
      "193 0 Te are dat 0.15697686\n",
      "193 1 e are data 0.15697686\n",
      "193 2  dre datae 0.15697686\n",
      "193 3 Tre dataed 0.15697686\n",
      "193 4 te dataedu 0.15697686\n",
      "193 5 e dataedu. 0.15697686\n",
      "193 6  dataedu.  0.15697686\n",
      "193 7 Tataedu. T 0.15697686\n",
      "193 8 ataedu. Th 0.15697686\n",
      "193 9 tcedu. The 0.15697686\n",
      "193 10 uedu. The  0.15697686\n",
      "193 11 tdu. The c 0.15697686\n",
      "193 12  u. The cu 0.15697686\n",
      "193 13 a. The cur 0.15697686\n",
      "193 14 r The curr 0.15697686\n",
      "193 15  She curre 0.15697686\n",
      "193 16 The curren 0.15697686\n",
      "193 17 he current 0.15697686\n",
      "193 18   current  0.15697686\n",
      "193 19  durrent l 0.15697686\n",
      "193 20 Turrent le 0.15697686\n",
      "193 21 urrent lec 0.15697686\n",
      "193 22 rrent lect 0.15697686\n",
      "193 23 eent lectu 0.15697686\n",
      "193 24 e t lectur 0.15697686\n",
      "193 25  tslecture 0.15697686\n",
      "193 26 t lecture  0.15697686\n",
      "193 27 ulecture i 0.15697686\n",
      "193 28 Tecture is 0.15697686\n",
      "193 29 eature is  0.15697686\n",
      "193 30  ture is a 0.15697686\n",
      "193 31 uure is a  0.15697686\n",
      "193 32 ude is a M 0.15697686\n",
      "193 33 rr is a Ma 0.15697686\n",
      "193 34 e ds a Mat 0.15697686\n",
      "193 35  ds a Matc 0.15697686\n",
      "193 36 Ts a Match 0.15697686\n",
      "193 37 s a Match  0.15697686\n",
      "193 38 ,a Match U 0.15697686\n",
      "193 39 TrMatch Up 0.15697686\n",
      "193 40 tMatch Up  0.15697686\n",
      "193 41 Tatch Up T 0.15697686\n",
      "193 42 atch Up Te 0.15697686\n",
      "193 43 tch Up Ten 0.15697686\n",
      "193 44 uh Up Tens 0.15697686\n",
      "193 45 u Up Tenso 0.15697686\n",
      "193 46  Up Tensor 0.15697686\n",
      "193 47 Tp TensorF 0.15697686\n",
      "193 48 p TensorFl 0.15697686\n",
      "193 49  TensorFlo 0.15697686\n",
      "193 50 ThnsorFlow 0.15697686\n",
      "193 51 hnsorFlow. 0.15697686\n",
      "193 52  torFlow.  0.15697686\n",
      "193 53 torFlow. S 0.15697686\n",
      "193 54 ,rFlow. St 0.15697686\n",
      "193 55 rFlow. Stu 0.15697686\n",
      "193 56 elow. Stud 0.15697686\n",
      "193 57 low. Stude 0.15697686\n",
      "193 58 ew. Studen 0.15697686\n",
      "193 59 r. Student 0.15697686\n",
      "193 60 . Students 0.15697686\n",
      "193 61  Students, 0.15697686\n",
      "193 62 Ttudents,  0.15697686\n",
      "193 63 tudents, p 0.15697686\n",
      "193 64 udents, pl 0.15697686\n",
      "193 65 rents, ple 0.15697686\n",
      "193 66 ants, plea 0.15697686\n",
      "193 67  ts, pleas 0.15697686\n",
      "193 68 t , please 0.15697686\n",
      "193 69 u, please  0.15697686\n",
      "193 70 , please s 0.15697686\n",
      "193 71  please st 0.15697686\n",
      "193 72 Tlease stu 0.15697686\n",
      "193 73  ease stud 0.15697686\n",
      "193 74 ease study 0.15697686\n",
      "193 75  se study  0.15697686\n",
      "193 76 te study h 0.15697686\n",
      "193 77 , study ha 0.15697686\n",
      "193 78  dtudy har 0.15697686\n",
      "193 79 Ttudy hard 0.15697686\n",
      "193 80 ,udy hard. 0.15697686\n",
      "194 0 Te are dat 0.15698113\n",
      "194 1 e are data 0.15698113\n",
      "194 2  cre datae 0.15698113\n",
      "194 3 T e dataed 0.15698113\n",
      "194 4 te dataedu 0.15698113\n",
      "194 5 e dataedu. 0.15698113\n",
      "194 6  cataedu.  0.15698113\n",
      "194 7 Tataedu. T 0.15698113\n",
      "194 8 etaedu. Th 0.15698113\n",
      "194 9 tcedu. The 0.15698113\n",
      "194 10 uedu. The  0.15698113\n",
      "194 11 tdu. The c 0.15698113\n",
      "194 12  u. The cu 0.15698113\n",
      "194 13 e. The cur 0.15698113\n",
      "194 14 r The curr 0.15698113\n",
      "194 15  She curre 0.15698113\n",
      "194 16 The curren 0.15698113\n",
      "194 17 ee current 0.15698113\n",
      "194 18   current  0.15698113\n",
      "194 19  current l 0.15698113\n",
      "194 20 Turrent le 0.15698113\n",
      "194 21 urrent lec 0.15698113\n",
      "194 22 reent lect 0.15698113\n",
      "194 23 eent lectu 0.15698113\n",
      "194 24 e t lectur 0.15698113\n",
      "194 25  tslecture 0.15698113\n",
      "194 26 tslecture  0.15698113\n",
      "194 27 ulecture i 0.15698113\n",
      "194 28 Tecture is 0.15698113\n",
      "194 29 ecture is  0.15698113\n",
      "194 30  ture is a 0.15698113\n",
      "194 31 uure is a  0.15698113\n",
      "194 32 ure is a M 0.15698113\n",
      "194 33 re is a Ma 0.15698113\n",
      "194 34 e ds a Mat 0.15698113\n",
      "194 35  cs a Matc 0.15698113\n",
      "194 36 Ts a Match 0.15698113\n",
      "194 37 s a Match  0.15698113\n",
      "194 38 ,a Match U 0.15698113\n",
      "194 39 T Match Up 0.15698113\n",
      "194 40 tMatch Up  0.15698113\n",
      "194 41 Tatch Up T 0.15698113\n",
      "194 42 atch Up Te 0.15698113\n",
      "194 43 tch Up Ten 0.15698113\n",
      "194 44 uh Up Tens 0.15698113\n",
      "194 45 u Up Tenso 0.15698113\n",
      "194 46  Up Tensor 0.15698113\n",
      "194 47 Tp TensorF 0.15698113\n",
      "194 48 p TensorFl 0.15698113\n",
      "194 49  TensorFlo 0.15698113\n",
      "194 50 ThnsorFlow 0.15698113\n",
      "194 51 ensorFlow. 0.15698113\n",
      "194 52  torFlow.  0.15698113\n",
      "194 53 torFlow. S 0.15698113\n",
      "194 54 ,rFlow. St 0.15698113\n",
      "194 55 rFlow. Stu 0.15698113\n",
      "194 56 elow. Stud 0.15698113\n",
      "194 57 low. Stude 0.15698113\n",
      "194 58 ew. Studen 0.15698113\n",
      "194 59 r. Student 0.15698113\n",
      "194 60 . Students 0.15698113\n",
      "194 61  Students, 0.15698113\n",
      "194 62 Ttudents,  0.15698113\n",
      "194 63 tudents, p 0.15698113\n",
      "194 64 urents, pl 0.15698113\n",
      "194 65 rents, ple 0.15698113\n",
      "194 66 ents, plea 0.15698113\n",
      "194 67  ts, pleas 0.15698113\n",
      "194 68 ts, please 0.15698113\n",
      "194 69 u, please  0.15698113\n",
      "194 70 , please s 0.15698113\n",
      "194 71  please st 0.15698113\n",
      "194 72 Tlease stu 0.15698113\n",
      "194 73  ease stud 0.15698113\n",
      "194 74 ecse study 0.15698113\n",
      "194 75  se study  0.15698113\n",
      "194 76 te study h 0.15698113\n",
      "194 77 , study ha 0.15698113\n",
      "194 78  ctudy har 0.15698113\n",
      "194 79 Ttudy hard 0.15698113\n",
      "194 80 ,udy hard. 0.15698113\n",
      "195 0 ae are dat 0.15698646\n",
      "195 1 e are data 0.15698646\n",
      "195 2  sre datae 0.15698646\n",
      "195 3 are dataed 0.15698646\n",
      "195 4 te dataedu 0.15698646\n",
      "195 5 e iataedu. 0.15698646\n",
      "195 6  sataedu.  0.15698646\n",
      "195 7 aataedu. T 0.15698646\n",
      "195 8 ataedu. Th 0.15698646\n",
      "195 9 taedu. The 0.15698646\n",
      "195 10 uedu. The  0.15698646\n",
      "195 11 tdu. The c 0.15698646\n",
      "195 12  u. The cu 0.15698646\n",
      "195 13 a. The cur 0.15698646\n",
      "195 14 r The curr 0.15698646\n",
      "195 15  The curre 0.15698646\n",
      "195 16 aee curren 0.15698646\n",
      "195 17 ee current 0.15698646\n",
      "195 18   current  0.15698646\n",
      "195 19  surrent l 0.15698646\n",
      "195 20 aurrent le 0.15698646\n",
      "195 21 urrent lec 0.15698646\n",
      "195 22 rrent lect 0.15698646\n",
      "195 23 eent lectu 0.15698646\n",
      "195 24 e t lectur 0.15698646\n",
      "195 25  t lecture 0.15698646\n",
      "195 26 t lecture  0.15698646\n",
      "195 27 ulecture i 0.15698646\n",
      "195 28 aecture is 0.15698646\n",
      "195 29 eature is  0.15698646\n",
      "195 30  ture is a 0.15698646\n",
      "195 31 uure is a  0.15698646\n",
      "195 32 ure is a M 0.15698646\n",
      "195 33 rr is a Ma 0.15698646\n",
      "195 34 e is a Mat 0.15698646\n",
      "195 35  ss a Matc 0.15698646\n",
      "195 36 as a Match 0.15698646\n",
      "195 37 s a Match  0.15698646\n",
      "195 38 ,a Match U 0.15698646\n",
      "195 39 arMatch Up 0.15698646\n",
      "195 40 tMatch Up  0.15698646\n",
      "195 41 aatch Up T 0.15698646\n",
      "195 42 atch Up Te 0.15698646\n",
      "195 43 tah Up Ten 0.15698646\n",
      "195 44 uh Up Tens 0.15698646\n",
      "195 45 u Up Tenso 0.15698646\n",
      "195 46  Up Tensor 0.15698646\n",
      "195 47 ap TensorF 0.15698646\n",
      "195 48 p TensorFl 0.15698646\n",
      "195 49 lTensorFlo 0.15698646\n",
      "195 50 aensorFlow 0.15698646\n",
      "195 51 ensorFlow. 0.15698646\n",
      "195 52  torFlow.  0.15698646\n",
      "195 53 torFlow. S 0.15698646\n",
      "195 54 ,rFlow. St 0.15698646\n",
      "195 55 rFlow. Stu 0.15698646\n",
      "195 56 elow. Stud 0.15698646\n",
      "195 57 low. Stude 0.15698646\n",
      "195 58 ew. Studen 0.15698646\n",
      "195 59 r. Student 0.15698646\n",
      "195 60 . Students 0.15698646\n",
      "195 61  Ttudents, 0.15698646\n",
      "195 62 atudents,  0.15698646\n",
      "195 63 tudents, p 0.15698646\n",
      "195 64 urents, pl 0.15698646\n",
      "195 65 rents, ple 0.15698646\n",
      "195 66 ants, plea 0.15698646\n",
      "195 67  t , pleas 0.15698646\n",
      "195 68 t , please 0.15698646\n",
      "195 69 u, please  0.15698646\n",
      "195 70 , please s 0.15698646\n",
      "195 71  please st 0.15698646\n",
      "195 72 alease stu 0.15698646\n",
      "195 73 lease stud 0.15698646\n",
      "195 74 ease study 0.15698646\n",
      "195 75  se study  0.15698646\n",
      "195 76 te study h 0.15698646\n",
      "195 77 , study ha 0.15698646\n",
      "195 78  study har 0.15698646\n",
      "195 79 atudy hard 0.15698646\n",
      "195 80 ,udy hard. 0.15698646\n",
      "196 0 Te are dat 0.15697631\n",
      "196 1 e are data 0.15697631\n",
      "196 2  cre datae 0.15697631\n",
      "196 3 T e dataed 0.15697631\n",
      "196 4 te dataedu 0.15697631\n",
      "196 5 e iataedu. 0.15697631\n",
      "196 6  cataedu.  0.15697631\n",
      "196 7 Tataedu. T 0.15697631\n",
      "196 8 ataedu. Th 0.15697631\n",
      "196 9 tcedu. The 0.15697631\n",
      "196 10 uedu. The  0.15697631\n",
      "196 11 tdu. The c 0.15697631\n",
      "196 12  u. The cu 0.15697631\n",
      "196 13 a. The cur 0.15697631\n",
      "196 14 r The curr 0.15697631\n",
      "196 15  She curre 0.15697631\n",
      "196 16 Tee curren 0.15697631\n",
      "196 17 ee current 0.15697631\n",
      "196 18 e current  0.15697631\n",
      "196 19  current l 0.15697631\n",
      "196 20 Turrent le 0.15697631\n",
      "196 21 hrrent lec 0.15697631\n",
      "196 22 reent lect 0.15697631\n",
      "196 23 eent lectu 0.15697631\n",
      "196 24 e t lectur 0.15697631\n",
      "196 25  tslecture 0.15697631\n",
      "196 26 tslecture  0.15697631\n",
      "196 27 ulecture i 0.15697631\n",
      "196 28 Tecture is 0.15697631\n",
      "196 29 ecture is  0.15697631\n",
      "196 30  ture is a 0.15697631\n",
      "196 31 hure is a  0.15697631\n",
      "196 32 ude is a M 0.15697631\n",
      "196 33 re is a Ma 0.15697631\n",
      "196 34 e is a Mat 0.15697631\n",
      "196 35  cs a Matc 0.15697631\n",
      "196 36 Ts a Match 0.15697631\n",
      "196 37 s a Match  0.15697631\n",
      "196 38 ta Match U 0.15697631\n",
      "196 39 T Match Up 0.15697631\n",
      "196 40 tMatch Up  0.15697631\n",
      "196 41 Tatch Up T 0.15697631\n",
      "196 42 atch Up Te 0.15697631\n",
      "196 43 tch Up Ten 0.15697631\n",
      "196 44 uh Up Tens 0.15697631\n",
      "196 45 h Up Tenso 0.15697631\n",
      "196 46 eUp Tensor 0.15697631\n",
      "196 47 Tp TensorF 0.15697631\n",
      "196 48 p TensorFl 0.15697631\n",
      "196 49  TensorFlo 0.15697631\n",
      "196 50 TensorFlow 0.15697631\n",
      "196 51 ensorFlow. 0.15697631\n",
      "196 52  torFlow.  0.15697631\n",
      "196 53 torFlow. S 0.15697631\n",
      "196 54 trFlow. St 0.15697631\n",
      "196 55 wFlow. Stu 0.15697631\n",
      "196 56 elow. Stud 0.15697631\n",
      "196 57 low. Stude 0.15697631\n",
      "196 58 ew. Studen 0.15697631\n",
      "196 59 w. Student 0.15697631\n",
      "196 60 . Students 0.15697631\n",
      "196 61  Students, 0.15697631\n",
      "196 62 Ttudents,  0.15697631\n",
      "196 63 tudents, p 0.15697631\n",
      "196 64 udents, pl 0.15697631\n",
      "196 65 rents, ple 0.15697631\n",
      "196 66 ants, plea 0.15697631\n",
      "196 67  ts, pleas 0.15697631\n",
      "196 68 ts, please 0.15697631\n",
      "196 69 u, please  0.15697631\n",
      "196 70 t please s 0.15697631\n",
      "196 71  please st 0.15697631\n",
      "196 72 Tlease stu 0.15697631\n",
      "196 73  ease stud 0.15697631\n",
      "196 74 ecse study 0.15697631\n",
      "196 75  se study  0.15697631\n",
      "196 76 te study h 0.15697631\n",
      "196 77 t study ha 0.15697631\n",
      "196 78  ctudy har 0.15697631\n",
      "196 79 Ttudy hard 0.15697631\n",
      "196 80 tudy hard. 0.15697631\n",
      "197 0 ae are dat 0.15695885\n",
      "197 1 e are data 0.15695885\n",
      "197 2  dre datae 0.15695885\n",
      "197 3 are dataed 0.15695885\n",
      "197 4 te dataedu 0.15695885\n",
      "197 5 e dataedu. 0.15695885\n",
      "197 6  dataedu.  0.15695885\n",
      "197 7 aataedu. T 0.15695885\n",
      "197 8 ataedu. Th 0.15695885\n",
      "197 9 taedu. The 0.15695885\n",
      "197 10 uedu. The  0.15695885\n",
      "197 11 tdu. The c 0.15695885\n",
      "197 12  u. The cu 0.15695885\n",
      "197 13 a. The cur 0.15695885\n",
      "197 14 r The curr 0.15695885\n",
      "197 15  The curre 0.15695885\n",
      "197 16 aee curren 0.15695885\n",
      "197 17 ee current 0.15695885\n",
      "197 18   current  0.15695885\n",
      "197 19  durrent l 0.15695885\n",
      "197 20 aurrent le 0.15695885\n",
      "197 21 urrent lec 0.15695885\n",
      "197 22 rrent lect 0.15695885\n",
      "197 23 eent lectu 0.15695885\n",
      "197 24 e t lectur 0.15695885\n",
      "197 25  t lecture 0.15695885\n",
      "197 26 tslecture  0.15695885\n",
      "197 27 ulecture i 0.15695885\n",
      "197 28 aecture is 0.15695885\n",
      "197 29 eature is  0.15695885\n",
      "197 30  ture is a 0.15695885\n",
      "197 31 uure is a  0.15695885\n",
      "197 32 ude is a M 0.15695885\n",
      "197 33 rr is a Ma 0.15695885\n",
      "197 34 e ds a Mat 0.15695885\n",
      "197 35  ds a Matc 0.15695885\n",
      "197 36 as a Match 0.15695885\n",
      "197 37 s a Match  0.15695885\n",
      "197 38 ta Match U 0.15695885\n",
      "197 39 arMatch Up 0.15695885\n",
      "197 40 tMatch Up  0.15695885\n",
      "197 41 aatch Up T 0.15695885\n",
      "197 42 atch Up Te 0.15695885\n",
      "197 43 tah Up Ten 0.15695885\n",
      "197 44 uh Up Tens 0.15695885\n",
      "197 45 u Up Tenso 0.15695885\n",
      "197 46  Up Tensor 0.15695885\n",
      "197 47 ap TensorF 0.15695885\n",
      "197 48 p TensorFl 0.15695885\n",
      "197 49  TensorFlo 0.15695885\n",
      "197 50 aensorFlow 0.15695885\n",
      "197 51 ensorFlow. 0.15695885\n",
      "197 52  torFlow.  0.15695885\n",
      "197 53 torFlow. S 0.15695885\n",
      "197 54 trFlow. St 0.15695885\n",
      "197 55 wFlow. Stu 0.15695885\n",
      "197 56 elow. Stud 0.15695885\n",
      "197 57 low. Stude 0.15695885\n",
      "197 58 ew. Studen 0.15695885\n",
      "197 59 w. Student 0.15695885\n",
      "197 60 . Students 0.15695885\n",
      "197 61  Ttudents, 0.15695885\n",
      "197 62 atudents,  0.15695885\n",
      "197 63 tudents, p 0.15695885\n",
      "197 64 udents, pl 0.15695885\n",
      "197 65 rents, ple 0.15695885\n",
      "197 66 ants, plea 0.15695885\n",
      "197 67  t , pleas 0.15695885\n",
      "197 68 ts, please 0.15695885\n",
      "197 69 u, please  0.15695885\n",
      "197 70 t please s 0.15695885\n",
      "197 71  please st 0.15695885\n",
      "197 72 alease stu 0.15695885\n",
      "197 73  ease stud 0.15695885\n",
      "197 74 ease study 0.15695885\n",
      "197 75  se study  0.15695885\n",
      "197 76 te study h 0.15695885\n",
      "197 77 t study ha 0.15695885\n",
      "197 78  dtudy har 0.15695885\n",
      "197 79 atudy hard 0.15695885\n",
      "197 80 tudy hard. 0.15695885\n",
      "198 0 ae are dat 0.15695164\n",
      "198 1 e are data 0.15695164\n",
      "198 2  dre datae 0.15695164\n",
      "198 3 a e dataed 0.15695164\n",
      "198 4 te dataedu 0.15695164\n",
      "198 5 e dataedu. 0.15695164\n",
      "198 6  dataedu.  0.15695164\n",
      "198 7 aataedu. T 0.15695164\n",
      "198 8 ataedu. Th 0.15695164\n",
      "198 9 taedu. The 0.15695164\n",
      "198 10 uedu. The  0.15695164\n",
      "198 11 tdu. The c 0.15695164\n",
      "198 12  u. The cu 0.15695164\n",
      "198 13 a. The cur 0.15695164\n",
      "198 14 r The curr 0.15695164\n",
      "198 15  The curre 0.15695164\n",
      "198 16 ahe curren 0.15695164\n",
      "198 17 ee current 0.15695164\n",
      "198 18   current  0.15695164\n",
      "198 19  durrent l 0.15695164\n",
      "198 20 aurrent le 0.15695164\n",
      "198 21 urrent lec 0.15695164\n",
      "198 22 reent lect 0.15695164\n",
      "198 23 eent lectu 0.15695164\n",
      "198 24 e t lectur 0.15695164\n",
      "198 25  tslecture 0.15695164\n",
      "198 26 t lecture  0.15695164\n",
      "198 27 ulecture i 0.15695164\n",
      "198 28 aecture is 0.15695164\n",
      "198 29 ecture is  0.15695164\n",
      "198 30  ture is a 0.15695164\n",
      "198 31 uure is a  0.15695164\n",
      "198 32 ure is a M 0.15695164\n",
      "198 33 re is a Ma 0.15695164\n",
      "198 34 e ds a Mat 0.15695164\n",
      "198 35  ds a Matc 0.15695164\n",
      "198 36 as a Match 0.15695164\n",
      "198 37 s a Match  0.15695164\n",
      "198 38 oa Match U 0.15695164\n",
      "198 39 a Match Up 0.15695164\n",
      "198 40 tMatch Up  0.15695164\n",
      "198 41 aatch Up T 0.15695164\n",
      "198 42 atch Up Te 0.15695164\n",
      "198 43 tah Up Ten 0.15695164\n",
      "198 44 uh Up Tens 0.15695164\n",
      "198 45 u Up Tenso 0.15695164\n",
      "198 46  Up Tensor 0.15695164\n",
      "198 47 ap TensorF 0.15695164\n",
      "198 48 p TensorFl 0.15695164\n",
      "198 49  TensorFlo 0.15695164\n",
      "198 50 ahnsorFlow 0.15695164\n",
      "198 51 ensorFlow. 0.15695164\n",
      "198 52  torFlow.  0.15695164\n",
      "198 53 torFlow. S 0.15695164\n",
      "198 54 orFlow. St 0.15695164\n",
      "198 55 wFlow. Stu 0.15695164\n",
      "198 56 elow. Stud 0.15695164\n",
      "198 57 low. Stude 0.15695164\n",
      "198 58 ew. Studen 0.15695164\n",
      "198 59 w. Student 0.15695164\n",
      "198 60 . Students 0.15695164\n",
      "198 61  Ttudents, 0.15695164\n",
      "198 62 atudents,  0.15695164\n",
      "198 63 tudents, p 0.15695164\n",
      "198 64 urents, pl 0.15695164\n",
      "198 65 rents, ple 0.15695164\n",
      "198 66 ants, plea 0.15695164\n",
      "198 67  ts, pleas 0.15695164\n",
      "198 68 t , please 0.15695164\n",
      "198 69 u, please  0.15695164\n",
      "198 70 o please s 0.15695164\n",
      "198 71  please st 0.15695164\n",
      "198 72 alease stu 0.15695164\n",
      "198 73  ease stud 0.15695164\n",
      "198 74 ecse study 0.15695164\n",
      "198 75  se study  0.15695164\n",
      "198 76 te study h 0.15695164\n",
      "198 77 o study ha 0.15695164\n",
      "198 78  dtudy har 0.15695164\n",
      "198 79 atudy hard 0.15695164\n",
      "198 80 oudy hard. 0.15695164\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "199 0 Te are dat 0.15695414\n",
      "199 1 e are data 0.15695414\n",
      "199 2  cre datae 0.15695414\n",
      "199 3 T e dataed 0.15695414\n",
      "199 4 te dataedu 0.15695414\n",
      "199 5 e dataedu. 0.15695414\n",
      "199 6  cataedu.  0.15695414\n",
      "199 7 Tataedu. T 0.15695414\n",
      "199 8 etaedu. Th 0.15695414\n",
      "199 9 tcedu. The 0.15695414\n",
      "199 10 uedu. The  0.15695414\n",
      "199 11 tdu. The c 0.15695414\n",
      "199 12  u. The cu 0.15695414\n",
      "199 13 e. The cur 0.15695414\n",
      "199 14 r The curr 0.15695414\n",
      "199 15  She curre 0.15695414\n",
      "199 16 The curren 0.15695414\n",
      "199 17 ee current 0.15695414\n",
      "199 18 e current  0.15695414\n",
      "199 19  current l 0.15695414\n",
      "199 20 Turrent le 0.15695414\n",
      "199 21 urrent lec 0.15695414\n",
      "199 22 reent lect 0.15695414\n",
      "199 23 eent lectu 0.15695414\n",
      "199 24 e t lectur 0.15695414\n",
      "199 25  tslecture 0.15695414\n",
      "199 26 t lecture  0.15695414\n",
      "199 27 ulecture i 0.15695414\n",
      "199 28 Tecture is 0.15695414\n",
      "199 29 ecture is  0.15695414\n",
      "199 30  ture is a 0.15695414\n",
      "199 31 uure is a  0.15695414\n",
      "199 32 ude is a M 0.15695414\n",
      "199 33 re is a Ma 0.15695414\n",
      "199 34 e ds a Mat 0.15695414\n",
      "199 35  cs a Matc 0.15695414\n",
      "199 36 Ts a Match 0.15695414\n",
      "199 37 s a Match  0.15695414\n",
      "199 38 oa Match U 0.15695414\n",
      "199 39 T Match Up 0.15695414\n",
      "199 40 tMatch Up  0.15695414\n",
      "199 41 Tatch Up T 0.15695414\n",
      "199 42 atch Up Te 0.15695414\n",
      "199 43 tch Up Ten 0.15695414\n",
      "199 44 uh Up Tens 0.15695414\n",
      "199 45 u Up Tenso 0.15695414\n",
      "199 46 eUp Tensor 0.15695414\n",
      "199 47 Tp TensorF 0.15695414\n",
      "199 48 p TensorFl 0.15695414\n",
      "199 49  TensorFlo 0.15695414\n",
      "199 50 ThnsorFlow 0.15695414\n",
      "199 51 ensorFlow. 0.15695414\n",
      "199 52  torFlow.  0.15695414\n",
      "199 53 torFlow. S 0.15695414\n",
      "199 54 orFlow. St 0.15695414\n",
      "199 55 wFlow. Stu 0.15695414\n",
      "199 56 elow. Stud 0.15695414\n",
      "199 57 low. Stude 0.15695414\n",
      "199 58 ew. Studen 0.15695414\n",
      "199 59 w. Student 0.15695414\n",
      "199 60 . Students 0.15695414\n",
      "199 61  Students, 0.15695414\n",
      "199 62 Ttudents,  0.15695414\n",
      "199 63 tudents, p 0.15695414\n",
      "199 64 udents, pl 0.15695414\n",
      "199 65 rents, ple 0.15695414\n",
      "199 66 ents, plea 0.15695414\n",
      "199 67  ts, pleas 0.15695414\n",
      "199 68 t , please 0.15695414\n",
      "199 69 u, please  0.15695414\n",
      "199 70 o please s 0.15695414\n",
      "199 71  please st 0.15695414\n",
      "199 72 Tlease stu 0.15695414\n",
      "199 73  ease stud 0.15695414\n",
      "199 74 ecse study 0.15695414\n",
      "199 75  se study  0.15695414\n",
      "199 76 te study h 0.15695414\n",
      "199 77 o study ha 0.15695414\n",
      "199 78  ctudy har 0.15695414\n",
      "199 79 Ttudy hard 0.15695414\n",
      "199 80 oudy hard. 0.15695414\n",
      "200 0 ae are dat 0.1569541\n",
      "200 1 e are data 0.1569541\n",
      "200 2  sre datae 0.1569541\n",
      "200 3 are dataed 0.1569541\n",
      "200 4 te dataedu 0.1569541\n",
      "200 5 e iataedu. 0.1569541\n",
      "200 6  sataedu.  0.1569541\n",
      "200 7 aataedu. T 0.1569541\n",
      "200 8 ataedu. Th 0.1569541\n",
      "200 9 taedu. The 0.1569541\n",
      "200 10 uedu. The  0.1569541\n",
      "200 11 tdu. The c 0.1569541\n",
      "200 12  u. The cu 0.1569541\n",
      "200 13 a. The cur 0.1569541\n",
      "200 14 r The curr 0.1569541\n",
      "200 15  The curre 0.1569541\n",
      "200 16 aee curren 0.1569541\n",
      "200 17 ee current 0.1569541\n",
      "200 18   current  0.1569541\n",
      "200 19  surrent l 0.1569541\n",
      "200 20 aurrent le 0.1569541\n",
      "200 21 urrent lec 0.1569541\n",
      "200 22 rrent lect 0.1569541\n",
      "200 23 eent lectu 0.1569541\n",
      "200 24 e t lectur 0.1569541\n",
      "200 25  t lecture 0.1569541\n",
      "200 26 t lecture  0.1569541\n",
      "200 27 ulecture i 0.1569541\n",
      "200 28 aecture is 0.1569541\n",
      "200 29 eature is  0.1569541\n",
      "200 30  ture is a 0.1569541\n",
      "200 31 uure is a  0.1569541\n",
      "200 32 ure is a M 0.1569541\n",
      "200 33 rr is a Ma 0.1569541\n",
      "200 34 e is a Mat 0.1569541\n",
      "200 35  ss a Matc 0.1569541\n",
      "200 36 as a Match 0.1569541\n",
      "200 37 s a Match  0.1569541\n",
      "200 38 ,a Match U 0.1569541\n",
      "200 39 arMatch Up 0.1569541\n",
      "200 40 tMatch Up  0.1569541\n",
      "200 41 aatch Up T 0.1569541\n",
      "200 42 atch Up Te 0.1569541\n",
      "200 43 tah Up Ten 0.1569541\n",
      "200 44 uh Up Tens 0.1569541\n",
      "200 45 u Up Tenso 0.1569541\n",
      "200 46  Up Tensor 0.1569541\n",
      "200 47 ap TensorF 0.1569541\n",
      "200 48 p TensorFl 0.1569541\n",
      "200 49 lTensorFlo 0.1569541\n",
      "200 50 aensorFlow 0.1569541\n",
      "200 51 ensorFlow. 0.1569541\n",
      "200 52  torFlow.  0.1569541\n",
      "200 53 torFlow. S 0.1569541\n",
      "200 54 ,rFlow. St 0.1569541\n",
      "200 55 rFlow. Stu 0.1569541\n",
      "200 56 elow. Stud 0.1569541\n",
      "200 57 low. Stude 0.1569541\n",
      "200 58 ew. Studen 0.1569541\n",
      "200 59 r. Student 0.1569541\n",
      "200 60 . Students 0.1569541\n",
      "200 61  Ttudents, 0.1569541\n",
      "200 62 atudents,  0.1569541\n",
      "200 63 tudents, p 0.1569541\n",
      "200 64 urents, pl 0.1569541\n",
      "200 65 rents, ple 0.1569541\n",
      "200 66 ants, plea 0.1569541\n",
      "200 67  t , pleas 0.1569541\n",
      "200 68 t , please 0.1569541\n",
      "200 69 u, please  0.1569541\n",
      "200 70 , please s 0.1569541\n",
      "200 71  please st 0.1569541\n",
      "200 72 alease stu 0.1569541\n",
      "200 73 lease stud 0.1569541\n",
      "200 74 ease study 0.1569541\n",
      "200 75  se study  0.1569541\n",
      "200 76 te study h 0.1569541\n",
      "200 77 , study ha 0.1569541\n",
      "200 78  study har 0.1569541\n",
      "200 79 atudy hard 0.1569541\n",
      "200 80 ,udy hard. 0.1569541\n",
      "201 0 Te are dat 0.15694605\n",
      "201 1 e are data 0.15694605\n",
      "201 2  cre datae 0.15694605\n",
      "201 3 T e dataed 0.15694605\n",
      "201 4 te dataedu 0.15694605\n",
      "201 5 e iataedu. 0.15694605\n",
      "201 6  cataedu.  0.15694605\n",
      "201 7 Tataedu. T 0.15694605\n",
      "201 8 ataedu. Th 0.15694605\n",
      "201 9 tcedu. The 0.15694605\n",
      "201 10 uedu. The  0.15694605\n",
      "201 11 tdu. The c 0.15694605\n",
      "201 12  u. The cu 0.15694605\n",
      "201 13 a. The cur 0.15694605\n",
      "201 14 r The curr 0.15694605\n",
      "201 15  She curre 0.15694605\n",
      "201 16 The curren 0.15694605\n",
      "201 17 ee current 0.15694605\n",
      "201 18   current  0.15694605\n",
      "201 19  current l 0.15694605\n",
      "201 20 Turrent le 0.15694605\n",
      "201 21 hrrent lec 0.15694605\n",
      "201 22 reent lect 0.15694605\n",
      "201 23 eent lectu 0.15694605\n",
      "201 24 e t lectur 0.15694605\n",
      "201 25  tslecture 0.15694605\n",
      "201 26 tslecture  0.15694605\n",
      "201 27 ulecture i 0.15694605\n",
      "201 28 Tecture is 0.15694605\n",
      "201 29 ecture is  0.15694605\n",
      "201 30  ture is a 0.15694605\n",
      "201 31 hure is a  0.15694605\n",
      "201 32 ude is a M 0.15694605\n",
      "201 33 re is a Ma 0.15694605\n",
      "201 34 e is a Mat 0.15694605\n",
      "201 35  cs a Matc 0.15694605\n",
      "201 36 Ts a Match 0.15694605\n",
      "201 37 s a Match  0.15694605\n",
      "201 38 ,a Match U 0.15694605\n",
      "201 39 T Match Up 0.15694605\n",
      "201 40 tMatch Up  0.15694605\n",
      "201 41 Tatch Up T 0.15694605\n",
      "201 42 atch Up Te 0.15694605\n",
      "201 43 tch Up Ten 0.15694605\n",
      "201 44 uh Up Tens 0.15694605\n",
      "201 45 h Up Tenso 0.15694605\n",
      "201 46  Up Tensor 0.15694605\n",
      "201 47 Tp TensorF 0.15694605\n",
      "201 48 p TensorFl 0.15694605\n",
      "201 49  TensorFlo 0.15694605\n",
      "201 50 ThnsorFlow 0.15694605\n",
      "201 51 ensorFlow. 0.15694605\n",
      "201 52  torFlow.  0.15694605\n",
      "201 53 torFlow. S 0.15694605\n",
      "201 54 ,rFlow. St 0.15694605\n",
      "201 55 rFlow. Stu 0.15694605\n",
      "201 56 elow. Stud 0.15694605\n",
      "201 57 low. Stude 0.15694605\n",
      "201 58 ew. Studen 0.15694605\n",
      "201 59 r. Student 0.15694605\n",
      "201 60 . Students 0.15694605\n",
      "201 61  Students, 0.15694605\n",
      "201 62 Ttudents,  0.15694605\n",
      "201 63 tudents, p 0.15694605\n",
      "201 64 udents, pl 0.15694605\n",
      "201 65 rents, ple 0.15694605\n",
      "201 66 ants, plea 0.15694605\n",
      "201 67  ts, pleas 0.15694605\n",
      "201 68 ts, please 0.15694605\n",
      "201 69 u, please  0.15694605\n",
      "201 70 , please s 0.15694605\n",
      "201 71  please st 0.15694605\n",
      "201 72 Tlease stu 0.15694605\n",
      "201 73  ease stud 0.15694605\n",
      "201 74 ecse study 0.15694605\n",
      "201 75  se study  0.15694605\n",
      "201 76 te study h 0.15694605\n",
      "201 77 , study ha 0.15694605\n",
      "201 78  ctudy har 0.15694605\n",
      "201 79 Ttudy hard 0.15694605\n",
      "201 80 ,udy hard. 0.15694605\n",
      "202 0 ae are dat 0.15693417\n",
      "202 1 e are data 0.15693417\n",
      "202 2  sre datae 0.15693417\n",
      "202 3 are dataed 0.15693417\n",
      "202 4 te dataedu 0.15693417\n",
      "202 5 e iataedu. 0.15693417\n",
      "202 6  sataedu.  0.15693417\n",
      "202 7 aataedu. T 0.15693417\n",
      "202 8 ataedu. Th 0.15693417\n",
      "202 9 taedu. The 0.15693417\n",
      "202 10 uedu. The  0.15693417\n",
      "202 11 tdu. The c 0.15693417\n",
      "202 12  u. The cu 0.15693417\n",
      "202 13 a. The cur 0.15693417\n",
      "202 14 r The curr 0.15693417\n",
      "202 15  The curre 0.15693417\n",
      "202 16 aee curren 0.15693417\n",
      "202 17 ee current 0.15693417\n",
      "202 18   current  0.15693417\n",
      "202 19  surrent l 0.15693417\n",
      "202 20 aurrent le 0.15693417\n",
      "202 21 urrent lec 0.15693417\n",
      "202 22 rrent lect 0.15693417\n",
      "202 23 eent lectu 0.15693417\n",
      "202 24 e t lectur 0.15693417\n",
      "202 25  t lecture 0.15693417\n",
      "202 26 tslecture  0.15693417\n",
      "202 27 ulecture i 0.15693417\n",
      "202 28 aecture is 0.15693417\n",
      "202 29 eature is  0.15693417\n",
      "202 30  ture is a 0.15693417\n",
      "202 31 uure is a  0.15693417\n",
      "202 32 ude is a M 0.15693417\n",
      "202 33 rr is a Ma 0.15693417\n",
      "202 34 e is a Mat 0.15693417\n",
      "202 35  ss a Matc 0.15693417\n",
      "202 36 as a Match 0.15693417\n",
      "202 37 s a Match  0.15693417\n",
      "202 38 ta Match U 0.15693417\n",
      "202 39 arMatch Up 0.15693417\n",
      "202 40 tMatch Up  0.15693417\n",
      "202 41 aatch Up T 0.15693417\n",
      "202 42 atch Up Te 0.15693417\n",
      "202 43 tah Up Ten 0.15693417\n",
      "202 44 uh Up Tens 0.15693417\n",
      "202 45 u Up Tenso 0.15693417\n",
      "202 46  Up Tensor 0.15693417\n",
      "202 47 ap TensorF 0.15693417\n",
      "202 48 p TensorFl 0.15693417\n",
      "202 49  TensorFlo 0.15693417\n",
      "202 50 aensorFlow 0.15693417\n",
      "202 51 ensorFlow. 0.15693417\n",
      "202 52  torFlow.  0.15693417\n",
      "202 53 torFlow. S 0.15693417\n",
      "202 54 trFlow. St 0.15693417\n",
      "202 55 rFlow. Stu 0.15693417\n",
      "202 56 elow. Stud 0.15693417\n",
      "202 57 low. Stude 0.15693417\n",
      "202 58 ew. Studen 0.15693417\n",
      "202 59 r. Student 0.15693417\n",
      "202 60 . Students 0.15693417\n",
      "202 61  Ttudents, 0.15693417\n",
      "202 62 atudents,  0.15693417\n",
      "202 63 tudents, p 0.15693417\n",
      "202 64 udents, pl 0.15693417\n",
      "202 65 rents, ple 0.15693417\n",
      "202 66 ants, plea 0.15693417\n",
      "202 67  t , pleas 0.15693417\n",
      "202 68 ts, please 0.15693417\n",
      "202 69 u, please  0.15693417\n",
      "202 70 t please s 0.15693417\n",
      "202 71  please st 0.15693417\n",
      "202 72 alease stu 0.15693417\n",
      "202 73  ease stud 0.15693417\n",
      "202 74 ease study 0.15693417\n",
      "202 75  se study  0.15693417\n",
      "202 76 te study h 0.15693417\n",
      "202 77 t study ha 0.15693417\n",
      "202 78  study har 0.15693417\n",
      "202 79 atudy hard 0.15693417\n",
      "202 80 tudy hard. 0.15693417\n",
      "203 0 Te are dat 0.15692686\n",
      "203 1 e are data 0.15692686\n",
      "203 2  cre datae 0.15692686\n",
      "203 3 T e dataed 0.15692686\n",
      "203 4 te dataedu 0.15692686\n",
      "203 5 e dataedu. 0.15692686\n",
      "203 6  cataedu.  0.15692686\n",
      "203 7 Tataedu. T 0.15692686\n",
      "203 8 ataedu. Th 0.15692686\n",
      "203 9 taedu. The 0.15692686\n",
      "203 10 uedu. The  0.15692686\n",
      "203 11 tdu. The c 0.15692686\n",
      "203 12  u. The cu 0.15692686\n",
      "203 13 a. The cur 0.15692686\n",
      "203 14 r The curr 0.15692686\n",
      "203 15  The curre 0.15692686\n",
      "203 16 The curren 0.15692686\n",
      "203 17 ee current 0.15692686\n",
      "203 18   current  0.15692686\n",
      "203 19  current l 0.15692686\n",
      "203 20 Turrent le 0.15692686\n",
      "203 21 urrent lec 0.15692686\n",
      "203 22 reent lect 0.15692686\n",
      "203 23 eent lectu 0.15692686\n",
      "203 24 e t lectur 0.15692686\n",
      "203 25  tslecture 0.15692686\n",
      "203 26 tslecture  0.15692686\n",
      "203 27 ulecture i 0.15692686\n",
      "203 28 Tecture is 0.15692686\n",
      "203 29 eature is  0.15692686\n",
      "203 30  ture is a 0.15692686\n",
      "203 31 uure is a  0.15692686\n",
      "203 32 ure is a M 0.15692686\n",
      "203 33 re is a Ma 0.15692686\n",
      "203 34 e ds a Mat 0.15692686\n",
      "203 35  cs a Matc 0.15692686\n",
      "203 36 Ts a Match 0.15692686\n",
      "203 37 s a Match  0.15692686\n",
      "203 38 ta Match U 0.15692686\n",
      "203 39 T Match Up 0.15692686\n",
      "203 40 tMatch Up  0.15692686\n",
      "203 41 Tatch Up T 0.15692686\n",
      "203 42 atch Up Te 0.15692686\n",
      "203 43 tah Up Ten 0.15692686\n",
      "203 44 uh Up Tens 0.15692686\n",
      "203 45 u Up Tenso 0.15692686\n",
      "203 46  Up Tensor 0.15692686\n",
      "203 47 Tp TensorF 0.15692686\n",
      "203 48 p TensorFl 0.15692686\n",
      "203 49  TensorFlo 0.15692686\n",
      "203 50 ThnsorFlow 0.15692686\n",
      "203 51 ensorFlow. 0.15692686\n",
      "203 52  torFlow.  0.15692686\n",
      "203 53 torFlow. S 0.15692686\n",
      "203 54 trFlow. St 0.15692686\n",
      "203 55 wFlow. Stu 0.15692686\n",
      "203 56 elow. Stud 0.15692686\n",
      "203 57 low. Stude 0.15692686\n",
      "203 58 ew. Studen 0.15692686\n",
      "203 59 w. Student 0.15692686\n",
      "203 60 . Students 0.15692686\n",
      "203 61  Ttudents, 0.15692686\n",
      "203 62 Ttudents,  0.15692686\n",
      "203 63 tudents, p 0.15692686\n",
      "203 64 urents, pl 0.15692686\n",
      "203 65 rents, ple 0.15692686\n",
      "203 66 ants, plea 0.15692686\n",
      "203 67  ts, pleas 0.15692686\n",
      "203 68 ts, please 0.15692686\n",
      "203 69 u, please  0.15692686\n",
      "203 70 t please s 0.15692686\n",
      "203 71  please st 0.15692686\n",
      "203 72 Tlease stu 0.15692686\n",
      "203 73  ease stud 0.15692686\n",
      "203 74 ease study 0.15692686\n",
      "203 75  se study  0.15692686\n",
      "203 76 te study h 0.15692686\n",
      "203 77 t study ha 0.15692686\n",
      "203 78  ctudy har 0.15692686\n",
      "203 79 Ttudy hard 0.15692686\n",
      "203 80 tudy hard. 0.15692686\n",
      "204 0 Te are dat 0.15692516\n",
      "204 1 e are data 0.15692516\n",
      "204 2  cre datae 0.15692516\n",
      "204 3 T e dataed 0.15692516\n",
      "204 4 te dataedu 0.15692516\n",
      "204 5 e dataedu. 0.15692516\n",
      "204 6  cataedu.  0.15692516\n",
      "204 7 Tataedu. T 0.15692516\n",
      "204 8 utaedu. Th 0.15692516\n",
      "204 9 tcedu. The 0.15692516\n",
      "204 10 uedu. The  0.15692516\n",
      "204 11 tdu. The c 0.15692516\n",
      "204 12  u. The cu 0.15692516\n",
      "204 13 u. The cur 0.15692516\n",
      "204 14 r The curr 0.15692516\n",
      "204 15  She curre 0.15692516\n",
      "204 16 The curren 0.15692516\n",
      "204 17 he current 0.15692516\n",
      "204 18 e current  0.15692516\n",
      "204 19  current l 0.15692516\n",
      "204 20 Turrent le 0.15692516\n",
      "204 21 urrent lec 0.15692516\n",
      "204 22 rrent lect 0.15692516\n",
      "204 23 eent lectu 0.15692516\n",
      "204 24 e t lectur 0.15692516\n",
      "204 25  tslecture 0.15692516\n",
      "204 26 t lecture  0.15692516\n",
      "204 27 ulecture i 0.15692516\n",
      "204 28 Tecture is 0.15692516\n",
      "204 29 ecture is  0.15692516\n",
      "204 30  ture is a 0.15692516\n",
      "204 31 uure is a  0.15692516\n",
      "204 32 ude is a M 0.15692516\n",
      "204 33 rr is a Ma 0.15692516\n",
      "204 34 e ds a Mat 0.15692516\n",
      "204 35  cs a Matc 0.15692516\n",
      "204 36 Ts a Match 0.15692516\n",
      "204 37 s a Match  0.15692516\n",
      "204 38 ea Match U 0.15692516\n",
      "204 39 T Match Up 0.15692516\n",
      "204 40 tMatch Up  0.15692516\n",
      "204 41 Tatch Up T 0.15692516\n",
      "204 42 atch Up Te 0.15692516\n",
      "204 43 tch Up Ten 0.15692516\n",
      "204 44 uh Up Tens 0.15692516\n",
      "204 45 u Up Tenso 0.15692516\n",
      "204 46 eUp Tensor 0.15692516\n",
      "204 47 Tp TensorF 0.15692516\n",
      "204 48 p TensorFl 0.15692516\n",
      "204 49  TensorFlo 0.15692516\n",
      "204 50 ThnsorFlow 0.15692516\n",
      "204 51 hnsorFlow. 0.15692516\n",
      "204 52  torFlow.  0.15692516\n",
      "204 53 torFlow. S 0.15692516\n",
      "204 54 erFlow. St 0.15692516\n",
      "204 55 wFlow. Stu 0.15692516\n",
      "204 56 elow. Stud 0.15692516\n",
      "204 57 low. Stude 0.15692516\n",
      "204 58 ew. Studen 0.15692516\n",
      "204 59 w. Student 0.15692516\n",
      "204 60 . Students 0.15692516\n",
      "204 61  Students, 0.15692516\n",
      "204 62 Ttudents,  0.15692516\n",
      "204 63 tudents, p 0.15692516\n",
      "204 64 udents, pl 0.15692516\n",
      "204 65 rents, ple 0.15692516\n",
      "204 66 unts, plea 0.15692516\n",
      "204 67  ts, pleas 0.15692516\n",
      "204 68 t , please 0.15692516\n",
      "204 69 u, please  0.15692516\n",
      "204 70 e please s 0.15692516\n",
      "204 71  please st 0.15692516\n",
      "204 72 Tlease stu 0.15692516\n",
      "204 73  ease stud 0.15692516\n",
      "204 74 ecse study 0.15692516\n",
      "204 75  se study  0.15692516\n",
      "204 76 te study h 0.15692516\n",
      "204 77 e study ha 0.15692516\n",
      "204 78  ctudy har 0.15692516\n",
      "204 79 Ttudy hard 0.15692516\n",
      "204 80 eudy hard. 0.15692516\n",
      "205 0 ae are dat 0.15692447\n",
      "205 1 e are data 0.15692447\n",
      "205 2  sre datae 0.15692447\n",
      "205 3 are dataed 0.15692447\n",
      "205 4 te dataedu 0.15692447\n",
      "205 5 e iataedu. 0.15692447\n",
      "205 6  sataedu.  0.15692447\n",
      "205 7 aataedu. T 0.15692447\n",
      "205 8 ataedu. Th 0.15692447\n",
      "205 9 taedu. The 0.15692447\n",
      "205 10 uedu. The  0.15692447\n",
      "205 11 tdu. The c 0.15692447\n",
      "205 12  u. The cu 0.15692447\n",
      "205 13 a. The cur 0.15692447\n",
      "205 14 r The curr 0.15692447\n",
      "205 15  The curre 0.15692447\n",
      "205 16 aee curren 0.15692447\n",
      "205 17 ee current 0.15692447\n",
      "205 18   current  0.15692447\n",
      "205 19  surrent l 0.15692447\n",
      "205 20 aurrent le 0.15692447\n",
      "205 21 urrent lec 0.15692447\n",
      "205 22 reent lect 0.15692447\n",
      "205 23 eent lectu 0.15692447\n",
      "205 24 e t lectur 0.15692447\n",
      "205 25  t lecture 0.15692447\n",
      "205 26 t lecture  0.15692447\n",
      "205 27 ulecture i 0.15692447\n",
      "205 28 aecture is 0.15692447\n",
      "205 29 eature is  0.15692447\n",
      "205 30  ture is a 0.15692447\n",
      "205 31 uure is a  0.15692447\n",
      "205 32 ure is a M 0.15692447\n",
      "205 33 re is a Ma 0.15692447\n",
      "205 34 e is a Mat 0.15692447\n",
      "205 35  ss a Matc 0.15692447\n",
      "205 36 as a Match 0.15692447\n",
      "205 37 s a Match  0.15692447\n",
      "205 38 ,a Match U 0.15692447\n",
      "205 39 arMatch Up 0.15692447\n",
      "205 40 tMatch Up  0.15692447\n",
      "205 41 aatch Up T 0.15692447\n",
      "205 42 atch Up Te 0.15692447\n",
      "205 43 tah Up Ten 0.15692447\n",
      "205 44 uh Up Tens 0.15692447\n",
      "205 45 u Up Tenso 0.15692447\n",
      "205 46  Up Tensor 0.15692447\n",
      "205 47 ap TensorF 0.15692447\n",
      "205 48 p TensorFl 0.15692447\n",
      "205 49 lTensorFlo 0.15692447\n",
      "205 50 aensorFlow 0.15692447\n",
      "205 51 ensorFlow. 0.15692447\n",
      "205 52  torFlow.  0.15692447\n",
      "205 53 torFlow. S 0.15692447\n",
      "205 54 ,rFlow. St 0.15692447\n",
      "205 55 rFlow. Stu 0.15692447\n",
      "205 56 elow. Stud 0.15692447\n",
      "205 57 low. Stude 0.15692447\n",
      "205 58 ew. Studen 0.15692447\n",
      "205 59 r. Student 0.15692447\n",
      "205 60 . Students 0.15692447\n",
      "205 61  Ttudents, 0.15692447\n",
      "205 62 atudents,  0.15692447\n",
      "205 63 tudents, p 0.15692447\n",
      "205 64 urents, pl 0.15692447\n",
      "205 65 rents, ple 0.15692447\n",
      "205 66 ants, plea 0.15692447\n",
      "205 67  t , pleas 0.15692447\n",
      "205 68 t , please 0.15692447\n",
      "205 69 u, please  0.15692447\n",
      "205 70 , please s 0.15692447\n",
      "205 71  please st 0.15692447\n",
      "205 72 alease stu 0.15692447\n",
      "205 73 lease stud 0.15692447\n",
      "205 74 ease study 0.15692447\n",
      "205 75  se study  0.15692447\n",
      "205 76 te study h 0.15692447\n",
      "205 77 , study ha 0.15692447\n",
      "205 78  study har 0.15692447\n",
      "205 79 atudy hard 0.15692447\n",
      "205 80 ,udy hard. 0.15692447\n",
      "206 0 Te are dat 0.15692085\n",
      "206 1 e are data 0.15692085\n",
      "206 2  cre datae 0.15692085\n",
      "206 3 T e dataed 0.15692085\n",
      "206 4 te dataedu 0.15692085\n",
      "206 5 e iataedu. 0.15692085\n",
      "206 6  cataedu.  0.15692085\n",
      "206 7 Tataedu. T 0.15692085\n",
      "206 8 ataedu. Th 0.15692085\n",
      "206 9 tcedu. The 0.15692085\n",
      "206 10 uedu. The  0.15692085\n",
      "206 11 tdu. The c 0.15692085\n",
      "206 12  u. The cu 0.15692085\n",
      "206 13 a. The cur 0.15692085\n",
      "206 14 r The curr 0.15692085\n",
      "206 15  She curre 0.15692085\n",
      "206 16 Tee curren 0.15692085\n",
      "206 17 ee current 0.15692085\n",
      "206 18   current  0.15692085\n",
      "206 19  current l 0.15692085\n",
      "206 20 Turrent le 0.15692085\n",
      "206 21 urrent lec 0.15692085\n",
      "206 22 reent lect 0.15692085\n",
      "206 23 eent lectu 0.15692085\n",
      "206 24 e t lectur 0.15692085\n",
      "206 25  tslecture 0.15692085\n",
      "206 26 tslecture  0.15692085\n",
      "206 27 ulecture i 0.15692085\n",
      "206 28 Tecture is 0.15692085\n",
      "206 29 ecture is  0.15692085\n",
      "206 30  ture is a 0.15692085\n",
      "206 31 uure is a  0.15692085\n",
      "206 32 ude is a M 0.15692085\n",
      "206 33 re is a Ma 0.15692085\n",
      "206 34 e is a Mat 0.15692085\n",
      "206 35  cs a Matc 0.15692085\n",
      "206 36 Ts a Match 0.15692085\n",
      "206 37 s a Match  0.15692085\n",
      "206 38 oa Match U 0.15692085\n",
      "206 39 T Match Up 0.15692085\n",
      "206 40 tMatch Up  0.15692085\n",
      "206 41 Tatch Up T 0.15692085\n",
      "206 42 atch Up Te 0.15692085\n",
      "206 43 tch Up Ten 0.15692085\n",
      "206 44 uh Up Tens 0.15692085\n",
      "206 45 u Up Tenso 0.15692085\n",
      "206 46  Up Tensor 0.15692085\n",
      "206 47 Tp TensorF 0.15692085\n",
      "206 48 p TensorFl 0.15692085\n",
      "206 49  TensorFlo 0.15692085\n",
      "206 50 TensorFlow 0.15692085\n",
      "206 51 ensorFlow. 0.15692085\n",
      "206 52  torFlow.  0.15692085\n",
      "206 53 torFlow. S 0.15692085\n",
      "206 54 orFlow. St 0.15692085\n",
      "206 55 wFlow. Stu 0.15692085\n",
      "206 56 elow. Stud 0.15692085\n",
      "206 57 low. Stude 0.15692085\n",
      "206 58 ew. Studen 0.15692085\n",
      "206 59 w. Student 0.15692085\n",
      "206 60 . Students 0.15692085\n",
      "206 61  Students, 0.15692085\n",
      "206 62 Ttudents,  0.15692085\n",
      "206 63 tudents, p 0.15692085\n",
      "206 64 udents, pl 0.15692085\n",
      "206 65 rents, ple 0.15692085\n",
      "206 66 ants, plea 0.15692085\n",
      "206 67  ts, pleas 0.15692085\n",
      "206 68 ts, please 0.15692085\n",
      "206 69 u, please  0.15692085\n",
      "206 70 o please s 0.15692085\n",
      "206 71  please st 0.15692085\n",
      "206 72 Tlease stu 0.15692085\n",
      "206 73  ease stud 0.15692085\n",
      "206 74 ecse study 0.15692085\n",
      "206 75  se study  0.15692085\n",
      "206 76 te study h 0.15692085\n",
      "206 77 o study ha 0.15692085\n",
      "206 78  ctudy har 0.15692085\n",
      "206 79 Ttudy hard 0.15692085\n",
      "206 80 oudy hard. 0.15692085\n",
      "207 0 ae are dat 0.15691347\n",
      "207 1 e are data 0.15691347\n",
      "207 2  sre datae 0.15691347\n",
      "207 3 are dataed 0.15691347\n",
      "207 4 te dataedu 0.15691347\n",
      "207 5 e iataedu. 0.15691347\n",
      "207 6  sataedu.  0.15691347\n",
      "207 7 aataedu. T 0.15691347\n",
      "207 8 ataedu. Th 0.15691347\n",
      "207 9 taedu. The 0.15691347\n",
      "207 10 uedu. The  0.15691347\n",
      "207 11 tdu. The c 0.15691347\n",
      "207 12  u. The cu 0.15691347\n",
      "207 13 a. The cur 0.15691347\n",
      "207 14 r The curr 0.15691347\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "207 15  The curre 0.15691347\n",
      "207 16 aee curren 0.15691347\n",
      "207 17 ee current 0.15691347\n",
      "207 18   current  0.15691347\n",
      "207 19  surrent l 0.15691347\n",
      "207 20 aurrent le 0.15691347\n",
      "207 21 urrent lec 0.15691347\n",
      "207 22 rrent lect 0.15691347\n",
      "207 23 eent lectu 0.15691347\n",
      "207 24 e t lectur 0.15691347\n",
      "207 25  t lecture 0.15691347\n",
      "207 26 t lecture  0.15691347\n",
      "207 27 ulecture i 0.15691347\n",
      "207 28 aecture is 0.15691347\n",
      "207 29 eature is  0.15691347\n",
      "207 30  ture is a 0.15691347\n",
      "207 31 uure is a  0.15691347\n",
      "207 32 ure is a M 0.15691347\n",
      "207 33 rr is a Ma 0.15691347\n",
      "207 34 e is a Mat 0.15691347\n",
      "207 35  ss a Matc 0.15691347\n",
      "207 36 as a Match 0.15691347\n",
      "207 37 s a Match  0.15691347\n",
      "207 38 ,a Match U 0.15691347\n",
      "207 39 arMatch Up 0.15691347\n",
      "207 40 tMatch Up  0.15691347\n",
      "207 41 aatch Up T 0.15691347\n",
      "207 42 atch Up Te 0.15691347\n",
      "207 43 tah Up Ten 0.15691347\n",
      "207 44 uh Up Tens 0.15691347\n",
      "207 45 u Up Tenso 0.15691347\n",
      "207 46  Up Tensor 0.15691347\n",
      "207 47 ap TensorF 0.15691347\n",
      "207 48 p TensorFl 0.15691347\n",
      "207 49  TensorFlo 0.15691347\n",
      "207 50 aensorFlow 0.15691347\n",
      "207 51 ensorFlow. 0.15691347\n",
      "207 52  torFlow.  0.15691347\n",
      "207 53 torFlow. S 0.15691347\n",
      "207 54 ,rFlow. St 0.15691347\n",
      "207 55 rFlow. Stu 0.15691347\n",
      "207 56 elow. Stud 0.15691347\n",
      "207 57 low. Stude 0.15691347\n",
      "207 58 ew. Studen 0.15691347\n",
      "207 59 r. Student 0.15691347\n",
      "207 60 . Students 0.15691347\n",
      "207 61  Ttudents, 0.15691347\n",
      "207 62 atudents,  0.15691347\n",
      "207 63 tudents, p 0.15691347\n",
      "207 64 urents, pl 0.15691347\n",
      "207 65 rents, ple 0.15691347\n",
      "207 66 ants, plea 0.15691347\n",
      "207 67  t , pleas 0.15691347\n",
      "207 68 t , please 0.15691347\n",
      "207 69 u, please  0.15691347\n",
      "207 70 , please s 0.15691347\n",
      "207 71  please st 0.15691347\n",
      "207 72 alease stu 0.15691347\n",
      "207 73  ease stud 0.15691347\n",
      "207 74 ease study 0.15691347\n",
      "207 75  se study  0.15691347\n",
      "207 76 te study h 0.15691347\n",
      "207 77 , study ha 0.15691347\n",
      "207 78  study har 0.15691347\n",
      "207 79 atudy hard 0.15691347\n",
      "207 80 ,udy hard. 0.15691347\n",
      "208 0 Te are dat 0.15690544\n",
      "208 1 e are data 0.15690544\n",
      "208 2  cre datae 0.15690544\n",
      "208 3 T e dataed 0.15690544\n",
      "208 4 te dataedu 0.15690544\n",
      "208 5 e dataedu. 0.15690544\n",
      "208 6  cataedu.  0.15690544\n",
      "208 7 Tataedu. T 0.15690544\n",
      "208 8 ataedu. Th 0.15690544\n",
      "208 9 tcedu. The 0.15690544\n",
      "208 10 uedu. The  0.15690544\n",
      "208 11 tdu. The c 0.15690544\n",
      "208 12  u. The cu 0.15690544\n",
      "208 13 a. The cur 0.15690544\n",
      "208 14 r The curr 0.15690544\n",
      "208 15  She curre 0.15690544\n",
      "208 16 The curren 0.15690544\n",
      "208 17 ee current 0.15690544\n",
      "208 18 e current  0.15690544\n",
      "208 19  current l 0.15690544\n",
      "208 20 Turrent le 0.15690544\n",
      "208 21 urrent lec 0.15690544\n",
      "208 22 reent lect 0.15690544\n",
      "208 23 eent lectu 0.15690544\n",
      "208 24 e t lectur 0.15690544\n",
      "208 25  tslecture 0.15690544\n",
      "208 26 tslecture  0.15690544\n",
      "208 27 ulecture i 0.15690544\n",
      "208 28 Tecture is 0.15690544\n",
      "208 29 ecture is  0.15690544\n",
      "208 30  ture is a 0.15690544\n",
      "208 31 uure is a  0.15690544\n",
      "208 32 ude is a M 0.15690544\n",
      "208 33 re is a Ma 0.15690544\n",
      "208 34 e ds a Mat 0.15690544\n",
      "208 35  cs a Matc 0.15690544\n",
      "208 36 Ts a Match 0.15690544\n",
      "208 37 s a Match  0.15690544\n",
      "208 38 ta Match U 0.15690544\n",
      "208 39 T Match Up 0.15690544\n",
      "208 40 tMatch Up  0.15690544\n",
      "208 41 Tatch Up T 0.15690544\n",
      "208 42 atch Up Te 0.15690544\n",
      "208 43 tch Up Ten 0.15690544\n",
      "208 44 uh Up Tens 0.15690544\n",
      "208 45 u Up Tenso 0.15690544\n",
      "208 46 eUp Tensor 0.15690544\n",
      "208 47 Tp TensorF 0.15690544\n",
      "208 48 p TensorFl 0.15690544\n",
      "208 49  TensorFlo 0.15690544\n",
      "208 50 ThnsorFlow 0.15690544\n",
      "208 51 ensorFlow. 0.15690544\n",
      "208 52  torFlow.  0.15690544\n",
      "208 53 torFlow. S 0.15690544\n",
      "208 54 trFlow. St 0.15690544\n",
      "208 55 rFlow. Stu 0.15690544\n",
      "208 56 elow. Stud 0.15690544\n",
      "208 57 low. Stude 0.15690544\n",
      "208 58 ew. Studen 0.15690544\n",
      "208 59 r. Student 0.15690544\n",
      "208 60 . Students 0.15690544\n",
      "208 61  Students, 0.15690544\n",
      "208 62 Ttudents,  0.15690544\n",
      "208 63 tudents, p 0.15690544\n",
      "208 64 udents, pl 0.15690544\n",
      "208 65 rents, ple 0.15690544\n",
      "208 66 ants, plea 0.15690544\n",
      "208 67  ts, pleas 0.15690544\n",
      "208 68 ts, please 0.15690544\n",
      "208 69 u, please  0.15690544\n",
      "208 70 t please s 0.15690544\n",
      "208 71  please st 0.15690544\n",
      "208 72 Tlease stu 0.15690544\n",
      "208 73  ease stud 0.15690544\n",
      "208 74 ecse study 0.15690544\n",
      "208 75  se study  0.15690544\n",
      "208 76 te study h 0.15690544\n",
      "208 77 t study ha 0.15690544\n",
      "208 78  ctudy har 0.15690544\n",
      "208 79 Ttudy hard 0.15690544\n",
      "208 80 tudy hard. 0.15690544\n",
      "209 0 ae are dat 0.15689899\n",
      "209 1 e are data 0.15689899\n",
      "209 2  sre datae 0.15689899\n",
      "209 3 a e dataed 0.15689899\n",
      "209 4 te dataedu 0.15689899\n",
      "209 5 e dataedu. 0.15689899\n",
      "209 6  sataedu.  0.15689899\n",
      "209 7 aataedu. T 0.15689899\n",
      "209 8 ataedu. Th 0.15689899\n",
      "209 9 taedu. The 0.15689899\n",
      "209 10 uedu. The  0.15689899\n",
      "209 11 tdu. The c 0.15689899\n",
      "209 12  u. The cu 0.15689899\n",
      "209 13 a. The cur 0.15689899\n",
      "209 14 r The curr 0.15689899\n",
      "209 15  The curre 0.15689899\n",
      "209 16 ahe curren 0.15689899\n",
      "209 17 he current 0.15689899\n",
      "209 18 e current  0.15689899\n",
      "209 19  surrent l 0.15689899\n",
      "209 20 aurrent le 0.15689899\n",
      "209 21 urrent lec 0.15689899\n",
      "209 22 reent lect 0.15689899\n",
      "209 23 eent lectu 0.15689899\n",
      "209 24 e t lectur 0.15689899\n",
      "209 25  t lecture 0.15689899\n",
      "209 26 tslecture  0.15689899\n",
      "209 27 ulecture i 0.15689899\n",
      "209 28 aecture is 0.15689899\n",
      "209 29 eature is  0.15689899\n",
      "209 30  ture is a 0.15689899\n",
      "209 31 uure is a  0.15689899\n",
      "209 32 ude is a M 0.15689899\n",
      "209 33 re is a Ma 0.15689899\n",
      "209 34 e ds a Mat 0.15689899\n",
      "209 35  ss a Matc 0.15689899\n",
      "209 36 as a Match 0.15689899\n",
      "209 37 s a Match  0.15689899\n",
      "209 38 ta Match U 0.15689899\n",
      "209 39 a Match Up 0.15689899\n",
      "209 40 tMatch Up  0.15689899\n",
      "209 41 aatch Up T 0.15689899\n",
      "209 42 atch Up Te 0.15689899\n",
      "209 43 tah Up Ten 0.15689899\n",
      "209 44 uh Up Tens 0.15689899\n",
      "209 45 u Up Tenso 0.15689899\n",
      "209 46 eUp Tensor 0.15689899\n",
      "209 47 ap TensorF 0.15689899\n",
      "209 48 p TensorFl 0.15689899\n",
      "209 49  TensorFlo 0.15689899\n",
      "209 50 ahnsorFlow 0.15689899\n",
      "209 51 hnsorFlow. 0.15689899\n",
      "209 52  torFlow.  0.15689899\n",
      "209 53 torFlow. S 0.15689899\n",
      "209 54 trFlow. St 0.15689899\n",
      "209 55 rFlow. Stu 0.15689899\n",
      "209 56 elow. Stud 0.15689899\n",
      "209 57 low. Stude 0.15689899\n",
      "209 58 ew. Studen 0.15689899\n",
      "209 59 r. Student 0.15689899\n",
      "209 60 . Students 0.15689899\n",
      "209 61  Ttudents, 0.15689899\n",
      "209 62 atudents,  0.15689899\n",
      "209 63 tudents, p 0.15689899\n",
      "209 64 udents, pl 0.15689899\n",
      "209 65 rents, ple 0.15689899\n",
      "209 66 ants, plea 0.15689899\n",
      "209 67  t , pleas 0.15689899\n",
      "209 68 ts, please 0.15689899\n",
      "209 69 u, please  0.15689899\n",
      "209 70 t please s 0.15689899\n",
      "209 71  please st 0.15689899\n",
      "209 72 alease stu 0.15689899\n",
      "209 73  ease stud 0.15689899\n",
      "209 74 ease study 0.15689899\n",
      "209 75  se study  0.15689899\n",
      "209 76 te study h 0.15689899\n",
      "209 77 t study ha 0.15689899\n",
      "209 78  study har 0.15689899\n",
      "209 79 atudy hard 0.15689899\n",
      "209 80 tudy hard. 0.15689899\n",
      "210 0 ae are dat 0.15689492\n",
      "210 1 e are data 0.15689492\n",
      "210 2  dre datae 0.15689492\n",
      "210 3 a e dataed 0.15689492\n",
      "210 4 te dataedu 0.15689492\n",
      "210 5 e iataedu. 0.15689492\n",
      "210 6  dataedu.  0.15689492\n",
      "210 7 aataedu. T 0.15689492\n",
      "210 8 ataedu. Th 0.15689492\n",
      "210 9 taedu. The 0.15689492\n",
      "210 10 uedu. The  0.15689492\n",
      "210 11 tdu. The c 0.15689492\n",
      "210 12  u. The cu 0.15689492\n",
      "210 13 a. The cur 0.15689492\n",
      "210 14 r The curr 0.15689492\n",
      "210 15  The curre 0.15689492\n",
      "210 16 ahe curren 0.15689492\n",
      "210 17 ee current 0.15689492\n",
      "210 18   current  0.15689492\n",
      "210 19  durrent l 0.15689492\n",
      "210 20 aurrent le 0.15689492\n",
      "210 21 urrent lec 0.15689492\n",
      "210 22 reent lect 0.15689492\n",
      "210 23 eent lectu 0.15689492\n",
      "210 24 e t lectur 0.15689492\n",
      "210 25  t lecture 0.15689492\n",
      "210 26 t lecture  0.15689492\n",
      "210 27 ulecture i 0.15689492\n",
      "210 28 aecture is 0.15689492\n",
      "210 29 eature is  0.15689492\n",
      "210 30  ture is a 0.15689492\n",
      "210 31 uure is a  0.15689492\n",
      "210 32 ure is a M 0.15689492\n",
      "210 33 re is a Ma 0.15689492\n",
      "210 34 e is a Mat 0.15689492\n",
      "210 35  ds a Matc 0.15689492\n",
      "210 36 as a Match 0.15689492\n",
      "210 37 s a Match  0.15689492\n",
      "210 38 ,a Match U 0.15689492\n",
      "210 39 a Match Up 0.15689492\n",
      "210 40 tMatch Up  0.15689492\n",
      "210 41 aatch Up T 0.15689492\n",
      "210 42 atch Up Te 0.15689492\n",
      "210 43 tah Up Ten 0.15689492\n",
      "210 44 uh Up Tens 0.15689492\n",
      "210 45 u Up Tenso 0.15689492\n",
      "210 46  Up Tensor 0.15689492\n",
      "210 47 ap TensorF 0.15689492\n",
      "210 48 p TensorFl 0.15689492\n",
      "210 49  TensorFlo 0.15689492\n",
      "210 50 ahnsorFlow 0.15689492\n",
      "210 51 ensorFlow. 0.15689492\n",
      "210 52  torFlow.  0.15689492\n",
      "210 53 torFlow. S 0.15689492\n",
      "210 54 ,rFlow. St 0.15689492\n",
      "210 55 rFlow. Stu 0.15689492\n",
      "210 56 elow. Stud 0.15689492\n",
      "210 57 low. Stude 0.15689492\n",
      "210 58 ew. Studen 0.15689492\n",
      "210 59 r. Student 0.15689492\n",
      "210 60 . Students 0.15689492\n",
      "210 61  Ttudents, 0.15689492\n",
      "210 62 atudents,  0.15689492\n",
      "210 63 tudents, p 0.15689492\n",
      "210 64 urents, pl 0.15689492\n",
      "210 65 rents, ple 0.15689492\n",
      "210 66 ants, plea 0.15689492\n",
      "210 67  t , pleas 0.15689492\n",
      "210 68 t , please 0.15689492\n",
      "210 69 u, please  0.15689492\n",
      "210 70 , please s 0.15689492\n",
      "210 71  please st 0.15689492\n",
      "210 72 alease stu 0.15689492\n",
      "210 73  ease stud 0.15689492\n",
      "210 74 ease study 0.15689492\n",
      "210 75  se study  0.15689492\n",
      "210 76 te study h 0.15689492\n",
      "210 77 , study ha 0.15689492\n",
      "210 78  dtudy har 0.15689492\n",
      "210 79 atudy hard 0.15689492\n",
      "210 80 ,udy hard. 0.15689492\n",
      "211 0 Te are dat 0.15689284\n",
      "211 1 e are data 0.15689284\n",
      "211 2  cre datae 0.15689284\n",
      "211 3 T e dataed 0.15689284\n",
      "211 4 te dataedu 0.15689284\n",
      "211 5 e iataedu. 0.15689284\n",
      "211 6  cataedu.  0.15689284\n",
      "211 7 Tataedu. T 0.15689284\n",
      "211 8 etaedu. Th 0.15689284\n",
      "211 9 tcedu. The 0.15689284\n",
      "211 10 uedu. The  0.15689284\n",
      "211 11 tdu. The c 0.15689284\n",
      "211 12  u. The cu 0.15689284\n",
      "211 13 e. The cur 0.15689284\n",
      "211 14 r The curr 0.15689284\n",
      "211 15  She curre 0.15689284\n",
      "211 16 Tee curren 0.15689284\n",
      "211 17 ee current 0.15689284\n",
      "211 18 e current  0.15689284\n",
      "211 19  current l 0.15689284\n",
      "211 20 Turrent le 0.15689284\n",
      "211 21 urrent lec 0.15689284\n",
      "211 22 rrent lect 0.15689284\n",
      "211 23 eent lectu 0.15689284\n",
      "211 24 e t lectur 0.15689284\n",
      "211 25  tslecture 0.15689284\n",
      "211 26 tslecture  0.15689284\n",
      "211 27 ulecture i 0.15689284\n",
      "211 28 Tecture is 0.15689284\n",
      "211 29 ecture is  0.15689284\n",
      "211 30  ture is a 0.15689284\n",
      "211 31 uure is a  0.15689284\n",
      "211 32 ude is a M 0.15689284\n",
      "211 33 rr is a Ma 0.15689284\n",
      "211 34 e is a Mat 0.15689284\n",
      "211 35  cs a Matc 0.15689284\n",
      "211 36 Ts a Match 0.15689284\n",
      "211 37 s a Match  0.15689284\n",
      "211 38 oa Match U 0.15689284\n",
      "211 39 T Match Up 0.15689284\n",
      "211 40 tMatch Up  0.15689284\n",
      "211 41 Tatch Up T 0.15689284\n",
      "211 42 atch Up Te 0.15689284\n",
      "211 43 tch Up Ten 0.15689284\n",
      "211 44 uh Up Tens 0.15689284\n",
      "211 45 u Up Tenso 0.15689284\n",
      "211 46 eUp Tensor 0.15689284\n",
      "211 47 Tp TensorF 0.15689284\n",
      "211 48 p TensorFl 0.15689284\n",
      "211 49  TensorFlo 0.15689284\n",
      "211 50 TensorFlow 0.15689284\n",
      "211 51 ensorFlow. 0.15689284\n",
      "211 52  torFlow.  0.15689284\n",
      "211 53 torFlow. S 0.15689284\n",
      "211 54 orFlow. St 0.15689284\n",
      "211 55 wFlow. Stu 0.15689284\n",
      "211 56 elow. Stud 0.15689284\n",
      "211 57 low. Stude 0.15689284\n",
      "211 58 ew. Studen 0.15689284\n",
      "211 59 w. Student 0.15689284\n",
      "211 60 . Students 0.15689284\n",
      "211 61  Students, 0.15689284\n",
      "211 62 Ttudents,  0.15689284\n",
      "211 63 tudents, p 0.15689284\n",
      "211 64 udents, pl 0.15689284\n",
      "211 65 rents, ple 0.15689284\n",
      "211 66 ents, plea 0.15689284\n",
      "211 67  ts, pleas 0.15689284\n",
      "211 68 ts, please 0.15689284\n",
      "211 69 u, please  0.15689284\n",
      "211 70 o please s 0.15689284\n",
      "211 71  please st 0.15689284\n",
      "211 72 Tlease stu 0.15689284\n",
      "211 73  ease stud 0.15689284\n",
      "211 74 ecse study 0.15689284\n",
      "211 75  se study  0.15689284\n",
      "211 76 te study h 0.15689284\n",
      "211 77 o study ha 0.15689284\n",
      "211 78  ctudy har 0.15689284\n",
      "211 79 Ttudy hard 0.15689284\n",
      "211 80 oudy hard. 0.15689284\n",
      "212 0 ae are dat 0.1568908\n",
      "212 1 e are data 0.1568908\n",
      "212 2  sre datae 0.1568908\n",
      "212 3 are dataed 0.1568908\n",
      "212 4 te dataedu 0.1568908\n",
      "212 5 e iataedu. 0.1568908\n",
      "212 6  sataedu.  0.1568908\n",
      "212 7 aataedu. T 0.1568908\n",
      "212 8 ataedu. Th 0.1568908\n",
      "212 9 taedu. The 0.1568908\n",
      "212 10 uedu. The  0.1568908\n",
      "212 11 tdu. The c 0.1568908\n",
      "212 12  u. The cu 0.1568908\n",
      "212 13 a. The cur 0.1568908\n",
      "212 14 r The curr 0.1568908\n",
      "212 15  The curre 0.1568908\n",
      "212 16 aee curren 0.1568908\n",
      "212 17 ee current 0.1568908\n",
      "212 18   current  0.1568908\n",
      "212 19  surrent l 0.1568908\n",
      "212 20 aurrent le 0.1568908\n",
      "212 21 urrent lec 0.1568908\n",
      "212 22 reent lect 0.1568908\n",
      "212 23 eent lectu 0.1568908\n",
      "212 24 e t lectur 0.1568908\n",
      "212 25  t lecture 0.1568908\n",
      "212 26 t lecture  0.1568908\n",
      "212 27 ulecture i 0.1568908\n",
      "212 28 aecture is 0.1568908\n",
      "212 29 eature is  0.1568908\n",
      "212 30  ture is a 0.1568908\n",
      "212 31 uure is a  0.1568908\n",
      "212 32 ure is a M 0.1568908\n",
      "212 33 re is a Ma 0.1568908\n",
      "212 34 e is a Mat 0.1568908\n",
      "212 35  ss a Matc 0.1568908\n",
      "212 36 as a Match 0.1568908\n",
      "212 37 s a Match  0.1568908\n",
      "212 38 ,a Match U 0.1568908\n",
      "212 39 arMatch Up 0.1568908\n",
      "212 40 tMatch Up  0.1568908\n",
      "212 41 aatch Up T 0.1568908\n",
      "212 42 atch Up Te 0.1568908\n",
      "212 43 tah Up Ten 0.1568908\n",
      "212 44 uh Up Tens 0.1568908\n",
      "212 45 u Up Tenso 0.1568908\n",
      "212 46  Up Tensor 0.1568908\n",
      "212 47 ap TensorF 0.1568908\n",
      "212 48 p TensorFl 0.1568908\n",
      "212 49 lTensorFlo 0.1568908\n",
      "212 50 aensorFlow 0.1568908\n",
      "212 51 ensorFlow. 0.1568908\n",
      "212 52  torFlow.  0.1568908\n",
      "212 53 torFlow. S 0.1568908\n",
      "212 54 ,rFlow. St 0.1568908\n",
      "212 55 rFlow. Stu 0.1568908\n",
      "212 56 elow. Stud 0.1568908\n",
      "212 57 low. Stude 0.1568908\n",
      "212 58 ew. Studen 0.1568908\n",
      "212 59 r. Student 0.1568908\n",
      "212 60 . Students 0.1568908\n",
      "212 61  Ttudents, 0.1568908\n",
      "212 62 atudents,  0.1568908\n",
      "212 63 tudents, p 0.1568908\n",
      "212 64 urents, pl 0.1568908\n",
      "212 65 rents, ple 0.1568908\n",
      "212 66 ants, plea 0.1568908\n",
      "212 67  t , pleas 0.1568908\n",
      "212 68 t , please 0.1568908\n",
      "212 69 u, please  0.1568908\n",
      "212 70 , please s 0.1568908\n",
      "212 71  please st 0.1568908\n",
      "212 72 alease stu 0.1568908\n",
      "212 73 lease stud 0.1568908\n",
      "212 74 ease study 0.1568908\n",
      "212 75  se study  0.1568908\n",
      "212 76 te study h 0.1568908\n",
      "212 77 , study ha 0.1568908\n",
      "212 78  study har 0.1568908\n",
      "212 79 atudy hard 0.1568908\n",
      "212 80 ,udy hard. 0.1568908\n",
      "213 0 Te are dat 0.15688811\n",
      "213 1 e are data 0.15688811\n",
      "213 2  cre datae 0.15688811\n",
      "213 3 T e dataed 0.15688811\n",
      "213 4 te dataedu 0.15688811\n",
      "213 5 e dataedu. 0.15688811\n",
      "213 6  cataedu.  0.15688811\n",
      "213 7 Tataedu. T 0.15688811\n",
      "213 8 ataedu. Th 0.15688811\n",
      "213 9 tcedu. The 0.15688811\n",
      "213 10 uedu. The  0.15688811\n",
      "213 11 tdu. The c 0.15688811\n",
      "213 12  u. The cu 0.15688811\n",
      "213 13 a. The cur 0.15688811\n",
      "213 14 r The curr 0.15688811\n",
      "213 15  She curre 0.15688811\n",
      "213 16 The curren 0.15688811\n",
      "213 17 ee current 0.15688811\n",
      "213 18 e current  0.15688811\n",
      "213 19  current l 0.15688811\n",
      "213 20 Turrent le 0.15688811\n",
      "213 21 urrent lec 0.15688811\n",
      "213 22 rrent lect 0.15688811\n",
      "213 23 eent lectu 0.15688811\n",
      "213 24 e t lectur 0.15688811\n",
      "213 25  tslecture 0.15688811\n",
      "213 26 tslecture  0.15688811\n",
      "213 27 ulecture i 0.15688811\n",
      "213 28 Tecture is 0.15688811\n",
      "213 29 ecture is  0.15688811\n",
      "213 30  ture is a 0.15688811\n",
      "213 31 uure is a  0.15688811\n",
      "213 32 ude is a M 0.15688811\n",
      "213 33 rr is a Ma 0.15688811\n",
      "213 34 e ds a Mat 0.15688811\n",
      "213 35  cs a Matc 0.15688811\n",
      "213 36 Ts a Match 0.15688811\n",
      "213 37 s a Match  0.15688811\n",
      "213 38 ta Match U 0.15688811\n",
      "213 39 T Match Up 0.15688811\n",
      "213 40 tMatch Up  0.15688811\n",
      "213 41 Tatch Up T 0.15688811\n",
      "213 42 atch Up Te 0.15688811\n",
      "213 43 tch Up Ten 0.15688811\n",
      "213 44 uh Up Tens 0.15688811\n",
      "213 45 u Up Tenso 0.15688811\n",
      "213 46 eUp Tensor 0.15688811\n",
      "213 47 Tp TensorF 0.15688811\n",
      "213 48 p TensorFl 0.15688811\n",
      "213 49  TensorFlo 0.15688811\n",
      "213 50 ThnsorFlow 0.15688811\n",
      "213 51 ensorFlow. 0.15688811\n",
      "213 52  torFlow.  0.15688811\n",
      "213 53 torFlow. S 0.15688811\n",
      "213 54 trFlow. St 0.15688811\n",
      "213 55 wFlow. Stu 0.15688811\n",
      "213 56 elow. Stud 0.15688811\n",
      "213 57 low. Stude 0.15688811\n",
      "213 58 ew. Studen 0.15688811\n",
      "213 59 w. Student 0.15688811\n",
      "213 60 . Students 0.15688811\n",
      "213 61  Students, 0.15688811\n",
      "213 62 Ttudents,  0.15688811\n",
      "213 63 tudents, p 0.15688811\n",
      "213 64 udents, pl 0.15688811\n",
      "213 65 rents, ple 0.15688811\n",
      "213 66 ants, plea 0.15688811\n",
      "213 67  ts, pleas 0.15688811\n",
      "213 68 ts, please 0.15688811\n",
      "213 69 u, please  0.15688811\n",
      "213 70 t please s 0.15688811\n",
      "213 71  please st 0.15688811\n",
      "213 72 Tlease stu 0.15688811\n",
      "213 73  ease stud 0.15688811\n",
      "213 74 ecse study 0.15688811\n",
      "213 75  se study  0.15688811\n",
      "213 76 te study h 0.15688811\n",
      "213 77 t study ha 0.15688811\n",
      "213 78  ctudy har 0.15688811\n",
      "213 79 Ttudy hard 0.15688811\n",
      "213 80 tudy hard. 0.15688811\n",
      "214 0 ae are dat 0.15688461\n",
      "214 1 e are data 0.15688461\n",
      "214 2  sre datae 0.15688461\n",
      "214 3 are dataed 0.15688461\n",
      "214 4 te dataedu 0.15688461\n",
      "214 5 e dataedu. 0.15688461\n",
      "214 6  sataedu.  0.15688461\n",
      "214 7 aataedu. T 0.15688461\n",
      "214 8 ataedu. Th 0.15688461\n",
      "214 9 taedu. The 0.15688461\n",
      "214 10 uedu. The  0.15688461\n",
      "214 11 tdu. The c 0.15688461\n",
      "214 12  u. The cu 0.15688461\n",
      "214 13 a. The cur 0.15688461\n",
      "214 14 r The curr 0.15688461\n",
      "214 15  The curre 0.15688461\n",
      "214 16 ahe curren 0.15688461\n",
      "214 17 he current 0.15688461\n",
      "214 18   current  0.15688461\n",
      "214 19  surrent l 0.15688461\n",
      "214 20 aurrent le 0.15688461\n",
      "214 21 urrent lec 0.15688461\n",
      "214 22 reent lect 0.15688461\n",
      "214 23 eent lectu 0.15688461\n",
      "214 24 e t lectur 0.15688461\n",
      "214 25  t lecture 0.15688461\n",
      "214 26 t lecture  0.15688461\n",
      "214 27 ulecture i 0.15688461\n",
      "214 28 aecture is 0.15688461\n",
      "214 29 eature is  0.15688461\n",
      "214 30  ture is a 0.15688461\n",
      "214 31 uure is a  0.15688461\n",
      "214 32 ure is a M 0.15688461\n",
      "214 33 re is a Ma 0.15688461\n",
      "214 34 e ds a Mat 0.15688461\n",
      "214 35  ss a Matc 0.15688461\n",
      "214 36 as a Match 0.15688461\n",
      "214 37 s a Match  0.15688461\n",
      "214 38 ,a Match U 0.15688461\n",
      "214 39 arMatch Up 0.15688461\n",
      "214 40 tMatch Up  0.15688461\n",
      "214 41 aatch Up T 0.15688461\n",
      "214 42 atch Up Te 0.15688461\n",
      "214 43 tah Up Ten 0.15688461\n",
      "214 44 uh Up Tens 0.15688461\n",
      "214 45 u Up Tenso 0.15688461\n",
      "214 46  Up Tensor 0.15688461\n",
      "214 47 ap TensorF 0.15688461\n",
      "214 48 p TensorFl 0.15688461\n",
      "214 49 lTensorFlo 0.15688461\n",
      "214 50 ahnsorFlow 0.15688461\n",
      "214 51 hnsorFlow. 0.15688461\n",
      "214 52  torFlow.  0.15688461\n",
      "214 53 torFlow. S 0.15688461\n",
      "214 54 ,rFlow. St 0.15688461\n",
      "214 55 rFlow. Stu 0.15688461\n",
      "214 56 elow. Stud 0.15688461\n",
      "214 57 low. Stude 0.15688461\n",
      "214 58 ew. Studen 0.15688461\n",
      "214 59 r. Student 0.15688461\n",
      "214 60 . Students 0.15688461\n",
      "214 61  Ttudents, 0.15688461\n",
      "214 62 atudents,  0.15688461\n",
      "214 63 tudents, p 0.15688461\n",
      "214 64 urents, pl 0.15688461\n",
      "214 65 rents, ple 0.15688461\n",
      "214 66 ants, plea 0.15688461\n",
      "214 67  t , pleas 0.15688461\n",
      "214 68 t , please 0.15688461\n",
      "214 69 u, please  0.15688461\n",
      "214 70 , please s 0.15688461\n",
      "214 71  please st 0.15688461\n",
      "214 72 alease stu 0.15688461\n",
      "214 73 lease stud 0.15688461\n",
      "214 74 ease study 0.15688461\n",
      "214 75  se study  0.15688461\n",
      "214 76 te study h 0.15688461\n",
      "214 77 , study ha 0.15688461\n",
      "214 78  study har 0.15688461\n",
      "214 79 atudy hard 0.15688461\n",
      "214 80 ,udy hard. 0.15688461\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "215 0 Te are dat 0.15688024\n",
      "215 1 e are data 0.15688024\n",
      "215 2  cre datae 0.15688024\n",
      "215 3 T e dataed 0.15688024\n",
      "215 4 te dataedu 0.15688024\n",
      "215 5 e dataedu. 0.15688024\n",
      "215 6  cataedu.  0.15688024\n",
      "215 7 Tataedu. T 0.15688024\n",
      "215 8 ataedu. Th 0.15688024\n",
      "215 9 tcedu. The 0.15688024\n",
      "215 10 uedu. The  0.15688024\n",
      "215 11 tdu. The c 0.15688024\n",
      "215 12  u. The cu 0.15688024\n",
      "215 13 a. The cur 0.15688024\n",
      "215 14 r The curr 0.15688024\n",
      "215 15  She curre 0.15688024\n",
      "215 16 The curren 0.15688024\n",
      "215 17 ee current 0.15688024\n",
      "215 18 e current  0.15688024\n",
      "215 19  current l 0.15688024\n",
      "215 20 Turrent le 0.15688024\n",
      "215 21 urrent lec 0.15688024\n",
      "215 22 rrent lect 0.15688024\n",
      "215 23 eent lectu 0.15688024\n",
      "215 24 e t lectur 0.15688024\n",
      "215 25  tslecture 0.15688024\n",
      "215 26 tslecture  0.15688024\n",
      "215 27 ulecture i 0.15688024\n",
      "215 28 Tecture is 0.15688024\n",
      "215 29 ecture is  0.15688024\n",
      "215 30  ture is a 0.15688024\n",
      "215 31 uure is a  0.15688024\n",
      "215 32 ude is a M 0.15688024\n",
      "215 33 rr is a Ma 0.15688024\n",
      "215 34 e ds a Mat 0.15688024\n",
      "215 35  cs a Matc 0.15688024\n",
      "215 36 Ts a Match 0.15688024\n",
      "215 37 s a Match  0.15688024\n",
      "215 38 ta Match U 0.15688024\n",
      "215 39 T Match Up 0.15688024\n",
      "215 40 tMatch Up  0.15688024\n",
      "215 41 Tatch Up T 0.15688024\n",
      "215 42 atch Up Te 0.15688024\n",
      "215 43 tch Up Ten 0.15688024\n",
      "215 44 uh Up Tens 0.15688024\n",
      "215 45 u Up Tenso 0.15688024\n",
      "215 46 eUp Tensor 0.15688024\n",
      "215 47 Tp TensorF 0.15688024\n",
      "215 48 p TensorFl 0.15688024\n",
      "215 49  TensorFlo 0.15688024\n",
      "215 50 ThnsorFlow 0.15688024\n",
      "215 51 ensorFlow. 0.15688024\n",
      "215 52  torFlow.  0.15688024\n",
      "215 53 torFlow. S 0.15688024\n",
      "215 54 trFlow. St 0.15688024\n",
      "215 55 wFlow. Stu 0.15688024\n",
      "215 56 elow. Stud 0.15688024\n",
      "215 57 low. Stude 0.15688024\n",
      "215 58 ew. Studen 0.15688024\n",
      "215 59 w. Student 0.15688024\n",
      "215 60 . Students 0.15688024\n",
      "215 61  Students, 0.15688024\n",
      "215 62 Ttudents,  0.15688024\n",
      "215 63 tudents, p 0.15688024\n",
      "215 64 udents, pl 0.15688024\n",
      "215 65 rents, ple 0.15688024\n",
      "215 66 ants, plea 0.15688024\n",
      "215 67  ts, pleas 0.15688024\n",
      "215 68 ts, please 0.15688024\n",
      "215 69 u, please  0.15688024\n",
      "215 70 t please s 0.15688024\n",
      "215 71  please st 0.15688024\n",
      "215 72 Tlease stu 0.15688024\n",
      "215 73  ease stud 0.15688024\n",
      "215 74 ecse study 0.15688024\n",
      "215 75  se study  0.15688024\n",
      "215 76 te study h 0.15688024\n",
      "215 77 t study ha 0.15688024\n",
      "215 78  ctudy har 0.15688024\n",
      "215 79 Ttudy hard 0.15688024\n",
      "215 80 tudy hard. 0.15688024\n",
      "216 0 ae are dat 0.15687549\n",
      "216 1 e are data 0.15687549\n",
      "216 2  sre datae 0.15687549\n",
      "216 3 are dataed 0.15687549\n",
      "216 4 te dataedu 0.15687549\n",
      "216 5 e iataedu. 0.15687549\n",
      "216 6  sataedu.  0.15687549\n",
      "216 7 aataedu. T 0.15687549\n",
      "216 8 ataedu. Th 0.15687549\n",
      "216 9 taedu. The 0.15687549\n",
      "216 10 uedu. The  0.15687549\n",
      "216 11 tdu. The c 0.15687549\n",
      "216 12  u. The cu 0.15687549\n",
      "216 13 a. The cur 0.15687549\n",
      "216 14 r The curr 0.15687549\n",
      "216 15  The curre 0.15687549\n",
      "216 16 aee curren 0.15687549\n",
      "216 17 ee current 0.15687549\n",
      "216 18   current  0.15687549\n",
      "216 19  surrent l 0.15687549\n",
      "216 20 aurrent le 0.15687549\n",
      "216 21 urrent lec 0.15687549\n",
      "216 22 reent lect 0.15687549\n",
      "216 23 eent lectu 0.15687549\n",
      "216 24 e t lectur 0.15687549\n",
      "216 25  t lecture 0.15687549\n",
      "216 26 t lecture  0.15687549\n",
      "216 27 ulecture i 0.15687549\n",
      "216 28 aecture is 0.15687549\n",
      "216 29 eature is  0.15687549\n",
      "216 30  ture is a 0.15687549\n",
      "216 31 uure is a  0.15687549\n",
      "216 32 ure is a M 0.15687549\n",
      "216 33 re is a Ma 0.15687549\n",
      "216 34 e is a Mat 0.15687549\n",
      "216 35  ss a Matc 0.15687549\n",
      "216 36 as a Match 0.15687549\n",
      "216 37 s a Match  0.15687549\n",
      "216 38 ,a Match U 0.15687549\n",
      "216 39 arMatch Up 0.15687549\n",
      "216 40 tMatch Up  0.15687549\n",
      "216 41 aatch Up T 0.15687549\n",
      "216 42 atch Up Te 0.15687549\n",
      "216 43 tah Up Ten 0.15687549\n",
      "216 44 uh Up Tens 0.15687549\n",
      "216 45 u Up Tenso 0.15687549\n",
      "216 46  Up Tensor 0.15687549\n",
      "216 47 ap TensorF 0.15687549\n",
      "216 48 p TensorFl 0.15687549\n",
      "216 49 lTensorFlo 0.15687549\n",
      "216 50 aensorFlow 0.15687549\n",
      "216 51 ensorFlow. 0.15687549\n",
      "216 52  torFlow.  0.15687549\n",
      "216 53 torFlow. S 0.15687549\n",
      "216 54 ,rFlow. St 0.15687549\n",
      "216 55 rFlow. Stu 0.15687549\n",
      "216 56 elow. Stud 0.15687549\n",
      "216 57 low. Stude 0.15687549\n",
      "216 58 ew. Studen 0.15687549\n",
      "216 59 r. Student 0.15687549\n",
      "216 60 . Students 0.15687549\n",
      "216 61  Ttudents, 0.15687549\n",
      "216 62 atudents,  0.15687549\n",
      "216 63 tudents, p 0.15687549\n",
      "216 64 urents, pl 0.15687549\n",
      "216 65 rents, ple 0.15687549\n",
      "216 66 ants, plea 0.15687549\n",
      "216 67  t , pleas 0.15687549\n",
      "216 68 t , please 0.15687549\n",
      "216 69 u, please  0.15687549\n",
      "216 70 , please s 0.15687549\n",
      "216 71  please st 0.15687549\n",
      "216 72 alease stu 0.15687549\n",
      "216 73 lease stud 0.15687549\n",
      "216 74 ease study 0.15687549\n",
      "216 75  se study  0.15687549\n",
      "216 76 te study h 0.15687549\n",
      "216 77 , study ha 0.15687549\n",
      "216 78  study har 0.15687549\n",
      "216 79 atudy hard 0.15687549\n",
      "216 80 ,udy hard. 0.15687549\n",
      "217 0 Te are dat 0.15687078\n",
      "217 1 e are data 0.15687078\n",
      "217 2  cre datae 0.15687078\n",
      "217 3 T e dataed 0.15687078\n",
      "217 4 te dataedu 0.15687078\n",
      "217 5 e iataedu. 0.15687078\n",
      "217 6  cataedu.  0.15687078\n",
      "217 7 Tataedu. T 0.15687078\n",
      "217 8 ataedu. Th 0.15687078\n",
      "217 9 tcedu. The 0.15687078\n",
      "217 10 uedu. The  0.15687078\n",
      "217 11 tdu. The c 0.15687078\n",
      "217 12  u. The cu 0.15687078\n",
      "217 13 a. The cur 0.15687078\n",
      "217 14 r The curr 0.15687078\n",
      "217 15  She curre 0.15687078\n",
      "217 16 Tee curren 0.15687078\n",
      "217 17 ee current 0.15687078\n",
      "217 18 e current  0.15687078\n",
      "217 19  current l 0.15687078\n",
      "217 20 Turrent le 0.15687078\n",
      "217 21 urrent lec 0.15687078\n",
      "217 22 rrent lect 0.15687078\n",
      "217 23 eent lectu 0.15687078\n",
      "217 24 e t lectur 0.15687078\n",
      "217 25  tslecture 0.15687078\n",
      "217 26 tslecture  0.15687078\n",
      "217 27 ulecture i 0.15687078\n",
      "217 28 Tecture is 0.15687078\n",
      "217 29 ecture is  0.15687078\n",
      "217 30  ture is a 0.15687078\n",
      "217 31 uure is a  0.15687078\n",
      "217 32 ude is a M 0.15687078\n",
      "217 33 rr is a Ma 0.15687078\n",
      "217 34 e is a Mat 0.15687078\n",
      "217 35  cs a Matc 0.15687078\n",
      "217 36 Ts a Match 0.15687078\n",
      "217 37 s a Match  0.15687078\n",
      "217 38 oa Match U 0.15687078\n",
      "217 39 T Match Up 0.15687078\n",
      "217 40 tMatch Up  0.15687078\n",
      "217 41 Tatch Up T 0.15687078\n",
      "217 42 atch Up Te 0.15687078\n",
      "217 43 tch Up Ten 0.15687078\n",
      "217 44 uh Up Tens 0.15687078\n",
      "217 45 u Up Tenso 0.15687078\n",
      "217 46 eUp Tensor 0.15687078\n",
      "217 47 Tp TensorF 0.15687078\n",
      "217 48 p TensorFl 0.15687078\n",
      "217 49  TensorFlo 0.15687078\n",
      "217 50 TensorFlow 0.15687078\n",
      "217 51 ensorFlow. 0.15687078\n",
      "217 52  torFlow.  0.15687078\n",
      "217 53 torFlow. S 0.15687078\n",
      "217 54 orFlow. St 0.15687078\n",
      "217 55 wFlow. Stu 0.15687078\n",
      "217 56 elow. Stud 0.15687078\n",
      "217 57 low. Stude 0.15687078\n",
      "217 58 ew. Studen 0.15687078\n",
      "217 59 w. Student 0.15687078\n",
      "217 60 . Students 0.15687078\n",
      "217 61  Students, 0.15687078\n",
      "217 62 Ttudents,  0.15687078\n",
      "217 63 tudents, p 0.15687078\n",
      "217 64 udents, pl 0.15687078\n",
      "217 65 rents, ple 0.15687078\n",
      "217 66 ants, plea 0.15687078\n",
      "217 67  ts, pleas 0.15687078\n",
      "217 68 ts, please 0.15687078\n",
      "217 69 u, please  0.15687078\n",
      "217 70 o please s 0.15687078\n",
      "217 71  please st 0.15687078\n",
      "217 72 Tlease stu 0.15687078\n",
      "217 73  ease stud 0.15687078\n",
      "217 74 ecse study 0.15687078\n",
      "217 75  se study  0.15687078\n",
      "217 76 te study h 0.15687078\n",
      "217 77 o study ha 0.15687078\n",
      "217 78  ctudy har 0.15687078\n",
      "217 79 Ttudy hard 0.15687078\n",
      "217 80 oudy hard. 0.15687078\n",
      "218 0 ae are dat 0.15686622\n",
      "218 1 e are data 0.15686622\n",
      "218 2  sre datae 0.15686622\n",
      "218 3 are dataed 0.15686622\n",
      "218 4 te dataedu 0.15686622\n",
      "218 5 e iataedu. 0.15686622\n",
      "218 6  sataedu.  0.15686622\n",
      "218 7 aataedu. T 0.15686622\n",
      "218 8 ataedu. Th 0.15686622\n",
      "218 9 taedu. The 0.15686622\n",
      "218 10 uedu. The  0.15686622\n",
      "218 11 tdu. The c 0.15686622\n",
      "218 12  u. The cu 0.15686622\n",
      "218 13 a. The cur 0.15686622\n",
      "218 14 r The curr 0.15686622\n",
      "218 15  The curre 0.15686622\n",
      "218 16 aee curren 0.15686622\n",
      "218 17 ee current 0.15686622\n",
      "218 18   current  0.15686622\n",
      "218 19  surrent l 0.15686622\n",
      "218 20 aurrent le 0.15686622\n",
      "218 21 urrent lec 0.15686622\n",
      "218 22 reent lect 0.15686622\n",
      "218 23 eent lectu 0.15686622\n",
      "218 24 e t lectur 0.15686622\n",
      "218 25  t lecture 0.15686622\n",
      "218 26 t lecture  0.15686622\n",
      "218 27 ulecture i 0.15686622\n",
      "218 28 aecture is 0.15686622\n",
      "218 29 eature is  0.15686622\n",
      "218 30  ture is a 0.15686622\n",
      "218 31 uure is a  0.15686622\n",
      "218 32 ure is a M 0.15686622\n",
      "218 33 re is a Ma 0.15686622\n",
      "218 34 e is a Mat 0.15686622\n",
      "218 35  ss a Matc 0.15686622\n",
      "218 36 as a Match 0.15686622\n",
      "218 37 s a Match  0.15686622\n",
      "218 38 oa Match U 0.15686622\n",
      "218 39 arMatch Up 0.15686622\n",
      "218 40 tMatch Up  0.15686622\n",
      "218 41 aatch Up T 0.15686622\n",
      "218 42 atch Up Te 0.15686622\n",
      "218 43 tah Up Ten 0.15686622\n",
      "218 44 uh Up Tens 0.15686622\n",
      "218 45 u Up Tenso 0.15686622\n",
      "218 46  Up Tensor 0.15686622\n",
      "218 47 ap TensorF 0.15686622\n",
      "218 48 p TensorFl 0.15686622\n",
      "218 49 lTensorFlo 0.15686622\n",
      "218 50 aensorFlow 0.15686622\n",
      "218 51 ensorFlow. 0.15686622\n",
      "218 52  torFlow.  0.15686622\n",
      "218 53 torFlow. S 0.15686622\n",
      "218 54 orFlow. St 0.15686622\n",
      "218 55 rFlow. Stu 0.15686622\n",
      "218 56 elow. Stud 0.15686622\n",
      "218 57 low. Stude 0.15686622\n",
      "218 58 ew. Studen 0.15686622\n",
      "218 59 r. Student 0.15686622\n",
      "218 60 . Students 0.15686622\n",
      "218 61  Ttudents, 0.15686622\n",
      "218 62 atudents,  0.15686622\n",
      "218 63 tudents, p 0.15686622\n",
      "218 64 urents, pl 0.15686622\n",
      "218 65 rents, ple 0.15686622\n",
      "218 66 ants, plea 0.15686622\n",
      "218 67  t , pleas 0.15686622\n",
      "218 68 t , please 0.15686622\n",
      "218 69 u, please  0.15686622\n",
      "218 70 o please s 0.15686622\n",
      "218 71  please st 0.15686622\n",
      "218 72 alease stu 0.15686622\n",
      "218 73 lease stud 0.15686622\n",
      "218 74 ease study 0.15686622\n",
      "218 75  se study  0.15686622\n",
      "218 76 te study h 0.15686622\n",
      "218 77 o study ha 0.15686622\n",
      "218 78  study har 0.15686622\n",
      "218 79 atudy hard 0.15686622\n",
      "218 80 oudy hard. 0.15686622\n",
      "219 0 Te are dat 0.1568622\n",
      "219 1 e are data 0.1568622\n",
      "219 2  cre datae 0.1568622\n",
      "219 3 T e dataed 0.1568622\n",
      "219 4 te dataedu 0.1568622\n",
      "219 5 e dataedu. 0.1568622\n",
      "219 6  cataedu.  0.1568622\n",
      "219 7 Tataedu. T 0.1568622\n",
      "219 8 ataedu. Th 0.1568622\n",
      "219 9 tcedu. The 0.1568622\n",
      "219 10 uedu. The  0.1568622\n",
      "219 11 tdu. The c 0.1568622\n",
      "219 12  u. The cu 0.1568622\n",
      "219 13 a. The cur 0.1568622\n",
      "219 14 r The curr 0.1568622\n",
      "219 15  She curre 0.1568622\n",
      "219 16 The curren 0.1568622\n",
      "219 17 he current 0.1568622\n",
      "219 18 e current  0.1568622\n",
      "219 19  current l 0.1568622\n",
      "219 20 Turrent le 0.1568622\n",
      "219 21 urrent lec 0.1568622\n",
      "219 22 rrent lect 0.1568622\n",
      "219 23 eent lectu 0.1568622\n",
      "219 24 e t lectur 0.1568622\n",
      "219 25  tslecture 0.1568622\n",
      "219 26 tslecture  0.1568622\n",
      "219 27 ulecture i 0.1568622\n",
      "219 28 Tecture is 0.1568622\n",
      "219 29 ecture is  0.1568622\n",
      "219 30  ture is a 0.1568622\n",
      "219 31 uure is a  0.1568622\n",
      "219 32 ude is a M 0.1568622\n",
      "219 33 rr is a Ma 0.1568622\n",
      "219 34 e ds a Mat 0.1568622\n",
      "219 35  cs a Matc 0.1568622\n",
      "219 36 Ts a Match 0.1568622\n",
      "219 37 s a Match  0.1568622\n",
      "219 38 ta Match U 0.1568622\n",
      "219 39 T Match Up 0.1568622\n",
      "219 40 tMatch Up  0.1568622\n",
      "219 41 Tatch Up T 0.1568622\n",
      "219 42 atch Up Te 0.1568622\n",
      "219 43 tch Up Ten 0.1568622\n",
      "219 44 uh Up Tens 0.1568622\n",
      "219 45 u Up Tenso 0.1568622\n",
      "219 46 eUp Tensor 0.1568622\n",
      "219 47 Tp TensorF 0.1568622\n",
      "219 48 p TensorFl 0.1568622\n",
      "219 49  TensorFlo 0.1568622\n",
      "219 50 ThnsorFlow 0.1568622\n",
      "219 51 hnsorFlow. 0.1568622\n",
      "219 52  torFlow.  0.1568622\n",
      "219 53 torFlow. S 0.1568622\n",
      "219 54 trFlow. St 0.1568622\n",
      "219 55 wFlow. Stu 0.1568622\n",
      "219 56 elow. Stud 0.1568622\n",
      "219 57 low. Stude 0.1568622\n",
      "219 58 ew. Studen 0.1568622\n",
      "219 59 w. Student 0.1568622\n",
      "219 60 . Students 0.1568622\n",
      "219 61  Students, 0.1568622\n",
      "219 62 Ttudents,  0.1568622\n",
      "219 63 tudents, p 0.1568622\n",
      "219 64 udents, pl 0.1568622\n",
      "219 65 rents, ple 0.1568622\n",
      "219 66 ants, plea 0.1568622\n",
      "219 67  ts, pleas 0.1568622\n",
      "219 68 ts, please 0.1568622\n",
      "219 69 u, please  0.1568622\n",
      "219 70 t please s 0.1568622\n",
      "219 71  please st 0.1568622\n",
      "219 72 Tlease stu 0.1568622\n",
      "219 73  ease stud 0.1568622\n",
      "219 74 ecse study 0.1568622\n",
      "219 75  se study  0.1568622\n",
      "219 76 te study h 0.1568622\n",
      "219 77 t study ha 0.1568622\n",
      "219 78  ctudy har 0.1568622\n",
      "219 79 Ttudy hard 0.1568622\n",
      "219 80 tudy hard. 0.1568622\n",
      "220 0 ae are dat 0.15685862\n",
      "220 1 e are data 0.15685862\n",
      "220 2  sre datae 0.15685862\n",
      "220 3 are dataed 0.15685862\n",
      "220 4 te dataedu 0.15685862\n",
      "220 5 e dataedu. 0.15685862\n",
      "220 6  sataedu.  0.15685862\n",
      "220 7 aataedu. T 0.15685862\n",
      "220 8 ataedu. Th 0.15685862\n",
      "220 9 taedu. The 0.15685862\n",
      "220 10 uedu. The  0.15685862\n",
      "220 11 tdu. The c 0.15685862\n",
      "220 12  u. The cu 0.15685862\n",
      "220 13 a. The cur 0.15685862\n",
      "220 14 r The curr 0.15685862\n",
      "220 15  The curre 0.15685862\n",
      "220 16 aee curren 0.15685862\n",
      "220 17 ee current 0.15685862\n",
      "220 18   current  0.15685862\n",
      "220 19  surrent l 0.15685862\n",
      "220 20 aurrent le 0.15685862\n",
      "220 21 urrent lec 0.15685862\n",
      "220 22 reent lect 0.15685862\n",
      "220 23 eent lectu 0.15685862\n",
      "220 24 e t lectur 0.15685862\n",
      "220 25  t lecture 0.15685862\n",
      "220 26 t lecture  0.15685862\n",
      "220 27 ulecture i 0.15685862\n",
      "220 28 aecture is 0.15685862\n",
      "220 29 eature is  0.15685862\n",
      "220 30  ture is a 0.15685862\n",
      "220 31 uure is a  0.15685862\n",
      "220 32 ure is a M 0.15685862\n",
      "220 33 re is a Ma 0.15685862\n",
      "220 34 e ds a Mat 0.15685862\n",
      "220 35  ss a Matc 0.15685862\n",
      "220 36 as a Match 0.15685862\n",
      "220 37 s a Match  0.15685862\n",
      "220 38 ,a Match U 0.15685862\n",
      "220 39 arMatch Up 0.15685862\n",
      "220 40 tMatch Up  0.15685862\n",
      "220 41 aatch Up T 0.15685862\n",
      "220 42 atch Up Te 0.15685862\n",
      "220 43 tah Up Ten 0.15685862\n",
      "220 44 uh Up Tens 0.15685862\n",
      "220 45 u Up Tenso 0.15685862\n",
      "220 46  Up Tensor 0.15685862\n",
      "220 47 ap TensorF 0.15685862\n",
      "220 48 p TensorFl 0.15685862\n",
      "220 49 lTensorFlo 0.15685862\n",
      "220 50 aensorFlow 0.15685862\n",
      "220 51 ensorFlow. 0.15685862\n",
      "220 52  torFlow.  0.15685862\n",
      "220 53 torFlow. S 0.15685862\n",
      "220 54 ,rFlow. St 0.15685862\n",
      "220 55 rFlow. Stu 0.15685862\n",
      "220 56 elow. Stud 0.15685862\n",
      "220 57 low. Stude 0.15685862\n",
      "220 58 ew. Studen 0.15685862\n",
      "220 59 r. Student 0.15685862\n",
      "220 60 . Students 0.15685862\n",
      "220 61  Ttudents, 0.15685862\n",
      "220 62 atudents,  0.15685862\n",
      "220 63 tudents, p 0.15685862\n",
      "220 64 urents, pl 0.15685862\n",
      "220 65 rents, ple 0.15685862\n",
      "220 66 ants, plea 0.15685862\n",
      "220 67  t , pleas 0.15685862\n",
      "220 68 t , please 0.15685862\n",
      "220 69 u, please  0.15685862\n",
      "220 70 , please s 0.15685862\n",
      "220 71  please st 0.15685862\n",
      "220 72 alease stu 0.15685862\n",
      "220 73 lease stud 0.15685862\n",
      "220 74 ease study 0.15685862\n",
      "220 75  se study  0.15685862\n",
      "220 76 te study h 0.15685862\n",
      "220 77 , study ha 0.15685862\n",
      "220 78  study har 0.15685862\n",
      "220 79 atudy hard 0.15685862\n",
      "220 80 ,udy hard. 0.15685862\n",
      "221 0 Te are dat 0.15685599\n",
      "221 1 e are data 0.15685599\n",
      "221 2  cre datae 0.15685599\n",
      "221 3 T e dataed 0.15685599\n",
      "221 4 te dataedu 0.15685599\n",
      "221 5 e dataedu. 0.15685599\n",
      "221 6  cataedu.  0.15685599\n",
      "221 7 Tataedu. T 0.15685599\n",
      "221 8 ataedu. Th 0.15685599\n",
      "221 9 tcedu. The 0.15685599\n",
      "221 10 uedu. The  0.15685599\n",
      "221 11 tdu. The c 0.15685599\n",
      "221 12  u. The cu 0.15685599\n",
      "221 13 a. The cur 0.15685599\n",
      "221 14 r The curr 0.15685599\n",
      "221 15  She curre 0.15685599\n",
      "221 16 The curren 0.15685599\n",
      "221 17 ee current 0.15685599\n",
      "221 18 e current  0.15685599\n",
      "221 19  current l 0.15685599\n",
      "221 20 Turrent le 0.15685599\n",
      "221 21 urrent lec 0.15685599\n",
      "221 22 rrent lect 0.15685599\n",
      "221 23 eent lectu 0.15685599\n",
      "221 24 e t lectur 0.15685599\n",
      "221 25  tslecture 0.15685599\n",
      "221 26 tslecture  0.15685599\n",
      "221 27 ulecture i 0.15685599\n",
      "221 28 Tecture is 0.15685599\n",
      "221 29 ecture is  0.15685599\n",
      "221 30  ture is a 0.15685599\n",
      "221 31 uure is a  0.15685599\n",
      "221 32 ude is a M 0.15685599\n",
      "221 33 rr is a Ma 0.15685599\n",
      "221 34 e ds a Mat 0.15685599\n",
      "221 35  cs a Matc 0.15685599\n",
      "221 36 Ts a Match 0.15685599\n",
      "221 37 s a Match  0.15685599\n",
      "221 38 ,a Match U 0.15685599\n",
      "221 39 T Match Up 0.15685599\n",
      "221 40 tMatch Up  0.15685599\n",
      "221 41 Tatch Up T 0.15685599\n",
      "221 42 atch Up Te 0.15685599\n",
      "221 43 tch Up Ten 0.15685599\n",
      "221 44 uh Up Tens 0.15685599\n",
      "221 45 u Up Tenso 0.15685599\n",
      "221 46 eUp Tensor 0.15685599\n",
      "221 47 Tp TensorF 0.15685599\n",
      "221 48 p TensorFl 0.15685599\n",
      "221 49  TensorFlo 0.15685599\n",
      "221 50 ThnsorFlow 0.15685599\n",
      "221 51 ensorFlow. 0.15685599\n",
      "221 52  torFlow.  0.15685599\n",
      "221 53 torFlow. S 0.15685599\n",
      "221 54 ,rFlow. St 0.15685599\n",
      "221 55 wFlow. Stu 0.15685599\n",
      "221 56 elow. Stud 0.15685599\n",
      "221 57 low. Stude 0.15685599\n",
      "221 58 ew. Studen 0.15685599\n",
      "221 59 w. Student 0.15685599\n",
      "221 60 . Students 0.15685599\n",
      "221 61  Students, 0.15685599\n",
      "221 62 Ttudents,  0.15685599\n",
      "221 63 tudents, p 0.15685599\n",
      "221 64 udents, pl 0.15685599\n",
      "221 65 rents, ple 0.15685599\n",
      "221 66 ants, plea 0.15685599\n",
      "221 67  ts, pleas 0.15685599\n",
      "221 68 ts, please 0.15685599\n",
      "221 69 u, please  0.15685599\n",
      "221 70 , please s 0.15685599\n",
      "221 71  please st 0.15685599\n",
      "221 72 Tlease stu 0.15685599\n",
      "221 73  ease stud 0.15685599\n",
      "221 74 ecse study 0.15685599\n",
      "221 75  se study  0.15685599\n",
      "221 76 te study h 0.15685599\n",
      "221 77 , study ha 0.15685599\n",
      "221 78  ctudy har 0.15685599\n",
      "221 79 Ttudy hard 0.15685599\n",
      "221 80 ,udy hard. 0.15685599\n",
      "222 0 ae are dat 0.1568548\n",
      "222 1 e are data 0.1568548\n",
      "222 2  sre datae 0.1568548\n",
      "222 3 are dataed 0.1568548\n",
      "222 4 te dataedu 0.1568548\n",
      "222 5 e iataedu. 0.1568548\n",
      "222 6  sataedu.  0.1568548\n",
      "222 7 aataedu. T 0.1568548\n",
      "222 8 ataedu. Th 0.1568548\n",
      "222 9 taedu. The 0.1568548\n",
      "222 10 uedu. The  0.1568548\n",
      "222 11 tdu. The c 0.1568548\n",
      "222 12  u. The cu 0.1568548\n",
      "222 13 a. The cur 0.1568548\n",
      "222 14 r The curr 0.1568548\n",
      "222 15  The curre 0.1568548\n",
      "222 16 aee curren 0.1568548\n",
      "222 17 ee current 0.1568548\n",
      "222 18   current  0.1568548\n",
      "222 19  surrent l 0.1568548\n",
      "222 20 aurrent le 0.1568548\n",
      "222 21 urrent lec 0.1568548\n",
      "222 22 reent lect 0.1568548\n",
      "222 23 eent lectu 0.1568548\n",
      "222 24 e t lectur 0.1568548\n",
      "222 25  t lecture 0.1568548\n",
      "222 26 t lecture  0.1568548\n",
      "222 27 ulecture i 0.1568548\n",
      "222 28 aecture is 0.1568548\n",
      "222 29 eature is  0.1568548\n",
      "222 30  ture is a 0.1568548\n",
      "222 31 uure is a  0.1568548\n",
      "222 32 ure is a M 0.1568548\n",
      "222 33 re is a Ma 0.1568548\n",
      "222 34 e is a Mat 0.1568548\n",
      "222 35  ss a Matc 0.1568548\n",
      "222 36 as a Match 0.1568548\n",
      "222 37 s a Match  0.1568548\n",
      "222 38 ,a Match U 0.1568548\n",
      "222 39 arMatch Up 0.1568548\n",
      "222 40 tMatch Up  0.1568548\n",
      "222 41 aatch Up T 0.1568548\n",
      "222 42 atch Up Te 0.1568548\n",
      "222 43 tah Up Ten 0.1568548\n",
      "222 44 uh Up Tens 0.1568548\n",
      "222 45 u Up Tenso 0.1568548\n",
      "222 46  Up Tensor 0.1568548\n",
      "222 47 ap TensorF 0.1568548\n",
      "222 48 p TensorFl 0.1568548\n",
      "222 49 lTensorFlo 0.1568548\n",
      "222 50 aensorFlow 0.1568548\n",
      "222 51 ensorFlow. 0.1568548\n",
      "222 52  torFlow.  0.1568548\n",
      "222 53 torFlow. S 0.1568548\n",
      "222 54 ,rFlow. St 0.1568548\n",
      "222 55 rFlow. Stu 0.1568548\n",
      "222 56 elow. Stud 0.1568548\n",
      "222 57 low. Stude 0.1568548\n",
      "222 58 ew. Studen 0.1568548\n",
      "222 59 r. Student 0.1568548\n",
      "222 60 . Students 0.1568548\n",
      "222 61  Ttudents, 0.1568548\n",
      "222 62 atudents,  0.1568548\n",
      "222 63 tudents, p 0.1568548\n",
      "222 64 urents, pl 0.1568548\n",
      "222 65 rents, ple 0.1568548\n",
      "222 66 ants, plea 0.1568548\n",
      "222 67  t , pleas 0.1568548\n",
      "222 68 t , please 0.1568548\n",
      "222 69 u, please  0.1568548\n",
      "222 70 , please s 0.1568548\n",
      "222 71  please st 0.1568548\n",
      "222 72 alease stu 0.1568548\n",
      "222 73 lease stud 0.1568548\n",
      "222 74 ease study 0.1568548\n",
      "222 75  se study  0.1568548\n",
      "222 76 te study h 0.1568548\n",
      "222 77 , study ha 0.1568548\n",
      "222 78  study har 0.1568548\n",
      "222 79 atudy hard 0.1568548\n",
      "222 80 ,udy hard. 0.1568548\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "223 0 Te are dat 0.15685652\n",
      "223 1 e are data 0.15685652\n",
      "223 2  cre datae 0.15685652\n",
      "223 3 T e dataed 0.15685652\n",
      "223 4 te dataedu 0.15685652\n",
      "223 5 e dataedu. 0.15685652\n",
      "223 6  cataedu.  0.15685652\n",
      "223 7 Tataedu. T 0.15685652\n",
      "223 8 ataedu. Th 0.15685652\n",
      "223 9 tcedu. The 0.15685652\n",
      "223 10 uedu. The  0.15685652\n",
      "223 11 tdu. The c 0.15685652\n",
      "223 12  u. The cu 0.15685652\n",
      "223 13 a. The cur 0.15685652\n",
      "223 14 r The curr 0.15685652\n",
      "223 15  She curre 0.15685652\n",
      "223 16 The curren 0.15685652\n",
      "223 17 ee current 0.15685652\n",
      "223 18 e current  0.15685652\n",
      "223 19  current l 0.15685652\n",
      "223 20 Turrent le 0.15685652\n",
      "223 21 urrent lec 0.15685652\n",
      "223 22 reent lect 0.15685652\n",
      "223 23 eent lectu 0.15685652\n",
      "223 24 e t lectur 0.15685652\n",
      "223 25  tslecture 0.15685652\n",
      "223 26 tslecture  0.15685652\n",
      "223 27 ulecture i 0.15685652\n",
      "223 28 Tecture is 0.15685652\n",
      "223 29 ecture is  0.15685652\n",
      "223 30  ture is a 0.15685652\n",
      "223 31 uure is a  0.15685652\n",
      "223 32 ude is a M 0.15685652\n",
      "223 33 re is a Ma 0.15685652\n",
      "223 34 e ds a Mat 0.15685652\n",
      "223 35  cs a Matc 0.15685652\n",
      "223 36 Ts a Match 0.15685652\n",
      "223 37 s a Match  0.15685652\n",
      "223 38 ea Match U 0.15685652\n",
      "223 39 T Match Up 0.15685652\n",
      "223 40 tMatch Up  0.15685652\n",
      "223 41 Tatch Up T 0.15685652\n",
      "223 42 atch Up Te 0.15685652\n",
      "223 43 tch Up Ten 0.15685652\n",
      "223 44 uh Up Tens 0.15685652\n",
      "223 45 u Up Tenso 0.15685652\n",
      "223 46 eUp Tensor 0.15685652\n",
      "223 47 Tp TensorF 0.15685652\n",
      "223 48 p TensorFl 0.15685652\n",
      "223 49  TensorFlo 0.15685652\n",
      "223 50 ThnsorFlow 0.15685652\n",
      "223 51 ensorFlow. 0.15685652\n",
      "223 52  torFlow.  0.15685652\n",
      "223 53 torFlow. S 0.15685652\n",
      "223 54 erFlow. St 0.15685652\n",
      "223 55 wFlow. Stu 0.15685652\n",
      "223 56 elow. Stud 0.15685652\n",
      "223 57 low. Stude 0.15685652\n",
      "223 58 ew. Studen 0.15685652\n",
      "223 59 w. Student 0.15685652\n",
      "223 60 . Students 0.15685652\n",
      "223 61  Students, 0.15685652\n",
      "223 62 Ttudents,  0.15685652\n",
      "223 63 tudents, p 0.15685652\n",
      "223 64 udents, pl 0.15685652\n",
      "223 65 rents, ple 0.15685652\n",
      "223 66 ants, plea 0.15685652\n",
      "223 67  ts, pleas 0.15685652\n",
      "223 68 ts, please 0.15685652\n",
      "223 69 u, please  0.15685652\n",
      "223 70 e please s 0.15685652\n",
      "223 71  please st 0.15685652\n",
      "223 72 Tlease stu 0.15685652\n",
      "223 73  ease stud 0.15685652\n",
      "223 74 ecse study 0.15685652\n",
      "223 75  se study  0.15685652\n",
      "223 76 te study h 0.15685652\n",
      "223 77 e study ha 0.15685652\n",
      "223 78  ctudy har 0.15685652\n",
      "223 79 Ttudy hard 0.15685652\n",
      "223 80 eudy hard. 0.15685652\n",
      "224 0 ae are dat 0.15686375\n",
      "224 1 e are data 0.15686375\n",
      "224 2  sre datae 0.15686375\n",
      "224 3 are dataed 0.15686375\n",
      "224 4 te dataedu 0.15686375\n",
      "224 5 e iataedu. 0.15686375\n",
      "224 6  sataedu.  0.15686375\n",
      "224 7 aataedu. T 0.15686375\n",
      "224 8 ataedu. Th 0.15686375\n",
      "224 9 taedu. The 0.15686375\n",
      "224 10 uedu. The  0.15686375\n",
      "224 11 tdu. The c 0.15686375\n",
      "224 12  u. The cu 0.15686375\n",
      "224 13 a. The cur 0.15686375\n",
      "224 14 r The curr 0.15686375\n",
      "224 15  The curre 0.15686375\n",
      "224 16 aee curren 0.15686375\n",
      "224 17 ee current 0.15686375\n",
      "224 18   current  0.15686375\n",
      "224 19  surrent l 0.15686375\n",
      "224 20 aurrent le 0.15686375\n",
      "224 21 urrent lec 0.15686375\n",
      "224 22 rrent lect 0.15686375\n",
      "224 23 eent lectu 0.15686375\n",
      "224 24 e t lectur 0.15686375\n",
      "224 25  t lecture 0.15686375\n",
      "224 26 t lecture  0.15686375\n",
      "224 27 ulecture i 0.15686375\n",
      "224 28 aecture is 0.15686375\n",
      "224 29 eature is  0.15686375\n",
      "224 30  ture is a 0.15686375\n",
      "224 31 uure is a  0.15686375\n",
      "224 32 ure is a M 0.15686375\n",
      "224 33 rr is a Ma 0.15686375\n",
      "224 34 e is a Mat 0.15686375\n",
      "224 35  ss a Matc 0.15686375\n",
      "224 36 as a Match 0.15686375\n",
      "224 37 s a Match  0.15686375\n",
      "224 38 ,a Match U 0.15686375\n",
      "224 39 arMatch Up 0.15686375\n",
      "224 40 tMatch Up  0.15686375\n",
      "224 41 aatch Up T 0.15686375\n",
      "224 42 atch Up Te 0.15686375\n",
      "224 43 tah Up Ten 0.15686375\n",
      "224 44 uh Up Tens 0.15686375\n",
      "224 45 u Up Tenso 0.15686375\n",
      "224 46  Up Tensor 0.15686375\n",
      "224 47 ap TensorF 0.15686375\n",
      "224 48 p TensorFl 0.15686375\n",
      "224 49 lTensorFlo 0.15686375\n",
      "224 50 aensorFlow 0.15686375\n",
      "224 51 ensorFlow. 0.15686375\n",
      "224 52  torFlow.  0.15686375\n",
      "224 53 torFlow. S 0.15686375\n",
      "224 54 ,rFlow. St 0.15686375\n",
      "224 55 rFlow. Stu 0.15686375\n",
      "224 56 elow. Stud 0.15686375\n",
      "224 57 low. Stude 0.15686375\n",
      "224 58 ew. Studen 0.15686375\n",
      "224 59 r. Student 0.15686375\n",
      "224 60 . Students 0.15686375\n",
      "224 61  Ttudents, 0.15686375\n",
      "224 62 atudents,  0.15686375\n",
      "224 63 tudents, p 0.15686375\n",
      "224 64 urents, pl 0.15686375\n",
      "224 65 rents, ple 0.15686375\n",
      "224 66 ants, plea 0.15686375\n",
      "224 67  t , pleas 0.15686375\n",
      "224 68 t , please 0.15686375\n",
      "224 69 u, please  0.15686375\n",
      "224 70 , please s 0.15686375\n",
      "224 71  please st 0.15686375\n",
      "224 72 alease stu 0.15686375\n",
      "224 73 lease stud 0.15686375\n",
      "224 74 ease study 0.15686375\n",
      "224 75  se study  0.15686375\n",
      "224 76 te study h 0.15686375\n",
      "224 77 , study ha 0.15686375\n",
      "224 78  study har 0.15686375\n",
      "224 79 atudy hard 0.15686375\n",
      "224 80 ,udy hard. 0.15686375\n",
      "225 0 Te are dat 0.15688492\n",
      "225 1 e are data 0.15688492\n",
      "225 2  cre datae 0.15688492\n",
      "225 3 T e dataed 0.15688492\n",
      "225 4 te dataedu 0.15688492\n",
      "225 5 e dataedu. 0.15688492\n",
      "225 6  cataedu.  0.15688492\n",
      "225 7 Tataedu. T 0.15688492\n",
      "225 8 utaedu. Th 0.15688492\n",
      "225 9 tcedu. The 0.15688492\n",
      "225 10 uedu. The  0.15688492\n",
      "225 11 tdu. The c 0.15688492\n",
      "225 12  u. The cu 0.15688492\n",
      "225 13 u. The cur 0.15688492\n",
      "225 14 r The curr 0.15688492\n",
      "225 15  She curre 0.15688492\n",
      "225 16 The curren 0.15688492\n",
      "225 17 ee current 0.15688492\n",
      "225 18 e current  0.15688492\n",
      "225 19  current l 0.15688492\n",
      "225 20 Turrent le 0.15688492\n",
      "225 21 hrrent lec 0.15688492\n",
      "225 22 reent lect 0.15688492\n",
      "225 23 eent lectu 0.15688492\n",
      "225 24 e t lectur 0.15688492\n",
      "225 25  tslecture 0.15688492\n",
      "225 26 tslecture  0.15688492\n",
      "225 27 ulecture i 0.15688492\n",
      "225 28 Tecture is 0.15688492\n",
      "225 29 ecture is  0.15688492\n",
      "225 30  ture is a 0.15688492\n",
      "225 31 hure is a  0.15688492\n",
      "225 32 ude is a M 0.15688492\n",
      "225 33 re is a Ma 0.15688492\n",
      "225 34 e ds a Mat 0.15688492\n",
      "225 35  cs a Matc 0.15688492\n",
      "225 36 Ts a Match 0.15688492\n",
      "225 37 s a Match  0.15688492\n",
      "225 38 ta Match U 0.15688492\n",
      "225 39 T Match Up 0.15688492\n",
      "225 40 tMatch Up  0.15688492\n",
      "225 41 Tatch Up T 0.15688492\n",
      "225 42 atch Up Te 0.15688492\n",
      "225 43 tch Up Ten 0.15688492\n",
      "225 44 uh Up Tens 0.15688492\n",
      "225 45 h Up Tenso 0.15688492\n",
      "225 46 eUp Tensor 0.15688492\n",
      "225 47 Tp TensorF 0.15688492\n",
      "225 48 p TensorFl 0.15688492\n",
      "225 49  TensorFlo 0.15688492\n",
      "225 50 ThnsorFlow 0.15688492\n",
      "225 51 ensorFlow. 0.15688492\n",
      "225 52  torFlow.  0.15688492\n",
      "225 53 torFlow. S 0.15688492\n",
      "225 54 trFlow. St 0.15688492\n",
      "225 55 wFlow. Stu 0.15688492\n",
      "225 56 elow. Stud 0.15688492\n",
      "225 57 low. Stude 0.15688492\n",
      "225 58 ew. Studen 0.15688492\n",
      "225 59 w. Student 0.15688492\n",
      "225 60 . Students 0.15688492\n",
      "225 61  Students, 0.15688492\n",
      "225 62 Ttudents,  0.15688492\n",
      "225 63 tudents, p 0.15688492\n",
      "225 64 udents, pl 0.15688492\n",
      "225 65 rents, ple 0.15688492\n",
      "225 66 unts, plea 0.15688492\n",
      "225 67  ts, pleas 0.15688492\n",
      "225 68 ts, please 0.15688492\n",
      "225 69 u, please  0.15688492\n",
      "225 70 t please s 0.15688492\n",
      "225 71  please st 0.15688492\n",
      "225 72 Tlease stu 0.15688492\n",
      "225 73  ease stud 0.15688492\n",
      "225 74 ecse study 0.15688492\n",
      "225 75  se study  0.15688492\n",
      "225 76 te study h 0.15688492\n",
      "225 77 t study ha 0.15688492\n",
      "225 78  ctudy har 0.15688492\n",
      "225 79 Ttudy hard 0.15688492\n",
      "225 80 tudy hard. 0.15688492\n",
      "226 0 ae are dat 0.15693164\n",
      "226 1 e are data 0.15693164\n",
      "226 2  sre datae 0.15693164\n",
      "226 3 are dataed 0.15693164\n",
      "226 4 te dataedu 0.15693164\n",
      "226 5 e iataedu. 0.15693164\n",
      "226 6  sataedu.  0.15693164\n",
      "226 7 aataedu. T 0.15693164\n",
      "226 8 ataedu. Th 0.15693164\n",
      "226 9 taedu. The 0.15693164\n",
      "226 10 uedu. The  0.15693164\n",
      "226 11 tdu. The c 0.15693164\n",
      "226 12  u. The cu 0.15693164\n",
      "226 13 a. The cur 0.15693164\n",
      "226 14 r The curr 0.15693164\n",
      "226 15  The curre 0.15693164\n",
      "226 16 aee curren 0.15693164\n",
      "226 17 ee current 0.15693164\n",
      "226 18   current  0.15693164\n",
      "226 19  surrent l 0.15693164\n",
      "226 20 aurrent le 0.15693164\n",
      "226 21 urrent lec 0.15693164\n",
      "226 22 rrent lect 0.15693164\n",
      "226 23 eent lectu 0.15693164\n",
      "226 24 e t lectur 0.15693164\n",
      "226 25  t lecture 0.15693164\n",
      "226 26 t lecture  0.15693164\n",
      "226 27 ulecture i 0.15693164\n",
      "226 28 aecture is 0.15693164\n",
      "226 29 eature is  0.15693164\n",
      "226 30  ture is a 0.15693164\n",
      "226 31 uure is a  0.15693164\n",
      "226 32 ure is a M 0.15693164\n",
      "226 33 rr is a Ma 0.15693164\n",
      "226 34 e is a Mat 0.15693164\n",
      "226 35  ss a Matc 0.15693164\n",
      "226 36 as a Match 0.15693164\n",
      "226 37 s a Match  0.15693164\n",
      "226 38 ,a Match U 0.15693164\n",
      "226 39 arMatch Up 0.15693164\n",
      "226 40 tMatch Up  0.15693164\n",
      "226 41 aatch Up T 0.15693164\n",
      "226 42 atch Up Te 0.15693164\n",
      "226 43 tah Up Ten 0.15693164\n",
      "226 44 uh Up Tens 0.15693164\n",
      "226 45 u Up Tenso 0.15693164\n",
      "226 46  Up Tensor 0.15693164\n",
      "226 47 ap TensorF 0.15693164\n",
      "226 48 p TensorFl 0.15693164\n",
      "226 49 lTensorFlo 0.15693164\n",
      "226 50 aensorFlow 0.15693164\n",
      "226 51 ensorFlow. 0.15693164\n",
      "226 52  torFlow.  0.15693164\n",
      "226 53 torFlow. S 0.15693164\n",
      "226 54 ,rFlow. St 0.15693164\n",
      "226 55 rFlow. Stu 0.15693164\n",
      "226 56 elow. Stud 0.15693164\n",
      "226 57 low. Stude 0.15693164\n",
      "226 58 ew. Studen 0.15693164\n",
      "226 59 r. Student 0.15693164\n",
      "226 60 . Students 0.15693164\n",
      "226 61  Ttudents, 0.15693164\n",
      "226 62 atudents,  0.15693164\n",
      "226 63 tudents, p 0.15693164\n",
      "226 64 urents, pl 0.15693164\n",
      "226 65 rents, ple 0.15693164\n",
      "226 66 ants, plea 0.15693164\n",
      "226 67  t , pleas 0.15693164\n",
      "226 68 t , please 0.15693164\n",
      "226 69 u, please  0.15693164\n",
      "226 70 , please s 0.15693164\n",
      "226 71  please st 0.15693164\n",
      "226 72 alease stu 0.15693164\n",
      "226 73 lease stud 0.15693164\n",
      "226 74 ease study 0.15693164\n",
      "226 75  se study  0.15693164\n",
      "226 76 te study h 0.15693164\n",
      "226 77 , study ha 0.15693164\n",
      "226 78  study har 0.15693164\n",
      "226 79 atudy hard 0.15693164\n",
      "226 80 ,udy hard. 0.15693164\n",
      "227 0 Te are dat 0.15705298\n",
      "227 1 e are data 0.15705298\n",
      "227 2  cre datae 0.15705298\n",
      "227 3 T e dataed 0.15705298\n",
      "227 4 te dataedu 0.15705298\n",
      "227 5 e dataedu. 0.15705298\n",
      "227 6  cataedu.  0.15705298\n",
      "227 7 Tataedu. T 0.15705298\n",
      "227 8 utaedu. Th 0.15705298\n",
      "227 9 tcedu. The 0.15705298\n",
      "227 10 uedu. The  0.15705298\n",
      "227 11 tdu. The c 0.15705298\n",
      "227 12  u. The cu 0.15705298\n",
      "227 13 u. The cur 0.15705298\n",
      "227 14 r The curr 0.15705298\n",
      "227 15  She curre 0.15705298\n",
      "227 16 The curren 0.15705298\n",
      "227 17 ee current 0.15705298\n",
      "227 18 e current  0.15705298\n",
      "227 19  current l 0.15705298\n",
      "227 20 Turrent le 0.15705298\n",
      "227 21 hrrent lec 0.15705298\n",
      "227 22 reent lect 0.15705298\n",
      "227 23 eent lectu 0.15705298\n",
      "227 24 e t lectur 0.15705298\n",
      "227 25  tslecture 0.15705298\n",
      "227 26 tslecture  0.15705298\n",
      "227 27 ulecture i 0.15705298\n",
      "227 28 Tecture is 0.15705298\n",
      "227 29 ecture is  0.15705298\n",
      "227 30  ture is a 0.15705298\n",
      "227 31 hure is a  0.15705298\n",
      "227 32 ude is a M 0.15705298\n",
      "227 33 re is a Ma 0.15705298\n",
      "227 34 e ds a Mat 0.15705298\n",
      "227 35  cs a Matc 0.15705298\n",
      "227 36 Ts a Match 0.15705298\n",
      "227 37 s a Match  0.15705298\n",
      "227 38 ta Match U 0.15705298\n",
      "227 39 T Match Up 0.15705298\n",
      "227 40 tMatch Up  0.15705298\n",
      "227 41 Tatch Up T 0.15705298\n",
      "227 42 atch Up Te 0.15705298\n",
      "227 43 tch Up Ten 0.15705298\n",
      "227 44 uh Up Tens 0.15705298\n",
      "227 45 h Up Tenso 0.15705298\n",
      "227 46 eUp Tensor 0.15705298\n",
      "227 47 Tp TensorF 0.15705298\n",
      "227 48 p TensorFl 0.15705298\n",
      "227 49  TensorFlo 0.15705298\n",
      "227 50 ThnsorFlow 0.15705298\n",
      "227 51 ensorFlow. 0.15705298\n",
      "227 52  torFlow.  0.15705298\n",
      "227 53 torFlow. S 0.15705298\n",
      "227 54 trFlow. St 0.15705298\n",
      "227 55 wFlow. Stu 0.15705298\n",
      "227 56 elow. Stud 0.15705298\n",
      "227 57 low. Stude 0.15705298\n",
      "227 58 ew. Studen 0.15705298\n",
      "227 59 w. Student 0.15705298\n",
      "227 60 . Students 0.15705298\n",
      "227 61  Students, 0.15705298\n",
      "227 62 Ttudents,  0.15705298\n",
      "227 63 tudents, p 0.15705298\n",
      "227 64 udents, pl 0.15705298\n",
      "227 65 rents, ple 0.15705298\n",
      "227 66 unts, plea 0.15705298\n",
      "227 67  ts, pleas 0.15705298\n",
      "227 68 ts, please 0.15705298\n",
      "227 69 u, please  0.15705298\n",
      "227 70 t please s 0.15705298\n",
      "227 71  please st 0.15705298\n",
      "227 72 Tlease stu 0.15705298\n",
      "227 73  ease stud 0.15705298\n",
      "227 74 ecse study 0.15705298\n",
      "227 75  se study  0.15705298\n",
      "227 76 te study h 0.15705298\n",
      "227 77 t study ha 0.15705298\n",
      "227 78  ctudy har 0.15705298\n",
      "227 79 Ttudy hard 0.15705298\n",
      "227 80 tudy hard. 0.15705298\n",
      "228 0 ae are dat 0.15726681\n",
      "228 1 e are data 0.15726681\n",
      "228 2  sre datae 0.15726681\n",
      "228 3 are dataed 0.15726681\n",
      "228 4 te dataedu 0.15726681\n",
      "228 5 e iataedu. 0.15726681\n",
      "228 6  sataedu.  0.15726681\n",
      "228 7 aataedu. T 0.15726681\n",
      "228 8 ataedu. Th 0.15726681\n",
      "228 9 taedu. The 0.15726681\n",
      "228 10 uedu. The  0.15726681\n",
      "228 11 tdu. The c 0.15726681\n",
      "228 12  u. The cu 0.15726681\n",
      "228 13 a. The cur 0.15726681\n",
      "228 14 r The curr 0.15726681\n",
      "228 15  The curre 0.15726681\n",
      "228 16 aee curren 0.15726681\n",
      "228 17 ee current 0.15726681\n",
      "228 18   current  0.15726681\n",
      "228 19  surrent l 0.15726681\n",
      "228 20 aurrent le 0.15726681\n",
      "228 21 urrent lec 0.15726681\n",
      "228 22 rrent lect 0.15726681\n",
      "228 23 eent lectu 0.15726681\n",
      "228 24 e t lectur 0.15726681\n",
      "228 25  t lecture 0.15726681\n",
      "228 26 t lecture  0.15726681\n",
      "228 27 ulecture i 0.15726681\n",
      "228 28 aecture is 0.15726681\n",
      "228 29 eature is  0.15726681\n",
      "228 30  ture is a 0.15726681\n",
      "228 31 uure is a  0.15726681\n",
      "228 32 ure is a M 0.15726681\n",
      "228 33 rr is a Ma 0.15726681\n",
      "228 34 e is a Mat 0.15726681\n",
      "228 35  ss a Matc 0.15726681\n",
      "228 36 as a Match 0.15726681\n",
      "228 37 s a Match  0.15726681\n",
      "228 38 ,a Match U 0.15726681\n",
      "228 39 arMatch Up 0.15726681\n",
      "228 40 tMatch Up  0.15726681\n",
      "228 41 aatch Up T 0.15726681\n",
      "228 42 atch Up Te 0.15726681\n",
      "228 43 tah Up Ten 0.15726681\n",
      "228 44 uh Up Tens 0.15726681\n",
      "228 45 u Up Tenso 0.15726681\n",
      "228 46  Up Tensor 0.15726681\n",
      "228 47 ap TensorF 0.15726681\n",
      "228 48 p TensorFl 0.15726681\n",
      "228 49 lTensorFlo 0.15726681\n",
      "228 50 aensorFlow 0.15726681\n",
      "228 51 ensorFlow. 0.15726681\n",
      "228 52  torFlow.  0.15726681\n",
      "228 53 torFlow. S 0.15726681\n",
      "228 54 ,rFlow. St 0.15726681\n",
      "228 55 rFlow. Stu 0.15726681\n",
      "228 56 elow. Stud 0.15726681\n",
      "228 57 low. Stude 0.15726681\n",
      "228 58 ew. Studen 0.15726681\n",
      "228 59 r. Student 0.15726681\n",
      "228 60 . Students 0.15726681\n",
      "228 61  Ttudents, 0.15726681\n",
      "228 62 atudents,  0.15726681\n",
      "228 63 tudents, p 0.15726681\n",
      "228 64 urents, pl 0.15726681\n",
      "228 65 rents, ple 0.15726681\n",
      "228 66 ants, plea 0.15726681\n",
      "228 67  t , pleas 0.15726681\n",
      "228 68 t , please 0.15726681\n",
      "228 69 u, please  0.15726681\n",
      "228 70 , please s 0.15726681\n",
      "228 71  please st 0.15726681\n",
      "228 72 alease stu 0.15726681\n",
      "228 73 lease stud 0.15726681\n",
      "228 74 ease study 0.15726681\n",
      "228 75  se study  0.15726681\n",
      "228 76 te study h 0.15726681\n",
      "228 77 , study ha 0.15726681\n",
      "228 78  study har 0.15726681\n",
      "228 79 atudy hard 0.15726681\n",
      "228 80 ,udy hard. 0.15726681\n",
      "229 0 Te are dat 0.1577427\n",
      "229 1 e are data 0.1577427\n",
      "229 2  cre datae 0.1577427\n",
      "229 3 T e dataed 0.1577427\n",
      "229 4 te dataedu 0.1577427\n",
      "229 5 e dataedu. 0.1577427\n",
      "229 6  cataedu.  0.1577427\n",
      "229 7 Tataedu. T 0.1577427\n",
      "229 8 utaedu. Th 0.1577427\n",
      "229 9 tcedu. The 0.1577427\n",
      "229 10 uedu. The  0.1577427\n",
      "229 11 tdu. The c 0.1577427\n",
      "229 12  u. The cu 0.1577427\n",
      "229 13 u. The cur 0.1577427\n",
      "229 14 r The curr 0.1577427\n",
      "229 15  She curre 0.1577427\n",
      "229 16 The curren 0.1577427\n",
      "229 17 ee current 0.1577427\n",
      "229 18 e current  0.1577427\n",
      "229 19  current l 0.1577427\n",
      "229 20 Turrent le 0.1577427\n",
      "229 21 hrrent lec 0.1577427\n",
      "229 22 reent lect 0.1577427\n",
      "229 23 eent lectu 0.1577427\n",
      "229 24 e t lectur 0.1577427\n",
      "229 25  tslecture 0.1577427\n",
      "229 26 tslecture  0.1577427\n",
      "229 27 ulecture i 0.1577427\n",
      "229 28 Tecture is 0.1577427\n",
      "229 29 ecture is  0.1577427\n",
      "229 30  ture is a 0.1577427\n",
      "229 31 hure is a  0.1577427\n",
      "229 32 ude is a M 0.1577427\n",
      "229 33 re is a Ma 0.1577427\n",
      "229 34 e ds a Mat 0.1577427\n",
      "229 35  cs a Matc 0.1577427\n",
      "229 36 Ts a Match 0.1577427\n",
      "229 37 s a Match  0.1577427\n",
      "229 38 ta Match U 0.1577427\n",
      "229 39 T Match Up 0.1577427\n",
      "229 40 tMatch Up  0.1577427\n",
      "229 41 Tatch Up T 0.1577427\n",
      "229 42 atch Up Te 0.1577427\n",
      "229 43 tch Up Ten 0.1577427\n",
      "229 44 uh Up Tens 0.1577427\n",
      "229 45 h Up Tenso 0.1577427\n",
      "229 46 eUp Tensor 0.1577427\n",
      "229 47 Tp TensorF 0.1577427\n",
      "229 48 p TensorFl 0.1577427\n",
      "229 49  TensorFlo 0.1577427\n",
      "229 50 ThnsorFlow 0.1577427\n",
      "229 51 ensorFlow. 0.1577427\n",
      "229 52  torFlow.  0.1577427\n",
      "229 53 torFlow. S 0.1577427\n",
      "229 54 trFlow. St 0.1577427\n",
      "229 55 wFlow. Stu 0.1577427\n",
      "229 56 elow. Stud 0.1577427\n",
      "229 57 low. Stude 0.1577427\n",
      "229 58 ew. Studen 0.1577427\n",
      "229 59 w. Student 0.1577427\n",
      "229 60 . Students 0.1577427\n",
      "229 61  Students, 0.1577427\n",
      "229 62 Ttudents,  0.1577427\n",
      "229 63 tudents, p 0.1577427\n",
      "229 64 udents, pl 0.1577427\n",
      "229 65 rents, ple 0.1577427\n",
      "229 66 unts, plea 0.1577427\n",
      "229 67  ts, pleas 0.1577427\n",
      "229 68 ts, please 0.1577427\n",
      "229 69 u, please  0.1577427\n",
      "229 70 t please s 0.1577427\n",
      "229 71  please st 0.1577427\n",
      "229 72 Tlease stu 0.1577427\n",
      "229 73  ease stud 0.1577427\n",
      "229 74 ecse study 0.1577427\n",
      "229 75  se study  0.1577427\n",
      "229 76 te study h 0.1577427\n",
      "229 77 t study ha 0.1577427\n",
      "229 78  ctudy har 0.1577427\n",
      "229 79 Ttudy hard 0.1577427\n",
      "229 80 tudy hard. 0.1577427\n",
      "230 0 ae are dat 0.15794872\n",
      "230 1 e are data 0.15794872\n",
      "230 2  ire datae 0.15794872\n",
      "230 3 are dataed 0.15794872\n",
      "230 4 te dataedu 0.15794872\n",
      "230 5 e iataedu. 0.15794872\n",
      "230 6  iataedu.  0.15794872\n",
      "230 7 aataedu. T 0.15794872\n",
      "230 8 ataedu. Th 0.15794872\n",
      "230 9 taedu. The 0.15794872\n",
      "230 10 uedu. The  0.15794872\n",
      "230 11 tdu. The c 0.15794872\n",
      "230 12  u. The cu 0.15794872\n",
      "230 13 a. The cur 0.15794872\n",
      "230 14 r The curr 0.15794872\n",
      "230 15  The curre 0.15794872\n",
      "230 16 aee curren 0.15794872\n",
      "230 17 ee current 0.15794872\n",
      "230 18   current  0.15794872\n",
      "230 19  iurrent l 0.15794872\n",
      "230 20 aurrent le 0.15794872\n",
      "230 21 urrent lec 0.15794872\n",
      "230 22 rrent lect 0.15794872\n",
      "230 23 eent lectu 0.15794872\n",
      "230 24 e t lectur 0.15794872\n",
      "230 25  t lecture 0.15794872\n",
      "230 26 t lecture  0.15794872\n",
      "230 27 ulecture i 0.15794872\n",
      "230 28 aecture is 0.15794872\n",
      "230 29 eature is  0.15794872\n",
      "230 30  ture is a 0.15794872\n",
      "230 31 uure is a  0.15794872\n",
      "230 32 ure is a M 0.15794872\n",
      "230 33 rr is a Ma 0.15794872\n",
      "230 34 e is a Mat 0.15794872\n",
      "230 35  is a Matc 0.15794872\n",
      "230 36 as a Match 0.15794872\n",
      "230 37 s a Match  0.15794872\n",
      "230 38 ,a Match U 0.15794872\n",
      "230 39 arMatch Up 0.15794872\n",
      "230 40 tMatch Up  0.15794872\n",
      "230 41 aatch Up T 0.15794872\n",
      "230 42 atch Up Te 0.15794872\n",
      "230 43 tah Up Ten 0.15794872\n",
      "230 44 uh Up Tens 0.15794872\n",
      "230 45 u Up Tenso 0.15794872\n",
      "230 46  Up Tensor 0.15794872\n",
      "230 47 ap TensorF 0.15794872\n",
      "230 48 p TensorFl 0.15794872\n",
      "230 49 lTensorFlo 0.15794872\n",
      "230 50 aensorFlow 0.15794872\n",
      "230 51 ensorFlow. 0.15794872\n",
      "230 52  torFlow.  0.15794872\n",
      "230 53 torFlow. S 0.15794872\n",
      "230 54 ,rFlow. St 0.15794872\n",
      "230 55 rFlow. Stu 0.15794872\n",
      "230 56 elow. Stud 0.15794872\n",
      "230 57 low. Stude 0.15794872\n",
      "230 58 ew. Studen 0.15794872\n",
      "230 59 r. Student 0.15794872\n",
      "230 60 . Students 0.15794872\n",
      "230 61  Ttudents, 0.15794872\n",
      "230 62 atudents,  0.15794872\n",
      "230 63 tudents, p 0.15794872\n",
      "230 64 urents, pl 0.15794872\n",
      "230 65 rents, ple 0.15794872\n",
      "230 66 ants, plea 0.15794872\n",
      "230 67  t , pleas 0.15794872\n",
      "230 68 t , please 0.15794872\n",
      "230 69 u, please  0.15794872\n",
      "230 70 , please s 0.15794872\n",
      "230 71  please st 0.15794872\n",
      "230 72 alease stu 0.15794872\n",
      "230 73 lease stud 0.15794872\n",
      "230 74 ease study 0.15794872\n",
      "230 75  se study  0.15794872\n",
      "230 76 te study h 0.15794872\n",
      "230 77 , study ha 0.15794872\n",
      "230 78  itudy har 0.15794872\n",
      "230 79 atudy hard 0.15794872\n",
      "230 80 ,udy hard. 0.15794872\n",
      "231 0 Te are dat 0.15797664\n",
      "231 1 e are data 0.15797664\n",
      "231 2  cre datae 0.15797664\n",
      "231 3 T e dataed 0.15797664\n",
      "231 4 te dataedu 0.15797664\n",
      "231 5 e dataedu. 0.15797664\n",
      "231 6  cataedu.  0.15797664\n",
      "231 7 Tataedu. T 0.15797664\n",
      "231 8 etaedu. Th 0.15797664\n",
      "231 9 tcedu. The 0.15797664\n",
      "231 10 uedu. The  0.15797664\n",
      "231 11 tdu. The c 0.15797664\n",
      "231 12  u. The cu 0.15797664\n",
      "231 13 e. The cur 0.15797664\n",
      "231 14 r The curr 0.15797664\n",
      "231 15  She curre 0.15797664\n",
      "231 16 The curren 0.15797664\n",
      "231 17 ee current 0.15797664\n",
      "231 18 e current  0.15797664\n",
      "231 19  current l 0.15797664\n",
      "231 20 Turrent le 0.15797664\n",
      "231 21 hrrent lec 0.15797664\n",
      "231 22 reent lect 0.15797664\n",
      "231 23 eent lectu 0.15797664\n",
      "231 24 e t lectur 0.15797664\n",
      "231 25  tslecture 0.15797664\n",
      "231 26 tslecture  0.15797664\n",
      "231 27 ulecture i 0.15797664\n",
      "231 28 Tecture is 0.15797664\n",
      "231 29 ecture is  0.15797664\n",
      "231 30  ture is a 0.15797664\n",
      "231 31 hure is a  0.15797664\n",
      "231 32 ure is a M 0.15797664\n",
      "231 33 re is a Ma 0.15797664\n",
      "231 34 e ds a Mat 0.15797664\n",
      "231 35  cs a Matc 0.15797664\n",
      "231 36 Ts a Match 0.15797664\n",
      "231 37 s a Match  0.15797664\n",
      "231 38 ta Match U 0.15797664\n",
      "231 39 T Match Up 0.15797664\n",
      "231 40 tMatch Up  0.15797664\n",
      "231 41 Tatch Up T 0.15797664\n",
      "231 42 atch Up Te 0.15797664\n",
      "231 43 tch Up Ten 0.15797664\n",
      "231 44 uh Up Tens 0.15797664\n",
      "231 45 h Up Tenso 0.15797664\n",
      "231 46 eUp Tensor 0.15797664\n",
      "231 47 Tp TensorF 0.15797664\n",
      "231 48 p TensorFl 0.15797664\n",
      "231 49  TensorFlo 0.15797664\n",
      "231 50 ThnsorFlow 0.15797664\n",
      "231 51 ensorFlow. 0.15797664\n",
      "231 52  torFlow.  0.15797664\n",
      "231 53 torFlow. S 0.15797664\n",
      "231 54 trFlow. St 0.15797664\n",
      "231 55 wFlow. Stu 0.15797664\n",
      "231 56 elow. Stud 0.15797664\n",
      "231 57 low. Stude 0.15797664\n",
      "231 58 ew. Studen 0.15797664\n",
      "231 59 w. Student 0.15797664\n",
      "231 60 . Students 0.15797664\n",
      "231 61  Students, 0.15797664\n",
      "231 62 Ttudents,  0.15797664\n",
      "231 63 tudents, p 0.15797664\n",
      "231 64 urents, pl 0.15797664\n",
      "231 65 rents, ple 0.15797664\n",
      "231 66 ents, plea 0.15797664\n",
      "231 67  ts, pleas 0.15797664\n",
      "231 68 ts, please 0.15797664\n",
      "231 69 u, please  0.15797664\n",
      "231 70 t please s 0.15797664\n",
      "231 71  please st 0.15797664\n",
      "231 72 Tlease stu 0.15797664\n",
      "231 73  ease stud 0.15797664\n",
      "231 74 ecse study 0.15797664\n",
      "231 75  se study  0.15797664\n",
      "231 76 te study h 0.15797664\n",
      "231 77 t study ha 0.15797664\n",
      "231 78  ctudy har 0.15797664\n",
      "231 79 Ttudy hard 0.15797664\n",
      "231 80 tudy hard. 0.15797664\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "232 0 ae are dat 0.15721323\n",
      "232 1 e are data 0.15721323\n",
      "232 2  ire datae 0.15721323\n",
      "232 3 are dataed 0.15721323\n",
      "232 4 te dataedu 0.15721323\n",
      "232 5 e iataedu. 0.15721323\n",
      "232 6  iataedu.  0.15721323\n",
      "232 7 aataedu. T 0.15721323\n",
      "232 8 ataedu. Th 0.15721323\n",
      "232 9 taedu. The 0.15721323\n",
      "232 10 uedu. The  0.15721323\n",
      "232 11 tdu. The c 0.15721323\n",
      "232 12  u. The cu 0.15721323\n",
      "232 13 a. The cur 0.15721323\n",
      "232 14 r The curr 0.15721323\n",
      "232 15  The curre 0.15721323\n",
      "232 16 aee curren 0.15721323\n",
      "232 17 ee current 0.15721323\n",
      "232 18 e current  0.15721323\n",
      "232 19  iurrent l 0.15721323\n",
      "232 20 aurrent le 0.15721323\n",
      "232 21 urrent lec 0.15721323\n",
      "232 22 rrent lect 0.15721323\n",
      "232 23 eent lectu 0.15721323\n",
      "232 24 e t lectur 0.15721323\n",
      "232 25  t lecture 0.15721323\n",
      "232 26 t lecture  0.15721323\n",
      "232 27 ulecture i 0.15721323\n",
      "232 28 aecture is 0.15721323\n",
      "232 29 eature is  0.15721323\n",
      "232 30  ture is a 0.15721323\n",
      "232 31 uure is a  0.15721323\n",
      "232 32 ude is a M 0.15721323\n",
      "232 33 rr is a Ma 0.15721323\n",
      "232 34 e is a Mat 0.15721323\n",
      "232 35  is a Matc 0.15721323\n",
      "232 36 as a Match 0.15721323\n",
      "232 37 s a Match  0.15721323\n",
      "232 38 ,a Match U 0.15721323\n",
      "232 39 arMatch Up 0.15721323\n",
      "232 40 tMatch Up  0.15721323\n",
      "232 41 aatch Up T 0.15721323\n",
      "232 42 atch Up Te 0.15721323\n",
      "232 43 tah Up Ten 0.15721323\n",
      "232 44 uh Up Tens 0.15721323\n",
      "232 45 u Up Tenso 0.15721323\n",
      "232 46 eUp Tensor 0.15721323\n",
      "232 47 ap TensorF 0.15721323\n",
      "232 48 p TensorFl 0.15721323\n",
      "232 49 lTensorFlo 0.15721323\n",
      "232 50 aensorFlow 0.15721323\n",
      "232 51 ensorFlow. 0.15721323\n",
      "232 52  torFlow.  0.15721323\n",
      "232 53 torFlow. S 0.15721323\n",
      "232 54 ,rFlow. St 0.15721323\n",
      "232 55 rFlow. Stu 0.15721323\n",
      "232 56 elow. Stud 0.15721323\n",
      "232 57 low. Stude 0.15721323\n",
      "232 58 ew. Studen 0.15721323\n",
      "232 59 r. Student 0.15721323\n",
      "232 60 . Students 0.15721323\n",
      "232 61  Ttudents, 0.15721323\n",
      "232 62 atudents,  0.15721323\n",
      "232 63 tudents, p 0.15721323\n",
      "232 64 udents, pl 0.15721323\n",
      "232 65 rents, ple 0.15721323\n",
      "232 66 ants, plea 0.15721323\n",
      "232 67  t , pleas 0.15721323\n",
      "232 68 t , please 0.15721323\n",
      "232 69 u, please  0.15721323\n",
      "232 70 , please s 0.15721323\n",
      "232 71  please st 0.15721323\n",
      "232 72 alease stu 0.15721323\n",
      "232 73 lease stud 0.15721323\n",
      "232 74 ease study 0.15721323\n",
      "232 75  se study  0.15721323\n",
      "232 76 te study h 0.15721323\n",
      "232 77 , study ha 0.15721323\n",
      "232 78  itudy har 0.15721323\n",
      "232 79 atudy hard 0.15721323\n",
      "232 80 ,udy hard. 0.15721323\n",
      "233 0 Te are dat 0.15695873\n",
      "233 1 e are data 0.15695873\n",
      "233 2  ire datae 0.15695873\n",
      "233 3 T e dataed 0.15695873\n",
      "233 4 te dataedu 0.15695873\n",
      "233 5 e iataedu. 0.15695873\n",
      "233 6  iataedu.  0.15695873\n",
      "233 7 Tataedu. T 0.15695873\n",
      "233 8 ataedu. Th 0.15695873\n",
      "233 9 taedu. The 0.15695873\n",
      "233 10 uedu. The  0.15695873\n",
      "233 11 tdu. The c 0.15695873\n",
      "233 12  u. The cu 0.15695873\n",
      "233 13 a. The cur 0.15695873\n",
      "233 14 r The curr 0.15695873\n",
      "233 15  She curre 0.15695873\n",
      "233 16 Tee curren 0.15695873\n",
      "233 17 ee current 0.15695873\n",
      "233 18   current  0.15695873\n",
      "233 19  iurrent l 0.15695873\n",
      "233 20 Turrent le 0.15695873\n",
      "233 21 hrrent lec 0.15695873\n",
      "233 22 reent lect 0.15695873\n",
      "233 23 eent lectu 0.15695873\n",
      "233 24 e t lectur 0.15695873\n",
      "233 25  t lecture 0.15695873\n",
      "233 26 t lecture  0.15695873\n",
      "233 27 ulecture i 0.15695873\n",
      "233 28 Tecture is 0.15695873\n",
      "233 29 eature is  0.15695873\n",
      "233 30  ture is a 0.15695873\n",
      "233 31 hure is a  0.15695873\n",
      "233 32 ure is a M 0.15695873\n",
      "233 33 re is a Ma 0.15695873\n",
      "233 34 e is a Mat 0.15695873\n",
      "233 35  is a Matc 0.15695873\n",
      "233 36 Ts a Match 0.15695873\n",
      "233 37 s a Match  0.15695873\n",
      "233 38 ,a Match U 0.15695873\n",
      "233 39 T Match Up 0.15695873\n",
      "233 40 tMatch Up  0.15695873\n",
      "233 41 Tatch Up T 0.15695873\n",
      "233 42 atch Up Te 0.15695873\n",
      "233 43 tah Up Ten 0.15695873\n",
      "233 44 uh Up Tens 0.15695873\n",
      "233 45 h Up Tenso 0.15695873\n",
      "233 46  Up Tensor 0.15695873\n",
      "233 47 Tp TensorF 0.15695873\n",
      "233 48 p TensorFl 0.15695873\n",
      "233 49 lTensorFlo 0.15695873\n",
      "233 50 TensorFlow 0.15695873\n",
      "233 51 ensorFlow. 0.15695873\n",
      "233 52  torFlow.  0.15695873\n",
      "233 53 torFlow. S 0.15695873\n",
      "233 54 ,rFlow. St 0.15695873\n",
      "233 55 rFlow. Stu 0.15695873\n",
      "233 56 elow. Stud 0.15695873\n",
      "233 57 low. Stude 0.15695873\n",
      "233 58 ew. Studen 0.15695873\n",
      "233 59 r. Student 0.15695873\n",
      "233 60 . Students 0.15695873\n",
      "233 61  Students, 0.15695873\n",
      "233 62 Ttudents,  0.15695873\n",
      "233 63 tudents, p 0.15695873\n",
      "233 64 urents, pl 0.15695873\n",
      "233 65 rents, ple 0.15695873\n",
      "233 66 ants, plea 0.15695873\n",
      "233 67  t , pleas 0.15695873\n",
      "233 68 t , please 0.15695873\n",
      "233 69 u, please  0.15695873\n",
      "233 70 , please s 0.15695873\n",
      "233 71  please st 0.15695873\n",
      "233 72 Tlease stu 0.15695873\n",
      "233 73 lease stud 0.15695873\n",
      "233 74 ease study 0.15695873\n",
      "233 75  se study  0.15695873\n",
      "233 76 te study h 0.15695873\n",
      "233 77 , study ha 0.15695873\n",
      "233 78  itudy har 0.15695873\n",
      "233 79 Ttudy hard 0.15695873\n",
      "233 80 ,udy hard. 0.15695873\n",
      "234 0 Te are dat 0.15735215\n",
      "234 1 e are data 0.15735215\n",
      "234 2  cre datae 0.15735215\n",
      "234 3 T e dataed 0.15735215\n",
      "234 4 te dataedu 0.15735215\n",
      "234 5 e dataedu. 0.15735215\n",
      "234 6  cataedu.  0.15735215\n",
      "234 7 Tataedu. T 0.15735215\n",
      "234 8 etaedu. Th 0.15735215\n",
      "234 9 tcedu. The 0.15735215\n",
      "234 10 uedu. The  0.15735215\n",
      "234 11 tdu. The c 0.15735215\n",
      "234 12  u. The cu 0.15735215\n",
      "234 13 e. The cur 0.15735215\n",
      "234 14 r The curr 0.15735215\n",
      "234 15  She curre 0.15735215\n",
      "234 16 The curren 0.15735215\n",
      "234 17 he current 0.15735215\n",
      "234 18 e current  0.15735215\n",
      "234 19  current l 0.15735215\n",
      "234 20 Turrent le 0.15735215\n",
      "234 21 hrrent lec 0.15735215\n",
      "234 22 reent lect 0.15735215\n",
      "234 23 eent lectu 0.15735215\n",
      "234 24 e t lectur 0.15735215\n",
      "234 25  tslecture 0.15735215\n",
      "234 26 tslecture  0.15735215\n",
      "234 27 ulecture i 0.15735215\n",
      "234 28 Tecture is 0.15735215\n",
      "234 29 ecture is  0.15735215\n",
      "234 30  ture is a 0.15735215\n",
      "234 31 hure is a  0.15735215\n",
      "234 32 ude is a M 0.15735215\n",
      "234 33 re is a Ma 0.15735215\n",
      "234 34 e ds a Mat 0.15735215\n",
      "234 35  cs a Matc 0.15735215\n",
      "234 36 Ts a Match 0.15735215\n",
      "234 37 s a Match  0.15735215\n",
      "234 38 ta Match U 0.15735215\n",
      "234 39 T Match Up 0.15735215\n",
      "234 40 tMatch Up  0.15735215\n",
      "234 41 Tatch Up T 0.15735215\n",
      "234 42 atch Up Te 0.15735215\n",
      "234 43 tch Up Ten 0.15735215\n",
      "234 44 uh Up Tens 0.15735215\n",
      "234 45 h Up Tenso 0.15735215\n",
      "234 46 eUp Tensor 0.15735215\n",
      "234 47 Tp TensorF 0.15735215\n",
      "234 48 p TensorFl 0.15735215\n",
      "234 49  TensorFlo 0.15735215\n",
      "234 50 ThnsorFlow 0.15735215\n",
      "234 51 hnsorFlow. 0.15735215\n",
      "234 52  torFlow.  0.15735215\n",
      "234 53 torFlow. S 0.15735215\n",
      "234 54 trFlow. St 0.15735215\n",
      "234 55 wFlow. Stu 0.15735215\n",
      "234 56 elow. Stud 0.15735215\n",
      "234 57 low. Stude 0.15735215\n",
      "234 58 ew. Studen 0.15735215\n",
      "234 59 w. Student 0.15735215\n",
      "234 60 . Students 0.15735215\n",
      "234 61  Students, 0.15735215\n",
      "234 62 Ttudents,  0.15735215\n",
      "234 63 tudents, p 0.15735215\n",
      "234 64 udents, pl 0.15735215\n",
      "234 65 rents, ple 0.15735215\n",
      "234 66 ents, plea 0.15735215\n",
      "234 67  ts, pleas 0.15735215\n",
      "234 68 ts, please 0.15735215\n",
      "234 69 u, please  0.15735215\n",
      "234 70 t please s 0.15735215\n",
      "234 71  please st 0.15735215\n",
      "234 72 Tlease stu 0.15735215\n",
      "234 73  ease stud 0.15735215\n",
      "234 74 ecse study 0.15735215\n",
      "234 75  se study  0.15735215\n",
      "234 76 te study h 0.15735215\n",
      "234 77 t study ha 0.15735215\n",
      "234 78  ctudy har 0.15735215\n",
      "234 79 Ttudy hard 0.15735215\n",
      "234 80 tudy hard. 0.15735215\n",
      "235 0 ae are dat 0.15755406\n",
      "235 1 e are data 0.15755406\n",
      "235 2  sre datae 0.15755406\n",
      "235 3 are dataed 0.15755406\n",
      "235 4 te dataedu 0.15755406\n",
      "235 5 e iataedu. 0.15755406\n",
      "235 6  sataedu.  0.15755406\n",
      "235 7 aataedu. T 0.15755406\n",
      "235 8 ataedu. Th 0.15755406\n",
      "235 9 taedu. The 0.15755406\n",
      "235 10 uedu. The  0.15755406\n",
      "235 11 tdu. The c 0.15755406\n",
      "235 12  u. The cu 0.15755406\n",
      "235 13 a. The cur 0.15755406\n",
      "235 14 r The curr 0.15755406\n",
      "235 15  The curre 0.15755406\n",
      "235 16 ahe curren 0.15755406\n",
      "235 17 he current 0.15755406\n",
      "235 18   current  0.15755406\n",
      "235 19  surrent l 0.15755406\n",
      "235 20 aurrent le 0.15755406\n",
      "235 21 urrent lec 0.15755406\n",
      "235 22 rrent lect 0.15755406\n",
      "235 23 eent lectu 0.15755406\n",
      "235 24 e t lectur 0.15755406\n",
      "235 25  t lecture 0.15755406\n",
      "235 26 t lecture  0.15755406\n",
      "235 27 ulecture i 0.15755406\n",
      "235 28 aecture is 0.15755406\n",
      "235 29 eature is  0.15755406\n",
      "235 30  ture is a 0.15755406\n",
      "235 31 uure is a  0.15755406\n",
      "235 32 ure is a M 0.15755406\n",
      "235 33 rr is a Ma 0.15755406\n",
      "235 34 e is a Mat 0.15755406\n",
      "235 35  ss a Matc 0.15755406\n",
      "235 36 as a Match 0.15755406\n",
      "235 37 s a Match  0.15755406\n",
      "235 38 ,a Match U 0.15755406\n",
      "235 39 arMatch Up 0.15755406\n",
      "235 40 tMatch Up  0.15755406\n",
      "235 41 aatch Up T 0.15755406\n",
      "235 42 atch Up Te 0.15755406\n",
      "235 43 tah Up Ten 0.15755406\n",
      "235 44 uh Up Tens 0.15755406\n",
      "235 45 u Up Tenso 0.15755406\n",
      "235 46  Up Tensor 0.15755406\n",
      "235 47 ap TensorF 0.15755406\n",
      "235 48 p TensorFl 0.15755406\n",
      "235 49 lTensorFlo 0.15755406\n",
      "235 50 ahnsorFlow 0.15755406\n",
      "235 51 hnsorFlow. 0.15755406\n",
      "235 52  torFlow.  0.15755406\n",
      "235 53 torFlow. S 0.15755406\n",
      "235 54 ,rFlow. St 0.15755406\n",
      "235 55 rFlow. Stu 0.15755406\n",
      "235 56 elow. Stud 0.15755406\n",
      "235 57 low. Stude 0.15755406\n",
      "235 58 ew. Studen 0.15755406\n",
      "235 59 r. Student 0.15755406\n",
      "235 60 . Students 0.15755406\n",
      "235 61  Ttudents, 0.15755406\n",
      "235 62 atudents,  0.15755406\n",
      "235 63 tudents, p 0.15755406\n",
      "235 64 urents, pl 0.15755406\n",
      "235 65 rents, ple 0.15755406\n",
      "235 66 ants, plea 0.15755406\n",
      "235 67  t , pleas 0.15755406\n",
      "235 68 t , please 0.15755406\n",
      "235 69 u, please  0.15755406\n",
      "235 70 , please s 0.15755406\n",
      "235 71  please st 0.15755406\n",
      "235 72 alease stu 0.15755406\n",
      "235 73 lease stud 0.15755406\n",
      "235 74 ease study 0.15755406\n",
      "235 75  se study  0.15755406\n",
      "235 76 te study h 0.15755406\n",
      "235 77 , study ha 0.15755406\n",
      "235 78  study har 0.15755406\n",
      "235 79 atudy hard 0.15755406\n",
      "235 80 ,udy hard. 0.15755406\n",
      "236 0 Te are dat 0.15717888\n",
      "236 1 e are data 0.15717888\n",
      "236 2  cre datae 0.15717888\n",
      "236 3 T e dataed 0.15717888\n",
      "236 4 te dataedu 0.15717888\n",
      "236 5 e dataedu. 0.15717888\n",
      "236 6  cataedu.  0.15717888\n",
      "236 7 Tataedu. T 0.15717888\n",
      "236 8 utaedu. Th 0.15717888\n",
      "236 9 tcedu. The 0.15717888\n",
      "236 10 uedu. The  0.15717888\n",
      "236 11 tdu. The c 0.15717888\n",
      "236 12  u. The cu 0.15717888\n",
      "236 13 u. The cur 0.15717888\n",
      "236 14 r The curr 0.15717888\n",
      "236 15  She curre 0.15717888\n",
      "236 16 The curren 0.15717888\n",
      "236 17 ee current 0.15717888\n",
      "236 18 e current  0.15717888\n",
      "236 19  current l 0.15717888\n",
      "236 20 Turrent le 0.15717888\n",
      "236 21 hrrent lec 0.15717888\n",
      "236 22 reent lect 0.15717888\n",
      "236 23 eent lectu 0.15717888\n",
      "236 24 e t lectur 0.15717888\n",
      "236 25  t lecture 0.15717888\n",
      "236 26 t lecture  0.15717888\n",
      "236 27 ulecture i 0.15717888\n",
      "236 28 Tecture is 0.15717888\n",
      "236 29 ecture is  0.15717888\n",
      "236 30  ture is a 0.15717888\n",
      "236 31 hure is a  0.15717888\n",
      "236 32 ude is a M 0.15717888\n",
      "236 33 re is a Ma 0.15717888\n",
      "236 34 e ds a Mat 0.15717888\n",
      "236 35  cs a Matc 0.15717888\n",
      "236 36 Ts a Match 0.15717888\n",
      "236 37 s a Match  0.15717888\n",
      "236 38 ta Match U 0.15717888\n",
      "236 39 T Match Up 0.15717888\n",
      "236 40 tMatch Up  0.15717888\n",
      "236 41 Tatch Up T 0.15717888\n",
      "236 42 atch Up Te 0.15717888\n",
      "236 43 tch Up Ten 0.15717888\n",
      "236 44 uh Up Tens 0.15717888\n",
      "236 45 h Up Tenso 0.15717888\n",
      "236 46 eUp Tensor 0.15717888\n",
      "236 47 Tp TensorF 0.15717888\n",
      "236 48 p TensorFl 0.15717888\n",
      "236 49  TensorFlo 0.15717888\n",
      "236 50 ThnsorFlow 0.15717888\n",
      "236 51 ensorFlow. 0.15717888\n",
      "236 52  torFlow.  0.15717888\n",
      "236 53 torFlow. S 0.15717888\n",
      "236 54 trFlow. St 0.15717888\n",
      "236 55 wFlow. Stu 0.15717888\n",
      "236 56 elow. Stud 0.15717888\n",
      "236 57 low. Stude 0.15717888\n",
      "236 58 ew. Studen 0.15717888\n",
      "236 59 w. Student 0.15717888\n",
      "236 60 . Students 0.15717888\n",
      "236 61  Students, 0.15717888\n",
      "236 62 Ttudents,  0.15717888\n",
      "236 63 tudents, p 0.15717888\n",
      "236 64 udents, pl 0.15717888\n",
      "236 65 rents, ple 0.15717888\n",
      "236 66 unts, plea 0.15717888\n",
      "236 67  t , pleas 0.15717888\n",
      "236 68 t , please 0.15717888\n",
      "236 69 u, please  0.15717888\n",
      "236 70 t please s 0.15717888\n",
      "236 71  please st 0.15717888\n",
      "236 72 Tlease stu 0.15717888\n",
      "236 73  ease stud 0.15717888\n",
      "236 74 ecse study 0.15717888\n",
      "236 75  se study  0.15717888\n",
      "236 76 te study h 0.15717888\n",
      "236 77 t study ha 0.15717888\n",
      "236 78  ctudy har 0.15717888\n",
      "236 79 Ttudy hard 0.15717888\n",
      "236 80 tudy hard. 0.15717888\n",
      "237 0 Te are dat 0.15684384\n",
      "237 1 e are data 0.15684384\n",
      "237 2  dre datae 0.15684384\n",
      "237 3 T e dataed 0.15684384\n",
      "237 4 te dataedu 0.15684384\n",
      "237 5 e iataedu. 0.15684384\n",
      "237 6  dataedu.  0.15684384\n",
      "237 7 Tataedu. T 0.15684384\n",
      "237 8 utaedu. Th 0.15684384\n",
      "237 9 taedu. The 0.15684384\n",
      "237 10 uedu. The  0.15684384\n",
      "237 11 tdu. The c 0.15684384\n",
      "237 12  u. The cu 0.15684384\n",
      "237 13 u. The cur 0.15684384\n",
      "237 14 r The curr 0.15684384\n",
      "237 15  She curre 0.15684384\n",
      "237 16 Tee curren 0.15684384\n",
      "237 17 ee current 0.15684384\n",
      "237 18 e current  0.15684384\n",
      "237 19  durrent l 0.15684384\n",
      "237 20 Turrent le 0.15684384\n",
      "237 21 urrent lec 0.15684384\n",
      "237 22 reent lect 0.15684384\n",
      "237 23 eent lectu 0.15684384\n",
      "237 24 e t lectur 0.15684384\n",
      "237 25  tslecture 0.15684384\n",
      "237 26 tslecture  0.15684384\n",
      "237 27 ulecture i 0.15684384\n",
      "237 28 Tecture is 0.15684384\n",
      "237 29 eature is  0.15684384\n",
      "237 30  ture is a 0.15684384\n",
      "237 31 uure is a  0.15684384\n",
      "237 32 ude is a M 0.15684384\n",
      "237 33 re is a Ma 0.15684384\n",
      "237 34 e is a Mat 0.15684384\n",
      "237 35  ds a Matc 0.15684384\n",
      "237 36 Ts a Match 0.15684384\n",
      "237 37 s a Match  0.15684384\n",
      "237 38 ea Match U 0.15684384\n",
      "237 39 T Match Up 0.15684384\n",
      "237 40 tMatch Up  0.15684384\n",
      "237 41 Tatch Up T 0.15684384\n",
      "237 42 atch Up Te 0.15684384\n",
      "237 43 tah Up Ten 0.15684384\n",
      "237 44 uh Up Tens 0.15684384\n",
      "237 45 u Up Tenso 0.15684384\n",
      "237 46 eUp Tensor 0.15684384\n",
      "237 47 Tp TensorF 0.15684384\n",
      "237 48 p TensorFl 0.15684384\n",
      "237 49  TensorFlo 0.15684384\n",
      "237 50 TensorFlow 0.15684384\n",
      "237 51 ensorFlow. 0.15684384\n",
      "237 52  torFlow.  0.15684384\n",
      "237 53 torFlow. S 0.15684384\n",
      "237 54 erFlow. St 0.15684384\n",
      "237 55 wFlow. Stu 0.15684384\n",
      "237 56 elow. Stud 0.15684384\n",
      "237 57 low. Stude 0.15684384\n",
      "237 58 ew. Studen 0.15684384\n",
      "237 59 w. Student 0.15684384\n",
      "237 60 . Students 0.15684384\n",
      "237 61  Students, 0.15684384\n",
      "237 62 Ttudents,  0.15684384\n",
      "237 63 tudents, p 0.15684384\n",
      "237 64 udents, pl 0.15684384\n",
      "237 65 rents, ple 0.15684384\n",
      "237 66 unts, plea 0.15684384\n",
      "237 67  ts, pleas 0.15684384\n",
      "237 68 ts, please 0.15684384\n",
      "237 69 u, please  0.15684384\n",
      "237 70 e please s 0.15684384\n",
      "237 71  please st 0.15684384\n",
      "237 72 Tlease stu 0.15684384\n",
      "237 73  ease stud 0.15684384\n",
      "237 74 ease study 0.15684384\n",
      "237 75  se study  0.15684384\n",
      "237 76 te study h 0.15684384\n",
      "237 77 e study ha 0.15684384\n",
      "237 78  dtudy har 0.15684384\n",
      "237 79 Ttudy hard 0.15684384\n",
      "237 80 eudy hard. 0.15684384\n",
      "238 0 ae are dat 0.15715197\n",
      "238 1 e are data 0.15715197\n",
      "238 2  ire datae 0.15715197\n",
      "238 3 are dataed 0.15715197\n",
      "238 4 te dataedu 0.15715197\n",
      "238 5 e iataedu. 0.15715197\n",
      "238 6  iataedu.  0.15715197\n",
      "238 7 aataedu. T 0.15715197\n",
      "238 8 ataedu. Th 0.15715197\n",
      "238 9 taedu. The 0.15715197\n",
      "238 10 uedu. The  0.15715197\n",
      "238 11 tdu. The c 0.15715197\n",
      "238 12  u. The cu 0.15715197\n",
      "238 13 a. The cur 0.15715197\n",
      "238 14 r The curr 0.15715197\n",
      "238 15  The curre 0.15715197\n",
      "238 16 aee curren 0.15715197\n",
      "238 17 ee current 0.15715197\n",
      "238 18   current  0.15715197\n",
      "238 19  iurrent l 0.15715197\n",
      "238 20 aurrent le 0.15715197\n",
      "238 21 urrent lec 0.15715197\n",
      "238 22 rrent lect 0.15715197\n",
      "238 23 eent lectu 0.15715197\n",
      "238 24 e t lectur 0.15715197\n",
      "238 25  tslecture 0.15715197\n",
      "238 26 tslecture  0.15715197\n",
      "238 27 ulecture i 0.15715197\n",
      "238 28 aecture is 0.15715197\n",
      "238 29 eature is  0.15715197\n",
      "238 30  ture is a 0.15715197\n",
      "238 31 uure is a  0.15715197\n",
      "238 32 ure is a M 0.15715197\n",
      "238 33 rr is a Ma 0.15715197\n",
      "238 34 e is a Mat 0.15715197\n",
      "238 35  is a Matc 0.15715197\n",
      "238 36 as a Match 0.15715197\n",
      "238 37 s a Match  0.15715197\n",
      "238 38 oa Match U 0.15715197\n",
      "238 39 arMatch Up 0.15715197\n",
      "238 40 tMatch Up  0.15715197\n",
      "238 41 aatch Up T 0.15715197\n",
      "238 42 atch Up Te 0.15715197\n",
      "238 43 tah Up Ten 0.15715197\n",
      "238 44 uh Up Tens 0.15715197\n",
      "238 45 u Up Tenso 0.15715197\n",
      "238 46  Up Tensor 0.15715197\n",
      "238 47 ap TensorF 0.15715197\n",
      "238 48 p TensorFl 0.15715197\n",
      "238 49 lTensorFlo 0.15715197\n",
      "238 50 aensorFlow 0.15715197\n",
      "238 51 ensorFlow. 0.15715197\n",
      "238 52  torFlow.  0.15715197\n",
      "238 53 torFlow. S 0.15715197\n",
      "238 54 orFlow. St 0.15715197\n",
      "238 55 rFlow. Stu 0.15715197\n",
      "238 56 elow. Stud 0.15715197\n",
      "238 57 low. Stude 0.15715197\n",
      "238 58 ew. Studen 0.15715197\n",
      "238 59 r. Student 0.15715197\n",
      "238 60 . Students 0.15715197\n",
      "238 61  Ttudents, 0.15715197\n",
      "238 62 atudents,  0.15715197\n",
      "238 63 tudents, p 0.15715197\n",
      "238 64 urents, pl 0.15715197\n",
      "238 65 rents, ple 0.15715197\n",
      "238 66 ants, plea 0.15715197\n",
      "238 67  ts, pleas 0.15715197\n",
      "238 68 ts, please 0.15715197\n",
      "238 69 u, please  0.15715197\n",
      "238 70 o please s 0.15715197\n",
      "238 71  please st 0.15715197\n",
      "238 72 alease stu 0.15715197\n",
      "238 73 lease stud 0.15715197\n",
      "238 74 ease study 0.15715197\n",
      "238 75  se study  0.15715197\n",
      "238 76 te study h 0.15715197\n",
      "238 77 o study ha 0.15715197\n",
      "238 78  itudy har 0.15715197\n",
      "238 79 atudy hard 0.15715197\n",
      "238 80 oudy hard. 0.15715197\n",
      "239 0 Te are dat 0.15714146\n",
      "239 1 e are data 0.15714146\n",
      "239 2  cre datae 0.15714146\n",
      "239 3 T e dataed 0.15714146\n",
      "239 4 te dataedu 0.15714146\n",
      "239 5 e dataedu. 0.15714146\n",
      "239 6  cataedu.  0.15714146\n",
      "239 7 Tataedu. T 0.15714146\n",
      "239 8 etaedu. Th 0.15714146\n",
      "239 9 tcedu. The 0.15714146\n",
      "239 10 uedu. The  0.15714146\n",
      "239 11 tdu. The c 0.15714146\n",
      "239 12  u. The cu 0.15714146\n",
      "239 13 e. The cur 0.15714146\n",
      "239 14 r The curr 0.15714146\n",
      "239 15  She curre 0.15714146\n",
      "239 16 The curren 0.15714146\n",
      "239 17 he current 0.15714146\n",
      "239 18 e current  0.15714146\n",
      "239 19  current l 0.15714146\n",
      "239 20 Turrent le 0.15714146\n",
      "239 21 hrrent lec 0.15714146\n",
      "239 22 reent lect 0.15714146\n",
      "239 23 eent lectu 0.15714146\n",
      "239 24 e t lectur 0.15714146\n",
      "239 25  tslecture 0.15714146\n",
      "239 26 t lecture  0.15714146\n",
      "239 27 ulecture i 0.15714146\n",
      "239 28 Tecture is 0.15714146\n",
      "239 29 ecture is  0.15714146\n",
      "239 30  ture is a 0.15714146\n",
      "239 31 hure is a  0.15714146\n",
      "239 32 ude is a M 0.15714146\n",
      "239 33 re is a Ma 0.15714146\n",
      "239 34 e ds a Mat 0.15714146\n",
      "239 35  cs a Matc 0.15714146\n",
      "239 36 Ts a Match 0.15714146\n",
      "239 37 s a Match  0.15714146\n",
      "239 38 ta Match U 0.15714146\n",
      "239 39 T Match Up 0.15714146\n",
      "239 40 tMatch Up  0.15714146\n",
      "239 41 Tatch Up T 0.15714146\n",
      "239 42 atch Up Te 0.15714146\n",
      "239 43 tch Up Ten 0.15714146\n",
      "239 44 uh Up Tens 0.15714146\n",
      "239 45 h Up Tenso 0.15714146\n",
      "239 46 eUp Tensor 0.15714146\n",
      "239 47 Tp TensorF 0.15714146\n",
      "239 48 p TensorFl 0.15714146\n",
      "239 49  TensorFlo 0.15714146\n",
      "239 50 ThnsorFlow 0.15714146\n",
      "239 51 hnsorFlow. 0.15714146\n",
      "239 52  torFlow.  0.15714146\n",
      "239 53 torFlow. S 0.15714146\n",
      "239 54 trFlow. St 0.15714146\n",
      "239 55 rFlow. Stu 0.15714146\n",
      "239 56 elow. Stud 0.15714146\n",
      "239 57 low. Stude 0.15714146\n",
      "239 58 ew. Studen 0.15714146\n",
      "239 59 r. Student 0.15714146\n",
      "239 60 . Students 0.15714146\n",
      "239 61  Students, 0.15714146\n",
      "239 62 Ttudents,  0.15714146\n",
      "239 63 tudents, p 0.15714146\n",
      "239 64 udents, pl 0.15714146\n",
      "239 65 rents, ple 0.15714146\n",
      "239 66 ents, plea 0.15714146\n",
      "239 67  ts, pleas 0.15714146\n",
      "239 68 t , please 0.15714146\n",
      "239 69 u, please  0.15714146\n",
      "239 70 t please s 0.15714146\n",
      "239 71  please st 0.15714146\n",
      "239 72 Tlease stu 0.15714146\n",
      "239 73  ease stud 0.15714146\n",
      "239 74 ecse study 0.15714146\n",
      "239 75  se study  0.15714146\n",
      "239 76 te study h 0.15714146\n",
      "239 77 t study ha 0.15714146\n",
      "239 78  ctudy har 0.15714146\n",
      "239 79 Ttudy hard 0.15714146\n",
      "239 80 tudy hard. 0.15714146\n",
      "240 0 ae are dat 0.1568789\n",
      "240 1 e are data 0.1568789\n",
      "240 2  cre datae 0.1568789\n",
      "240 3 are dataed 0.1568789\n",
      "240 4 te dataedu 0.1568789\n",
      "240 5 e dataedu. 0.1568789\n",
      "240 6  cataedu.  0.1568789\n",
      "240 7 aataedu. T 0.1568789\n",
      "240 8 ataedu. Th 0.1568789\n",
      "240 9 taedu. The 0.1568789\n",
      "240 10 uedu. The  0.1568789\n",
      "240 11 tdu. The c 0.1568789\n",
      "240 12  u. The cu 0.1568789\n",
      "240 13 a. The cur 0.1568789\n",
      "240 14 r The curr 0.1568789\n",
      "240 15  The curre 0.1568789\n",
      "240 16 ahe curren 0.1568789\n",
      "240 17 he current 0.1568789\n",
      "240 18 e current  0.1568789\n",
      "240 19  current l 0.1568789\n",
      "240 20 aurrent le 0.1568789\n",
      "240 21 urrent lec 0.1568789\n",
      "240 22 rrent lect 0.1568789\n",
      "240 23 eent lectu 0.1568789\n",
      "240 24 e t lectur 0.1568789\n",
      "240 25  t lecture 0.1568789\n",
      "240 26 t lecture  0.1568789\n",
      "240 27 ulecture i 0.1568789\n",
      "240 28 aecture is 0.1568789\n",
      "240 29 eature is  0.1568789\n",
      "240 30  ture is a 0.1568789\n",
      "240 31 uure is a  0.1568789\n",
      "240 32 ude is a M 0.1568789\n",
      "240 33 rr is a Ma 0.1568789\n",
      "240 34 e ds a Mat 0.1568789\n",
      "240 35  cs a Matc 0.1568789\n",
      "240 36 as a Match 0.1568789\n",
      "240 37 s a Match  0.1568789\n",
      "240 38  a Match U 0.1568789\n",
      "240 39 arMatch Up 0.1568789\n",
      "240 40 tMatch Up  0.1568789\n",
      "240 41 aatch Up T 0.1568789\n",
      "240 42 atch Up Te 0.1568789\n",
      "240 43 tah Up Ten 0.1568789\n",
      "240 44 uh Up Tens 0.1568789\n",
      "240 45 u Up Tenso 0.1568789\n",
      "240 46 eUp Tensor 0.1568789\n",
      "240 47 ap TensorF 0.1568789\n",
      "240 48 p TensorFl 0.1568789\n",
      "240 49 lTensorFlo 0.1568789\n",
      "240 50 ahnsorFlow 0.1568789\n",
      "240 51 hnsorFlow. 0.1568789\n",
      "240 52  torFlow.  0.1568789\n",
      "240 53 torFlow. S 0.1568789\n",
      "240 54  rFlow. St 0.1568789\n",
      "240 55 rFlow. Stu 0.1568789\n",
      "240 56 elow. Stud 0.1568789\n",
      "240 57 low. Stude 0.1568789\n",
      "240 58 ew. Studen 0.1568789\n",
      "240 59 r. Student 0.1568789\n",
      "240 60 . Students 0.1568789\n",
      "240 61  Ttudents, 0.1568789\n",
      "240 62 atudents,  0.1568789\n",
      "240 63 tudents, p 0.1568789\n",
      "240 64 udents, pl 0.1568789\n",
      "240 65 rents, ple 0.1568789\n",
      "240 66 ants, plea 0.1568789\n",
      "240 67  t , pleas 0.1568789\n",
      "240 68 t , please 0.1568789\n",
      "240 69 u, please  0.1568789\n",
      "240 70   please s 0.1568789\n",
      "240 71  please st 0.1568789\n",
      "240 72 alease stu 0.1568789\n",
      "240 73 lease stud 0.1568789\n",
      "240 74 ease study 0.1568789\n",
      "240 75  se study  0.1568789\n",
      "240 76 te study h 0.1568789\n",
      "240 77   study ha 0.1568789\n",
      "240 78  ctudy har 0.1568789\n",
      "240 79 atudy hard 0.1568789\n",
      "240 80  udy hard. 0.1568789\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "241 0 ae are dat 0.15698564\n",
      "241 1 e are data 0.15698564\n",
      "241 2  sre datae 0.15698564\n",
      "241 3 are dataed 0.15698564\n",
      "241 4 te dataedu 0.15698564\n",
      "241 5 e dataedu. 0.15698564\n",
      "241 6  sataedu.  0.15698564\n",
      "241 7 aataedu. T 0.15698564\n",
      "241 8 ataedu. Th 0.15698564\n",
      "241 9 taedu. The 0.15698564\n",
      "241 10 uedu. The  0.15698564\n",
      "241 11 tdu. The c 0.15698564\n",
      "241 12  u. The cu 0.15698564\n",
      "241 13 a. The cur 0.15698564\n",
      "241 14 r The curr 0.15698564\n",
      "241 15  The curre 0.15698564\n",
      "241 16 aee curren 0.15698564\n",
      "241 17 ee current 0.15698564\n",
      "241 18   current  0.15698564\n",
      "241 19  surrent l 0.15698564\n",
      "241 20 aurrent le 0.15698564\n",
      "241 21 urrent lec 0.15698564\n",
      "241 22 reent lect 0.15698564\n",
      "241 23 eent lectu 0.15698564\n",
      "241 24 e t lectur 0.15698564\n",
      "241 25  tslecture 0.15698564\n",
      "241 26 tslecture  0.15698564\n",
      "241 27 ulecture i 0.15698564\n",
      "241 28 aecture is 0.15698564\n",
      "241 29 eature is  0.15698564\n",
      "241 30  ture is a 0.15698564\n",
      "241 31 uure is a  0.15698564\n",
      "241 32 ure is a M 0.15698564\n",
      "241 33 re is a Ma 0.15698564\n",
      "241 34 e ds a Mat 0.15698564\n",
      "241 35  ss a Matc 0.15698564\n",
      "241 36 as a Match 0.15698564\n",
      "241 37 s a Match  0.15698564\n",
      "241 38 ,a Match U 0.15698564\n",
      "241 39 arMatch Up 0.15698564\n",
      "241 40 tMatch Up  0.15698564\n",
      "241 41 aatch Up T 0.15698564\n",
      "241 42 atch Up Te 0.15698564\n",
      "241 43 tah Up Ten 0.15698564\n",
      "241 44 uh Up Tens 0.15698564\n",
      "241 45 u Up Tenso 0.15698564\n",
      "241 46  Up Tensor 0.15698564\n",
      "241 47 ap TensorF 0.15698564\n",
      "241 48 p TensorFl 0.15698564\n",
      "241 49 lTensorFlo 0.15698564\n",
      "241 50 aensorFlow 0.15698564\n",
      "241 51 ensorFlow. 0.15698564\n",
      "241 52  torFlow.  0.15698564\n",
      "241 53 torFlow. S 0.15698564\n",
      "241 54 ,rFlow. St 0.15698564\n",
      "241 55 wFlow. Stu 0.15698564\n",
      "241 56 elow. Stud 0.15698564\n",
      "241 57 low. Stude 0.15698564\n",
      "241 58 ew. Studen 0.15698564\n",
      "241 59 w. Student 0.15698564\n",
      "241 60 . Students 0.15698564\n",
      "241 61  Ttudents, 0.15698564\n",
      "241 62 atudents,  0.15698564\n",
      "241 63 tudents, p 0.15698564\n",
      "241 64 urents, pl 0.15698564\n",
      "241 65 rents, ple 0.15698564\n",
      "241 66 ants, plea 0.15698564\n",
      "241 67  ts, pleas 0.15698564\n",
      "241 68 ts, please 0.15698564\n",
      "241 69 u, please  0.15698564\n",
      "241 70 , please s 0.15698564\n",
      "241 71  please st 0.15698564\n",
      "241 72 alease stu 0.15698564\n",
      "241 73 lease stud 0.15698564\n",
      "241 74 ease study 0.15698564\n",
      "241 75  se study  0.15698564\n",
      "241 76 te study h 0.15698564\n",
      "241 77 , study ha 0.15698564\n",
      "241 78  study har 0.15698564\n",
      "241 79 atudy hard 0.15698564\n",
      "241 80 ,udy hard. 0.15698564\n",
      "242 0 Te are dat 0.15703304\n",
      "242 1 e are data 0.15703304\n",
      "242 2  cre datae 0.15703304\n",
      "242 3 T e dataed 0.15703304\n",
      "242 4 te dataedu 0.15703304\n",
      "242 5 e dataedu. 0.15703304\n",
      "242 6  cataedu.  0.15703304\n",
      "242 7 Tataedu. T 0.15703304\n",
      "242 8 etaedu. Th 0.15703304\n",
      "242 9 tcedu. The 0.15703304\n",
      "242 10 uedu. The  0.15703304\n",
      "242 11 tdu. The c 0.15703304\n",
      "242 12  u. The cu 0.15703304\n",
      "242 13 e. The cur 0.15703304\n",
      "242 14 r The curr 0.15703304\n",
      "242 15  She curre 0.15703304\n",
      "242 16 Tee curren 0.15703304\n",
      "242 17 ee current 0.15703304\n",
      "242 18 e current  0.15703304\n",
      "242 19  current l 0.15703304\n",
      "242 20 Turrent le 0.15703304\n",
      "242 21 hrrent lec 0.15703304\n",
      "242 22 rrent lect 0.15703304\n",
      "242 23 eent lectu 0.15703304\n",
      "242 24 e t lectur 0.15703304\n",
      "242 25  tslecture 0.15703304\n",
      "242 26 tslecture  0.15703304\n",
      "242 27 ulecture i 0.15703304\n",
      "242 28 Tecture is 0.15703304\n",
      "242 29 ecture is  0.15703304\n",
      "242 30  ture is a 0.15703304\n",
      "242 31 hure is a  0.15703304\n",
      "242 32 ude is a M 0.15703304\n",
      "242 33 rr is a Ma 0.15703304\n",
      "242 34 e ds a Mat 0.15703304\n",
      "242 35  cs a Matc 0.15703304\n",
      "242 36 Ts a Match 0.15703304\n",
      "242 37 s a Match  0.15703304\n",
      "242 38 oa Match U 0.15703304\n",
      "242 39 T Match Up 0.15703304\n",
      "242 40 tMatch Up  0.15703304\n",
      "242 41 Tatch Up T 0.15703304\n",
      "242 42 atch Up Te 0.15703304\n",
      "242 43 tch Up Ten 0.15703304\n",
      "242 44 uh Up Tens 0.15703304\n",
      "242 45 h Up Tenso 0.15703304\n",
      "242 46 eUp Tensor 0.15703304\n",
      "242 47 Tp TensorF 0.15703304\n",
      "242 48 p TensorFl 0.15703304\n",
      "242 49  TensorFlo 0.15703304\n",
      "242 50 TensorFlow 0.15703304\n",
      "242 51 ensorFlow. 0.15703304\n",
      "242 52  torFlow.  0.15703304\n",
      "242 53 torFlow. S 0.15703304\n",
      "242 54 orFlow. St 0.15703304\n",
      "242 55 wFlow. Stu 0.15703304\n",
      "242 56 elow. Stud 0.15703304\n",
      "242 57 low. Stude 0.15703304\n",
      "242 58 ew. Studen 0.15703304\n",
      "242 59 w. Student 0.15703304\n",
      "242 60 . Students 0.15703304\n",
      "242 61  Students, 0.15703304\n",
      "242 62 Ttudents,  0.15703304\n",
      "242 63 tudents, p 0.15703304\n",
      "242 64 udents, pl 0.15703304\n",
      "242 65 rents, ple 0.15703304\n",
      "242 66 ents, plea 0.15703304\n",
      "242 67  ts, pleas 0.15703304\n",
      "242 68 ts, please 0.15703304\n",
      "242 69 u, please  0.15703304\n",
      "242 70 o please s 0.15703304\n",
      "242 71  please st 0.15703304\n",
      "242 72 Tlease stu 0.15703304\n",
      "242 73  ease stud 0.15703304\n",
      "242 74 ecse study 0.15703304\n",
      "242 75  se study  0.15703304\n",
      "242 76 te study h 0.15703304\n",
      "242 77 o study ha 0.15703304\n",
      "242 78  ctudy har 0.15703304\n",
      "242 79 Ttudy hard 0.15703304\n",
      "242 80 oudy hard. 0.15703304\n",
      "243 0 ae are dat 0.15693548\n",
      "243 1 e are data 0.15693548\n",
      "243 2  ire datae 0.15693548\n",
      "243 3 are dataed 0.15693548\n",
      "243 4 te dataedu 0.15693548\n",
      "243 5 e iataedu. 0.15693548\n",
      "243 6  iataedu.  0.15693548\n",
      "243 7 aataedu. T 0.15693548\n",
      "243 8 utaedu. Th 0.15693548\n",
      "243 9 tcedu. The 0.15693548\n",
      "243 10 uedu. The  0.15693548\n",
      "243 11 tdu. The c 0.15693548\n",
      "243 12  u. The cu 0.15693548\n",
      "243 13 u. The cur 0.15693548\n",
      "243 14 r The curr 0.15693548\n",
      "243 15  The curre 0.15693548\n",
      "243 16 ahe curren 0.15693548\n",
      "243 17 he current 0.15693548\n",
      "243 18 e current  0.15693548\n",
      "243 19  iurrent l 0.15693548\n",
      "243 20 aurrent le 0.15693548\n",
      "243 21 urrent lec 0.15693548\n",
      "243 22 rrent lect 0.15693548\n",
      "243 23 eent lectu 0.15693548\n",
      "243 24 e t lectur 0.15693548\n",
      "243 25  t lecture 0.15693548\n",
      "243 26 t lecture  0.15693548\n",
      "243 27 ulecture i 0.15693548\n",
      "243 28 aecture is 0.15693548\n",
      "243 29 ecture is  0.15693548\n",
      "243 30  ture is a 0.15693548\n",
      "243 31 uure is a  0.15693548\n",
      "243 32 ude is a M 0.15693548\n",
      "243 33 rr is a Ma 0.15693548\n",
      "243 34 e is a Mat 0.15693548\n",
      "243 35  is a Matc 0.15693548\n",
      "243 36 as a Match 0.15693548\n",
      "243 37 s a Match  0.15693548\n",
      "243 38 ta Match U 0.15693548\n",
      "243 39 arMatch Up 0.15693548\n",
      "243 40 tMatch Up  0.15693548\n",
      "243 41 aatch Up T 0.15693548\n",
      "243 42 atch Up Te 0.15693548\n",
      "243 43 tch Up Ten 0.15693548\n",
      "243 44 uh Up Tens 0.15693548\n",
      "243 45 u Up Tenso 0.15693548\n",
      "243 46 eUp Tensor 0.15693548\n",
      "243 47 ap TensorF 0.15693548\n",
      "243 48 p TensorFl 0.15693548\n",
      "243 49  TensorFlo 0.15693548\n",
      "243 50 ahnsorFlow 0.15693548\n",
      "243 51 hnsorFlow. 0.15693548\n",
      "243 52  torFlow.  0.15693548\n",
      "243 53 torFlow. S 0.15693548\n",
      "243 54 trFlow. St 0.15693548\n",
      "243 55 wFlow. Stu 0.15693548\n",
      "243 56 elow. Stud 0.15693548\n",
      "243 57 low. Stude 0.15693548\n",
      "243 58 ew. Studen 0.15693548\n",
      "243 59 w. Student 0.15693548\n",
      "243 60 . Students 0.15693548\n",
      "243 61  Ttudents, 0.15693548\n",
      "243 62 atudents,  0.15693548\n",
      "243 63 tudents, p 0.15693548\n",
      "243 64 udents, pl 0.15693548\n",
      "243 65 rents, ple 0.15693548\n",
      "243 66 unts, plea 0.15693548\n",
      "243 67  t , pleas 0.15693548\n",
      "243 68 t , please 0.15693548\n",
      "243 69 u, please  0.15693548\n",
      "243 70 t please s 0.15693548\n",
      "243 71  please st 0.15693548\n",
      "243 72 alease stu 0.15693548\n",
      "243 73  ease stud 0.15693548\n",
      "243 74 ecse study 0.15693548\n",
      "243 75  se study  0.15693548\n",
      "243 76 te study h 0.15693548\n",
      "243 77 t study ha 0.15693548\n",
      "243 78  itudy har 0.15693548\n",
      "243 79 atudy hard 0.15693548\n",
      "243 80 tudy hard. 0.15693548\n",
      "244 0 ae are dat 0.15690508\n",
      "244 1 e are data 0.15690508\n",
      "244 2  dre datae 0.15690508\n",
      "244 3 are dataed 0.15690508\n",
      "244 4 te dataedu 0.15690508\n",
      "244 5 e iataedu. 0.15690508\n",
      "244 6  dataedu.  0.15690508\n",
      "244 7 aataedu. T 0.15690508\n",
      "244 8 ataedu. Th 0.15690508\n",
      "244 9 taedu. The 0.15690508\n",
      "244 10 uedu. The  0.15690508\n",
      "244 11 tdu. The c 0.15690508\n",
      "244 12  u. The cu 0.15690508\n",
      "244 13 a. The cur 0.15690508\n",
      "244 14 r The curr 0.15690508\n",
      "244 15  The curre 0.15690508\n",
      "244 16 ahe curren 0.15690508\n",
      "244 17 he current 0.15690508\n",
      "244 18   current  0.15690508\n",
      "244 19  durrent l 0.15690508\n",
      "244 20 aurrent le 0.15690508\n",
      "244 21 urrent lec 0.15690508\n",
      "244 22 reent lect 0.15690508\n",
      "244 23 eent lectu 0.15690508\n",
      "244 24 e t lectur 0.15690508\n",
      "244 25  t lecture 0.15690508\n",
      "244 26 t lecture  0.15690508\n",
      "244 27 ulecture i 0.15690508\n",
      "244 28 aecture is 0.15690508\n",
      "244 29 eature is  0.15690508\n",
      "244 30  ture is a 0.15690508\n",
      "244 31 uure is a  0.15690508\n",
      "244 32 ure is a M 0.15690508\n",
      "244 33 re is a Ma 0.15690508\n",
      "244 34 e is a Mat 0.15690508\n",
      "244 35  ds a Matc 0.15690508\n",
      "244 36 as a Match 0.15690508\n",
      "244 37 s a Match  0.15690508\n",
      "244 38 ,a Match U 0.15690508\n",
      "244 39 arMatch Up 0.15690508\n",
      "244 40 tMatch Up  0.15690508\n",
      "244 41 aatch Up T 0.15690508\n",
      "244 42 atch Up Te 0.15690508\n",
      "244 43 tah Up Ten 0.15690508\n",
      "244 44 uh Up Tens 0.15690508\n",
      "244 45 u Up Tenso 0.15690508\n",
      "244 46  Up Tensor 0.15690508\n",
      "244 47 ap TensorF 0.15690508\n",
      "244 48 p TensorFl 0.15690508\n",
      "244 49 lTensorFlo 0.15690508\n",
      "244 50 ahnsorFlow 0.15690508\n",
      "244 51 hnsorFlow. 0.15690508\n",
      "244 52  torFlow.  0.15690508\n",
      "244 53 torFlow. S 0.15690508\n",
      "244 54 ,rFlow. St 0.15690508\n",
      "244 55 rFlow. Stu 0.15690508\n",
      "244 56 elow. Stud 0.15690508\n",
      "244 57 low. Stude 0.15690508\n",
      "244 58 ew. Studen 0.15690508\n",
      "244 59 r. Student 0.15690508\n",
      "244 60 . Students 0.15690508\n",
      "244 61  Ttudents, 0.15690508\n",
      "244 62 atudents,  0.15690508\n",
      "244 63 tudents, p 0.15690508\n",
      "244 64 urents, pl 0.15690508\n",
      "244 65 rents, ple 0.15690508\n",
      "244 66 ants, plea 0.15690508\n",
      "244 67  t , pleas 0.15690508\n",
      "244 68 t , please 0.15690508\n",
      "244 69 u, please  0.15690508\n",
      "244 70 , please s 0.15690508\n",
      "244 71  please st 0.15690508\n",
      "244 72 alease stu 0.15690508\n",
      "244 73 lease stud 0.15690508\n",
      "244 74 ease study 0.15690508\n",
      "244 75  se study  0.15690508\n",
      "244 76 te study h 0.15690508\n",
      "244 77 , study ha 0.15690508\n",
      "244 78  dtudy har 0.15690508\n",
      "244 79 atudy hard 0.15690508\n",
      "244 80 ,udy hard. 0.15690508\n",
      "245 0 Te are dat 0.15694864\n",
      "245 1 e are data 0.15694864\n",
      "245 2  cre datae 0.15694864\n",
      "245 3 T e dataed 0.15694864\n",
      "245 4 te dataedu 0.15694864\n",
      "245 5 e dataedu. 0.15694864\n",
      "245 6  cataedu.  0.15694864\n",
      "245 7 Tataedu. T 0.15694864\n",
      "245 8 utaedu. Th 0.15694864\n",
      "245 9 taedu. The 0.15694864\n",
      "245 10 uedu. The  0.15694864\n",
      "245 11 tdu. The c 0.15694864\n",
      "245 12  u. The cu 0.15694864\n",
      "245 13 u. The cur 0.15694864\n",
      "245 14 r The curr 0.15694864\n",
      "245 15  She curre 0.15694864\n",
      "245 16 Tee curren 0.15694864\n",
      "245 17 ee current 0.15694864\n",
      "245 18 e current  0.15694864\n",
      "245 19  current l 0.15694864\n",
      "245 20 Turrent le 0.15694864\n",
      "245 21 hrrent lec 0.15694864\n",
      "245 22 rrent lect 0.15694864\n",
      "245 23 eent lectu 0.15694864\n",
      "245 24 e t lectur 0.15694864\n",
      "245 25  tslecture 0.15694864\n",
      "245 26 tslecture  0.15694864\n",
      "245 27 ulecture i 0.15694864\n",
      "245 28 Tecture is 0.15694864\n",
      "245 29 eature is  0.15694864\n",
      "245 30  ture is a 0.15694864\n",
      "245 31 hure is a  0.15694864\n",
      "245 32 ure is a M 0.15694864\n",
      "245 33 rr is a Ma 0.15694864\n",
      "245 34 e ds a Mat 0.15694864\n",
      "245 35  cs a Matc 0.15694864\n",
      "245 36 Ts a Match 0.15694864\n",
      "245 37 s a Match  0.15694864\n",
      "245 38 ,a Match U 0.15694864\n",
      "245 39 T Match Up 0.15694864\n",
      "245 40 tMatch Up  0.15694864\n",
      "245 41 Tatch Up T 0.15694864\n",
      "245 42 atch Up Te 0.15694864\n",
      "245 43 tah Up Ten 0.15694864\n",
      "245 44 uh Up Tens 0.15694864\n",
      "245 45 h Up Tenso 0.15694864\n",
      "245 46 eUp Tensor 0.15694864\n",
      "245 47 Tp TensorF 0.15694864\n",
      "245 48 p TensorFl 0.15694864\n",
      "245 49 lTensorFlo 0.15694864\n",
      "245 50 TensorFlow 0.15694864\n",
      "245 51 ensorFlow. 0.15694864\n",
      "245 52  torFlow.  0.15694864\n",
      "245 53 torFlow. S 0.15694864\n",
      "245 54 ,rFlow. St 0.15694864\n",
      "245 55 rFlow. Stu 0.15694864\n",
      "245 56 elow. Stud 0.15694864\n",
      "245 57 low. Stude 0.15694864\n",
      "245 58 ew. Studen 0.15694864\n",
      "245 59 r. Student 0.15694864\n",
      "245 60 . Students 0.15694864\n",
      "245 61  Students, 0.15694864\n",
      "245 62 Ttudents,  0.15694864\n",
      "245 63 tudents, p 0.15694864\n",
      "245 64 urents, pl 0.15694864\n",
      "245 65 rents, ple 0.15694864\n",
      "245 66 unts, plea 0.15694864\n",
      "245 67  ts, pleas 0.15694864\n",
      "245 68 ts, please 0.15694864\n",
      "245 69 u, please  0.15694864\n",
      "245 70 , please s 0.15694864\n",
      "245 71  please st 0.15694864\n",
      "245 72 Tlease stu 0.15694864\n",
      "245 73 lease stud 0.15694864\n",
      "245 74 ease study 0.15694864\n",
      "245 75  se study  0.15694864\n",
      "245 76 te study h 0.15694864\n",
      "245 77 , study ha 0.15694864\n",
      "245 78  ctudy har 0.15694864\n",
      "245 79 Ttudy hard 0.15694864\n",
      "245 80 ,udy hard. 0.15694864\n",
      "246 0 ae are dat 0.15694863\n",
      "246 1 e are data 0.15694863\n",
      "246 2  sre datae 0.15694863\n",
      "246 3 are dataed 0.15694863\n",
      "246 4 te dataedu 0.15694863\n",
      "246 5 e iataedu. 0.15694863\n",
      "246 6  sataedu.  0.15694863\n",
      "246 7 aataedu. T 0.15694863\n",
      "246 8 etaedu. Th 0.15694863\n",
      "246 9 tcedu. The 0.15694863\n",
      "246 10 uedu. The  0.15694863\n",
      "246 11 tdu. The c 0.15694863\n",
      "246 12  u. The cu 0.15694863\n",
      "246 13 e. The cur 0.15694863\n",
      "246 14 r The curr 0.15694863\n",
      "246 15  The curre 0.15694863\n",
      "246 16 ahe curren 0.15694863\n",
      "246 17 ee current 0.15694863\n",
      "246 18 e current  0.15694863\n",
      "246 19  surrent l 0.15694863\n",
      "246 20 aurrent le 0.15694863\n",
      "246 21 urrent lec 0.15694863\n",
      "246 22 rrent lect 0.15694863\n",
      "246 23 eent lectu 0.15694863\n",
      "246 24 e t lectur 0.15694863\n",
      "246 25  tslecture 0.15694863\n",
      "246 26 tslecture  0.15694863\n",
      "246 27 ulecture i 0.15694863\n",
      "246 28 aecture is 0.15694863\n",
      "246 29 ecture is  0.15694863\n",
      "246 30  ture is a 0.15694863\n",
      "246 31 uure is a  0.15694863\n",
      "246 32 ude is a M 0.15694863\n",
      "246 33 rr is a Ma 0.15694863\n",
      "246 34 e is a Mat 0.15694863\n",
      "246 35  ss a Matc 0.15694863\n",
      "246 36 as a Match 0.15694863\n",
      "246 37 s a Match  0.15694863\n",
      "246 38 ta Match U 0.15694863\n",
      "246 39 arMatch Up 0.15694863\n",
      "246 40 tMatch Up  0.15694863\n",
      "246 41 aatch Up T 0.15694863\n",
      "246 42 atch Up Te 0.15694863\n",
      "246 43 tch Up Ten 0.15694863\n",
      "246 44 uh Up Tens 0.15694863\n",
      "246 45 u Up Tenso 0.15694863\n",
      "246 46 eUp Tensor 0.15694863\n",
      "246 47 ap TensorF 0.15694863\n",
      "246 48 p TensorFl 0.15694863\n",
      "246 49 lTensorFlo 0.15694863\n",
      "246 50 ahnsorFlow 0.15694863\n",
      "246 51 ensorFlow. 0.15694863\n",
      "246 52  torFlow.  0.15694863\n",
      "246 53 torFlow. S 0.15694863\n",
      "246 54 trFlow. St 0.15694863\n",
      "246 55 rFlow. Stu 0.15694863\n",
      "246 56 elow. Stud 0.15694863\n",
      "246 57 low. Stude 0.15694863\n",
      "246 58 ew. Studen 0.15694863\n",
      "246 59 r. Student 0.15694863\n",
      "246 60 . Students 0.15694863\n",
      "246 61  Ttudents, 0.15694863\n",
      "246 62 atudents,  0.15694863\n",
      "246 63 tudents, p 0.15694863\n",
      "246 64 udents, pl 0.15694863\n",
      "246 65 rents, ple 0.15694863\n",
      "246 66 ents, plea 0.15694863\n",
      "246 67  ts, pleas 0.15694863\n",
      "246 68 ts, please 0.15694863\n",
      "246 69 u, please  0.15694863\n",
      "246 70 t please s 0.15694863\n",
      "246 71  please st 0.15694863\n",
      "246 72 alease stu 0.15694863\n",
      "246 73 lease stud 0.15694863\n",
      "246 74 ecse study 0.15694863\n",
      "246 75  se study  0.15694863\n",
      "246 76 te study h 0.15694863\n",
      "246 77 t study ha 0.15694863\n",
      "246 78  study har 0.15694863\n",
      "246 79 atudy hard 0.15694863\n",
      "246 80 tudy hard. 0.15694863\n",
      "247 0 ae are dat 0.15683651\n",
      "247 1 e are data 0.15683651\n",
      "247 2  sre datae 0.15683651\n",
      "247 3 are dataed 0.15683651\n",
      "247 4 te dataedu 0.15683651\n",
      "247 5 e iataedu. 0.15683651\n",
      "247 6  sataedu.  0.15683651\n",
      "247 7 aataedu. T 0.15683651\n",
      "247 8 ataedu. Th 0.15683651\n",
      "247 9 taedu. The 0.15683651\n",
      "247 10 uedu. The  0.15683651\n",
      "247 11 tdu. The c 0.15683651\n",
      "247 12  u. The cu 0.15683651\n",
      "247 13 a. The cur 0.15683651\n",
      "247 14 r The curr 0.15683651\n",
      "247 15  The curre 0.15683651\n",
      "247 16 aee curren 0.15683651\n",
      "247 17 ee current 0.15683651\n",
      "247 18   current  0.15683651\n",
      "247 19  surrent l 0.15683651\n",
      "247 20 aurrent le 0.15683651\n",
      "247 21 urrent lec 0.15683651\n",
      "247 22 reent lect 0.15683651\n",
      "247 23 eent lectu 0.15683651\n",
      "247 24 e t lectur 0.15683651\n",
      "247 25  t lecture 0.15683651\n",
      "247 26 t lecture  0.15683651\n",
      "247 27 ulecture i 0.15683651\n",
      "247 28 aecture is 0.15683651\n",
      "247 29 ecture is  0.15683651\n",
      "247 30  ture is a 0.15683651\n",
      "247 31 uure is a  0.15683651\n",
      "247 32 ure is a M 0.15683651\n",
      "247 33 re is a Ma 0.15683651\n",
      "247 34 e is a Mat 0.15683651\n",
      "247 35  ss a Matc 0.15683651\n",
      "247 36 as a Match 0.15683651\n",
      "247 37 s a Match  0.15683651\n",
      "247 38 ea Match U 0.15683651\n",
      "247 39 arMatch Up 0.15683651\n",
      "247 40 tMatch Up  0.15683651\n",
      "247 41 aatch Up T 0.15683651\n",
      "247 42 atch Up Te 0.15683651\n",
      "247 43 tah Up Ten 0.15683651\n",
      "247 44 uh Up Tens 0.15683651\n",
      "247 45 u Up Tenso 0.15683651\n",
      "247 46  Up Tensor 0.15683651\n",
      "247 47 ap TensorF 0.15683651\n",
      "247 48 p TensorFl 0.15683651\n",
      "247 49 lTensorFlo 0.15683651\n",
      "247 50 aensorFlow 0.15683651\n",
      "247 51 ensorFlow. 0.15683651\n",
      "247 52  torFlow.  0.15683651\n",
      "247 53 torFlow. S 0.15683651\n",
      "247 54 erFlow. St 0.15683651\n",
      "247 55 rFlow. Stu 0.15683651\n",
      "247 56 elow. Stud 0.15683651\n",
      "247 57 low. Stude 0.15683651\n",
      "247 58 ew. Studen 0.15683651\n",
      "247 59 r. Student 0.15683651\n",
      "247 60 . Students 0.15683651\n",
      "247 61  Ttudents, 0.15683651\n",
      "247 62 atudents,  0.15683651\n",
      "247 63 tudents, p 0.15683651\n",
      "247 64 urents, pl 0.15683651\n",
      "247 65 rents, ple 0.15683651\n",
      "247 66 ants, plea 0.15683651\n",
      "247 67  t , pleas 0.15683651\n",
      "247 68 t , please 0.15683651\n",
      "247 69 u, please  0.15683651\n",
      "247 70 e please s 0.15683651\n",
      "247 71  please st 0.15683651\n",
      "247 72 alease stu 0.15683651\n",
      "247 73 lease stud 0.15683651\n",
      "247 74 ecse study 0.15683651\n",
      "247 75  se study  0.15683651\n",
      "247 76 te study h 0.15683651\n",
      "247 77 e study ha 0.15683651\n",
      "247 78  study har 0.15683651\n",
      "247 79 atudy hard 0.15683651\n",
      "247 80 eudy hard. 0.15683651\n",
      "248 0 Te are dat 0.1568988\n",
      "248 1 e are data 0.1568988\n",
      "248 2  sre datae 0.1568988\n",
      "248 3 T e dataed 0.1568988\n",
      "248 4 te dataedu 0.1568988\n",
      "248 5 e dataedu. 0.1568988\n",
      "248 6  sataedu.  0.1568988\n",
      "248 7 Tataedu. T 0.1568988\n",
      "248 8 ataedu. Th 0.1568988\n",
      "248 9 taedu. The 0.1568988\n",
      "248 10 uedu. The  0.1568988\n",
      "248 11 tdu. The c 0.1568988\n",
      "248 12  u. The cu 0.1568988\n",
      "248 13 a. The cur 0.1568988\n",
      "248 14 r The curr 0.1568988\n",
      "248 15  She curre 0.1568988\n",
      "248 16 The curren 0.1568988\n",
      "248 17 he current 0.1568988\n",
      "248 18   current  0.1568988\n",
      "248 19  surrent l 0.1568988\n",
      "248 20 Turrent le 0.1568988\n",
      "248 21 hrrent lec 0.1568988\n",
      "248 22 reent lect 0.1568988\n",
      "248 23 eent lectu 0.1568988\n",
      "248 24 e t lectur 0.1568988\n",
      "248 25  t lecture 0.1568988\n",
      "248 26 t lecture  0.1568988\n",
      "248 27 ulecture i 0.1568988\n",
      "248 28 Tecture is 0.1568988\n",
      "248 29 eature is  0.1568988\n",
      "248 30  ture is a 0.1568988\n",
      "248 31 hure is a  0.1568988\n",
      "248 32 ure is a M 0.1568988\n",
      "248 33 re is a Ma 0.1568988\n",
      "248 34 e ds a Mat 0.1568988\n",
      "248 35  ss a Matc 0.1568988\n",
      "248 36 Ts a Match 0.1568988\n",
      "248 37 s a Match  0.1568988\n",
      "248 38 ,a Match U 0.1568988\n",
      "248 39 T Match Up 0.1568988\n",
      "248 40 tMatch Up  0.1568988\n",
      "248 41 Tatch Up T 0.1568988\n",
      "248 42 atch Up Te 0.1568988\n",
      "248 43 tah Up Ten 0.1568988\n",
      "248 44 uh Up Tens 0.1568988\n",
      "248 45 h Up Tenso 0.1568988\n",
      "248 46  Up Tensor 0.1568988\n",
      "248 47 Tp TensorF 0.1568988\n",
      "248 48 p TensorFl 0.1568988\n",
      "248 49  TensorFlo 0.1568988\n",
      "248 50 ThnsorFlow 0.1568988\n",
      "248 51 hnsorFlow. 0.1568988\n",
      "248 52  torFlow.  0.1568988\n",
      "248 53 torFlow. S 0.1568988\n",
      "248 54 ,rFlow. St 0.1568988\n",
      "248 55 rFlow. Stu 0.1568988\n",
      "248 56 elow. Stud 0.1568988\n",
      "248 57 low. Stude 0.1568988\n",
      "248 58 ew. Studen 0.1568988\n",
      "248 59 r. Student 0.1568988\n",
      "248 60 . Students 0.1568988\n",
      "248 61  Students, 0.1568988\n",
      "248 62 Ttudents,  0.1568988\n",
      "248 63 tudents, p 0.1568988\n",
      "248 64 urents, pl 0.1568988\n",
      "248 65 rents, ple 0.1568988\n",
      "248 66 ants, plea 0.1568988\n",
      "248 67  t , pleas 0.1568988\n",
      "248 68 t , please 0.1568988\n",
      "248 69 u, please  0.1568988\n",
      "248 70 , please s 0.1568988\n",
      "248 71  please st 0.1568988\n",
      "248 72 Tlease stu 0.1568988\n",
      "248 73  ease stud 0.1568988\n",
      "248 74 ease study 0.1568988\n",
      "248 75  se study  0.1568988\n",
      "248 76 te study h 0.1568988\n",
      "248 77 , study ha 0.1568988\n",
      "248 78  study har 0.1568988\n",
      "248 79 Ttudy hard 0.1568988\n",
      "248 80 ,udy hard. 0.1568988\n",
      "249 0 ae are dat 0.156903\n",
      "249 1 e are data 0.156903\n",
      "249 2  cre datae 0.156903\n",
      "249 3 are dataed 0.156903\n",
      "249 4 te dataedu 0.156903\n",
      "249 5 e iataedu. 0.156903\n",
      "249 6  cataedu.  0.156903\n",
      "249 7 aataedu. T 0.156903\n",
      "249 8 ataedu. Th 0.156903\n",
      "249 9 tcedu. The 0.156903\n",
      "249 10 uedu. The  0.156903\n",
      "249 11 tdu. The c 0.156903\n",
      "249 12  u. The cu 0.156903\n",
      "249 13 a. The cur 0.156903\n",
      "249 14 r The curr 0.156903\n",
      "249 15  The curre 0.156903\n",
      "249 16 ahe curren 0.156903\n",
      "249 17 he current 0.156903\n",
      "249 18 e current  0.156903\n",
      "249 19  current l 0.156903\n",
      "249 20 aurrent le 0.156903\n",
      "249 21 urrent lec 0.156903\n",
      "249 22 rrent lect 0.156903\n",
      "249 23 eent lectu 0.156903\n",
      "249 24 e t lectur 0.156903\n",
      "249 25  tslecture 0.156903\n",
      "249 26 tslecture  0.156903\n",
      "249 27 ulecture i 0.156903\n",
      "249 28 aecture is 0.156903\n",
      "249 29 eature is  0.156903\n",
      "249 30  ture is a 0.156903\n",
      "249 31 uure is a  0.156903\n",
      "249 32 ude is a M 0.156903\n",
      "249 33 rr is a Ma 0.156903\n",
      "249 34 e is a Mat 0.156903\n",
      "249 35  cs a Matc 0.156903\n",
      "249 36 as a Match 0.156903\n",
      "249 37 s a Match  0.156903\n",
      "249 38 ta Match U 0.156903\n",
      "249 39 arMatch Up 0.156903\n",
      "249 40 tMatch Up  0.156903\n",
      "249 41 aatch Up T 0.156903\n",
      "249 42 atch Up Te 0.156903\n",
      "249 43 tch Up Ten 0.156903\n",
      "249 44 uh Up Tens 0.156903\n",
      "249 45 u Up Tenso 0.156903\n",
      "249 46 eUp Tensor 0.156903\n",
      "249 47 ap TensorF 0.156903\n",
      "249 48 p TensorFl 0.156903\n",
      "249 49  TensorFlo 0.156903\n",
      "249 50 ahnsorFlow 0.156903\n",
      "249 51 hnsorFlow. 0.156903\n",
      "249 52  torFlow.  0.156903\n",
      "249 53 torFlow. S 0.156903\n",
      "249 54 trFlow. St 0.156903\n",
      "249 55 wFlow. Stu 0.156903\n",
      "249 56 elow. Stud 0.156903\n",
      "249 57 low. Stude 0.156903\n",
      "249 58 ew. Studen 0.156903\n",
      "249 59 w. Student 0.156903\n",
      "249 60 . Students 0.156903\n",
      "249 61  Ttudents, 0.156903\n",
      "249 62 atudents,  0.156903\n",
      "249 63 tudents, p 0.156903\n",
      "249 64 udents, pl 0.156903\n",
      "249 65 rents, ple 0.156903\n",
      "249 66 ants, plea 0.156903\n",
      "249 67  ts, pleas 0.156903\n",
      "249 68 ts, please 0.156903\n",
      "249 69 u, please  0.156903\n",
      "249 70 t please s 0.156903\n",
      "249 71  please st 0.156903\n",
      "249 72 alease stu 0.156903\n",
      "249 73  ease stud 0.156903\n",
      "249 74 ease study 0.156903\n",
      "249 75  se study  0.156903\n",
      "249 76 te study h 0.156903\n",
      "249 77 t study ha 0.156903\n",
      "249 78  ctudy har 0.156903\n",
      "249 79 atudy hard 0.156903\n",
      "249 80 tudy hard. 0.156903\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "250 0 Te are dat 0.15680568\n",
      "250 1 e are data 0.15680568\n",
      "250 2  cre datae 0.15680568\n",
      "250 3 T e dataed 0.15680568\n",
      "250 4 te dataedu 0.15680568\n",
      "250 5 e dataedu. 0.15680568\n",
      "250 6  cataedu.  0.15680568\n",
      "250 7 Tataedu. T 0.15680568\n",
      "250 8 ataedu. Th 0.15680568\n",
      "250 9 tcedu. The 0.15680568\n",
      "250 10 uedu. The  0.15680568\n",
      "250 11 tdu. The c 0.15680568\n",
      "250 12  u. The cu 0.15680568\n",
      "250 13 a. The cur 0.15680568\n",
      "250 14 r The curr 0.15680568\n",
      "250 15  The curre 0.15680568\n",
      "250 16 Tee curren 0.15680568\n",
      "250 17 ee current 0.15680568\n",
      "250 18 e current  0.15680568\n",
      "250 19  current l 0.15680568\n",
      "250 20 Turrent le 0.15680568\n",
      "250 21 urrent lec 0.15680568\n",
      "250 22 reent lect 0.15680568\n",
      "250 23 eent lectu 0.15680568\n",
      "250 24 e t lectur 0.15680568\n",
      "250 25  tslecture 0.15680568\n",
      "250 26 tslecture  0.15680568\n",
      "250 27 ulecture i 0.15680568\n",
      "250 28 Tecture is 0.15680568\n",
      "250 29 ecture is  0.15680568\n",
      "250 30  ture is a 0.15680568\n",
      "250 31 uure is a  0.15680568\n",
      "250 32 ude is a M 0.15680568\n",
      "250 33 re is a Ma 0.15680568\n",
      "250 34 e ds a Mat 0.15680568\n",
      "250 35  cs a Matc 0.15680568\n",
      "250 36 Ts a Match 0.15680568\n",
      "250 37 s a Match  0.15680568\n",
      "250 38 ta Match U 0.15680568\n",
      "250 39 T Match Up 0.15680568\n",
      "250 40 tMatch Up  0.15680568\n",
      "250 41 Tatch Up T 0.15680568\n",
      "250 42 atch Up Te 0.15680568\n",
      "250 43 tch Up Ten 0.15680568\n",
      "250 44 uh Up Tens 0.15680568\n",
      "250 45 u Up Tenso 0.15680568\n",
      "250 46 eUp Tensor 0.15680568\n",
      "250 47 Tp TensorF 0.15680568\n",
      "250 48 p TensorFl 0.15680568\n",
      "250 49  TensorFlo 0.15680568\n",
      "250 50 TensorFlow 0.15680568\n",
      "250 51 ensorFlow. 0.15680568\n",
      "250 52  torFlow.  0.15680568\n",
      "250 53 torFlow. S 0.15680568\n",
      "250 54 trFlow. St 0.15680568\n",
      "250 55 wFlow. Stu 0.15680568\n",
      "250 56 elow. Stud 0.15680568\n",
      "250 57 low. Stude 0.15680568\n",
      "250 58 ew. Studen 0.15680568\n",
      "250 59 w. Student 0.15680568\n",
      "250 60 . Students 0.15680568\n",
      "250 61  Ttudents, 0.15680568\n",
      "250 62 Ttudents,  0.15680568\n",
      "250 63 tudents, p 0.15680568\n",
      "250 64 udents, pl 0.15680568\n",
      "250 65 rents, ple 0.15680568\n",
      "250 66 ants, plea 0.15680568\n",
      "250 67  ts, pleas 0.15680568\n",
      "250 68 ts, please 0.15680568\n",
      "250 69 u, please  0.15680568\n",
      "250 70 t please s 0.15680568\n",
      "250 71  please st 0.15680568\n",
      "250 72 Tlease stu 0.15680568\n",
      "250 73  ease stud 0.15680568\n",
      "250 74 ecse study 0.15680568\n",
      "250 75  se study  0.15680568\n",
      "250 76 te study h 0.15680568\n",
      "250 77 t study ha 0.15680568\n",
      "250 78  ctudy har 0.15680568\n",
      "250 79 Ttudy hard 0.15680568\n",
      "250 80 tudy hard. 0.15680568\n",
      "251 0 Te are dat 0.1568677\n",
      "251 1 e are data 0.1568677\n",
      "251 2  dre datae 0.1568677\n",
      "251 3 T e dataed 0.1568677\n",
      "251 4 te dataedu 0.1568677\n",
      "251 5 e dataedu. 0.1568677\n",
      "251 6  dataedu.  0.1568677\n",
      "251 7 Tataedu. T 0.1568677\n",
      "251 8 ataedu. Th 0.1568677\n",
      "251 9 taedu. The 0.1568677\n",
      "251 10 uedu. The  0.1568677\n",
      "251 11 tdu. The c 0.1568677\n",
      "251 12  u. The cu 0.1568677\n",
      "251 13 a. The cur 0.1568677\n",
      "251 14 r The curr 0.1568677\n",
      "251 15  She curre 0.1568677\n",
      "251 16 Tee curren 0.1568677\n",
      "251 17 ee current 0.1568677\n",
      "251 18   current  0.1568677\n",
      "251 19  durrent l 0.1568677\n",
      "251 20 Turrent le 0.1568677\n",
      "251 21 hrrent lec 0.1568677\n",
      "251 22 reent lect 0.1568677\n",
      "251 23 eent lectu 0.1568677\n",
      "251 24 e t lectur 0.1568677\n",
      "251 25  t lecture 0.1568677\n",
      "251 26 t lecture  0.1568677\n",
      "251 27 ulecture i 0.1568677\n",
      "251 28 Tecture is 0.1568677\n",
      "251 29 ecture is  0.1568677\n",
      "251 30  ture is a 0.1568677\n",
      "251 31 hure is a  0.1568677\n",
      "251 32 ure is a M 0.1568677\n",
      "251 33 re is a Ma 0.1568677\n",
      "251 34 e ds a Mat 0.1568677\n",
      "251 35  ds a Matc 0.1568677\n",
      "251 36 Ts a Match 0.1568677\n",
      "251 37 s a Match  0.1568677\n",
      "251 38 ea Match U 0.1568677\n",
      "251 39 T Match Up 0.1568677\n",
      "251 40 tMatch Up  0.1568677\n",
      "251 41 Tatch Up T 0.1568677\n",
      "251 42 atch Up Te 0.1568677\n",
      "251 43 tah Up Ten 0.1568677\n",
      "251 44 uh Up Tens 0.1568677\n",
      "251 45 h Up Tenso 0.1568677\n",
      "251 46  Up Tensor 0.1568677\n",
      "251 47 Tp TensorF 0.1568677\n",
      "251 48 p TensorFl 0.1568677\n",
      "251 49  TensorFlo 0.1568677\n",
      "251 50 TensorFlow 0.1568677\n",
      "251 51 ensorFlow. 0.1568677\n",
      "251 52  torFlow.  0.1568677\n",
      "251 53 torFlow. S 0.1568677\n",
      "251 54 erFlow. St 0.1568677\n",
      "251 55 rFlow. Stu 0.1568677\n",
      "251 56 elow. Stud 0.1568677\n",
      "251 57 low. Stude 0.1568677\n",
      "251 58 ew. Studen 0.1568677\n",
      "251 59 r. Student 0.1568677\n",
      "251 60 . Students 0.1568677\n",
      "251 61  Students, 0.1568677\n",
      "251 62 Ttudents,  0.1568677\n",
      "251 63 tudents, p 0.1568677\n",
      "251 64 urents, pl 0.1568677\n",
      "251 65 rents, ple 0.1568677\n",
      "251 66 ants, plea 0.1568677\n",
      "251 67  t , pleas 0.1568677\n",
      "251 68 t , please 0.1568677\n",
      "251 69 u, please  0.1568677\n",
      "251 70 e please s 0.1568677\n",
      "251 71  please st 0.1568677\n",
      "251 72 Tlease stu 0.1568677\n",
      "251 73  ease stud 0.1568677\n",
      "251 74 ecse study 0.1568677\n",
      "251 75  se study  0.1568677\n",
      "251 76 te study h 0.1568677\n",
      "251 77 e study ha 0.1568677\n",
      "251 78  dtudy har 0.1568677\n",
      "251 79 Ttudy hard 0.1568677\n",
      "251 80 eudy hard. 0.1568677\n",
      "252 0 ae are dat 0.15685241\n",
      "252 1 e are data 0.15685241\n",
      "252 2  ire datae 0.15685241\n",
      "252 3 are dataed 0.15685241\n",
      "252 4 te dataedu 0.15685241\n",
      "252 5 e iataedu. 0.15685241\n",
      "252 6  iataedu.  0.15685241\n",
      "252 7 aataedu. T 0.15685241\n",
      "252 8 etaedu. Th 0.15685241\n",
      "252 9 taedu. The 0.15685241\n",
      "252 10 uedu. The  0.15685241\n",
      "252 11 tdu. The c 0.15685241\n",
      "252 12  u. The cu 0.15685241\n",
      "252 13 e. The cur 0.15685241\n",
      "252 14 r The curr 0.15685241\n",
      "252 15  The curre 0.15685241\n",
      "252 16 ahe curren 0.15685241\n",
      "252 17 he current 0.15685241\n",
      "252 18 e current  0.15685241\n",
      "252 19  iurrent l 0.15685241\n",
      "252 20 aurrent le 0.15685241\n",
      "252 21 urrent lec 0.15685241\n",
      "252 22 rrent lect 0.15685241\n",
      "252 23 eent lectu 0.15685241\n",
      "252 24 e t lectur 0.15685241\n",
      "252 25  t lecture 0.15685241\n",
      "252 26 t lecture  0.15685241\n",
      "252 27 ulecture i 0.15685241\n",
      "252 28 aecture is 0.15685241\n",
      "252 29 ecture is  0.15685241\n",
      "252 30  ture is a 0.15685241\n",
      "252 31 uure is a  0.15685241\n",
      "252 32 ude is a M 0.15685241\n",
      "252 33 rr is a Ma 0.15685241\n",
      "252 34 e is a Mat 0.15685241\n",
      "252 35  is a Matc 0.15685241\n",
      "252 36 as a Match 0.15685241\n",
      "252 37 s a Match  0.15685241\n",
      "252 38 oa Match U 0.15685241\n",
      "252 39 arMatch Up 0.15685241\n",
      "252 40 tMatch Up  0.15685241\n",
      "252 41 aatch Up T 0.15685241\n",
      "252 42 atch Up Te 0.15685241\n",
      "252 43 tah Up Ten 0.15685241\n",
      "252 44 uh Up Tens 0.15685241\n",
      "252 45 u Up Tenso 0.15685241\n",
      "252 46 eUp Tensor 0.15685241\n",
      "252 47 ap TensorF 0.15685241\n",
      "252 48 p TensorFl 0.15685241\n",
      "252 49 lTensorFlo 0.15685241\n",
      "252 50 ahnsorFlow 0.15685241\n",
      "252 51 hnsorFlow. 0.15685241\n",
      "252 52  torFlow.  0.15685241\n",
      "252 53 torFlow. S 0.15685241\n",
      "252 54 orFlow. St 0.15685241\n",
      "252 55 rFlow. Stu 0.15685241\n",
      "252 56 elow. Stud 0.15685241\n",
      "252 57 low. Stude 0.15685241\n",
      "252 58 ew. Studen 0.15685241\n",
      "252 59 r. Student 0.15685241\n",
      "252 60 . Students 0.15685241\n",
      "252 61  Ttudents, 0.15685241\n",
      "252 62 atudents,  0.15685241\n",
      "252 63 tudents, p 0.15685241\n",
      "252 64 udents, pl 0.15685241\n",
      "252 65 rents, ple 0.15685241\n",
      "252 66 ents, plea 0.15685241\n",
      "252 67  t , pleas 0.15685241\n",
      "252 68 t , please 0.15685241\n",
      "252 69 u, please  0.15685241\n",
      "252 70 o please s 0.15685241\n",
      "252 71  please st 0.15685241\n",
      "252 72 alease stu 0.15685241\n",
      "252 73 lease stud 0.15685241\n",
      "252 74 ecse study 0.15685241\n",
      "252 75  se study  0.15685241\n",
      "252 76 te study h 0.15685241\n",
      "252 77 o study ha 0.15685241\n",
      "252 78  itudy har 0.15685241\n",
      "252 79 atudy hard 0.15685241\n",
      "252 80 oudy hard. 0.15685241\n",
      "253 0 Te are dat 0.1567942\n",
      "253 1 e are data 0.1567942\n",
      "253 2  cre datae 0.1567942\n",
      "253 3 Tre dataed 0.1567942\n",
      "253 4 te dataedu 0.1567942\n",
      "253 5 e iataedu. 0.1567942\n",
      "253 6  cataedu.  0.1567942\n",
      "253 7 Tataedu. T 0.1567942\n",
      "253 8 ataedu. Th 0.1567942\n",
      "253 9 tcedu. The 0.1567942\n",
      "253 10 uedu. The  0.1567942\n",
      "253 11 tdu. The c 0.1567942\n",
      "253 12  u. The cu 0.1567942\n",
      "253 13 a. The cur 0.1567942\n",
      "253 14 r The curr 0.1567942\n",
      "253 15  The curre 0.1567942\n",
      "253 16 The curren 0.1567942\n",
      "253 17 he current 0.1567942\n",
      "253 18 e current  0.1567942\n",
      "253 19  current l 0.1567942\n",
      "253 20 Turrent le 0.1567942\n",
      "253 21 hrrent lec 0.1567942\n",
      "253 22 rrent lect 0.1567942\n",
      "253 23 eent lectu 0.1567942\n",
      "253 24 e t lectur 0.1567942\n",
      "253 25  tslecture 0.1567942\n",
      "253 26 tslecture  0.1567942\n",
      "253 27 ulecture i 0.1567942\n",
      "253 28 Tecture is 0.1567942\n",
      "253 29 ecture is  0.1567942\n",
      "253 30  ture is a 0.1567942\n",
      "253 31 hure is a  0.1567942\n",
      "253 32 ude is a M 0.1567942\n",
      "253 33 rr is a Ma 0.1567942\n",
      "253 34 e is a Mat 0.1567942\n",
      "253 35  cs a Matc 0.1567942\n",
      "253 36 Ts a Match 0.1567942\n",
      "253 37 s a Match  0.1567942\n",
      "253 38 ta Match U 0.1567942\n",
      "253 39 TrMatch Up 0.1567942\n",
      "253 40 tMatch Up  0.1567942\n",
      "253 41 Tatch Up T 0.1567942\n",
      "253 42 atch Up Te 0.1567942\n",
      "253 43 tch Up Ten 0.1567942\n",
      "253 44 uh Up Tens 0.1567942\n",
      "253 45 h Up Tenso 0.1567942\n",
      "253 46 eUp Tensor 0.1567942\n",
      "253 47 Tp TensorF 0.1567942\n",
      "253 48 p TensorFl 0.1567942\n",
      "253 49 lTensorFlo 0.1567942\n",
      "253 50 ThnsorFlow 0.1567942\n",
      "253 51 hnsorFlow. 0.1567942\n",
      "253 52  torFlow.  0.1567942\n",
      "253 53 torFlow. S 0.1567942\n",
      "253 54 trFlow. St 0.1567942\n",
      "253 55 rFlow. Stu 0.1567942\n",
      "253 56 elow. Stud 0.1567942\n",
      "253 57 low. Stude 0.1567942\n",
      "253 58 ew. Studen 0.1567942\n",
      "253 59 r. Student 0.1567942\n",
      "253 60 . Students 0.1567942\n",
      "253 61  Ttudents, 0.1567942\n",
      "253 62 Ttudents,  0.1567942\n",
      "253 63 tudents, p 0.1567942\n",
      "253 64 udents, pl 0.1567942\n",
      "253 65 rents, ple 0.1567942\n",
      "253 66 ants, plea 0.1567942\n",
      "253 67  ts, pleas 0.1567942\n",
      "253 68 ts, please 0.1567942\n",
      "253 69 u, please  0.1567942\n",
      "253 70 t please s 0.1567942\n",
      "253 71  please st 0.1567942\n",
      "253 72 Tlease stu 0.1567942\n",
      "253 73 lease stud 0.1567942\n",
      "253 74 ecse study 0.1567942\n",
      "253 75  se study  0.1567942\n",
      "253 76 te study h 0.1567942\n",
      "253 77 t study ha 0.1567942\n",
      "253 78  ctudy har 0.1567942\n",
      "253 79 Ttudy hard 0.1567942\n",
      "253 80 tudy hard. 0.1567942\n",
      "254 0 Te are dat 0.15683033\n",
      "254 1 e are data 0.15683033\n",
      "254 2  cre datae 0.15683033\n",
      "254 3 T e dataed 0.15683033\n",
      "254 4 te dataedu 0.15683033\n",
      "254 5 e dataedu. 0.15683033\n",
      "254 6  cataedu.  0.15683033\n",
      "254 7 Tataedu. T 0.15683033\n",
      "254 8 ataedu. Th 0.15683033\n",
      "254 9 tcedu. The 0.15683033\n",
      "254 10 uedu. The  0.15683033\n",
      "254 11 tdu. The c 0.15683033\n",
      "254 12  u. The cu 0.15683033\n",
      "254 13 a. The cur 0.15683033\n",
      "254 14 r The curr 0.15683033\n",
      "254 15  She curre 0.15683033\n",
      "254 16 Tee curren 0.15683033\n",
      "254 17 ee current 0.15683033\n",
      "254 18   current  0.15683033\n",
      "254 19  current l 0.15683033\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "254 20 Turrent le 0.15683033\n",
      "254 21 urrent lec 0.15683033\n",
      "254 22 reent lect 0.15683033\n",
      "254 23 eent lectu 0.15683033\n",
      "254 24 e t lectur 0.15683033\n",
      "254 25  tslecture 0.15683033\n",
      "254 26 tslecture  0.15683033\n",
      "254 27 ulecture i 0.15683033\n",
      "254 28 Tecture is 0.15683033\n",
      "254 29 eature is  0.15683033\n",
      "254 30  ture is a 0.15683033\n",
      "254 31 uure is a  0.15683033\n",
      "254 32 ure is a M 0.15683033\n",
      "254 33 re is a Ma 0.15683033\n",
      "254 34 e ds a Mat 0.15683033\n",
      "254 35  cs a Matc 0.15683033\n",
      "254 36 Ts a Match 0.15683033\n",
      "254 37 s a Match  0.15683033\n",
      "254 38 ta Match U 0.15683033\n",
      "254 39 T Match Up 0.15683033\n",
      "254 40 tMatch Up  0.15683033\n",
      "254 41 Tatch Up T 0.15683033\n",
      "254 42 atch Up Te 0.15683033\n",
      "254 43 tch Up Ten 0.15683033\n",
      "254 44 uh Up Tens 0.15683033\n",
      "254 45 u Up Tenso 0.15683033\n",
      "254 46  Up Tensor 0.15683033\n",
      "254 47 Tp TensorF 0.15683033\n",
      "254 48 p TensorFl 0.15683033\n",
      "254 49 lTensorFlo 0.15683033\n",
      "254 50 TensorFlow 0.15683033\n",
      "254 51 ensorFlow. 0.15683033\n",
      "254 52  torFlow.  0.15683033\n",
      "254 53 torFlow. S 0.15683033\n",
      "254 54 trFlow. St 0.15683033\n",
      "254 55 rFlow. Stu 0.15683033\n",
      "254 56 elow. Stud 0.15683033\n",
      "254 57 low. Stude 0.15683033\n",
      "254 58 ew. Studen 0.15683033\n",
      "254 59 r. Student 0.15683033\n",
      "254 60 . Students 0.15683033\n",
      "254 61  Students, 0.15683033\n",
      "254 62 Ttudents,  0.15683033\n",
      "254 63 tudents, p 0.15683033\n",
      "254 64 urents, pl 0.15683033\n",
      "254 65 rents, ple 0.15683033\n",
      "254 66 ants, plea 0.15683033\n",
      "254 67  ts, pleas 0.15683033\n",
      "254 68 ts, please 0.15683033\n",
      "254 69 u, please  0.15683033\n",
      "254 70 t please s 0.15683033\n",
      "254 71  please st 0.15683033\n",
      "254 72 Tlease stu 0.15683033\n",
      "254 73 lease stud 0.15683033\n",
      "254 74 ease study 0.15683033\n",
      "254 75  se study  0.15683033\n",
      "254 76 te study h 0.15683033\n",
      "254 77 t study ha 0.15683033\n",
      "254 78  ctudy har 0.15683033\n",
      "254 79 Ttudy hard 0.15683033\n",
      "254 80 tudy hard. 0.15683033\n",
      "255 0 ae are dat 0.1568196\n",
      "255 1 e are data 0.1568196\n",
      "255 2  sre datae 0.1568196\n",
      "255 3 are dataed 0.1568196\n",
      "255 4 te dataedu 0.1568196\n",
      "255 5 e dataedu. 0.1568196\n",
      "255 6  sataedu.  0.1568196\n",
      "255 7 aataedu. T 0.1568196\n",
      "255 8 utaedu. Th 0.1568196\n",
      "255 9 taedu. The 0.1568196\n",
      "255 10 uedu. The  0.1568196\n",
      "255 11 tdu. The c 0.1568196\n",
      "255 12  u. The cu 0.1568196\n",
      "255 13 u. The cur 0.1568196\n",
      "255 14 r The curr 0.1568196\n",
      "255 15  The curre 0.1568196\n",
      "255 16 aee curren 0.1568196\n",
      "255 17 ee current 0.1568196\n",
      "255 18   current  0.1568196\n",
      "255 19  surrent l 0.1568196\n",
      "255 20 aurrent le 0.1568196\n",
      "255 21 urrent lec 0.1568196\n",
      "255 22 rrent lect 0.1568196\n",
      "255 23 eent lectu 0.1568196\n",
      "255 24 e t lectur 0.1568196\n",
      "255 25  t lecture 0.1568196\n",
      "255 26 t lecture  0.1568196\n",
      "255 27 ulecture i 0.1568196\n",
      "255 28 aecture is 0.1568196\n",
      "255 29 eature is  0.1568196\n",
      "255 30  ture is a 0.1568196\n",
      "255 31 uure is a  0.1568196\n",
      "255 32 ude is a M 0.1568196\n",
      "255 33 rr is a Ma 0.1568196\n",
      "255 34 e ds a Mat 0.1568196\n",
      "255 35  ss a Matc 0.1568196\n",
      "255 36 as a Match 0.1568196\n",
      "255 37 s a Match  0.1568196\n",
      "255 38  a Match U 0.1568196\n",
      "255 39 arMatch Up 0.1568196\n",
      "255 40 tMatch Up  0.1568196\n",
      "255 41 aatch Up T 0.1568196\n",
      "255 42 atch Up Te 0.1568196\n",
      "255 43 tah Up Ten 0.1568196\n",
      "255 44 uh Up Tens 0.1568196\n",
      "255 45 u Up Tenso 0.1568196\n",
      "255 46  Up Tensor 0.1568196\n",
      "255 47 ap TensorF 0.1568196\n",
      "255 48 p TensorFl 0.1568196\n",
      "255 49 lTensorFlo 0.1568196\n",
      "255 50 aensorFlow 0.1568196\n",
      "255 51 ensorFlow. 0.1568196\n",
      "255 52  torFlow.  0.1568196\n",
      "255 53 torFlow. S 0.1568196\n",
      "255 54  rFlow. St 0.1568196\n",
      "255 55 wFlow. Stu 0.1568196\n",
      "255 56 elow. Stud 0.1568196\n",
      "255 57 low. Stude 0.1568196\n",
      "255 58 ew. Studen 0.1568196\n",
      "255 59 w. Student 0.1568196\n",
      "255 60 . Students 0.1568196\n",
      "255 61  Ttudents, 0.1568196\n",
      "255 62 atudents,  0.1568196\n",
      "255 63 tudents, p 0.1568196\n",
      "255 64 udents, pl 0.1568196\n",
      "255 65 rents, ple 0.1568196\n",
      "255 66 unts, plea 0.1568196\n",
      "255 67  t , pleas 0.1568196\n",
      "255 68 t , please 0.1568196\n",
      "255 69 u, please  0.1568196\n",
      "255 70   please s 0.1568196\n",
      "255 71  please st 0.1568196\n",
      "255 72 alease stu 0.1568196\n",
      "255 73 lease stud 0.1568196\n",
      "255 74 ease study 0.1568196\n",
      "255 75  se study  0.1568196\n",
      "255 76 te study h 0.1568196\n",
      "255 77   study ha 0.1568196\n",
      "255 78  study har 0.1568196\n",
      "255 79 atudy hard 0.1568196\n",
      "255 80  udy hard. 0.1568196\n",
      "256 0 Te are dat 0.15678352\n",
      "256 1 e are data 0.15678352\n",
      "256 2  sre datae 0.15678352\n",
      "256 3 T e dataed 0.15678352\n",
      "256 4 te dataedu 0.15678352\n",
      "256 5 e iataedu. 0.15678352\n",
      "256 6  sataedu.  0.15678352\n",
      "256 7 Tataedu. T 0.15678352\n",
      "256 8 etaedu. Th 0.15678352\n",
      "256 9 taedu. The 0.15678352\n",
      "256 10 uedu. The  0.15678352\n",
      "256 11 tdu. The c 0.15678352\n",
      "256 12  u. The cu 0.15678352\n",
      "256 13 e. The cur 0.15678352\n",
      "256 14 r The curr 0.15678352\n",
      "256 15  She curre 0.15678352\n",
      "256 16 The curren 0.15678352\n",
      "256 17 he current 0.15678352\n",
      "256 18 e current  0.15678352\n",
      "256 19  surrent l 0.15678352\n",
      "256 20 Turrent le 0.15678352\n",
      "256 21 hrrent lec 0.15678352\n",
      "256 22 rrent lect 0.15678352\n",
      "256 23 eent lectu 0.15678352\n",
      "256 24 e t lectur 0.15678352\n",
      "256 25  t lecture 0.15678352\n",
      "256 26 t lecture  0.15678352\n",
      "256 27 ulecture i 0.15678352\n",
      "256 28 Tecture is 0.15678352\n",
      "256 29 ecture is  0.15678352\n",
      "256 30  ture is a 0.15678352\n",
      "256 31 hure is a  0.15678352\n",
      "256 32 ude is a M 0.15678352\n",
      "256 33 rr is a Ma 0.15678352\n",
      "256 34 e is a Mat 0.15678352\n",
      "256 35  ss a Matc 0.15678352\n",
      "256 36 Ts a Match 0.15678352\n",
      "256 37 s a Match  0.15678352\n",
      "256 38 oa Match U 0.15678352\n",
      "256 39 T Match Up 0.15678352\n",
      "256 40 tMatch Up  0.15678352\n",
      "256 41 Tatch Up T 0.15678352\n",
      "256 42 atch Up Te 0.15678352\n",
      "256 43 tah Up Ten 0.15678352\n",
      "256 44 uh Up Tens 0.15678352\n",
      "256 45 h Up Tenso 0.15678352\n",
      "256 46 eUp Tensor 0.15678352\n",
      "256 47 Tp TensorF 0.15678352\n",
      "256 48 p TensorFl 0.15678352\n",
      "256 49  TensorFlo 0.15678352\n",
      "256 50 ThnsorFlow 0.15678352\n",
      "256 51 hnsorFlow. 0.15678352\n",
      "256 52  torFlow.  0.15678352\n",
      "256 53 torFlow. S 0.15678352\n",
      "256 54 orFlow. St 0.15678352\n",
      "256 55 wFlow. Stu 0.15678352\n",
      "256 56 elow. Stud 0.15678352\n",
      "256 57 low. Stude 0.15678352\n",
      "256 58 ew. Studen 0.15678352\n",
      "256 59 w. Student 0.15678352\n",
      "256 60 . Students 0.15678352\n",
      "256 61  Students, 0.15678352\n",
      "256 62 Ttudents,  0.15678352\n",
      "256 63 tudents, p 0.15678352\n",
      "256 64 udents, pl 0.15678352\n",
      "256 65 rents, ple 0.15678352\n",
      "256 66 ents, plea 0.15678352\n",
      "256 67  t , pleas 0.15678352\n",
      "256 68 t , please 0.15678352\n",
      "256 69 u, please  0.15678352\n",
      "256 70 o please s 0.15678352\n",
      "256 71  please st 0.15678352\n",
      "256 72 Tlease stu 0.15678352\n",
      "256 73  ease stud 0.15678352\n",
      "256 74 ecse study 0.15678352\n",
      "256 75  se study  0.15678352\n",
      "256 76 te study h 0.15678352\n",
      "256 77 o study ha 0.15678352\n",
      "256 78  study har 0.15678352\n",
      "256 79 Ttudy hard 0.15678352\n",
      "256 80 oudy hard. 0.15678352\n",
      "257 0 Te are dat 0.15679725\n",
      "257 1 e are data 0.15679725\n",
      "257 2  cre datae 0.15679725\n",
      "257 3 T e dataed 0.15679725\n",
      "257 4 te dataedu 0.15679725\n",
      "257 5 e iataedu. 0.15679725\n",
      "257 6  cataedu.  0.15679725\n",
      "257 7 Tataedu. T 0.15679725\n",
      "257 8 utaedu. Th 0.15679725\n",
      "257 9 taedu. The 0.15679725\n",
      "257 10 uedu. The  0.15679725\n",
      "257 11 tdu. The c 0.15679725\n",
      "257 12  u. The cu 0.15679725\n",
      "257 13 u. The cur 0.15679725\n",
      "257 14 r The curr 0.15679725\n",
      "257 15  She curre 0.15679725\n",
      "257 16 The curren 0.15679725\n",
      "257 17 he current 0.15679725\n",
      "257 18 e current  0.15679725\n",
      "257 19  current l 0.15679725\n",
      "257 20 Turrent le 0.15679725\n",
      "257 21 urrent lec 0.15679725\n",
      "257 22 reent lect 0.15679725\n",
      "257 23 eent lectu 0.15679725\n",
      "257 24 e t lectur 0.15679725\n",
      "257 25  tslecture 0.15679725\n",
      "257 26 tslecture  0.15679725\n",
      "257 27 ulecture i 0.15679725\n",
      "257 28 Tecture is 0.15679725\n",
      "257 29 ecture is  0.15679725\n",
      "257 30  ture is a 0.15679725\n",
      "257 31 uure is a  0.15679725\n",
      "257 32 ure is a M 0.15679725\n",
      "257 33 re is a Ma 0.15679725\n",
      "257 34 e is a Mat 0.15679725\n",
      "257 35  cs a Matc 0.15679725\n",
      "257 36 Ts a Match 0.15679725\n",
      "257 37 s a Match  0.15679725\n",
      "257 38 ,a Match U 0.15679725\n",
      "257 39 T Match Up 0.15679725\n",
      "257 40 tMatch Up  0.15679725\n",
      "257 41 Tatch Up T 0.15679725\n",
      "257 42 atch Up Te 0.15679725\n",
      "257 43 tah Up Ten 0.15679725\n",
      "257 44 uh Up Tens 0.15679725\n",
      "257 45 u Up Tenso 0.15679725\n",
      "257 46 eUp Tensor 0.15679725\n",
      "257 47 Tp TensorF 0.15679725\n",
      "257 48 p TensorFl 0.15679725\n",
      "257 49  TensorFlo 0.15679725\n",
      "257 50 ThnsorFlow 0.15679725\n",
      "257 51 hnsorFlow. 0.15679725\n",
      "257 52  torFlow.  0.15679725\n",
      "257 53 torFlow. S 0.15679725\n",
      "257 54 ,rFlow. St 0.15679725\n",
      "257 55 wFlow. Stu 0.15679725\n",
      "257 56 elow. Stud 0.15679725\n",
      "257 57 low. Stude 0.15679725\n",
      "257 58 ew. Studen 0.15679725\n",
      "257 59 w. Student 0.15679725\n",
      "257 60 . Students 0.15679725\n",
      "257 61  Students, 0.15679725\n",
      "257 62 Ttudents,  0.15679725\n",
      "257 63 tudents, p 0.15679725\n",
      "257 64 urents, pl 0.15679725\n",
      "257 65 rents, ple 0.15679725\n",
      "257 66 unts, plea 0.15679725\n",
      "257 67  ts, pleas 0.15679725\n",
      "257 68 ts, please 0.15679725\n",
      "257 69 u, please  0.15679725\n",
      "257 70 , please s 0.15679725\n",
      "257 71  please st 0.15679725\n",
      "257 72 Tlease stu 0.15679725\n",
      "257 73  ease stud 0.15679725\n",
      "257 74 ecse study 0.15679725\n",
      "257 75  se study  0.15679725\n",
      "257 76 te study h 0.15679725\n",
      "257 77 , study ha 0.15679725\n",
      "257 78  ctudy har 0.15679725\n",
      "257 79 Ttudy hard 0.15679725\n",
      "257 80 ,udy hard. 0.15679725\n",
      "258 0 ae are dat 0.15679838\n",
      "258 1 e are data 0.15679838\n",
      "258 2  dre datae 0.15679838\n",
      "258 3 are dataed 0.15679838\n",
      "258 4 te dataedu 0.15679838\n",
      "258 5 e iataedu. 0.15679838\n",
      "258 6  dataedu.  0.15679838\n",
      "258 7 aataedu. T 0.15679838\n",
      "258 8 ataedu. Th 0.15679838\n",
      "258 9 taedu. The 0.15679838\n",
      "258 10 uedu. The  0.15679838\n",
      "258 11 tdu. The c 0.15679838\n",
      "258 12  u. The cu 0.15679838\n",
      "258 13 a. The cur 0.15679838\n",
      "258 14 r The curr 0.15679838\n",
      "258 15  The curre 0.15679838\n",
      "258 16 aee curren 0.15679838\n",
      "258 17 ee current 0.15679838\n",
      "258 18   current  0.15679838\n",
      "258 19  durrent l 0.15679838\n",
      "258 20 aurrent le 0.15679838\n",
      "258 21 urrent lec 0.15679838\n",
      "258 22 reent lect 0.15679838\n",
      "258 23 eent lectu 0.15679838\n",
      "258 24 e t lectur 0.15679838\n",
      "258 25  t lecture 0.15679838\n",
      "258 26 tslecture  0.15679838\n",
      "258 27 ulecture i 0.15679838\n",
      "258 28 aecture is 0.15679838\n",
      "258 29 eature is  0.15679838\n",
      "258 30  ture is a 0.15679838\n",
      "258 31 uure is a  0.15679838\n",
      "258 32 ure is a M 0.15679838\n",
      "258 33 re is a Ma 0.15679838\n",
      "258 34 e is a Mat 0.15679838\n",
      "258 35  ds a Matc 0.15679838\n",
      "258 36 as a Match 0.15679838\n",
      "258 37 s a Match  0.15679838\n",
      "258 38 ta Match U 0.15679838\n",
      "258 39 arMatch Up 0.15679838\n",
      "258 40 tMatch Up  0.15679838\n",
      "258 41 aatch Up T 0.15679838\n",
      "258 42 atch Up Te 0.15679838\n",
      "258 43 tah Up Ten 0.15679838\n",
      "258 44 uh Up Tens 0.15679838\n",
      "258 45 u Up Tenso 0.15679838\n",
      "258 46  Up Tensor 0.15679838\n",
      "258 47 ap TensorF 0.15679838\n",
      "258 48 p TensorFl 0.15679838\n",
      "258 49  TensorFlo 0.15679838\n",
      "258 50 aensorFlow 0.15679838\n",
      "258 51 ensorFlow. 0.15679838\n",
      "258 52  torFlow.  0.15679838\n",
      "258 53 torFlow. S 0.15679838\n",
      "258 54 trFlow. St 0.15679838\n",
      "258 55 rFlow. Stu 0.15679838\n",
      "258 56 elow. Stud 0.15679838\n",
      "258 57 low. Stude 0.15679838\n",
      "258 58 ew. Studen 0.15679838\n",
      "258 59 r. Student 0.15679838\n",
      "258 60 . Students 0.15679838\n",
      "258 61  Ttudents, 0.15679838\n",
      "258 62 atudents,  0.15679838\n",
      "258 63 tudents, p 0.15679838\n",
      "258 64 urents, pl 0.15679838\n",
      "258 65 rents, ple 0.15679838\n",
      "258 66 ants, plea 0.15679838\n",
      "258 67  t , pleas 0.15679838\n",
      "258 68 ts, please 0.15679838\n",
      "258 69 u, please  0.15679838\n",
      "258 70 t please s 0.15679838\n",
      "258 71  please st 0.15679838\n",
      "258 72 alease stu 0.15679838\n",
      "258 73  ease stud 0.15679838\n",
      "258 74 ease study 0.15679838\n",
      "258 75  se study  0.15679838\n",
      "258 76 te study h 0.15679838\n",
      "258 77 t study ha 0.15679838\n",
      "258 78  dtudy har 0.15679838\n",
      "258 79 atudy hard 0.15679838\n",
      "258 80 tudy hard. 0.15679838\n",
      "259 0 Te are dat 0.1567673\n",
      "259 1 e are data 0.1567673\n",
      "259 2  dre datae 0.1567673\n",
      "259 3 T e dataed 0.1567673\n",
      "259 4 te dataedu 0.1567673\n",
      "259 5 e dataedu. 0.1567673\n",
      "259 6  dataedu.  0.1567673\n",
      "259 7 Tataedu. T 0.1567673\n",
      "259 8 etaedu. Th 0.1567673\n",
      "259 9 tcedu. The 0.1567673\n",
      "259 10 uedu. The  0.1567673\n",
      "259 11 tdu. The c 0.1567673\n",
      "259 12  u. The cu 0.1567673\n",
      "259 13 e. The cur 0.1567673\n",
      "259 14 r The curr 0.1567673\n",
      "259 15  She curre 0.1567673\n",
      "259 16 Tee curren 0.1567673\n",
      "259 17 ee current 0.1567673\n",
      "259 18   current  0.1567673\n",
      "259 19  durrent l 0.1567673\n",
      "259 20 Turrent le 0.1567673\n",
      "259 21 hrrent lec 0.1567673\n",
      "259 22 rrent lect 0.1567673\n",
      "259 23 eent lectu 0.1567673\n",
      "259 24 e t lectur 0.1567673\n",
      "259 25  t lecture 0.1567673\n",
      "259 26 t lecture  0.1567673\n",
      "259 27 ulecture i 0.1567673\n",
      "259 28 Tecture is 0.1567673\n",
      "259 29 ecture is  0.1567673\n",
      "259 30  ture is a 0.1567673\n",
      "259 31 hure is a  0.1567673\n",
      "259 32 ude is a M 0.1567673\n",
      "259 33 rr is a Ma 0.1567673\n",
      "259 34 e ds a Mat 0.1567673\n",
      "259 35  ds a Matc 0.1567673\n",
      "259 36 Ts a Match 0.1567673\n",
      "259 37 s a Match  0.1567673\n",
      "259 38 ta Match U 0.1567673\n",
      "259 39 T Match Up 0.1567673\n",
      "259 40 tMatch Up  0.1567673\n",
      "259 41 Tatch Up T 0.1567673\n",
      "259 42 atch Up Te 0.1567673\n",
      "259 43 tch Up Ten 0.1567673\n",
      "259 44 uh Up Tens 0.1567673\n",
      "259 45 h Up Tenso 0.1567673\n",
      "259 46  Up Tensor 0.1567673\n",
      "259 47 Tp TensorF 0.1567673\n",
      "259 48 p TensorFl 0.1567673\n",
      "259 49 lTensorFlo 0.1567673\n",
      "259 50 TensorFlow 0.1567673\n",
      "259 51 ensorFlow. 0.1567673\n",
      "259 52  torFlow.  0.1567673\n",
      "259 53 torFlow. S 0.1567673\n",
      "259 54 trFlow. St 0.1567673\n",
      "259 55 rFlow. Stu 0.1567673\n",
      "259 56 elow. Stud 0.1567673\n",
      "259 57 low. Stude 0.1567673\n",
      "259 58 ew. Studen 0.1567673\n",
      "259 59 r. Student 0.1567673\n",
      "259 60 . Students 0.1567673\n",
      "259 61  Students, 0.1567673\n",
      "259 62 Ttudents,  0.1567673\n",
      "259 63 tudents, p 0.1567673\n",
      "259 64 udents, pl 0.1567673\n",
      "259 65 rents, ple 0.1567673\n",
      "259 66 ents, plea 0.1567673\n",
      "259 67  t , pleas 0.1567673\n",
      "259 68 t , please 0.1567673\n",
      "259 69 u, please  0.1567673\n",
      "259 70 t please s 0.1567673\n",
      "259 71  please st 0.1567673\n",
      "259 72 Tlease stu 0.1567673\n",
      "259 73 lease stud 0.1567673\n",
      "259 74 ecse study 0.1567673\n",
      "259 75  se study  0.1567673\n",
      "259 76 te study h 0.1567673\n",
      "259 77 t study ha 0.1567673\n",
      "259 78  dtudy har 0.1567673\n",
      "259 79 Ttudy hard 0.1567673\n",
      "259 80 tudy hard. 0.1567673\n",
      "260 0 Te are dat 0.15677536\n",
      "260 1 e are data 0.15677536\n",
      "260 2  cre datae 0.15677536\n",
      "260 3 T e dataed 0.15677536\n",
      "260 4 te dataedu 0.15677536\n",
      "260 5 e iataedu. 0.15677536\n",
      "260 6  cataedu.  0.15677536\n",
      "260 7 Tataedu. T 0.15677536\n",
      "260 8 etaedu. Th 0.15677536\n",
      "260 9 tcedu. The 0.15677536\n",
      "260 10 uedu. The  0.15677536\n",
      "260 11 tdu. The c 0.15677536\n",
      "260 12  u. The cu 0.15677536\n",
      "260 13 e. The cur 0.15677536\n",
      "260 14 r The curr 0.15677536\n",
      "260 15  She curre 0.15677536\n",
      "260 16 The curren 0.15677536\n",
      "260 17 ee current 0.15677536\n",
      "260 18 e current  0.15677536\n",
      "260 19  current l 0.15677536\n",
      "260 20 Turrent le 0.15677536\n",
      "260 21 hrrent lec 0.15677536\n",
      "260 22 reent lect 0.15677536\n",
      "260 23 eent lectu 0.15677536\n",
      "260 24 e t lectur 0.15677536\n",
      "260 25  tslecture 0.15677536\n",
      "260 26 t lecture  0.15677536\n",
      "260 27 ulecture i 0.15677536\n",
      "260 28 Tecture is 0.15677536\n",
      "260 29 ecture is  0.15677536\n",
      "260 30  ture is a 0.15677536\n",
      "260 31 hure is a  0.15677536\n",
      "260 32 ude is a M 0.15677536\n",
      "260 33 re is a Ma 0.15677536\n",
      "260 34 e is a Mat 0.15677536\n",
      "260 35  cs a Matc 0.15677536\n",
      "260 36 Ts a Match 0.15677536\n",
      "260 37 s a Match  0.15677536\n",
      "260 38 ,a Match U 0.15677536\n",
      "260 39 T Match Up 0.15677536\n",
      "260 40 tMatch Up  0.15677536\n",
      "260 41 Tatch Up T 0.15677536\n",
      "260 42 atch Up Te 0.15677536\n",
      "260 43 tch Up Ten 0.15677536\n",
      "260 44 uh Up Tens 0.15677536\n",
      "260 45 h Up Tenso 0.15677536\n",
      "260 46 eUp Tensor 0.15677536\n",
      "260 47 Tp TensorF 0.15677536\n",
      "260 48 p TensorFl 0.15677536\n",
      "260 49 lTensorFlo 0.15677536\n",
      "260 50 ThnsorFlow 0.15677536\n",
      "260 51 ensorFlow. 0.15677536\n",
      "260 52  torFlow.  0.15677536\n",
      "260 53 torFlow. S 0.15677536\n",
      "260 54 ,rFlow. St 0.15677536\n",
      "260 55 rFlow. Stu 0.15677536\n",
      "260 56 elow. Stud 0.15677536\n",
      "260 57 low. Stude 0.15677536\n",
      "260 58 ew. Studen 0.15677536\n",
      "260 59 r. Student 0.15677536\n",
      "260 60 . Students 0.15677536\n",
      "260 61  Students, 0.15677536\n",
      "260 62 Ttudents,  0.15677536\n",
      "260 63 tudents, p 0.15677536\n",
      "260 64 udents, pl 0.15677536\n",
      "260 65 rents, ple 0.15677536\n",
      "260 66 ents, plea 0.15677536\n",
      "260 67  ts, pleas 0.15677536\n",
      "260 68 t , please 0.15677536\n",
      "260 69 u, please  0.15677536\n",
      "260 70 , please s 0.15677536\n",
      "260 71  please st 0.15677536\n",
      "260 72 Tlease stu 0.15677536\n",
      "260 73 lease stud 0.15677536\n",
      "260 74 ecse study 0.15677536\n",
      "260 75  se study  0.15677536\n",
      "260 76 te study h 0.15677536\n",
      "260 77 , study ha 0.15677536\n",
      "260 78  ctudy har 0.15677536\n",
      "260 79 Ttudy hard 0.15677536\n",
      "260 80 ,udy hard. 0.15677536\n",
      "261 0 ae are dat 0.15678059\n",
      "261 1 e are data 0.15678059\n",
      "261 2  sre datae 0.15678059\n",
      "261 3 are dataed 0.15678059\n",
      "261 4 te dataedu 0.15678059\n",
      "261 5 e iataedu. 0.15678059\n",
      "261 6  sataedu.  0.15678059\n",
      "261 7 aataedu. T 0.15678059\n",
      "261 8 ataedu. Th 0.15678059\n",
      "261 9 taedu. The 0.15678059\n",
      "261 10 uedu. The  0.15678059\n",
      "261 11 tdu. The c 0.15678059\n",
      "261 12  u. The cu 0.15678059\n",
      "261 13 a. The cur 0.15678059\n",
      "261 14 r The curr 0.15678059\n",
      "261 15  The curre 0.15678059\n",
      "261 16 ahe curren 0.15678059\n",
      "261 17 he current 0.15678059\n",
      "261 18   current  0.15678059\n",
      "261 19  surrent l 0.15678059\n",
      "261 20 aurrent le 0.15678059\n",
      "261 21 urrent lec 0.15678059\n",
      "261 22 reent lect 0.15678059\n",
      "261 23 eent lectu 0.15678059\n",
      "261 24 e t lectur 0.15678059\n",
      "261 25  tslecture 0.15678059\n",
      "261 26 tslecture  0.15678059\n",
      "261 27 ulecture i 0.15678059\n",
      "261 28 aecture is 0.15678059\n",
      "261 29 eature is  0.15678059\n",
      "261 30  ture is a 0.15678059\n",
      "261 31 uure is a  0.15678059\n",
      "261 32 ure is a M 0.15678059\n",
      "261 33 re is a Ma 0.15678059\n",
      "261 34 e is a Mat 0.15678059\n",
      "261 35  ss a Matc 0.15678059\n",
      "261 36 as a Match 0.15678059\n",
      "261 37 s a Match  0.15678059\n",
      "261 38 ,a Match U 0.15678059\n",
      "261 39 arMatch Up 0.15678059\n",
      "261 40 tMatch Up  0.15678059\n",
      "261 41 aatch Up T 0.15678059\n",
      "261 42 atch Up Te 0.15678059\n",
      "261 43 tah Up Ten 0.15678059\n",
      "261 44 uh Up Tens 0.15678059\n",
      "261 45 u Up Tenso 0.15678059\n",
      "261 46  Up Tensor 0.15678059\n",
      "261 47 ap TensorF 0.15678059\n",
      "261 48 p TensorFl 0.15678059\n",
      "261 49 lTensorFlo 0.15678059\n",
      "261 50 ahnsorFlow 0.15678059\n",
      "261 51 hnsorFlow. 0.15678059\n",
      "261 52  torFlow.  0.15678059\n",
      "261 53 torFlow. S 0.15678059\n",
      "261 54 ,rFlow. St 0.15678059\n",
      "261 55 rFlow. Stu 0.15678059\n",
      "261 56 elow. Stud 0.15678059\n",
      "261 57 low. Stude 0.15678059\n",
      "261 58 ew. Studen 0.15678059\n",
      "261 59 r. Student 0.15678059\n",
      "261 60 . Students 0.15678059\n",
      "261 61  Ttudents, 0.15678059\n",
      "261 62 atudents,  0.15678059\n",
      "261 63 tudents, p 0.15678059\n",
      "261 64 urents, pl 0.15678059\n",
      "261 65 rents, ple 0.15678059\n",
      "261 66 ants, plea 0.15678059\n",
      "261 67  ts, pleas 0.15678059\n",
      "261 68 ts, please 0.15678059\n",
      "261 69 u, please  0.15678059\n",
      "261 70 , please s 0.15678059\n",
      "261 71  please st 0.15678059\n",
      "261 72 alease stu 0.15678059\n",
      "261 73 lease stud 0.15678059\n",
      "261 74 ease study 0.15678059\n",
      "261 75  se study  0.15678059\n",
      "261 76 te study h 0.15678059\n",
      "261 77 , study ha 0.15678059\n",
      "261 78  study har 0.15678059\n",
      "261 79 atudy hard 0.15678059\n",
      "261 80 ,udy hard. 0.15678059\n",
      "262 0 Te are dat 0.15674889\n",
      "262 1 e are data 0.15674889\n",
      "262 2  sre datae 0.15674889\n",
      "262 3 T e dataed 0.15674889\n",
      "262 4 te dataedu 0.15674889\n",
      "262 5 e dataedu. 0.15674889\n",
      "262 6  sataedu.  0.15674889\n",
      "262 7 Tataedu. T 0.15674889\n",
      "262 8 ataedu. Th 0.15674889\n",
      "262 9 taedu. The 0.15674889\n",
      "262 10 uedu. The  0.15674889\n",
      "262 11 tdu. The c 0.15674889\n",
      "262 12  u. The cu 0.15674889\n",
      "262 13 a. The cur 0.15674889\n",
      "262 14 r The curr 0.15674889\n",
      "262 15  She curre 0.15674889\n",
      "262 16 Tee curren 0.15674889\n",
      "262 17 ee current 0.15674889\n",
      "262 18   current  0.15674889\n",
      "262 19  surrent l 0.15674889\n",
      "262 20 Turrent le 0.15674889\n",
      "262 21 hrrent lec 0.15674889\n",
      "262 22 rrent lect 0.15674889\n",
      "262 23 eent lectu 0.15674889\n",
      "262 24 e t lectur 0.15674889\n",
      "262 25  tslecture 0.15674889\n",
      "262 26 tslecture  0.15674889\n",
      "262 27 ulecture i 0.15674889\n",
      "262 28 Tecture is 0.15674889\n",
      "262 29 ecture is  0.15674889\n",
      "262 30  ture is a 0.15674889\n",
      "262 31 hure is a  0.15674889\n",
      "262 32 ure is a M 0.15674889\n",
      "262 33 rr is a Ma 0.15674889\n",
      "262 34 e ds a Mat 0.15674889\n",
      "262 35  ss a Matc 0.15674889\n",
      "262 36 Ts a Match 0.15674889\n",
      "262 37 s a Match  0.15674889\n",
      "262 38 oa Match U 0.15674889\n",
      "262 39 T Match Up 0.15674889\n",
      "262 40 tMatch Up  0.15674889\n",
      "262 41 Tatch Up T 0.15674889\n",
      "262 42 atch Up Te 0.15674889\n",
      "262 43 tah Up Ten 0.15674889\n",
      "262 44 uh Up Tens 0.15674889\n",
      "262 45 h Up Tenso 0.15674889\n",
      "262 46  Up Tensor 0.15674889\n",
      "262 47 Tp TensorF 0.15674889\n",
      "262 48 p TensorFl 0.15674889\n",
      "262 49  TensorFlo 0.15674889\n",
      "262 50 TensorFlow 0.15674889\n",
      "262 51 ensorFlow. 0.15674889\n",
      "262 52  torFlow.  0.15674889\n",
      "262 53 torFlow. S 0.15674889\n",
      "262 54 orFlow. St 0.15674889\n",
      "262 55 wFlow. Stu 0.15674889\n",
      "262 56 elow. Stud 0.15674889\n",
      "262 57 low. Stude 0.15674889\n",
      "262 58 ew. Studen 0.15674889\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "262 59 w. Student 0.15674889\n",
      "262 60 . Students 0.15674889\n",
      "262 61  Students, 0.15674889\n",
      "262 62 Ttudents,  0.15674889\n",
      "262 63 tudents, p 0.15674889\n",
      "262 64 urents, pl 0.15674889\n",
      "262 65 rents, ple 0.15674889\n",
      "262 66 ants, plea 0.15674889\n",
      "262 67  ts, pleas 0.15674889\n",
      "262 68 ts, please 0.15674889\n",
      "262 69 u, please  0.15674889\n",
      "262 70 o please s 0.15674889\n",
      "262 71  please st 0.15674889\n",
      "262 72 Tlease stu 0.15674889\n",
      "262 73  ease stud 0.15674889\n",
      "262 74 ecse study 0.15674889\n",
      "262 75  se study  0.15674889\n",
      "262 76 te study h 0.15674889\n",
      "262 77 o study ha 0.15674889\n",
      "262 78  study har 0.15674889\n",
      "262 79 Ttudy hard 0.15674889\n",
      "262 80 oudy hard. 0.15674889\n",
      "263 0 Te are dat 0.15676369\n",
      "263 1 e are data 0.15676369\n",
      "263 2  cre datae 0.15676369\n",
      "263 3 T e dataed 0.15676369\n",
      "263 4 te dataedu 0.15676369\n",
      "263 5 e dataedu. 0.15676369\n",
      "263 6  cataedu.  0.15676369\n",
      "263 7 Tataedu. T 0.15676369\n",
      "263 8 etaedu. Th 0.15676369\n",
      "263 9 tcedu. The 0.15676369\n",
      "263 10 uedu. The  0.15676369\n",
      "263 11 tdu. The c 0.15676369\n",
      "263 12  u. The cu 0.15676369\n",
      "263 13 e. The cur 0.15676369\n",
      "263 14 r The curr 0.15676369\n",
      "263 15  She curre 0.15676369\n",
      "263 16 Tee curren 0.15676369\n",
      "263 17 ee current 0.15676369\n",
      "263 18 e current  0.15676369\n",
      "263 19  current l 0.15676369\n",
      "263 20 Turrent le 0.15676369\n",
      "263 21 hrrent lec 0.15676369\n",
      "263 22 rrent lect 0.15676369\n",
      "263 23 eent lectu 0.15676369\n",
      "263 24 e t lectur 0.15676369\n",
      "263 25  t lecture 0.15676369\n",
      "263 26 t lecture  0.15676369\n",
      "263 27 ulecture i 0.15676369\n",
      "263 28 Tecture is 0.15676369\n",
      "263 29 ecture is  0.15676369\n",
      "263 30  ture is a 0.15676369\n",
      "263 31 hure is a  0.15676369\n",
      "263 32 ude is a M 0.15676369\n",
      "263 33 rr is a Ma 0.15676369\n",
      "263 34 e ds a Mat 0.15676369\n",
      "263 35  cs a Matc 0.15676369\n",
      "263 36 Ts a Match 0.15676369\n",
      "263 37 s a Match  0.15676369\n",
      "263 38 ta Match U 0.15676369\n",
      "263 39 T Match Up 0.15676369\n",
      "263 40 tMatch Up  0.15676369\n",
      "263 41 Tatch Up T 0.15676369\n",
      "263 42 atch Up Te 0.15676369\n",
      "263 43 tch Up Ten 0.15676369\n",
      "263 44 uh Up Tens 0.15676369\n",
      "263 45 h Up Tenso 0.15676369\n",
      "263 46 eUp Tensor 0.15676369\n",
      "263 47 Tp TensorF 0.15676369\n",
      "263 48 p TensorFl 0.15676369\n",
      "263 49  TensorFlo 0.15676369\n",
      "263 50 TensorFlow 0.15676369\n",
      "263 51 ensorFlow. 0.15676369\n",
      "263 52  torFlow.  0.15676369\n",
      "263 53 torFlow. S 0.15676369\n",
      "263 54 trFlow. St 0.15676369\n",
      "263 55 wFlow. Stu 0.15676369\n",
      "263 56 elow. Stud 0.15676369\n",
      "263 57 low. Stude 0.15676369\n",
      "263 58 ew. Studen 0.15676369\n",
      "263 59 w. Student 0.15676369\n",
      "263 60 . Students 0.15676369\n",
      "263 61  Students, 0.15676369\n",
      "263 62 Ttudents,  0.15676369\n",
      "263 63 tudents, p 0.15676369\n",
      "263 64 udents, pl 0.15676369\n",
      "263 65 rents, ple 0.15676369\n",
      "263 66 ents, plea 0.15676369\n",
      "263 67  t , pleas 0.15676369\n",
      "263 68 t , please 0.15676369\n",
      "263 69 u, please  0.15676369\n",
      "263 70 t please s 0.15676369\n",
      "263 71  please st 0.15676369\n",
      "263 72 Tlease stu 0.15676369\n",
      "263 73  ease stud 0.15676369\n",
      "263 74 ecse study 0.15676369\n",
      "263 75  se study  0.15676369\n",
      "263 76 te study h 0.15676369\n",
      "263 77 t study ha 0.15676369\n",
      "263 78  ctudy har 0.15676369\n",
      "263 79 Ttudy hard 0.15676369\n",
      "263 80 tudy hard. 0.15676369\n",
      "264 0 ae are dat 0.15675926\n",
      "264 1 e are data 0.15675926\n",
      "264 2  ire datae 0.15675926\n",
      "264 3 are dataed 0.15675926\n",
      "264 4 te dataedu 0.15675926\n",
      "264 5 e iataedu. 0.15675926\n",
      "264 6  iataedu.  0.15675926\n",
      "264 7 aataedu. T 0.15675926\n",
      "264 8 ataedu. Th 0.15675926\n",
      "264 9 tcedu. The 0.15675926\n",
      "264 10 uedu. The  0.15675926\n",
      "264 11 tdu. The c 0.15675926\n",
      "264 12  u. The cu 0.15675926\n",
      "264 13 a. The cur 0.15675926\n",
      "264 14 r The curr 0.15675926\n",
      "264 15  The curre 0.15675926\n",
      "264 16 ahe curren 0.15675926\n",
      "264 17 he current 0.15675926\n",
      "264 18 e current  0.15675926\n",
      "264 19  iurrent l 0.15675926\n",
      "264 20 aurrent le 0.15675926\n",
      "264 21 urrent lec 0.15675926\n",
      "264 22 reent lect 0.15675926\n",
      "264 23 eent lectu 0.15675926\n",
      "264 24 e t lectur 0.15675926\n",
      "264 25  t lecture 0.15675926\n",
      "264 26 t lecture  0.15675926\n",
      "264 27 ulecture i 0.15675926\n",
      "264 28 aecture is 0.15675926\n",
      "264 29 eature is  0.15675926\n",
      "264 30  ture is a 0.15675926\n",
      "264 31 uure is a  0.15675926\n",
      "264 32 ude is a M 0.15675926\n",
      "264 33 re is a Ma 0.15675926\n",
      "264 34 e is a Mat 0.15675926\n",
      "264 35  is a Matc 0.15675926\n",
      "264 36 as a Match 0.15675926\n",
      "264 37 s a Match  0.15675926\n",
      "264 38 oa Match U 0.15675926\n",
      "264 39 arMatch Up 0.15675926\n",
      "264 40 tMatch Up  0.15675926\n",
      "264 41 aatch Up T 0.15675926\n",
      "264 42 atch Up Te 0.15675926\n",
      "264 43 tch Up Ten 0.15675926\n",
      "264 44 uh Up Tens 0.15675926\n",
      "264 45 u Up Tenso 0.15675926\n",
      "264 46 eUp Tensor 0.15675926\n",
      "264 47 ap TensorF 0.15675926\n",
      "264 48 p TensorFl 0.15675926\n",
      "264 49  TensorFlo 0.15675926\n",
      "264 50 ahnsorFlow 0.15675926\n",
      "264 51 hnsorFlow. 0.15675926\n",
      "264 52  torFlow.  0.15675926\n",
      "264 53 torFlow. S 0.15675926\n",
      "264 54 orFlow. St 0.15675926\n",
      "264 55 wFlow. Stu 0.15675926\n",
      "264 56 elow. Stud 0.15675926\n",
      "264 57 low. Stude 0.15675926\n",
      "264 58 ew. Studen 0.15675926\n",
      "264 59 w. Student 0.15675926\n",
      "264 60 . Students 0.15675926\n",
      "264 61  Ttudents, 0.15675926\n",
      "264 62 atudents,  0.15675926\n",
      "264 63 tudents, p 0.15675926\n",
      "264 64 udents, pl 0.15675926\n",
      "264 65 rents, ple 0.15675926\n",
      "264 66 ants, plea 0.15675926\n",
      "264 67  t , pleas 0.15675926\n",
      "264 68 t , please 0.15675926\n",
      "264 69 u, please  0.15675926\n",
      "264 70 o please s 0.15675926\n",
      "264 71  please st 0.15675926\n",
      "264 72 alease stu 0.15675926\n",
      "264 73  ease stud 0.15675926\n",
      "264 74 ease study 0.15675926\n",
      "264 75  se study  0.15675926\n",
      "264 76 te study h 0.15675926\n",
      "264 77 o study ha 0.15675926\n",
      "264 78  itudy har 0.15675926\n",
      "264 79 atudy hard 0.15675926\n",
      "264 80 oudy hard. 0.15675926\n",
      "265 0 Te are dat 0.15674137\n",
      "265 1 e are data 0.15674137\n",
      "265 2  dre datae 0.15674137\n",
      "265 3 T e dataed 0.15674137\n",
      "265 4 te dataedu 0.15674137\n",
      "265 5 e iataedu. 0.15674137\n",
      "265 6  dataedu.  0.15674137\n",
      "265 7 Tataedu. T 0.15674137\n",
      "265 8 ataedu. Th 0.15674137\n",
      "265 9 taedu. The 0.15674137\n",
      "265 10 uedu. The  0.15674137\n",
      "265 11 tdu. The c 0.15674137\n",
      "265 12  u. The cu 0.15674137\n",
      "265 13 a. The cur 0.15674137\n",
      "265 14 r The curr 0.15674137\n",
      "265 15  She curre 0.15674137\n",
      "265 16 The curren 0.15674137\n",
      "265 17 he current 0.15674137\n",
      "265 18   current  0.15674137\n",
      "265 19  durrent l 0.15674137\n",
      "265 20 Turrent le 0.15674137\n",
      "265 21 urrent lec 0.15674137\n",
      "265 22 reent lect 0.15674137\n",
      "265 23 eent lectu 0.15674137\n",
      "265 24 e t lectur 0.15674137\n",
      "265 25  tslecture 0.15674137\n",
      "265 26 tslecture  0.15674137\n",
      "265 27 ulecture i 0.15674137\n",
      "265 28 Tecture is 0.15674137\n",
      "265 29 eature is  0.15674137\n",
      "265 30  ture is a 0.15674137\n",
      "265 31 uure is a  0.15674137\n",
      "265 32 ure is a M 0.15674137\n",
      "265 33 re is a Ma 0.15674137\n",
      "265 34 e is a Mat 0.15674137\n",
      "265 35  ds a Matc 0.15674137\n",
      "265 36 Ts a Match 0.15674137\n",
      "265 37 s a Match  0.15674137\n",
      "265 38 ,a Match U 0.15674137\n",
      "265 39 T Match Up 0.15674137\n",
      "265 40 tMatch Up  0.15674137\n",
      "265 41 Tatch Up T 0.15674137\n",
      "265 42 atch Up Te 0.15674137\n",
      "265 43 tah Up Ten 0.15674137\n",
      "265 44 uh Up Tens 0.15674137\n",
      "265 45 u Up Tenso 0.15674137\n",
      "265 46  Up Tensor 0.15674137\n",
      "265 47 Tp TensorF 0.15674137\n",
      "265 48 p TensorFl 0.15674137\n",
      "265 49  TensorFlo 0.15674137\n",
      "265 50 ThnsorFlow 0.15674137\n",
      "265 51 hnsorFlow. 0.15674137\n",
      "265 52  torFlow.  0.15674137\n",
      "265 53 torFlow. S 0.15674137\n",
      "265 54 ,rFlow. St 0.15674137\n",
      "265 55 rFlow. Stu 0.15674137\n",
      "265 56 elow. Stud 0.15674137\n",
      "265 57 low. Stude 0.15674137\n",
      "265 58 ew. Studen 0.15674137\n",
      "265 59 r. Student 0.15674137\n",
      "265 60 . Students 0.15674137\n",
      "265 61  Students, 0.15674137\n",
      "265 62 Ttudents,  0.15674137\n",
      "265 63 tudents, p 0.15674137\n",
      "265 64 urents, pl 0.15674137\n",
      "265 65 rents, ple 0.15674137\n",
      "265 66 ants, plea 0.15674137\n",
      "265 67  ts, pleas 0.15674137\n",
      "265 68 ts, please 0.15674137\n",
      "265 69 u, please  0.15674137\n",
      "265 70 , please s 0.15674137\n",
      "265 71  please st 0.15674137\n",
      "265 72 Tlease stu 0.15674137\n",
      "265 73  ease stud 0.15674137\n",
      "265 74 ease study 0.15674137\n",
      "265 75  se study  0.15674137\n",
      "265 76 te study h 0.15674137\n",
      "265 77 , study ha 0.15674137\n",
      "265 78  dtudy har 0.15674137\n",
      "265 79 Ttudy hard 0.15674137\n",
      "265 80 ,udy hard. 0.15674137\n",
      "266 0 Te are dat 0.15674618\n",
      "266 1 e are data 0.15674618\n",
      "266 2  cre datae 0.15674618\n",
      "266 3 T e dataed 0.15674618\n",
      "266 4 te dataedu 0.15674618\n",
      "266 5 e iataedu. 0.15674618\n",
      "266 6  cataedu.  0.15674618\n",
      "266 7 Tataedu. T 0.15674618\n",
      "266 8 etaedu. Th 0.15674618\n",
      "266 9 taedu. The 0.15674618\n",
      "266 10 uedu. The  0.15674618\n",
      "266 11 tdu. The c 0.15674618\n",
      "266 12  u. The cu 0.15674618\n",
      "266 13 e. The cur 0.15674618\n",
      "266 14 r The curr 0.15674618\n",
      "266 15  She curre 0.15674618\n",
      "266 16 Tee curren 0.15674618\n",
      "266 17 he current 0.15674618\n",
      "266 18   current  0.15674618\n",
      "266 19  current l 0.15674618\n",
      "266 20 Turrent le 0.15674618\n",
      "266 21 hrrent lec 0.15674618\n",
      "266 22 rrent lect 0.15674618\n",
      "266 23 eent lectu 0.15674618\n",
      "266 24 e t lectur 0.15674618\n",
      "266 25  t lecture 0.15674618\n",
      "266 26 tslecture  0.15674618\n",
      "266 27 ulecture i 0.15674618\n",
      "266 28 Tecture is 0.15674618\n",
      "266 29 ecture is  0.15674618\n",
      "266 30  ture is a 0.15674618\n",
      "266 31 hure is a  0.15674618\n",
      "266 32 ure is a M 0.15674618\n",
      "266 33 rr is a Ma 0.15674618\n",
      "266 34 e is a Mat 0.15674618\n",
      "266 35  cs a Matc 0.15674618\n",
      "266 36 Ts a Match 0.15674618\n",
      "266 37 s a Match  0.15674618\n",
      "266 38 ,a Match U 0.15674618\n",
      "266 39 T Match Up 0.15674618\n",
      "266 40 tMatch Up  0.15674618\n",
      "266 41 Tatch Up T 0.15674618\n",
      "266 42 atch Up Te 0.15674618\n",
      "266 43 tah Up Ten 0.15674618\n",
      "266 44 uh Up Tens 0.15674618\n",
      "266 45 h Up Tenso 0.15674618\n",
      "266 46  Up Tensor 0.15674618\n",
      "266 47 Tp TensorF 0.15674618\n",
      "266 48 p TensorFl 0.15674618\n",
      "266 49 lTensorFlo 0.15674618\n",
      "266 50 TensorFlow 0.15674618\n",
      "266 51 hnsorFlow. 0.15674618\n",
      "266 52  torFlow.  0.15674618\n",
      "266 53 torFlow. S 0.15674618\n",
      "266 54 ,rFlow. St 0.15674618\n",
      "266 55 rFlow. Stu 0.15674618\n",
      "266 56 elow. Stud 0.15674618\n",
      "266 57 low. Stude 0.15674618\n",
      "266 58 ew. Studen 0.15674618\n",
      "266 59 r. Student 0.15674618\n",
      "266 60 . Students 0.15674618\n",
      "266 61  Students, 0.15674618\n",
      "266 62 Ttudents,  0.15674618\n",
      "266 63 tudents, p 0.15674618\n",
      "266 64 urents, pl 0.15674618\n",
      "266 65 rents, ple 0.15674618\n",
      "266 66 ents, plea 0.15674618\n",
      "266 67  t , pleas 0.15674618\n",
      "266 68 ts, please 0.15674618\n",
      "266 69 u, please  0.15674618\n",
      "266 70 , please s 0.15674618\n",
      "266 71  please st 0.15674618\n",
      "266 72 Tlease stu 0.15674618\n",
      "266 73 lease stud 0.15674618\n",
      "266 74 ecse study 0.15674618\n",
      "266 75  se study  0.15674618\n",
      "266 76 te study h 0.15674618\n",
      "266 77 , study ha 0.15674618\n",
      "266 78  ctudy har 0.15674618\n",
      "266 79 Ttudy hard 0.15674618\n",
      "266 80 ,udy hard. 0.15674618\n",
      "267 0 ae are dat 0.15674543\n",
      "267 1 e are data 0.15674543\n",
      "267 2  sre datae 0.15674543\n",
      "267 3 are dataed 0.15674543\n",
      "267 4 te dataedu 0.15674543\n",
      "267 5 e iataedu. 0.15674543\n",
      "267 6  sataedu.  0.15674543\n",
      "267 7 aataedu. T 0.15674543\n",
      "267 8 ataedu. Th 0.15674543\n",
      "267 9 tcedu. The 0.15674543\n",
      "267 10 uedu. The  0.15674543\n",
      "267 11 tdu. The c 0.15674543\n",
      "267 12  u. The cu 0.15674543\n",
      "267 13 a. The cur 0.15674543\n",
      "267 14 r The curr 0.15674543\n",
      "267 15  The curre 0.15674543\n",
      "267 16 aee curren 0.15674543\n",
      "267 17 ee current 0.15674543\n",
      "267 18 e current  0.15674543\n",
      "267 19  surrent l 0.15674543\n",
      "267 20 aurrent le 0.15674543\n",
      "267 21 hrrent lec 0.15674543\n",
      "267 22 rrent lect 0.15674543\n",
      "267 23 eent lectu 0.15674543\n",
      "267 24 e t lectur 0.15674543\n",
      "267 25  t lecture 0.15674543\n",
      "267 26 t lecture  0.15674543\n",
      "267 27 ulecture i 0.15674543\n",
      "267 28 aecture is 0.15674543\n",
      "267 29 ecture is  0.15674543\n",
      "267 30  ture is a 0.15674543\n",
      "267 31 hure is a  0.15674543\n",
      "267 32 ude is a M 0.15674543\n",
      "267 33 rr is a Ma 0.15674543\n",
      "267 34 e is a Mat 0.15674543\n",
      "267 35  ss a Matc 0.15674543\n",
      "267 36 as a Match 0.15674543\n",
      "267 37 s a Match  0.15674543\n",
      "267 38 ,a Match U 0.15674543\n",
      "267 39 arMatch Up 0.15674543\n",
      "267 40 tMatch Up  0.15674543\n",
      "267 41 aatch Up T 0.15674543\n",
      "267 42 atch Up Te 0.15674543\n",
      "267 43 tch Up Ten 0.15674543\n",
      "267 44 uh Up Tens 0.15674543\n",
      "267 45 h Up Tenso 0.15674543\n",
      "267 46 eUp Tensor 0.15674543\n",
      "267 47 ap TensorF 0.15674543\n",
      "267 48 p TensorFl 0.15674543\n",
      "267 49 lTensorFlo 0.15674543\n",
      "267 50 aensorFlow 0.15674543\n",
      "267 51 ensorFlow. 0.15674543\n",
      "267 52  torFlow.  0.15674543\n",
      "267 53 torFlow. S 0.15674543\n",
      "267 54 ,rFlow. St 0.15674543\n",
      "267 55 rFlow. Stu 0.15674543\n",
      "267 56 elow. Stud 0.15674543\n",
      "267 57 low. Stude 0.15674543\n",
      "267 58 ew. Studen 0.15674543\n",
      "267 59 r. Student 0.15674543\n",
      "267 60 . Students 0.15674543\n",
      "267 61  Ttudents, 0.15674543\n",
      "267 62 atudents,  0.15674543\n",
      "267 63 tudents, p 0.15674543\n",
      "267 64 udents, pl 0.15674543\n",
      "267 65 rents, ple 0.15674543\n",
      "267 66 ants, plea 0.15674543\n",
      "267 67  t , pleas 0.15674543\n",
      "267 68 t , please 0.15674543\n",
      "267 69 u, please  0.15674543\n",
      "267 70 , please s 0.15674543\n",
      "267 71  please st 0.15674543\n",
      "267 72 alease stu 0.15674543\n",
      "267 73 lease stud 0.15674543\n",
      "267 74 ecse study 0.15674543\n",
      "267 75  se study  0.15674543\n",
      "267 76 te study h 0.15674543\n",
      "267 77 , study ha 0.15674543\n",
      "267 78  study har 0.15674543\n",
      "267 79 atudy hard 0.15674543\n",
      "267 80 ,udy hard. 0.15674543\n",
      "268 0 Te are dat 0.15673164\n",
      "268 1 e are data 0.15673164\n",
      "268 2  cre datae 0.15673164\n",
      "268 3 T e dataed 0.15673164\n",
      "268 4 te dataedu 0.15673164\n",
      "268 5 e dataedu. 0.15673164\n",
      "268 6  cataedu.  0.15673164\n",
      "268 7 Tataedu. T 0.15673164\n",
      "268 8 ataedu. Th 0.15673164\n",
      "268 9 tcedu. The 0.15673164\n",
      "268 10 uedu. The  0.15673164\n",
      "268 11 tdu. The c 0.15673164\n",
      "268 12  u. The cu 0.15673164\n",
      "268 13 a. The cur 0.15673164\n",
      "268 14 r The curr 0.15673164\n",
      "268 15  She curre 0.15673164\n",
      "268 16 Tee curren 0.15673164\n",
      "268 17 ee current 0.15673164\n",
      "268 18   current  0.15673164\n",
      "268 19  current l 0.15673164\n",
      "268 20 Turrent le 0.15673164\n",
      "268 21 urrent lec 0.15673164\n",
      "268 22 reent lect 0.15673164\n",
      "268 23 eent lectu 0.15673164\n",
      "268 24 e t lectur 0.15673164\n",
      "268 25  tslecture 0.15673164\n",
      "268 26 t lecture  0.15673164\n",
      "268 27 ulecture i 0.15673164\n",
      "268 28 Tecture is 0.15673164\n",
      "268 29 eature is  0.15673164\n",
      "268 30  ture is a 0.15673164\n",
      "268 31 uure is a  0.15673164\n",
      "268 32 ude is a M 0.15673164\n",
      "268 33 re is a Ma 0.15673164\n",
      "268 34 e ds a Mat 0.15673164\n",
      "268 35  cs a Matc 0.15673164\n",
      "268 36 Ts a Match 0.15673164\n",
      "268 37 s a Match  0.15673164\n",
      "268 38 ea Match U 0.15673164\n",
      "268 39 T Match Up 0.15673164\n",
      "268 40 tMatch Up  0.15673164\n",
      "268 41 Tatch Up T 0.15673164\n",
      "268 42 atch Up Te 0.15673164\n",
      "268 43 tch Up Ten 0.15673164\n",
      "268 44 uh Up Tens 0.15673164\n",
      "268 45 u Up Tenso 0.15673164\n",
      "268 46  Up Tensor 0.15673164\n",
      "268 47 Tp TensorF 0.15673164\n",
      "268 48 p TensorFl 0.15673164\n",
      "268 49 lTensorFlo 0.15673164\n",
      "268 50 TensorFlow 0.15673164\n",
      "268 51 ensorFlow. 0.15673164\n",
      "268 52  torFlow.  0.15673164\n",
      "268 53 torFlow. S 0.15673164\n",
      "268 54 erFlow. St 0.15673164\n",
      "268 55 wFlow. Stu 0.15673164\n",
      "268 56 elow. Stud 0.15673164\n",
      "268 57 low. Stude 0.15673164\n",
      "268 58 ew. Studen 0.15673164\n",
      "268 59 w. Student 0.15673164\n",
      "268 60 . Students 0.15673164\n",
      "268 61  Students, 0.15673164\n",
      "268 62 Ttudents,  0.15673164\n",
      "268 63 tudents, p 0.15673164\n",
      "268 64 udents, pl 0.15673164\n",
      "268 65 rents, ple 0.15673164\n",
      "268 66 ants, plea 0.15673164\n",
      "268 67  ts, pleas 0.15673164\n",
      "268 68 t , please 0.15673164\n",
      "268 69 u, please  0.15673164\n",
      "268 70 e please s 0.15673164\n",
      "268 71  please st 0.15673164\n",
      "268 72 Tlease stu 0.15673164\n",
      "268 73 lease stud 0.15673164\n",
      "268 74 ease study 0.15673164\n",
      "268 75  se study  0.15673164\n",
      "268 76 te study h 0.15673164\n",
      "268 77 e study ha 0.15673164\n",
      "268 78  ctudy har 0.15673164\n",
      "268 79 Ttudy hard 0.15673164\n",
      "268 80 eudy hard. 0.15673164\n",
      "269 0 Te are dat 0.15673064\n",
      "269 1 e are data 0.15673064\n",
      "269 2  are datae 0.15673064\n",
      "269 3 T e dataed 0.15673064\n",
      "269 4 te dataedu 0.15673064\n",
      "269 5 e dataedu. 0.15673064\n",
      "269 6  aataedu.  0.15673064\n",
      "269 7 Tataedu. T 0.15673064\n",
      "269 8 utaedu. Th 0.15673064\n",
      "269 9 tcedu. The 0.15673064\n",
      "269 10 uedu. The  0.15673064\n",
      "269 11 tdu. The c 0.15673064\n",
      "269 12  u. The cu 0.15673064\n",
      "269 13 u. The cur 0.15673064\n",
      "269 14 r The curr 0.15673064\n",
      "269 15  She curre 0.15673064\n",
      "269 16 The curren 0.15673064\n",
      "269 17 he current 0.15673064\n",
      "269 18   current  0.15673064\n",
      "269 19  aurrent l 0.15673064\n",
      "269 20 Turrent le 0.15673064\n",
      "269 21 hrrent lec 0.15673064\n",
      "269 22 rrent lect 0.15673064\n",
      "269 23 eent lectu 0.15673064\n",
      "269 24 e t lectur 0.15673064\n",
      "269 25  tslecture 0.15673064\n",
      "269 26 tslecture  0.15673064\n",
      "269 27 ulecture i 0.15673064\n",
      "269 28 Tecture is 0.15673064\n",
      "269 29 eature is  0.15673064\n",
      "269 30  ture is a 0.15673064\n",
      "269 31 hure is a  0.15673064\n",
      "269 32 ure is a M 0.15673064\n",
      "269 33 rr is a Ma 0.15673064\n",
      "269 34 e ds a Mat 0.15673064\n",
      "269 35  as a Matc 0.15673064\n",
      "269 36 Ts a Match 0.15673064\n",
      "269 37 s a Match  0.15673064\n",
      "269 38 ,a Match U 0.15673064\n",
      "269 39 T Match Up 0.15673064\n",
      "269 40 tMatch Up  0.15673064\n",
      "269 41 Tatch Up T 0.15673064\n",
      "269 42 atch Up Te 0.15673064\n",
      "269 43 tch Up Ten 0.15673064\n",
      "269 44 uh Up Tens 0.15673064\n",
      "269 45 h Up Tenso 0.15673064\n",
      "269 46  Up Tensor 0.15673064\n",
      "269 47 Tp TensorF 0.15673064\n",
      "269 48 p TensorFl 0.15673064\n",
      "269 49  TensorFlo 0.15673064\n",
      "269 50 ThnsorFlow 0.15673064\n",
      "269 51 hnsorFlow. 0.15673064\n",
      "269 52  torFlow.  0.15673064\n",
      "269 53 torFlow. S 0.15673064\n",
      "269 54 ,rFlow. St 0.15673064\n",
      "269 55 wFlow. Stu 0.15673064\n",
      "269 56 elow. Stud 0.15673064\n",
      "269 57 low. Stude 0.15673064\n",
      "269 58 ew. Studen 0.15673064\n",
      "269 59 w. Student 0.15673064\n",
      "269 60 . Students 0.15673064\n",
      "269 61  Students, 0.15673064\n",
      "269 62 Ttudents,  0.15673064\n",
      "269 63 tudents, p 0.15673064\n",
      "269 64 urents, pl 0.15673064\n",
      "269 65 rents, ple 0.15673064\n",
      "269 66 unts, plea 0.15673064\n",
      "269 67  ts, pleas 0.15673064\n",
      "269 68 ts, please 0.15673064\n",
      "269 69 u, please  0.15673064\n",
      "269 70 , please s 0.15673064\n",
      "269 71  please st 0.15673064\n",
      "269 72 Tlease stu 0.15673064\n",
      "269 73  ease stud 0.15673064\n",
      "269 74 ease study 0.15673064\n",
      "269 75  se study  0.15673064\n",
      "269 76 te study h 0.15673064\n",
      "269 77 , study ha 0.15673064\n",
      "269 78  atudy har 0.15673064\n",
      "269 79 Ttudy hard 0.15673064\n",
      "269 80 ,udy hard. 0.15673064\n",
      "270 0 ae are dat 0.15673442\n",
      "270 1 e are data 0.15673442\n",
      "270 2  ire datae 0.15673442\n",
      "270 3 are dataed 0.15673442\n",
      "270 4 te dataedu 0.15673442\n",
      "270 5 e iataedu. 0.15673442\n",
      "270 6  iataedu.  0.15673442\n",
      "270 7 aataedu. T 0.15673442\n",
      "270 8 etaedu. Th 0.15673442\n",
      "270 9 taedu. The 0.15673442\n",
      "270 10 uedu. The  0.15673442\n",
      "270 11 tdu. The c 0.15673442\n",
      "270 12  u. The cu 0.15673442\n",
      "270 13 e. The cur 0.15673442\n",
      "270 14 r The curr 0.15673442\n",
      "270 15  The curre 0.15673442\n",
      "270 16 ahe curren 0.15673442\n",
      "270 17 he current 0.15673442\n",
      "270 18 e current  0.15673442\n",
      "270 19  iurrent l 0.15673442\n",
      "270 20 aurrent le 0.15673442\n",
      "270 21 hrrent lec 0.15673442\n",
      "270 22 rrent lect 0.15673442\n",
      "270 23 eent lectu 0.15673442\n",
      "270 24 e t lectur 0.15673442\n",
      "270 25  t lecture 0.15673442\n",
      "270 26 t lecture  0.15673442\n",
      "270 27 ulecture i 0.15673442\n",
      "270 28 aecture is 0.15673442\n",
      "270 29 ecture is  0.15673442\n",
      "270 30  ture is a 0.15673442\n",
      "270 31 hure is a  0.15673442\n",
      "270 32 ude is a M 0.15673442\n",
      "270 33 rr is a Ma 0.15673442\n",
      "270 34 e is a Mat 0.15673442\n",
      "270 35  is a Matc 0.15673442\n",
      "270 36 as a Match 0.15673442\n",
      "270 37 s a Match  0.15673442\n",
      "270 38 oa Match U 0.15673442\n",
      "270 39 arMatch Up 0.15673442\n",
      "270 40 tMatch Up  0.15673442\n",
      "270 41 aatch Up T 0.15673442\n",
      "270 42 atch Up Te 0.15673442\n",
      "270 43 tah Up Ten 0.15673442\n",
      "270 44 uh Up Tens 0.15673442\n",
      "270 45 h Up Tenso 0.15673442\n",
      "270 46 eUp Tensor 0.15673442\n",
      "270 47 ap TensorF 0.15673442\n",
      "270 48 p TensorFl 0.15673442\n",
      "270 49  TensorFlo 0.15673442\n",
      "270 50 ahnsorFlow 0.15673442\n",
      "270 51 hnsorFlow. 0.15673442\n",
      "270 52  torFlow.  0.15673442\n",
      "270 53 torFlow. S 0.15673442\n",
      "270 54 orFlow. St 0.15673442\n",
      "270 55 wFlow. Stu 0.15673442\n",
      "270 56 elow. Stud 0.15673442\n",
      "270 57 low. Stude 0.15673442\n",
      "270 58 ew. Studen 0.15673442\n",
      "270 59 w. Student 0.15673442\n",
      "270 60 . Students 0.15673442\n",
      "270 61  Ttudents, 0.15673442\n",
      "270 62 atudents,  0.15673442\n",
      "270 63 tudents, p 0.15673442\n",
      "270 64 udents, pl 0.15673442\n",
      "270 65 rents, ple 0.15673442\n",
      "270 66 ents, plea 0.15673442\n",
      "270 67  t , pleas 0.15673442\n",
      "270 68 t , please 0.15673442\n",
      "270 69 u, please  0.15673442\n",
      "270 70 o please s 0.15673442\n",
      "270 71  please st 0.15673442\n",
      "270 72 alease stu 0.15673442\n",
      "270 73  ease stud 0.15673442\n",
      "270 74 ecse study 0.15673442\n",
      "270 75  se study  0.15673442\n",
      "270 76 te study h 0.15673442\n",
      "270 77 o study ha 0.15673442\n",
      "270 78  itudy har 0.15673442\n",
      "270 79 atudy hard 0.15673442\n",
      "270 80 oudy hard. 0.15673442\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "271 0 Te are dat 0.15672064\n",
      "271 1 e are data 0.15672064\n",
      "271 2  cre datae 0.15672064\n",
      "271 3 T e dataed 0.15672064\n",
      "271 4 te dataedu 0.15672064\n",
      "271 5 e dataedu. 0.15672064\n",
      "271 6  cataedu.  0.15672064\n",
      "271 7 Tataedu. T 0.15672064\n",
      "271 8 ataedu. Th 0.15672064\n",
      "271 9 taedu. The 0.15672064\n",
      "271 10 uedu. The  0.15672064\n",
      "271 11 tdu. The c 0.15672064\n",
      "271 12  u. The cu 0.15672064\n",
      "271 13 a. The cur 0.15672064\n",
      "271 14 r The curr 0.15672064\n",
      "271 15  She curre 0.15672064\n",
      "271 16 Tee curren 0.15672064\n",
      "271 17 ee current 0.15672064\n",
      "271 18 e current  0.15672064\n",
      "271 19  current l 0.15672064\n",
      "271 20 Turrent le 0.15672064\n",
      "271 21 urrent lec 0.15672064\n",
      "271 22 reent lect 0.15672064\n",
      "271 23 eent lectu 0.15672064\n",
      "271 24 e t lectur 0.15672064\n",
      "271 25  t lecture 0.15672064\n",
      "271 26 t lecture  0.15672064\n",
      "271 27 ulecture i 0.15672064\n",
      "271 28 Tecture is 0.15672064\n",
      "271 29 eature is  0.15672064\n",
      "271 30  ture is a 0.15672064\n",
      "271 31 uure is a  0.15672064\n",
      "271 32 ude is a M 0.15672064\n",
      "271 33 re is a Ma 0.15672064\n",
      "271 34 e ds a Mat 0.15672064\n",
      "271 35  cs a Matc 0.15672064\n",
      "271 36 Ts a Match 0.15672064\n",
      "271 37 s a Match  0.15672064\n",
      "271 38 ,a Match U 0.15672064\n",
      "271 39 T Match Up 0.15672064\n",
      "271 40 tMatch Up  0.15672064\n",
      "271 41 Tatch Up T 0.15672064\n",
      "271 42 atch Up Te 0.15672064\n",
      "271 43 tah Up Ten 0.15672064\n",
      "271 44 uh Up Tens 0.15672064\n",
      "271 45 u Up Tenso 0.15672064\n",
      "271 46 eUp Tensor 0.15672064\n",
      "271 47 Tp TensorF 0.15672064\n",
      "271 48 p TensorFl 0.15672064\n",
      "271 49  TensorFlo 0.15672064\n",
      "271 50 TensorFlow 0.15672064\n",
      "271 51 ensorFlow. 0.15672064\n",
      "271 52  torFlow.  0.15672064\n",
      "271 53 torFlow. S 0.15672064\n",
      "271 54 ,rFlow. St 0.15672064\n",
      "271 55 wFlow. Stu 0.15672064\n",
      "271 56 elow. Stud 0.15672064\n",
      "271 57 low. Stude 0.15672064\n",
      "271 58 ew. Studen 0.15672064\n",
      "271 59 w. Student 0.15672064\n",
      "271 60 . Students 0.15672064\n",
      "271 61  Students, 0.15672064\n",
      "271 62 Ttudents,  0.15672064\n",
      "271 63 tudents, p 0.15672064\n",
      "271 64 udents, pl 0.15672064\n",
      "271 65 rents, ple 0.15672064\n",
      "271 66 ants, plea 0.15672064\n",
      "271 67  t , pleas 0.15672064\n",
      "271 68 t , please 0.15672064\n",
      "271 69 u, please  0.15672064\n",
      "271 70 , please s 0.15672064\n",
      "271 71  please st 0.15672064\n",
      "271 72 Tlease stu 0.15672064\n",
      "271 73  ease stud 0.15672064\n",
      "271 74 ease study 0.15672064\n",
      "271 75  se study  0.15672064\n",
      "271 76 te study h 0.15672064\n",
      "271 77 , study ha 0.15672064\n",
      "271 78  ctudy har 0.15672064\n",
      "271 79 Ttudy hard 0.15672064\n",
      "271 80 ,udy hard. 0.15672064\n",
      "272 0 Te are dat 0.15671939\n",
      "272 1 e are data 0.15671939\n",
      "272 2  cre datae 0.15671939\n",
      "272 3 T e dataed 0.15671939\n",
      "272 4 te dataedu 0.15671939\n",
      "272 5 e dataedu. 0.15671939\n",
      "272 6  cataedu.  0.15671939\n",
      "272 7 Tataedu. T 0.15671939\n",
      "272 8 ataedu. Th 0.15671939\n",
      "272 9 taedu. The 0.15671939\n",
      "272 10 uedu. The  0.15671939\n",
      "272 11 tdu. The c 0.15671939\n",
      "272 12  u. The cu 0.15671939\n",
      "272 13 a. The cur 0.15671939\n",
      "272 14 r The curr 0.15671939\n",
      "272 15  She curre 0.15671939\n",
      "272 16 Tee curren 0.15671939\n",
      "272 17 ee current 0.15671939\n",
      "272 18   current  0.15671939\n",
      "272 19  current l 0.15671939\n",
      "272 20 Turrent le 0.15671939\n",
      "272 21 urrent lec 0.15671939\n",
      "272 22 reent lect 0.15671939\n",
      "272 23 eent lectu 0.15671939\n",
      "272 24 e t lectur 0.15671939\n",
      "272 25  tslecture 0.15671939\n",
      "272 26 tslecture  0.15671939\n",
      "272 27 ulecture i 0.15671939\n",
      "272 28 Tecture is 0.15671939\n",
      "272 29 eature is  0.15671939\n",
      "272 30  ture is a 0.15671939\n",
      "272 31 uure is a  0.15671939\n",
      "272 32 ude is a M 0.15671939\n",
      "272 33 re is a Ma 0.15671939\n",
      "272 34 e ds a Mat 0.15671939\n",
      "272 35  cs a Matc 0.15671939\n",
      "272 36 Ts a Match 0.15671939\n",
      "272 37 s a Match  0.15671939\n",
      "272 38 ,a Match U 0.15671939\n",
      "272 39 T Match Up 0.15671939\n",
      "272 40 tMatch Up  0.15671939\n",
      "272 41 Tatch Up T 0.15671939\n",
      "272 42 atch Up Te 0.15671939\n",
      "272 43 tah Up Ten 0.15671939\n",
      "272 44 uh Up Tens 0.15671939\n",
      "272 45 u Up Tenso 0.15671939\n",
      "272 46  Up Tensor 0.15671939\n",
      "272 47 Tp TensorF 0.15671939\n",
      "272 48 p TensorFl 0.15671939\n",
      "272 49  TensorFlo 0.15671939\n",
      "272 50 TensorFlow 0.15671939\n",
      "272 51 ensorFlow. 0.15671939\n",
      "272 52  torFlow.  0.15671939\n",
      "272 53 torFlow. S 0.15671939\n",
      "272 54 ,rFlow. St 0.15671939\n",
      "272 55 rFlow. Stu 0.15671939\n",
      "272 56 elow. Stud 0.15671939\n",
      "272 57 low. Stude 0.15671939\n",
      "272 58 ew. Studen 0.15671939\n",
      "272 59 r. Student 0.15671939\n",
      "272 60 . Students 0.15671939\n",
      "272 61  Students, 0.15671939\n",
      "272 62 Ttudents,  0.15671939\n",
      "272 63 tudents, p 0.15671939\n",
      "272 64 udents, pl 0.15671939\n",
      "272 65 rents, ple 0.15671939\n",
      "272 66 ants, plea 0.15671939\n",
      "272 67  ts, pleas 0.15671939\n",
      "272 68 ts, please 0.15671939\n",
      "272 69 u, please  0.15671939\n",
      "272 70 , please s 0.15671939\n",
      "272 71  please st 0.15671939\n",
      "272 72 Tlease stu 0.15671939\n",
      "272 73  ease stud 0.15671939\n",
      "272 74 ease study 0.15671939\n",
      "272 75  se study  0.15671939\n",
      "272 76 te study h 0.15671939\n",
      "272 77 , study ha 0.15671939\n",
      "272 78  ctudy har 0.15671939\n",
      "272 79 Ttudy hard 0.15671939\n",
      "272 80 ,udy hard. 0.15671939\n",
      "273 0 ae are dat 0.15672253\n",
      "273 1 e are data 0.15672253\n",
      "273 2  sre datae 0.15672253\n",
      "273 3 are dataed 0.15672253\n",
      "273 4 te dataedu 0.15672253\n",
      "273 5 e iataedu. 0.15672253\n",
      "273 6  sataedu.  0.15672253\n",
      "273 7 aataedu. T 0.15672253\n",
      "273 8 ataedu. Th 0.15672253\n",
      "273 9 tcedu. The 0.15672253\n",
      "273 10 uedu. The  0.15672253\n",
      "273 11 tdu. The c 0.15672253\n",
      "273 12  u. The cu 0.15672253\n",
      "273 13 a. The cur 0.15672253\n",
      "273 14 r The curr 0.15672253\n",
      "273 15  The curre 0.15672253\n",
      "273 16 ahe curren 0.15672253\n",
      "273 17 he current 0.15672253\n",
      "273 18 e current  0.15672253\n",
      "273 19  surrent l 0.15672253\n",
      "273 20 aurrent le 0.15672253\n",
      "273 21 hrrent lec 0.15672253\n",
      "273 22 rrent lect 0.15672253\n",
      "273 23 eent lectu 0.15672253\n",
      "273 24 e t lectur 0.15672253\n",
      "273 25  t lecture 0.15672253\n",
      "273 26 tslecture  0.15672253\n",
      "273 27 ulecture i 0.15672253\n",
      "273 28 aecture is 0.15672253\n",
      "273 29 eature is  0.15672253\n",
      "273 30  ture is a 0.15672253\n",
      "273 31 hure is a  0.15672253\n",
      "273 32 ure is a M 0.15672253\n",
      "273 33 rr is a Ma 0.15672253\n",
      "273 34 e is a Mat 0.15672253\n",
      "273 35  ss a Matc 0.15672253\n",
      "273 36 as a Match 0.15672253\n",
      "273 37 s a Match  0.15672253\n",
      "273 38 oa Match U 0.15672253\n",
      "273 39 arMatch Up 0.15672253\n",
      "273 40 tMatch Up  0.15672253\n",
      "273 41 aatch Up T 0.15672253\n",
      "273 42 atch Up Te 0.15672253\n",
      "273 43 tch Up Ten 0.15672253\n",
      "273 44 uh Up Tens 0.15672253\n",
      "273 45 h Up Tenso 0.15672253\n",
      "273 46 eUp Tensor 0.15672253\n",
      "273 47 ap TensorF 0.15672253\n",
      "273 48 p TensorFl 0.15672253\n",
      "273 49 lTensorFlo 0.15672253\n",
      "273 50 ahnsorFlow 0.15672253\n",
      "273 51 hnsorFlow. 0.15672253\n",
      "273 52  torFlow.  0.15672253\n",
      "273 53 torFlow. S 0.15672253\n",
      "273 54 orFlow. St 0.15672253\n",
      "273 55 rFlow. Stu 0.15672253\n",
      "273 56 elow. Stud 0.15672253\n",
      "273 57 low. Stude 0.15672253\n",
      "273 58 ew. Studen 0.15672253\n",
      "273 59 r. Student 0.15672253\n",
      "273 60 . Students 0.15672253\n",
      "273 61  Ttudents, 0.15672253\n",
      "273 62 atudents,  0.15672253\n",
      "273 63 tudents, p 0.15672253\n",
      "273 64 urents, pl 0.15672253\n",
      "273 65 rents, ple 0.15672253\n",
      "273 66 ants, plea 0.15672253\n",
      "273 67  t , pleas 0.15672253\n",
      "273 68 ts, please 0.15672253\n",
      "273 69 u, please  0.15672253\n",
      "273 70 o please s 0.15672253\n",
      "273 71  please st 0.15672253\n",
      "273 72 alease stu 0.15672253\n",
      "273 73 lease stud 0.15672253\n",
      "273 74 ease study 0.15672253\n",
      "273 75  se study  0.15672253\n",
      "273 76 te study h 0.15672253\n",
      "273 77 o study ha 0.15672253\n",
      "273 78  study har 0.15672253\n",
      "273 79 atudy hard 0.15672253\n",
      "273 80 oudy hard. 0.15672253\n",
      "274 0 Te are dat 0.15671161\n",
      "274 1 e are data 0.15671161\n",
      "274 2  sre datae 0.15671161\n",
      "274 3 T e dataed 0.15671161\n",
      "274 4 te dataedu 0.15671161\n",
      "274 5 e dataedu. 0.15671161\n",
      "274 6  sataedu.  0.15671161\n",
      "274 7 Tataedu. T 0.15671161\n",
      "274 8 ataedu. Th 0.15671161\n",
      "274 9 tcedu. The 0.15671161\n",
      "274 10 uedu. The  0.15671161\n",
      "274 11 tdu. The c 0.15671161\n",
      "274 12  u. The cu 0.15671161\n",
      "274 13 a. The cur 0.15671161\n",
      "274 14 r The curr 0.15671161\n",
      "274 15  She curre 0.15671161\n",
      "274 16 The curren 0.15671161\n",
      "274 17 ee current 0.15671161\n",
      "274 18 e current  0.15671161\n",
      "274 19  surrent l 0.15671161\n",
      "274 20 Turrent le 0.15671161\n",
      "274 21 hrrent lec 0.15671161\n",
      "274 22 reent lect 0.15671161\n",
      "274 23 eent lectu 0.15671161\n",
      "274 24 e t lectur 0.15671161\n",
      "274 25  tslecture 0.15671161\n",
      "274 26 tslecture  0.15671161\n",
      "274 27 ulecture i 0.15671161\n",
      "274 28 Tecture is 0.15671161\n",
      "274 29 ecture is  0.15671161\n",
      "274 30  ture is a 0.15671161\n",
      "274 31 hure is a  0.15671161\n",
      "274 32 ure is a M 0.15671161\n",
      "274 33 re is a Ma 0.15671161\n",
      "274 34 e ds a Mat 0.15671161\n",
      "274 35  ss a Matc 0.15671161\n",
      "274 36 Ts a Match 0.15671161\n",
      "274 37 s a Match  0.15671161\n",
      "274 38 ,a Match U 0.15671161\n",
      "274 39 T Match Up 0.15671161\n",
      "274 40 tMatch Up  0.15671161\n",
      "274 41 Tatch Up T 0.15671161\n",
      "274 42 atch Up Te 0.15671161\n",
      "274 43 tch Up Ten 0.15671161\n",
      "274 44 uh Up Tens 0.15671161\n",
      "274 45 h Up Tenso 0.15671161\n",
      "274 46 eUp Tensor 0.15671161\n",
      "274 47 Tp TensorF 0.15671161\n",
      "274 48 p TensorFl 0.15671161\n",
      "274 49 lTensorFlo 0.15671161\n",
      "274 50 ThnsorFlow 0.15671161\n",
      "274 51 ensorFlow. 0.15671161\n",
      "274 52  torFlow.  0.15671161\n",
      "274 53 torFlow. S 0.15671161\n",
      "274 54 ,rFlow. St 0.15671161\n",
      "274 55 rFlow. Stu 0.15671161\n",
      "274 56 elow. Stud 0.15671161\n",
      "274 57 low. Stude 0.15671161\n",
      "274 58 ew. Studen 0.15671161\n",
      "274 59 r. Student 0.15671161\n",
      "274 60 . Students 0.15671161\n",
      "274 61  Students, 0.15671161\n",
      "274 62 Ttudents,  0.15671161\n",
      "274 63 tudents, p 0.15671161\n",
      "274 64 urents, pl 0.15671161\n",
      "274 65 rents, ple 0.15671161\n",
      "274 66 ants, plea 0.15671161\n",
      "274 67  ts, pleas 0.15671161\n",
      "274 68 ts, please 0.15671161\n",
      "274 69 u, please  0.15671161\n",
      "274 70 , please s 0.15671161\n",
      "274 71  please st 0.15671161\n",
      "274 72 Tlease stu 0.15671161\n",
      "274 73 lease stud 0.15671161\n",
      "274 74 ecse study 0.15671161\n",
      "274 75  se study  0.15671161\n",
      "274 76 te study h 0.15671161\n",
      "274 77 , study ha 0.15671161\n",
      "274 78  study har 0.15671161\n",
      "274 79 Ttudy hard 0.15671161\n",
      "274 80 ,udy hard. 0.15671161\n",
      "275 0 Te are dat 0.15670972\n",
      "275 1 e are data 0.15670972\n",
      "275 2  cre datae 0.15670972\n",
      "275 3 T e dataed 0.15670972\n",
      "275 4 te dataedu 0.15670972\n",
      "275 5 e dataedu. 0.15670972\n",
      "275 6  cataedu.  0.15670972\n",
      "275 7 Tataedu. T 0.15670972\n",
      "275 8 ataedu. Th 0.15670972\n",
      "275 9 taedu. The 0.15670972\n",
      "275 10 uedu. The  0.15670972\n",
      "275 11 tdu. The c 0.15670972\n",
      "275 12  u. The cu 0.15670972\n",
      "275 13 a. The cur 0.15670972\n",
      "275 14 r The curr 0.15670972\n",
      "275 15  She curre 0.15670972\n",
      "275 16 Tee curren 0.15670972\n",
      "275 17 ee current 0.15670972\n",
      "275 18   current  0.15670972\n",
      "275 19  current l 0.15670972\n",
      "275 20 Turrent le 0.15670972\n",
      "275 21 urrent lec 0.15670972\n",
      "275 22 reent lect 0.15670972\n",
      "275 23 eent lectu 0.15670972\n",
      "275 24 e t lectur 0.15670972\n",
      "275 25  tslecture 0.15670972\n",
      "275 26 t lecture  0.15670972\n",
      "275 27 ulecture i 0.15670972\n",
      "275 28 Tecture is 0.15670972\n",
      "275 29 eature is  0.15670972\n",
      "275 30  ture is a 0.15670972\n",
      "275 31 uure is a  0.15670972\n",
      "275 32 ude is a M 0.15670972\n",
      "275 33 re is a Ma 0.15670972\n",
      "275 34 e ds a Mat 0.15670972\n",
      "275 35  cs a Matc 0.15670972\n",
      "275 36 Ts a Match 0.15670972\n",
      "275 37 s a Match  0.15670972\n",
      "275 38 ea Match U 0.15670972\n",
      "275 39 T Match Up 0.15670972\n",
      "275 40 tMatch Up  0.15670972\n",
      "275 41 Tatch Up T 0.15670972\n",
      "275 42 atch Up Te 0.15670972\n",
      "275 43 tah Up Ten 0.15670972\n",
      "275 44 uh Up Tens 0.15670972\n",
      "275 45 u Up Tenso 0.15670972\n",
      "275 46  Up Tensor 0.15670972\n",
      "275 47 Tp TensorF 0.15670972\n",
      "275 48 p TensorFl 0.15670972\n",
      "275 49 lTensorFlo 0.15670972\n",
      "275 50 TensorFlow 0.15670972\n",
      "275 51 ensorFlow. 0.15670972\n",
      "275 52  torFlow.  0.15670972\n",
      "275 53 torFlow. S 0.15670972\n",
      "275 54 erFlow. St 0.15670972\n",
      "275 55 wFlow. Stu 0.15670972\n",
      "275 56 elow. Stud 0.15670972\n",
      "275 57 low. Stude 0.15670972\n",
      "275 58 ew. Studen 0.15670972\n",
      "275 59 w. Student 0.15670972\n",
      "275 60 . Students 0.15670972\n",
      "275 61  Students, 0.15670972\n",
      "275 62 Ttudents,  0.15670972\n",
      "275 63 tudents, p 0.15670972\n",
      "275 64 udents, pl 0.15670972\n",
      "275 65 rents, ple 0.15670972\n",
      "275 66 ants, plea 0.15670972\n",
      "275 67  ts, pleas 0.15670972\n",
      "275 68 t , please 0.15670972\n",
      "275 69 u, please  0.15670972\n",
      "275 70 e please s 0.15670972\n",
      "275 71  please st 0.15670972\n",
      "275 72 Tlease stu 0.15670972\n",
      "275 73 lease stud 0.15670972\n",
      "275 74 ease study 0.15670972\n",
      "275 75  se study  0.15670972\n",
      "275 76 te study h 0.15670972\n",
      "275 77 e study ha 0.15670972\n",
      "275 78  ctudy har 0.15670972\n",
      "275 79 Ttudy hard 0.15670972\n",
      "275 80 eudy hard. 0.15670972\n",
      "276 0 ae are dat 0.15670994\n",
      "276 1 e are data 0.15670994\n",
      "276 2  ire datae 0.15670994\n",
      "276 3 are dataed 0.15670994\n",
      "276 4 te dataedu 0.15670994\n",
      "276 5 e iataedu. 0.15670994\n",
      "276 6  iataedu.  0.15670994\n",
      "276 7 aataedu. T 0.15670994\n",
      "276 8 ataedu. Th 0.15670994\n",
      "276 9 tcedu. The 0.15670994\n",
      "276 10 uedu. The  0.15670994\n",
      "276 11 tdu. The c 0.15670994\n",
      "276 12  u. The cu 0.15670994\n",
      "276 13 a. The cur 0.15670994\n",
      "276 14 r The curr 0.15670994\n",
      "276 15  The curre 0.15670994\n",
      "276 16 ahe curren 0.15670994\n",
      "276 17 he current 0.15670994\n",
      "276 18   current  0.15670994\n",
      "276 19  iurrent l 0.15670994\n",
      "276 20 aurrent le 0.15670994\n",
      "276 21 urrent lec 0.15670994\n",
      "276 22 rrent lect 0.15670994\n",
      "276 23 eent lectu 0.15670994\n",
      "276 24 e t lectur 0.15670994\n",
      "276 25  t lecture 0.15670994\n",
      "276 26 t lecture  0.15670994\n",
      "276 27 ulecture i 0.15670994\n",
      "276 28 aecture is 0.15670994\n",
      "276 29 eature is  0.15670994\n",
      "276 30  ture is a 0.15670994\n",
      "276 31 uure is a  0.15670994\n",
      "276 32 ude is a M 0.15670994\n",
      "276 33 rr is a Ma 0.15670994\n",
      "276 34 e is a Mat 0.15670994\n",
      "276 35  is a Matc 0.15670994\n",
      "276 36 as a Match 0.15670994\n",
      "276 37 s a Match  0.15670994\n",
      "276 38 oa Match U 0.15670994\n",
      "276 39 arMatch Up 0.15670994\n",
      "276 40 tMatch Up  0.15670994\n",
      "276 41 aatch Up T 0.15670994\n",
      "276 42 atch Up Te 0.15670994\n",
      "276 43 tch Up Ten 0.15670994\n",
      "276 44 uh Up Tens 0.15670994\n",
      "276 45 u Up Tenso 0.15670994\n",
      "276 46  Up Tensor 0.15670994\n",
      "276 47 ap TensorF 0.15670994\n",
      "276 48 p TensorFl 0.15670994\n",
      "276 49  TensorFlo 0.15670994\n",
      "276 50 ahnsorFlow 0.15670994\n",
      "276 51 hnsorFlow. 0.15670994\n",
      "276 52  torFlow.  0.15670994\n",
      "276 53 torFlow. S 0.15670994\n",
      "276 54 orFlow. St 0.15670994\n",
      "276 55 wFlow. Stu 0.15670994\n",
      "276 56 elow. Stud 0.15670994\n",
      "276 57 low. Stude 0.15670994\n",
      "276 58 ew. Studen 0.15670994\n",
      "276 59 w. Student 0.15670994\n",
      "276 60 . Students 0.15670994\n",
      "276 61  Ttudents, 0.15670994\n",
      "276 62 atudents,  0.15670994\n",
      "276 63 tudents, p 0.15670994\n",
      "276 64 udents, pl 0.15670994\n",
      "276 65 rents, ple 0.15670994\n",
      "276 66 ants, plea 0.15670994\n",
      "276 67  t , pleas 0.15670994\n",
      "276 68 t , please 0.15670994\n",
      "276 69 u, please  0.15670994\n",
      "276 70 o please s 0.15670994\n",
      "276 71  please st 0.15670994\n",
      "276 72 alease stu 0.15670994\n",
      "276 73  ease stud 0.15670994\n",
      "276 74 ease study 0.15670994\n",
      "276 75  se study  0.15670994\n",
      "276 76 te study h 0.15670994\n",
      "276 77 o study ha 0.15670994\n",
      "276 78  itudy har 0.15670994\n",
      "276 79 atudy hard 0.15670994\n",
      "276 80 oudy hard. 0.15670994\n",
      "277 0 Te are dat 0.15670492\n",
      "277 1 e are data 0.15670492\n",
      "277 2  cre datae 0.15670492\n",
      "277 3 T e dataed 0.15670492\n",
      "277 4 te dataedu 0.15670492\n",
      "277 5 e iataedu. 0.15670492\n",
      "277 6  cataedu.  0.15670492\n",
      "277 7 Tataedu. T 0.15670492\n",
      "277 8 ataedu. Th 0.15670492\n",
      "277 9 tcedu. The 0.15670492\n",
      "277 10 uedu. The  0.15670492\n",
      "277 11 tdu. The c 0.15670492\n",
      "277 12  u. The cu 0.15670492\n",
      "277 13 a. The cur 0.15670492\n",
      "277 14 r The curr 0.15670492\n",
      "277 15  She curre 0.15670492\n",
      "277 16 Tee curren 0.15670492\n",
      "277 17 ee current 0.15670492\n",
      "277 18 e current  0.15670492\n",
      "277 19  current l 0.15670492\n",
      "277 20 Turrent le 0.15670492\n",
      "277 21 hrrent lec 0.15670492\n",
      "277 22 reent lect 0.15670492\n",
      "277 23 eent lectu 0.15670492\n",
      "277 24 e t lectur 0.15670492\n",
      "277 25  tslecture 0.15670492\n",
      "277 26 tslecture  0.15670492\n",
      "277 27 ulecture i 0.15670492\n",
      "277 28 Tecture is 0.15670492\n",
      "277 29 ecture is  0.15670492\n",
      "277 30  ture is a 0.15670492\n",
      "277 31 hure is a  0.15670492\n",
      "277 32 ure is a M 0.15670492\n",
      "277 33 re is a Ma 0.15670492\n",
      "277 34 e is a Mat 0.15670492\n",
      "277 35  cs a Matc 0.15670492\n",
      "277 36 Ts a Match 0.15670492\n",
      "277 37 s a Match  0.15670492\n",
      "277 38 ,a Match U 0.15670492\n",
      "277 39 T Match Up 0.15670492\n",
      "277 40 tMatch Up  0.15670492\n",
      "277 41 Tatch Up T 0.15670492\n",
      "277 42 atch Up Te 0.15670492\n",
      "277 43 tch Up Ten 0.15670492\n",
      "277 44 uh Up Tens 0.15670492\n",
      "277 45 h Up Tenso 0.15670492\n",
      "277 46 eUp Tensor 0.15670492\n",
      "277 47 Tp TensorF 0.15670492\n",
      "277 48 p TensorFl 0.15670492\n",
      "277 49  TensorFlo 0.15670492\n",
      "277 50 TensorFlow 0.15670492\n",
      "277 51 ensorFlow. 0.15670492\n",
      "277 52  torFlow.  0.15670492\n",
      "277 53 torFlow. S 0.15670492\n",
      "277 54 ,rFlow. St 0.15670492\n",
      "277 55 wFlow. Stu 0.15670492\n",
      "277 56 elow. Stud 0.15670492\n",
      "277 57 low. Stude 0.15670492\n",
      "277 58 ew. Studen 0.15670492\n",
      "277 59 w. Student 0.15670492\n",
      "277 60 . Students 0.15670492\n",
      "277 61  Students, 0.15670492\n",
      "277 62 Ttudents,  0.15670492\n",
      "277 63 tudents, p 0.15670492\n",
      "277 64 urents, pl 0.15670492\n",
      "277 65 rents, ple 0.15670492\n",
      "277 66 ants, plea 0.15670492\n",
      "277 67  ts, pleas 0.15670492\n",
      "277 68 ts, please 0.15670492\n",
      "277 69 u, please  0.15670492\n",
      "277 70 , please s 0.15670492\n",
      "277 71  please st 0.15670492\n",
      "277 72 Tlease stu 0.15670492\n",
      "277 73  ease stud 0.15670492\n",
      "277 74 ecse study 0.15670492\n",
      "277 75  se study  0.15670492\n",
      "277 76 te study h 0.15670492\n",
      "277 77 , study ha 0.15670492\n",
      "277 78  ctudy har 0.15670492\n",
      "277 79 Ttudy hard 0.15670492\n",
      "277 80 ,udy hard. 0.15670492\n",
      "278 0 Te are dat 0.15669952\n",
      "278 1 e are data 0.15669952\n",
      "278 2  dre datae 0.15669952\n",
      "278 3 T e dataed 0.15669952\n",
      "278 4 te dataedu 0.15669952\n",
      "278 5 e dataedu. 0.15669952\n",
      "278 6  dataedu.  0.15669952\n",
      "278 7 Tataedu. T 0.15669952\n",
      "278 8 ataedu. Th 0.15669952\n",
      "278 9 taedu. The 0.15669952\n",
      "278 10 uedu. The  0.15669952\n",
      "278 11 tdu. The c 0.15669952\n",
      "278 12  u. The cu 0.15669952\n",
      "278 13 a. The cur 0.15669952\n",
      "278 14 r The curr 0.15669952\n",
      "278 15  She curre 0.15669952\n",
      "278 16 The curren 0.15669952\n",
      "278 17 ee current 0.15669952\n",
      "278 18   current  0.15669952\n",
      "278 19  durrent l 0.15669952\n",
      "278 20 Turrent le 0.15669952\n",
      "278 21 urrent lec 0.15669952\n",
      "278 22 reent lect 0.15669952\n",
      "278 23 eent lectu 0.15669952\n",
      "278 24 e t lectur 0.15669952\n",
      "278 25  tslecture 0.15669952\n",
      "278 26 tslecture  0.15669952\n",
      "278 27 ulecture i 0.15669952\n",
      "278 28 Tecture is 0.15669952\n",
      "278 29 eature is  0.15669952\n",
      "278 30  ture is a 0.15669952\n",
      "278 31 uure is a  0.15669952\n",
      "278 32 ure is a M 0.15669952\n",
      "278 33 re is a Ma 0.15669952\n",
      "278 34 e ds a Mat 0.15669952\n",
      "278 35  ds a Matc 0.15669952\n",
      "278 36 Ts a Match 0.15669952\n",
      "278 37 s a Match  0.15669952\n",
      "278 38 ,a Match U 0.15669952\n",
      "278 39 T Match Up 0.15669952\n",
      "278 40 tMatch Up  0.15669952\n",
      "278 41 Tatch Up T 0.15669952\n",
      "278 42 atch Up Te 0.15669952\n",
      "278 43 tah Up Ten 0.15669952\n",
      "278 44 uh Up Tens 0.15669952\n",
      "278 45 u Up Tenso 0.15669952\n",
      "278 46  Up Tensor 0.15669952\n",
      "278 47 Tp TensorF 0.15669952\n",
      "278 48 p TensorFl 0.15669952\n",
      "278 49  TensorFlo 0.15669952\n",
      "278 50 ThnsorFlow 0.15669952\n",
      "278 51 ensorFlow. 0.15669952\n",
      "278 52  torFlow.  0.15669952\n",
      "278 53 torFlow. S 0.15669952\n",
      "278 54 ,rFlow. St 0.15669952\n",
      "278 55 rFlow. Stu 0.15669952\n",
      "278 56 elow. Stud 0.15669952\n",
      "278 57 low. Stude 0.15669952\n",
      "278 58 ew. Studen 0.15669952\n",
      "278 59 r. Student 0.15669952\n",
      "278 60 . Students 0.15669952\n",
      "278 61  Students, 0.15669952\n",
      "278 62 Ttudents,  0.15669952\n",
      "278 63 tudents, p 0.15669952\n",
      "278 64 urents, pl 0.15669952\n",
      "278 65 rents, ple 0.15669952\n",
      "278 66 ants, plea 0.15669952\n",
      "278 67  ts, pleas 0.15669952\n",
      "278 68 ts, please 0.15669952\n",
      "278 69 u, please  0.15669952\n",
      "278 70 , please s 0.15669952\n",
      "278 71  please st 0.15669952\n",
      "278 72 Tlease stu 0.15669952\n",
      "278 73  ease stud 0.15669952\n",
      "278 74 ease study 0.15669952\n",
      "278 75  se study  0.15669952\n",
      "278 76 te study h 0.15669952\n",
      "278 77 , study ha 0.15669952\n",
      "278 78  dtudy har 0.15669952\n",
      "278 79 Ttudy hard 0.15669952\n",
      "278 80 ,udy hard. 0.15669952\n",
      "279 0 ae are dat 0.15669934\n",
      "279 1 e are data 0.15669934\n",
      "279 2  are datae 0.15669934\n",
      "279 3 are dataed 0.15669934\n",
      "279 4 te dataedu 0.15669934\n",
      "279 5 e iataedu. 0.15669934\n",
      "279 6  aataedu.  0.15669934\n",
      "279 7 aataedu. T 0.15669934\n",
      "279 8 ataedu. Th 0.15669934\n",
      "279 9 tcedu. The 0.15669934\n",
      "279 10 uedu. The  0.15669934\n",
      "279 11 tdu. The c 0.15669934\n",
      "279 12  u. The cu 0.15669934\n",
      "279 13 a. The cur 0.15669934\n",
      "279 14 r The curr 0.15669934\n",
      "279 15  The curre 0.15669934\n",
      "279 16 ahe curren 0.15669934\n",
      "279 17 he current 0.15669934\n",
      "279 18   current  0.15669934\n",
      "279 19  aurrent l 0.15669934\n",
      "279 20 aurrent le 0.15669934\n",
      "279 21 urrent lec 0.15669934\n",
      "279 22 rrent lect 0.15669934\n",
      "279 23 eent lectu 0.15669934\n",
      "279 24 e t lectur 0.15669934\n",
      "279 25  t lecture 0.15669934\n",
      "279 26 t lecture  0.15669934\n",
      "279 27 ulecture i 0.15669934\n",
      "279 28 aecture is 0.15669934\n",
      "279 29 eature is  0.15669934\n",
      "279 30  ture is a 0.15669934\n",
      "279 31 uure is a  0.15669934\n",
      "279 32 ude is a M 0.15669934\n",
      "279 33 rr is a Ma 0.15669934\n",
      "279 34 e is a Mat 0.15669934\n",
      "279 35  as a Matc 0.15669934\n",
      "279 36 as a Match 0.15669934\n",
      "279 37 s a Match  0.15669934\n",
      "279 38 ,a Match U 0.15669934\n",
      "279 39 arMatch Up 0.15669934\n",
      "279 40 tMatch Up  0.15669934\n",
      "279 41 aatch Up T 0.15669934\n",
      "279 42 atch Up Te 0.15669934\n",
      "279 43 tch Up Ten 0.15669934\n",
      "279 44 uh Up Tens 0.15669934\n",
      "279 45 u Up Tenso 0.15669934\n",
      "279 46  Up Tensor 0.15669934\n",
      "279 47 ap TensorF 0.15669934\n",
      "279 48 p TensorFl 0.15669934\n",
      "279 49  TensorFlo 0.15669934\n",
      "279 50 ahnsorFlow 0.15669934\n",
      "279 51 hnsorFlow. 0.15669934\n",
      "279 52  torFlow.  0.15669934\n",
      "279 53 torFlow. S 0.15669934\n",
      "279 54 ,rFlow. St 0.15669934\n",
      "279 55 rFlow. Stu 0.15669934\n",
      "279 56 elow. Stud 0.15669934\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "279 57 low. Stude 0.15669934\n",
      "279 58 ew. Studen 0.15669934\n",
      "279 59 r. Student 0.15669934\n",
      "279 60 . Students 0.15669934\n",
      "279 61  Ttudents, 0.15669934\n",
      "279 62 atudents,  0.15669934\n",
      "279 63 tudents, p 0.15669934\n",
      "279 64 udents, pl 0.15669934\n",
      "279 65 rents, ple 0.15669934\n",
      "279 66 ants, plea 0.15669934\n",
      "279 67  t , pleas 0.15669934\n",
      "279 68 t , please 0.15669934\n",
      "279 69 u, please  0.15669934\n",
      "279 70 , please s 0.15669934\n",
      "279 71  please st 0.15669934\n",
      "279 72 alease stu 0.15669934\n",
      "279 73  ease stud 0.15669934\n",
      "279 74 ease study 0.15669934\n",
      "279 75  se study  0.15669934\n",
      "279 76 te study h 0.15669934\n",
      "279 77 , study ha 0.15669934\n",
      "279 78  atudy har 0.15669934\n",
      "279 79 atudy hard 0.15669934\n",
      "279 80 ,udy hard. 0.15669934\n",
      "280 0 Te are dat 0.15669733\n",
      "280 1 e are data 0.15669733\n",
      "280 2  cre datae 0.15669733\n",
      "280 3 T e dataed 0.15669733\n",
      "280 4 te dataedu 0.15669733\n",
      "280 5 e dataedu. 0.15669733\n",
      "280 6  cataedu.  0.15669733\n",
      "280 7 Tataedu. T 0.15669733\n",
      "280 8 etaedu. Th 0.15669733\n",
      "280 9 tcedu. The 0.15669733\n",
      "280 10 uedu. The  0.15669733\n",
      "280 11 tdu. The c 0.15669733\n",
      "280 12  u. The cu 0.15669733\n",
      "280 13 e. The cur 0.15669733\n",
      "280 14 r The curr 0.15669733\n",
      "280 15  She curre 0.15669733\n",
      "280 16 Tee curren 0.15669733\n",
      "280 17 ee current 0.15669733\n",
      "280 18 e current  0.15669733\n",
      "280 19  current l 0.15669733\n",
      "280 20 Turrent le 0.15669733\n",
      "280 21 hrrent lec 0.15669733\n",
      "280 22 rrent lect 0.15669733\n",
      "280 23 eent lectu 0.15669733\n",
      "280 24 e t lectur 0.15669733\n",
      "280 25  tslecture 0.15669733\n",
      "280 26 tslecture  0.15669733\n",
      "280 27 ulecture i 0.15669733\n",
      "280 28 Tecture is 0.15669733\n",
      "280 29 ecture is  0.15669733\n",
      "280 30  ture is a 0.15669733\n",
      "280 31 hure is a  0.15669733\n",
      "280 32 ude is a M 0.15669733\n",
      "280 33 rr is a Ma 0.15669733\n",
      "280 34 e ds a Mat 0.15669733\n",
      "280 35  cs a Matc 0.15669733\n",
      "280 36 Ts a Match 0.15669733\n",
      "280 37 s a Match  0.15669733\n",
      "280 38 ta Match U 0.15669733\n",
      "280 39 T Match Up 0.15669733\n",
      "280 40 tMatch Up  0.15669733\n",
      "280 41 Tatch Up T 0.15669733\n",
      "280 42 atch Up Te 0.15669733\n",
      "280 43 tch Up Ten 0.15669733\n",
      "280 44 uh Up Tens 0.15669733\n",
      "280 45 h Up Tenso 0.15669733\n",
      "280 46 eUp Tensor 0.15669733\n",
      "280 47 Tp TensorF 0.15669733\n",
      "280 48 p TensorFl 0.15669733\n",
      "280 49 lTensorFlo 0.15669733\n",
      "280 50 TensorFlow 0.15669733\n",
      "280 51 ensorFlow. 0.15669733\n",
      "280 52  torFlow.  0.15669733\n",
      "280 53 torFlow. S 0.15669733\n",
      "280 54 trFlow. St 0.15669733\n",
      "280 55 rFlow. Stu 0.15669733\n",
      "280 56 elow. Stud 0.15669733\n",
      "280 57 low. Stude 0.15669733\n",
      "280 58 ew. Studen 0.15669733\n",
      "280 59 r. Student 0.15669733\n",
      "280 60 . Students 0.15669733\n",
      "280 61  Students, 0.15669733\n",
      "280 62 Ttudents,  0.15669733\n",
      "280 63 tudents, p 0.15669733\n",
      "280 64 udents, pl 0.15669733\n",
      "280 65 rents, ple 0.15669733\n",
      "280 66 ents, plea 0.15669733\n",
      "280 67  ts, pleas 0.15669733\n",
      "280 68 ts, please 0.15669733\n",
      "280 69 u, please  0.15669733\n",
      "280 70 t please s 0.15669733\n",
      "280 71  please st 0.15669733\n",
      "280 72 Tlease stu 0.15669733\n",
      "280 73 lease stud 0.15669733\n",
      "280 74 ecse study 0.15669733\n",
      "280 75  se study  0.15669733\n",
      "280 76 te study h 0.15669733\n",
      "280 77 t study ha 0.15669733\n",
      "280 78  ctudy har 0.15669733\n",
      "280 79 Ttudy hard 0.15669733\n",
      "280 80 tudy hard. 0.15669733\n",
      "281 0 ae are dat 0.15669096\n",
      "281 1 e are data 0.15669096\n",
      "281 2  sre datae 0.15669096\n",
      "281 3 are dataed 0.15669096\n",
      "281 4 te dataedu 0.15669096\n",
      "281 5 e dataedu. 0.15669096\n",
      "281 6  sataedu.  0.15669096\n",
      "281 7 aataedu. T 0.15669096\n",
      "281 8 ataedu. Th 0.15669096\n",
      "281 9 taedu. The 0.15669096\n",
      "281 10 uedu. The  0.15669096\n",
      "281 11 tdu. The c 0.15669096\n",
      "281 12  u. The cu 0.15669096\n",
      "281 13 a. The cur 0.15669096\n",
      "281 14 r The curr 0.15669096\n",
      "281 15  She curre 0.15669096\n",
      "281 16 aee curren 0.15669096\n",
      "281 17 ee current 0.15669096\n",
      "281 18   current  0.15669096\n",
      "281 19  surrent l 0.15669096\n",
      "281 20 aurrent le 0.15669096\n",
      "281 21 hrrent lec 0.15669096\n",
      "281 22 reent lect 0.15669096\n",
      "281 23 eent lectu 0.15669096\n",
      "281 24 e t lectur 0.15669096\n",
      "281 25  tslecture 0.15669096\n",
      "281 26 tslecture  0.15669096\n",
      "281 27 ulecture i 0.15669096\n",
      "281 28 aecture is 0.15669096\n",
      "281 29 eature is  0.15669096\n",
      "281 30  ture is a 0.15669096\n",
      "281 31 hure is a  0.15669096\n",
      "281 32 ure is a M 0.15669096\n",
      "281 33 re is a Ma 0.15669096\n",
      "281 34 e ds a Mat 0.15669096\n",
      "281 35  ss a Matc 0.15669096\n",
      "281 36 as a Match 0.15669096\n",
      "281 37 s a Match  0.15669096\n",
      "281 38 oa Match U 0.15669096\n",
      "281 39 arMatch Up 0.15669096\n",
      "281 40 tMatch Up  0.15669096\n",
      "281 41 aatch Up T 0.15669096\n",
      "281 42 atch Up Te 0.15669096\n",
      "281 43 tah Up Ten 0.15669096\n",
      "281 44 uh Up Tens 0.15669096\n",
      "281 45 h Up Tenso 0.15669096\n",
      "281 46  Up Tensor 0.15669096\n",
      "281 47 ap TensorF 0.15669096\n",
      "281 48 p TensorFl 0.15669096\n",
      "281 49 lTensorFlo 0.15669096\n",
      "281 50 aensorFlow 0.15669096\n",
      "281 51 ensorFlow. 0.15669096\n",
      "281 52  torFlow.  0.15669096\n",
      "281 53 torFlow. S 0.15669096\n",
      "281 54 orFlow. St 0.15669096\n",
      "281 55 wFlow. Stu 0.15669096\n",
      "281 56 elow. Stud 0.15669096\n",
      "281 57 low. Stude 0.15669096\n",
      "281 58 ew. Studen 0.15669096\n",
      "281 59 w. Student 0.15669096\n",
      "281 60 . Students 0.15669096\n",
      "281 61  Students, 0.15669096\n",
      "281 62 atudents,  0.15669096\n",
      "281 63 tudents, p 0.15669096\n",
      "281 64 urents, pl 0.15669096\n",
      "281 65 rents, ple 0.15669096\n",
      "281 66 ants, plea 0.15669096\n",
      "281 67  ts, pleas 0.15669096\n",
      "281 68 ts, please 0.15669096\n",
      "281 69 u, please  0.15669096\n",
      "281 70 o please s 0.15669096\n",
      "281 71  please st 0.15669096\n",
      "281 72 alease stu 0.15669096\n",
      "281 73 lease stud 0.15669096\n",
      "281 74 ease study 0.15669096\n",
      "281 75  se study  0.15669096\n",
      "281 76 te study h 0.15669096\n",
      "281 77 o study ha 0.15669096\n",
      "281 78  study har 0.15669096\n",
      "281 79 atudy hard 0.15669096\n",
      "281 80 oudy hard. 0.15669096\n",
      "282 0 ae are dat 0.15668996\n",
      "282 1 e are data 0.15668996\n",
      "282 2  sre datae 0.15668996\n",
      "282 3 are dataed 0.15668996\n",
      "282 4 te dataedu 0.15668996\n",
      "282 5 e iataedu. 0.15668996\n",
      "282 6  sataedu.  0.15668996\n",
      "282 7 aataedu. T 0.15668996\n",
      "282 8 ataedu. Th 0.15668996\n",
      "282 9 tcedu. The 0.15668996\n",
      "282 10 uedu. The  0.15668996\n",
      "282 11 tdu. The c 0.15668996\n",
      "282 12  u. The cu 0.15668996\n",
      "282 13 a. The cur 0.15668996\n",
      "282 14 r The curr 0.15668996\n",
      "282 15  The curre 0.15668996\n",
      "282 16 ahe curren 0.15668996\n",
      "282 17 he current 0.15668996\n",
      "282 18   current  0.15668996\n",
      "282 19  surrent l 0.15668996\n",
      "282 20 aurrent le 0.15668996\n",
      "282 21 urrent lec 0.15668996\n",
      "282 22 rrent lect 0.15668996\n",
      "282 23 eent lectu 0.15668996\n",
      "282 24 e t lectur 0.15668996\n",
      "282 25  t lecture 0.15668996\n",
      "282 26 t lecture  0.15668996\n",
      "282 27 ulecture i 0.15668996\n",
      "282 28 aecture is 0.15668996\n",
      "282 29 ecture is  0.15668996\n",
      "282 30  ture is a 0.15668996\n",
      "282 31 uure is a  0.15668996\n",
      "282 32 ure is a M 0.15668996\n",
      "282 33 rr is a Ma 0.15668996\n",
      "282 34 e is a Mat 0.15668996\n",
      "282 35  ss a Matc 0.15668996\n",
      "282 36 as a Match 0.15668996\n",
      "282 37 s a Match  0.15668996\n",
      "282 38 oa Match U 0.15668996\n",
      "282 39 arMatch Up 0.15668996\n",
      "282 40 tMatch Up  0.15668996\n",
      "282 41 aatch Up T 0.15668996\n",
      "282 42 atch Up Te 0.15668996\n",
      "282 43 tch Up Ten 0.15668996\n",
      "282 44 uh Up Tens 0.15668996\n",
      "282 45 u Up Tenso 0.15668996\n",
      "282 46  Up Tensor 0.15668996\n",
      "282 47 ap TensorF 0.15668996\n",
      "282 48 p TensorFl 0.15668996\n",
      "282 49 lTensorFlo 0.15668996\n",
      "282 50 ahnsorFlow 0.15668996\n",
      "282 51 hnsorFlow. 0.15668996\n",
      "282 52  torFlow.  0.15668996\n",
      "282 53 torFlow. S 0.15668996\n",
      "282 54 orFlow. St 0.15668996\n",
      "282 55 wFlow. Stu 0.15668996\n",
      "282 56 elow. Stud 0.15668996\n",
      "282 57 low. Stude 0.15668996\n",
      "282 58 ew. Studen 0.15668996\n",
      "282 59 w. Student 0.15668996\n",
      "282 60 . Students 0.15668996\n",
      "282 61  Ttudents, 0.15668996\n",
      "282 62 atudents,  0.15668996\n",
      "282 63 tudents, p 0.15668996\n",
      "282 64 urents, pl 0.15668996\n",
      "282 65 rents, ple 0.15668996\n",
      "282 66 ants, plea 0.15668996\n",
      "282 67  t , pleas 0.15668996\n",
      "282 68 t , please 0.15668996\n",
      "282 69 u, please  0.15668996\n",
      "282 70 o please s 0.15668996\n",
      "282 71  please st 0.15668996\n",
      "282 72 alease stu 0.15668996\n",
      "282 73 lease stud 0.15668996\n",
      "282 74 ecse study 0.15668996\n",
      "282 75  se study  0.15668996\n",
      "282 76 te study h 0.15668996\n",
      "282 77 o study ha 0.15668996\n",
      "282 78  study har 0.15668996\n",
      "282 79 atudy hard 0.15668996\n",
      "282 80 oudy hard. 0.15668996\n",
      "283 0 Te are dat 0.15668851\n",
      "283 1 e are data 0.15668851\n",
      "283 2  cre datae 0.15668851\n",
      "283 3 T e dataed 0.15668851\n",
      "283 4 te dataedu 0.15668851\n",
      "283 5 e dataedu. 0.15668851\n",
      "283 6  cataedu.  0.15668851\n",
      "283 7 Tataedu. T 0.15668851\n",
      "283 8 utaedu. Th 0.15668851\n",
      "283 9 tcedu. The 0.15668851\n",
      "283 10 uedu. The  0.15668851\n",
      "283 11 tdu. The c 0.15668851\n",
      "283 12  u. The cu 0.15668851\n",
      "283 13 u. The cur 0.15668851\n",
      "283 14 r The curr 0.15668851\n",
      "283 15  She curre 0.15668851\n",
      "283 16 Tee curren 0.15668851\n",
      "283 17 ee current 0.15668851\n",
      "283 18 e current  0.15668851\n",
      "283 19  current l 0.15668851\n",
      "283 20 Turrent le 0.15668851\n",
      "283 21 hrrent lec 0.15668851\n",
      "283 22 rrent lect 0.15668851\n",
      "283 23 eent lectu 0.15668851\n",
      "283 24 e t lectur 0.15668851\n",
      "283 25  tslecture 0.15668851\n",
      "283 26 tslecture  0.15668851\n",
      "283 27 ulecture i 0.15668851\n",
      "283 28 Tecture is 0.15668851\n",
      "283 29 ecture is  0.15668851\n",
      "283 30  ture is a 0.15668851\n",
      "283 31 hure is a  0.15668851\n",
      "283 32 ude is a M 0.15668851\n",
      "283 33 rr is a Ma 0.15668851\n",
      "283 34 e ds a Mat 0.15668851\n",
      "283 35  cs a Matc 0.15668851\n",
      "283 36 Ts a Match 0.15668851\n",
      "283 37 s a Match  0.15668851\n",
      "283 38 ta Match U 0.15668851\n",
      "283 39 T Match Up 0.15668851\n",
      "283 40 tMatch Up  0.15668851\n",
      "283 41 Tatch Up T 0.15668851\n",
      "283 42 atch Up Te 0.15668851\n",
      "283 43 tch Up Ten 0.15668851\n",
      "283 44 uh Up Tens 0.15668851\n",
      "283 45 h Up Tenso 0.15668851\n",
      "283 46 eUp Tensor 0.15668851\n",
      "283 47 Tp TensorF 0.15668851\n",
      "283 48 p TensorFl 0.15668851\n",
      "283 49  TensorFlo 0.15668851\n",
      "283 50 TensorFlow 0.15668851\n",
      "283 51 ensorFlow. 0.15668851\n",
      "283 52  torFlow.  0.15668851\n",
      "283 53 torFlow. S 0.15668851\n",
      "283 54 trFlow. St 0.15668851\n",
      "283 55 wFlow. Stu 0.15668851\n",
      "283 56 elow. Stud 0.15668851\n",
      "283 57 low. Stude 0.15668851\n",
      "283 58 ew. Studen 0.15668851\n",
      "283 59 w. Student 0.15668851\n",
      "283 60 . Students 0.15668851\n",
      "283 61  Students, 0.15668851\n",
      "283 62 Ttudents,  0.15668851\n",
      "283 63 tudents, p 0.15668851\n",
      "283 64 udents, pl 0.15668851\n",
      "283 65 rents, ple 0.15668851\n",
      "283 66 unts, plea 0.15668851\n",
      "283 67  ts, pleas 0.15668851\n",
      "283 68 ts, please 0.15668851\n",
      "283 69 u, please  0.15668851\n",
      "283 70 t please s 0.15668851\n",
      "283 71  please st 0.15668851\n",
      "283 72 Tlease stu 0.15668851\n",
      "283 73  ease stud 0.15668851\n",
      "283 74 ecse study 0.15668851\n",
      "283 75  se study  0.15668851\n",
      "283 76 te study h 0.15668851\n",
      "283 77 t study ha 0.15668851\n",
      "283 78  ctudy har 0.15668851\n",
      "283 79 Ttudy hard 0.15668851\n",
      "283 80 tudy hard. 0.15668851\n",
      "284 0 ae are dat 0.15668455\n",
      "284 1 e are data 0.15668455\n",
      "284 2  sre datae 0.15668455\n",
      "284 3 are dataed 0.15668455\n",
      "284 4 te dataedu 0.15668455\n",
      "284 5 e iataedu. 0.15668455\n",
      "284 6  sataedu.  0.15668455\n",
      "284 7 aataedu. T 0.15668455\n",
      "284 8 ataedu. Th 0.15668455\n",
      "284 9 taedu. The 0.15668455\n",
      "284 10 uedu. The  0.15668455\n",
      "284 11 tdu. The c 0.15668455\n",
      "284 12  u. The cu 0.15668455\n",
      "284 13 a. The cur 0.15668455\n",
      "284 14 r The curr 0.15668455\n",
      "284 15  The curre 0.15668455\n",
      "284 16 aee curren 0.15668455\n",
      "284 17 ee current 0.15668455\n",
      "284 18 e current  0.15668455\n",
      "284 19  surrent l 0.15668455\n",
      "284 20 aurrent le 0.15668455\n",
      "284 21 hrrent lec 0.15668455\n",
      "284 22 reent lect 0.15668455\n",
      "284 23 eent lectu 0.15668455\n",
      "284 24 e t lectur 0.15668455\n",
      "284 25  t lecture 0.15668455\n",
      "284 26 tslecture  0.15668455\n",
      "284 27 ulecture i 0.15668455\n",
      "284 28 aecture is 0.15668455\n",
      "284 29 eature is  0.15668455\n",
      "284 30  ture is a 0.15668455\n",
      "284 31 hure is a  0.15668455\n",
      "284 32 ude is a M 0.15668455\n",
      "284 33 re is a Ma 0.15668455\n",
      "284 34 e is a Mat 0.15668455\n",
      "284 35  ss a Matc 0.15668455\n",
      "284 36 as a Match 0.15668455\n",
      "284 37 s a Match  0.15668455\n",
      "284 38 ,a Match U 0.15668455\n",
      "284 39 arMatch Up 0.15668455\n",
      "284 40 tMatch Up  0.15668455\n",
      "284 41 aatch Up T 0.15668455\n",
      "284 42 atch Up Te 0.15668455\n",
      "284 43 tah Up Ten 0.15668455\n",
      "284 44 uh Up Tens 0.15668455\n",
      "284 45 h Up Tenso 0.15668455\n",
      "284 46 eUp Tensor 0.15668455\n",
      "284 47 ap TensorF 0.15668455\n",
      "284 48 p TensorFl 0.15668455\n",
      "284 49  TensorFlo 0.15668455\n",
      "284 50 aensorFlow 0.15668455\n",
      "284 51 ensorFlow. 0.15668455\n",
      "284 52  torFlow.  0.15668455\n",
      "284 53 torFlow. S 0.15668455\n",
      "284 54 ,rFlow. St 0.15668455\n",
      "284 55 rFlow. Stu 0.15668455\n",
      "284 56 elow. Stud 0.15668455\n",
      "284 57 low. Stude 0.15668455\n",
      "284 58 ew. Studen 0.15668455\n",
      "284 59 r. Student 0.15668455\n",
      "284 60 . Students 0.15668455\n",
      "284 61  Ttudents, 0.15668455\n",
      "284 62 atudents,  0.15668455\n",
      "284 63 tudents, p 0.15668455\n",
      "284 64 udents, pl 0.15668455\n",
      "284 65 rents, ple 0.15668455\n",
      "284 66 ants, plea 0.15668455\n",
      "284 67  t , pleas 0.15668455\n",
      "284 68 ts, please 0.15668455\n",
      "284 69 u, please  0.15668455\n",
      "284 70 , please s 0.15668455\n",
      "284 71  please st 0.15668455\n",
      "284 72 alease stu 0.15668455\n",
      "284 73  ease stud 0.15668455\n",
      "284 74 ease study 0.15668455\n",
      "284 75  se study  0.15668455\n",
      "284 76 te study h 0.15668455\n",
      "284 77 , study ha 0.15668455\n",
      "284 78  study har 0.15668455\n",
      "284 79 atudy hard 0.15668455\n",
      "284 80 ,udy hard. 0.15668455\n",
      "285 0 ae are dat 0.15668087\n",
      "285 1 e are data 0.15668087\n",
      "285 2  are datae 0.15668087\n",
      "285 3 are dataed 0.15668087\n",
      "285 4 te dataedu 0.15668087\n",
      "285 5 e iataedu. 0.15668087\n",
      "285 6  aataedu.  0.15668087\n",
      "285 7 aataedu. T 0.15668087\n",
      "285 8 ataedu. Th 0.15668087\n",
      "285 9 tcedu. The 0.15668087\n",
      "285 10 uedu. The  0.15668087\n",
      "285 11 tdu. The c 0.15668087\n",
      "285 12  u. The cu 0.15668087\n",
      "285 13 a. The cur 0.15668087\n",
      "285 14 r The curr 0.15668087\n",
      "285 15  The curre 0.15668087\n",
      "285 16 ahe curren 0.15668087\n",
      "285 17 ee current 0.15668087\n",
      "285 18   current  0.15668087\n",
      "285 19  aurrent l 0.15668087\n",
      "285 20 aurrent le 0.15668087\n",
      "285 21 urrent lec 0.15668087\n",
      "285 22 reent lect 0.15668087\n",
      "285 23 eent lectu 0.15668087\n",
      "285 24 e t lectur 0.15668087\n",
      "285 25  tslecture 0.15668087\n",
      "285 26 tslecture  0.15668087\n",
      "285 27 ulecture i 0.15668087\n",
      "285 28 aecture is 0.15668087\n",
      "285 29 eature is  0.15668087\n",
      "285 30  ture is a 0.15668087\n",
      "285 31 uure is a  0.15668087\n",
      "285 32 ure is a M 0.15668087\n",
      "285 33 re is a Ma 0.15668087\n",
      "285 34 e is a Mat 0.15668087\n",
      "285 35  as a Matc 0.15668087\n",
      "285 36 as a Match 0.15668087\n",
      "285 37 s a Match  0.15668087\n",
      "285 38 ,a Match U 0.15668087\n",
      "285 39 arMatch Up 0.15668087\n",
      "285 40 tMatch Up  0.15668087\n",
      "285 41 aatch Up T 0.15668087\n",
      "285 42 atch Up Te 0.15668087\n",
      "285 43 tch Up Ten 0.15668087\n",
      "285 44 uh Up Tens 0.15668087\n",
      "285 45 u Up Tenso 0.15668087\n",
      "285 46  Up Tensor 0.15668087\n",
      "285 47 ap TensorF 0.15668087\n",
      "285 48 p TensorFl 0.15668087\n",
      "285 49  TensorFlo 0.15668087\n",
      "285 50 ahnsorFlow 0.15668087\n",
      "285 51 ensorFlow. 0.15668087\n",
      "285 52  torFlow.  0.15668087\n",
      "285 53 torFlow. S 0.15668087\n",
      "285 54 ,rFlow. St 0.15668087\n",
      "285 55 rFlow. Stu 0.15668087\n",
      "285 56 elow. Stud 0.15668087\n",
      "285 57 low. Stude 0.15668087\n",
      "285 58 ew. Studen 0.15668087\n",
      "285 59 r. Student 0.15668087\n",
      "285 60 . Students 0.15668087\n",
      "285 61  Ttudents, 0.15668087\n",
      "285 62 atudents,  0.15668087\n",
      "285 63 tudents, p 0.15668087\n",
      "285 64 urents, pl 0.15668087\n",
      "285 65 rents, ple 0.15668087\n",
      "285 66 ants, plea 0.15668087\n",
      "285 67  ts, pleas 0.15668087\n",
      "285 68 ts, please 0.15668087\n",
      "285 69 u, please  0.15668087\n",
      "285 70 , please s 0.15668087\n",
      "285 71  please st 0.15668087\n",
      "285 72 alease stu 0.15668087\n",
      "285 73  ease stud 0.15668087\n",
      "285 74 ease study 0.15668087\n",
      "285 75  se study  0.15668087\n",
      "285 76 te study h 0.15668087\n",
      "285 77 , study ha 0.15668087\n",
      "285 78  atudy har 0.15668087\n",
      "285 79 atudy hard 0.15668087\n",
      "285 80 ,udy hard. 0.15668087\n",
      "286 0 Te are dat 0.15668015\n",
      "286 1 e are data 0.15668015\n",
      "286 2  cre datae 0.15668015\n",
      "286 3 T e dataed 0.15668015\n",
      "286 4 te dataedu 0.15668015\n",
      "286 5 e dataedu. 0.15668015\n",
      "286 6  cataedu.  0.15668015\n",
      "286 7 Tataedu. T 0.15668015\n",
      "286 8 ataedu. Th 0.15668015\n",
      "286 9 tcedu. The 0.15668015\n",
      "286 10 uedu. The  0.15668015\n",
      "286 11 tdu. The c 0.15668015\n",
      "286 12  u. The cu 0.15668015\n",
      "286 13 a. The cur 0.15668015\n",
      "286 14 r The curr 0.15668015\n",
      "286 15  She curre 0.15668015\n",
      "286 16 The curren 0.15668015\n",
      "286 17 he current 0.15668015\n",
      "286 18 e current  0.15668015\n",
      "286 19  current l 0.15668015\n",
      "286 20 Turrent le 0.15668015\n",
      "286 21 urrent lec 0.15668015\n",
      "286 22 rrent lect 0.15668015\n",
      "286 23 eent lectu 0.15668015\n",
      "286 24 e t lectur 0.15668015\n",
      "286 25  tslecture 0.15668015\n",
      "286 26 t lecture  0.15668015\n",
      "286 27 ulecture i 0.15668015\n",
      "286 28 Tecture is 0.15668015\n",
      "286 29 ecture is  0.15668015\n",
      "286 30  ture is a 0.15668015\n",
      "286 31 uure is a  0.15668015\n",
      "286 32 ure is a M 0.15668015\n",
      "286 33 rr is a Ma 0.15668015\n",
      "286 34 e ds a Mat 0.15668015\n",
      "286 35  cs a Matc 0.15668015\n",
      "286 36 Ts a Match 0.15668015\n",
      "286 37 s a Match  0.15668015\n",
      "286 38 ,a Match U 0.15668015\n",
      "286 39 T Match Up 0.15668015\n",
      "286 40 tMatch Up  0.15668015\n",
      "286 41 Tatch Up T 0.15668015\n",
      "286 42 atch Up Te 0.15668015\n",
      "286 43 tch Up Ten 0.15668015\n",
      "286 44 uh Up Tens 0.15668015\n",
      "286 45 u Up Tenso 0.15668015\n",
      "286 46 eUp Tensor 0.15668015\n",
      "286 47 Tp TensorF 0.15668015\n",
      "286 48 p TensorFl 0.15668015\n",
      "286 49  TensorFlo 0.15668015\n",
      "286 50 ThnsorFlow 0.15668015\n",
      "286 51 hnsorFlow. 0.15668015\n",
      "286 52  torFlow.  0.15668015\n",
      "286 53 torFlow. S 0.15668015\n",
      "286 54 ,rFlow. St 0.15668015\n",
      "286 55 rFlow. Stu 0.15668015\n",
      "286 56 elow. Stud 0.15668015\n",
      "286 57 low. Stude 0.15668015\n",
      "286 58 ew. Studen 0.15668015\n",
      "286 59 r. Student 0.15668015\n",
      "286 60 . Students 0.15668015\n",
      "286 61  Students, 0.15668015\n",
      "286 62 Ttudents,  0.15668015\n",
      "286 63 tudents, p 0.15668015\n",
      "286 64 urents, pl 0.15668015\n",
      "286 65 rents, ple 0.15668015\n",
      "286 66 ants, plea 0.15668015\n",
      "286 67  ts, pleas 0.15668015\n",
      "286 68 t , please 0.15668015\n",
      "286 69 u, please  0.15668015\n",
      "286 70 , please s 0.15668015\n",
      "286 71  please st 0.15668015\n",
      "286 72 Tlease stu 0.15668015\n",
      "286 73  ease stud 0.15668015\n",
      "286 74 ecse study 0.15668015\n",
      "286 75  se study  0.15668015\n",
      "286 76 te study h 0.15668015\n",
      "286 77 , study ha 0.15668015\n",
      "286 78  ctudy har 0.15668015\n",
      "286 79 Ttudy hard 0.15668015\n",
      "286 80 ,udy hard. 0.15668015\n",
      "287 0 ae are dat 0.15667792\n",
      "287 1 e are data 0.15667792\n",
      "287 2  sre datae 0.15667792\n",
      "287 3 are dataed 0.15667792\n",
      "287 4 te dataedu 0.15667792\n",
      "287 5 e iataedu. 0.15667792\n",
      "287 6  sataedu.  0.15667792\n",
      "287 7 aataedu. T 0.15667792\n",
      "287 8 ataedu. Th 0.15667792\n",
      "287 9 taedu. The 0.15667792\n",
      "287 10 uedu. The  0.15667792\n",
      "287 11 tdu. The c 0.15667792\n",
      "287 12  u. The cu 0.15667792\n",
      "287 13 a. The cur 0.15667792\n",
      "287 14 r The curr 0.15667792\n",
      "287 15  The curre 0.15667792\n",
      "287 16 aee curren 0.15667792\n",
      "287 17 ee current 0.15667792\n",
      "287 18 e current  0.15667792\n",
      "287 19  surrent l 0.15667792\n",
      "287 20 aurrent le 0.15667792\n",
      "287 21 hrrent lec 0.15667792\n",
      "287 22 rrent lect 0.15667792\n",
      "287 23 eent lectu 0.15667792\n",
      "287 24 e t lectur 0.15667792\n",
      "287 25  t lecture 0.15667792\n",
      "287 26 t lecture  0.15667792\n",
      "287 27 ulecture i 0.15667792\n",
      "287 28 aecture is 0.15667792\n",
      "287 29 eature is  0.15667792\n",
      "287 30  ture is a 0.15667792\n",
      "287 31 hure is a  0.15667792\n",
      "287 32 ude is a M 0.15667792\n",
      "287 33 rr is a Ma 0.15667792\n",
      "287 34 e is a Mat 0.15667792\n",
      "287 35  ss a Matc 0.15667792\n",
      "287 36 as a Match 0.15667792\n",
      "287 37 s a Match  0.15667792\n",
      "287 38 ,a Match U 0.15667792\n",
      "287 39 arMatch Up 0.15667792\n",
      "287 40 tMatch Up  0.15667792\n",
      "287 41 aatch Up T 0.15667792\n",
      "287 42 atch Up Te 0.15667792\n",
      "287 43 tah Up Ten 0.15667792\n",
      "287 44 uh Up Tens 0.15667792\n",
      "287 45 h Up Tenso 0.15667792\n",
      "287 46 eUp Tensor 0.15667792\n",
      "287 47 ap TensorF 0.15667792\n",
      "287 48 p TensorFl 0.15667792\n",
      "287 49 lTensorFlo 0.15667792\n",
      "287 50 aensorFlow 0.15667792\n",
      "287 51 ensorFlow. 0.15667792\n",
      "287 52  torFlow.  0.15667792\n",
      "287 53 torFlow. S 0.15667792\n",
      "287 54 ,rFlow. St 0.15667792\n",
      "287 55 wFlow. Stu 0.15667792\n",
      "287 56 elow. Stud 0.15667792\n",
      "287 57 low. Stude 0.15667792\n",
      "287 58 ew. Studen 0.15667792\n",
      "287 59 w. Student 0.15667792\n",
      "287 60 . Students 0.15667792\n",
      "287 61  Ttudents, 0.15667792\n",
      "287 62 atudents,  0.15667792\n",
      "287 63 tudents, p 0.15667792\n",
      "287 64 udents, pl 0.15667792\n",
      "287 65 rents, ple 0.15667792\n",
      "287 66 ants, plea 0.15667792\n",
      "287 67  t , pleas 0.15667792\n",
      "287 68 t , please 0.15667792\n",
      "287 69 u, please  0.15667792\n",
      "287 70 , please s 0.15667792\n",
      "287 71  please st 0.15667792\n",
      "287 72 alease stu 0.15667792\n",
      "287 73 lease stud 0.15667792\n",
      "287 74 ease study 0.15667792\n",
      "287 75  se study  0.15667792\n",
      "287 76 te study h 0.15667792\n",
      "287 77 , study ha 0.15667792\n",
      "287 78  study har 0.15667792\n",
      "287 79 atudy hard 0.15667792\n",
      "287 80 ,udy hard. 0.15667792\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "288 0 Te are dat 0.15667367\n",
      "288 1 e are data 0.15667367\n",
      "288 2  cre datae 0.15667367\n",
      "288 3 T e dataed 0.15667367\n",
      "288 4 te dataedu 0.15667367\n",
      "288 5 e dataedu. 0.15667367\n",
      "288 6  cataedu.  0.15667367\n",
      "288 7 Tataedu. T 0.15667367\n",
      "288 8 ataedu. Th 0.15667367\n",
      "288 9 tcedu. The 0.15667367\n",
      "288 10 uedu. The  0.15667367\n",
      "288 11 tdu. The c 0.15667367\n",
      "288 12  u. The cu 0.15667367\n",
      "288 13 a. The cur 0.15667367\n",
      "288 14 r The curr 0.15667367\n",
      "288 15  She curre 0.15667367\n",
      "288 16 Tee curren 0.15667367\n",
      "288 17 ee current 0.15667367\n",
      "288 18   current  0.15667367\n",
      "288 19  current l 0.15667367\n",
      "288 20 Turrent le 0.15667367\n",
      "288 21 urrent lec 0.15667367\n",
      "288 22 reent lect 0.15667367\n",
      "288 23 eent lectu 0.15667367\n",
      "288 24 e t lectur 0.15667367\n",
      "288 25  tslecture 0.15667367\n",
      "288 26 tslecture  0.15667367\n",
      "288 27 ulecture i 0.15667367\n",
      "288 28 Tecture is 0.15667367\n",
      "288 29 ecture is  0.15667367\n",
      "288 30  ture is a 0.15667367\n",
      "288 31 uure is a  0.15667367\n",
      "288 32 ure is a M 0.15667367\n",
      "288 33 re is a Ma 0.15667367\n",
      "288 34 e ds a Mat 0.15667367\n",
      "288 35  cs a Matc 0.15667367\n",
      "288 36 Ts a Match 0.15667367\n",
      "288 37 s a Match  0.15667367\n",
      "288 38 ta Match U 0.15667367\n",
      "288 39 T Match Up 0.15667367\n",
      "288 40 tMatch Up  0.15667367\n",
      "288 41 Tatch Up T 0.15667367\n",
      "288 42 atch Up Te 0.15667367\n",
      "288 43 tch Up Ten 0.15667367\n",
      "288 44 uh Up Tens 0.15667367\n",
      "288 45 u Up Tenso 0.15667367\n",
      "288 46  Up Tensor 0.15667367\n",
      "288 47 Tp TensorF 0.15667367\n",
      "288 48 p TensorFl 0.15667367\n",
      "288 49 lTensorFlo 0.15667367\n",
      "288 50 TensorFlow 0.15667367\n",
      "288 51 ensorFlow. 0.15667367\n",
      "288 52  torFlow.  0.15667367\n",
      "288 53 torFlow. S 0.15667367\n",
      "288 54 trFlow. St 0.15667367\n",
      "288 55 wFlow. Stu 0.15667367\n",
      "288 56 elow. Stud 0.15667367\n",
      "288 57 low. Stude 0.15667367\n",
      "288 58 ew. Studen 0.15667367\n",
      "288 59 w. Student 0.15667367\n",
      "288 60 . Students 0.15667367\n",
      "288 61  Students, 0.15667367\n",
      "288 62 Ttudents,  0.15667367\n",
      "288 63 tudents, p 0.15667367\n",
      "288 64 urents, pl 0.15667367\n",
      "288 65 rents, ple 0.15667367\n",
      "288 66 ants, plea 0.15667367\n",
      "288 67  ts, pleas 0.15667367\n",
      "288 68 ts, please 0.15667367\n",
      "288 69 u, please  0.15667367\n",
      "288 70 t please s 0.15667367\n",
      "288 71  please st 0.15667367\n",
      "288 72 Tlease stu 0.15667367\n",
      "288 73 lease stud 0.15667367\n",
      "288 74 ecse study 0.15667367\n",
      "288 75  se study  0.15667367\n",
      "288 76 te study h 0.15667367\n",
      "288 77 t study ha 0.15667367\n",
      "288 78  ctudy har 0.15667367\n",
      "288 79 Ttudy hard 0.15667367\n",
      "288 80 tudy hard. 0.15667367\n",
      "289 0 Te are dat 0.15667169\n",
      "289 1 e are data 0.15667169\n",
      "289 2  cre datae 0.15667169\n",
      "289 3 T e dataed 0.15667169\n",
      "289 4 te dataedu 0.15667169\n",
      "289 5 e iataedu. 0.15667169\n",
      "289 6  cataedu.  0.15667169\n",
      "289 7 Tataedu. T 0.15667169\n",
      "289 8 ataedu. Th 0.15667169\n",
      "289 9 tcedu. The 0.15667169\n",
      "289 10 uedu. The  0.15667169\n",
      "289 11 tdu. The c 0.15667169\n",
      "289 12  u. The cu 0.15667169\n",
      "289 13 a. The cur 0.15667169\n",
      "289 14 r The curr 0.15667169\n",
      "289 15  She curre 0.15667169\n",
      "289 16 The curren 0.15667169\n",
      "289 17 he current 0.15667169\n",
      "289 18   current  0.15667169\n",
      "289 19  current l 0.15667169\n",
      "289 20 Turrent le 0.15667169\n",
      "289 21 urrent lec 0.15667169\n",
      "289 22 rrent lect 0.15667169\n",
      "289 23 eent lectu 0.15667169\n",
      "289 24 e t lectur 0.15667169\n",
      "289 25  tslecture 0.15667169\n",
      "289 26 t lecture  0.15667169\n",
      "289 27 ulecture i 0.15667169\n",
      "289 28 Tecture is 0.15667169\n",
      "289 29 ecture is  0.15667169\n",
      "289 30  ture is a 0.15667169\n",
      "289 31 uure is a  0.15667169\n",
      "289 32 ure is a M 0.15667169\n",
      "289 33 rr is a Ma 0.15667169\n",
      "289 34 e is a Mat 0.15667169\n",
      "289 35  cs a Matc 0.15667169\n",
      "289 36 Ts a Match 0.15667169\n",
      "289 37 s a Match  0.15667169\n",
      "289 38 oa Match U 0.15667169\n",
      "289 39 T Match Up 0.15667169\n",
      "289 40 tMatch Up  0.15667169\n",
      "289 41 Tatch Up T 0.15667169\n",
      "289 42 atch Up Te 0.15667169\n",
      "289 43 tch Up Ten 0.15667169\n",
      "289 44 uh Up Tens 0.15667169\n",
      "289 45 u Up Tenso 0.15667169\n",
      "289 46  Up Tensor 0.15667169\n",
      "289 47 Tp TensorF 0.15667169\n",
      "289 48 p TensorFl 0.15667169\n",
      "289 49  TensorFlo 0.15667169\n",
      "289 50 ThnsorFlow 0.15667169\n",
      "289 51 hnsorFlow. 0.15667169\n",
      "289 52  torFlow.  0.15667169\n",
      "289 53 torFlow. S 0.15667169\n",
      "289 54 orFlow. St 0.15667169\n",
      "289 55 wFlow. Stu 0.15667169\n",
      "289 56 elow. Stud 0.15667169\n",
      "289 57 low. Stude 0.15667169\n",
      "289 58 ew. Studen 0.15667169\n",
      "289 59 w. Student 0.15667169\n",
      "289 60 . Students 0.15667169\n",
      "289 61  Students, 0.15667169\n",
      "289 62 Ttudents,  0.15667169\n",
      "289 63 tudents, p 0.15667169\n",
      "289 64 urents, pl 0.15667169\n",
      "289 65 rents, ple 0.15667169\n",
      "289 66 ants, plea 0.15667169\n",
      "289 67  ts, pleas 0.15667169\n",
      "289 68 t , please 0.15667169\n",
      "289 69 u, please  0.15667169\n",
      "289 70 o please s 0.15667169\n",
      "289 71  please st 0.15667169\n",
      "289 72 Tlease stu 0.15667169\n",
      "289 73  ease stud 0.15667169\n",
      "289 74 ecse study 0.15667169\n",
      "289 75  se study  0.15667169\n",
      "289 76 te study h 0.15667169\n",
      "289 77 o study ha 0.15667169\n",
      "289 78  ctudy har 0.15667169\n",
      "289 79 Ttudy hard 0.15667169\n",
      "289 80 oudy hard. 0.15667169\n",
      "290 0 ae are dat 0.15667072\n",
      "290 1 e are data 0.15667072\n",
      "290 2  sre datae 0.15667072\n",
      "290 3 are dataed 0.15667072\n",
      "290 4 te dataedu 0.15667072\n",
      "290 5 e iataedu. 0.15667072\n",
      "290 6  sataedu.  0.15667072\n",
      "290 7 aataedu. T 0.15667072\n",
      "290 8 ataedu. Th 0.15667072\n",
      "290 9 taedu. The 0.15667072\n",
      "290 10 uedu. The  0.15667072\n",
      "290 11 tdu. The c 0.15667072\n",
      "290 12  u. The cu 0.15667072\n",
      "290 13 a. The cur 0.15667072\n",
      "290 14 r The curr 0.15667072\n",
      "290 15  The curre 0.15667072\n",
      "290 16 ahe curren 0.15667072\n",
      "290 17 he current 0.15667072\n",
      "290 18 e current  0.15667072\n",
      "290 19  surrent l 0.15667072\n",
      "290 20 aurrent le 0.15667072\n",
      "290 21 hrrent lec 0.15667072\n",
      "290 22 rrent lect 0.15667072\n",
      "290 23 eent lectu 0.15667072\n",
      "290 24 e t lectur 0.15667072\n",
      "290 25  t lecture 0.15667072\n",
      "290 26 t lecture  0.15667072\n",
      "290 27 ulecture i 0.15667072\n",
      "290 28 aecture is 0.15667072\n",
      "290 29 eature is  0.15667072\n",
      "290 30  ture is a 0.15667072\n",
      "290 31 hure is a  0.15667072\n",
      "290 32 ude is a M 0.15667072\n",
      "290 33 rr is a Ma 0.15667072\n",
      "290 34 e is a Mat 0.15667072\n",
      "290 35  ss a Matc 0.15667072\n",
      "290 36 as a Match 0.15667072\n",
      "290 37 s a Match  0.15667072\n",
      "290 38 oa Match U 0.15667072\n",
      "290 39 arMatch Up 0.15667072\n",
      "290 40 tMatch Up  0.15667072\n",
      "290 41 aatch Up T 0.15667072\n",
      "290 42 atch Up Te 0.15667072\n",
      "290 43 tah Up Ten 0.15667072\n",
      "290 44 uh Up Tens 0.15667072\n",
      "290 45 h Up Tenso 0.15667072\n",
      "290 46 eUp Tensor 0.15667072\n",
      "290 47 ap TensorF 0.15667072\n",
      "290 48 p TensorFl 0.15667072\n",
      "290 49  TensorFlo 0.15667072\n",
      "290 50 ahnsorFlow 0.15667072\n",
      "290 51 hnsorFlow. 0.15667072\n",
      "290 52  torFlow.  0.15667072\n",
      "290 53 torFlow. S 0.15667072\n",
      "290 54 orFlow. St 0.15667072\n",
      "290 55 wFlow. Stu 0.15667072\n",
      "290 56 elow. Stud 0.15667072\n",
      "290 57 low. Stude 0.15667072\n",
      "290 58 ew. Studen 0.15667072\n",
      "290 59 w. Student 0.15667072\n",
      "290 60 . Students 0.15667072\n",
      "290 61  Ttudents, 0.15667072\n",
      "290 62 atudents,  0.15667072\n",
      "290 63 tudents, p 0.15667072\n",
      "290 64 udents, pl 0.15667072\n",
      "290 65 rents, ple 0.15667072\n",
      "290 66 ants, plea 0.15667072\n",
      "290 67  t , pleas 0.15667072\n",
      "290 68 t , please 0.15667072\n",
      "290 69 u, please  0.15667072\n",
      "290 70 o please s 0.15667072\n",
      "290 71  please st 0.15667072\n",
      "290 72 alease stu 0.15667072\n",
      "290 73  ease stud 0.15667072\n",
      "290 74 ease study 0.15667072\n",
      "290 75  se study  0.15667072\n",
      "290 76 te study h 0.15667072\n",
      "290 77 o study ha 0.15667072\n",
      "290 78  study har 0.15667072\n",
      "290 79 atudy hard 0.15667072\n",
      "290 80 oudy hard. 0.15667072\n",
      "291 0 Te are dat 0.15666752\n",
      "291 1 e are data 0.15666752\n",
      "291 2  cre datae 0.15666752\n",
      "291 3 T e dataed 0.15666752\n",
      "291 4 te dataedu 0.15666752\n",
      "291 5 e dataedu. 0.15666752\n",
      "291 6  cataedu.  0.15666752\n",
      "291 7 Tataedu. T 0.15666752\n",
      "291 8 ataedu. Th 0.15666752\n",
      "291 9 tcedu. The 0.15666752\n",
      "291 10 uedu. The  0.15666752\n",
      "291 11 tdu. The c 0.15666752\n",
      "291 12  u. The cu 0.15666752\n",
      "291 13 a. The cur 0.15666752\n",
      "291 14 r The curr 0.15666752\n",
      "291 15  She curre 0.15666752\n",
      "291 16 Tee curren 0.15666752\n",
      "291 17 ee current 0.15666752\n",
      "291 18   current  0.15666752\n",
      "291 19  current l 0.15666752\n",
      "291 20 Turrent le 0.15666752\n",
      "291 21 hrrent lec 0.15666752\n",
      "291 22 reent lect 0.15666752\n",
      "291 23 eent lectu 0.15666752\n",
      "291 24 e t lectur 0.15666752\n",
      "291 25  tslecture 0.15666752\n",
      "291 26 tslecture  0.15666752\n",
      "291 27 ulecture i 0.15666752\n",
      "291 28 Tecture is 0.15666752\n",
      "291 29 ecture is  0.15666752\n",
      "291 30  ture is a 0.15666752\n",
      "291 31 hure is a  0.15666752\n",
      "291 32 ure is a M 0.15666752\n",
      "291 33 re is a Ma 0.15666752\n",
      "291 34 e ds a Mat 0.15666752\n",
      "291 35  cs a Matc 0.15666752\n",
      "291 36 Ts a Match 0.15666752\n",
      "291 37 s a Match  0.15666752\n",
      "291 38 oa Match U 0.15666752\n",
      "291 39 T Match Up 0.15666752\n",
      "291 40 tMatch Up  0.15666752\n",
      "291 41 Tatch Up T 0.15666752\n",
      "291 42 atch Up Te 0.15666752\n",
      "291 43 tch Up Ten 0.15666752\n",
      "291 44 uh Up Tens 0.15666752\n",
      "291 45 h Up Tenso 0.15666752\n",
      "291 46  Up Tensor 0.15666752\n",
      "291 47 Tp TensorF 0.15666752\n",
      "291 48 p TensorFl 0.15666752\n",
      "291 49  TensorFlo 0.15666752\n",
      "291 50 TensorFlow 0.15666752\n",
      "291 51 ensorFlow. 0.15666752\n",
      "291 52  torFlow.  0.15666752\n",
      "291 53 torFlow. S 0.15666752\n",
      "291 54 orFlow. St 0.15666752\n",
      "291 55 rFlow. Stu 0.15666752\n",
      "291 56 elow. Stud 0.15666752\n",
      "291 57 low. Stude 0.15666752\n",
      "291 58 ew. Studen 0.15666752\n",
      "291 59 r. Student 0.15666752\n",
      "291 60 . Students 0.15666752\n",
      "291 61  Students, 0.15666752\n",
      "291 62 Ttudents,  0.15666752\n",
      "291 63 tudents, p 0.15666752\n",
      "291 64 urents, pl 0.15666752\n",
      "291 65 rents, ple 0.15666752\n",
      "291 66 ants, plea 0.15666752\n",
      "291 67  ts, pleas 0.15666752\n",
      "291 68 ts, please 0.15666752\n",
      "291 69 u, please  0.15666752\n",
      "291 70 o please s 0.15666752\n",
      "291 71  please st 0.15666752\n",
      "291 72 Tlease stu 0.15666752\n",
      "291 73  ease stud 0.15666752\n",
      "291 74 ecse study 0.15666752\n",
      "291 75  se study  0.15666752\n",
      "291 76 te study h 0.15666752\n",
      "291 77 o study ha 0.15666752\n",
      "291 78  ctudy har 0.15666752\n",
      "291 79 Ttudy hard 0.15666752\n",
      "291 80 oudy hard. 0.15666752\n",
      "292 0 ae are dat 0.15666455\n",
      "292 1 e are data 0.15666455\n",
      "292 2  cre datae 0.15666455\n",
      "292 3 are dataed 0.15666455\n",
      "292 4 te dataedu 0.15666455\n",
      "292 5 e dataedu. 0.15666455\n",
      "292 6  cataedu.  0.15666455\n",
      "292 7 aataedu. T 0.15666455\n",
      "292 8 ataedu. Th 0.15666455\n",
      "292 9 tcedu. The 0.15666455\n",
      "292 10 uedu. The  0.15666455\n",
      "292 11 tdu. The c 0.15666455\n",
      "292 12  u. The cu 0.15666455\n",
      "292 13 a. The cur 0.15666455\n",
      "292 14 r The curr 0.15666455\n",
      "292 15  The curre 0.15666455\n",
      "292 16 aee curren 0.15666455\n",
      "292 17 ee current 0.15666455\n",
      "292 18   current  0.15666455\n",
      "292 19  current l 0.15666455\n",
      "292 20 aurrent le 0.15666455\n",
      "292 21 urrent lec 0.15666455\n",
      "292 22 rrent lect 0.15666455\n",
      "292 23 eent lectu 0.15666455\n",
      "292 24 e t lectur 0.15666455\n",
      "292 25  tslecture 0.15666455\n",
      "292 26 t lecture  0.15666455\n",
      "292 27 ulecture i 0.15666455\n",
      "292 28 aecture is 0.15666455\n",
      "292 29 ecture is  0.15666455\n",
      "292 30  ture is a 0.15666455\n",
      "292 31 uure is a  0.15666455\n",
      "292 32 ude is a M 0.15666455\n",
      "292 33 rr is a Ma 0.15666455\n",
      "292 34 e ds a Mat 0.15666455\n",
      "292 35  cs a Matc 0.15666455\n",
      "292 36 as a Match 0.15666455\n",
      "292 37 s a Match  0.15666455\n",
      "292 38 ta Match U 0.15666455\n",
      "292 39 arMatch Up 0.15666455\n",
      "292 40 tMatch Up  0.15666455\n",
      "292 41 aatch Up T 0.15666455\n",
      "292 42 atch Up Te 0.15666455\n",
      "292 43 tch Up Ten 0.15666455\n",
      "292 44 uh Up Tens 0.15666455\n",
      "292 45 u Up Tenso 0.15666455\n",
      "292 46  Up Tensor 0.15666455\n",
      "292 47 ap TensorF 0.15666455\n",
      "292 48 p TensorFl 0.15666455\n",
      "292 49  TensorFlo 0.15666455\n",
      "292 50 aensorFlow 0.15666455\n",
      "292 51 ensorFlow. 0.15666455\n",
      "292 52  torFlow.  0.15666455\n",
      "292 53 torFlow. S 0.15666455\n",
      "292 54 trFlow. St 0.15666455\n",
      "292 55 rFlow. Stu 0.15666455\n",
      "292 56 elow. Stud 0.15666455\n",
      "292 57 low. Stude 0.15666455\n",
      "292 58 ew. Studen 0.15666455\n",
      "292 59 r. Student 0.15666455\n",
      "292 60 . Students 0.15666455\n",
      "292 61  Ttudents, 0.15666455\n",
      "292 62 atudents,  0.15666455\n",
      "292 63 tudents, p 0.15666455\n",
      "292 64 udents, pl 0.15666455\n",
      "292 65 rents, ple 0.15666455\n",
      "292 66 ants, plea 0.15666455\n",
      "292 67  ts, pleas 0.15666455\n",
      "292 68 t , please 0.15666455\n",
      "292 69 u, please  0.15666455\n",
      "292 70 t please s 0.15666455\n",
      "292 71  please st 0.15666455\n",
      "292 72 alease stu 0.15666455\n",
      "292 73  ease stud 0.15666455\n",
      "292 74 ecse study 0.15666455\n",
      "292 75  se study  0.15666455\n",
      "292 76 te study h 0.15666455\n",
      "292 77 t study ha 0.15666455\n",
      "292 78  ctudy har 0.15666455\n",
      "292 79 atudy hard 0.15666455\n",
      "292 80 tudy hard. 0.15666455\n",
      "293 0 ae are dat 0.15666276\n",
      "293 1 e are data 0.15666276\n",
      "293 2  sre datae 0.15666276\n",
      "293 3 are dataed 0.15666276\n",
      "293 4 te dataedu 0.15666276\n",
      "293 5 e iataedu. 0.15666276\n",
      "293 6  sataedu.  0.15666276\n",
      "293 7 aataedu. T 0.15666276\n",
      "293 8 ataedu. Th 0.15666276\n",
      "293 9 taedu. The 0.15666276\n",
      "293 10 uedu. The  0.15666276\n",
      "293 11 tdu. The c 0.15666276\n",
      "293 12  u. The cu 0.15666276\n",
      "293 13 a. The cur 0.15666276\n",
      "293 14 r The curr 0.15666276\n",
      "293 15  The curre 0.15666276\n",
      "293 16 ahe curren 0.15666276\n",
      "293 17 ee current 0.15666276\n",
      "293 18 e current  0.15666276\n",
      "293 19  surrent l 0.15666276\n",
      "293 20 aurrent le 0.15666276\n",
      "293 21 urrent lec 0.15666276\n",
      "293 22 rrent lect 0.15666276\n",
      "293 23 eent lectu 0.15666276\n",
      "293 24 e t lectur 0.15666276\n",
      "293 25  t lecture 0.15666276\n",
      "293 26 t lecture  0.15666276\n",
      "293 27 ulecture i 0.15666276\n",
      "293 28 aecture is 0.15666276\n",
      "293 29 eature is  0.15666276\n",
      "293 30  ture is a 0.15666276\n",
      "293 31 uure is a  0.15666276\n",
      "293 32 ude is a M 0.15666276\n",
      "293 33 rr is a Ma 0.15666276\n",
      "293 34 e is a Mat 0.15666276\n",
      "293 35  ss a Matc 0.15666276\n",
      "293 36 as a Match 0.15666276\n",
      "293 37 s a Match  0.15666276\n",
      "293 38 ,a Match U 0.15666276\n",
      "293 39 arMatch Up 0.15666276\n",
      "293 40 tMatch Up  0.15666276\n",
      "293 41 aatch Up T 0.15666276\n",
      "293 42 atch Up Te 0.15666276\n",
      "293 43 tah Up Ten 0.15666276\n",
      "293 44 uh Up Tens 0.15666276\n",
      "293 45 u Up Tenso 0.15666276\n",
      "293 46 eUp Tensor 0.15666276\n",
      "293 47 ap TensorF 0.15666276\n",
      "293 48 p TensorFl 0.15666276\n",
      "293 49 lTensorFlo 0.15666276\n",
      "293 50 ahnsorFlow 0.15666276\n",
      "293 51 ensorFlow. 0.15666276\n",
      "293 52  torFlow.  0.15666276\n",
      "293 53 torFlow. S 0.15666276\n",
      "293 54 ,rFlow. St 0.15666276\n",
      "293 55 rFlow. Stu 0.15666276\n",
      "293 56 elow. Stud 0.15666276\n",
      "293 57 low. Stude 0.15666276\n",
      "293 58 ew. Studen 0.15666276\n",
      "293 59 r. Student 0.15666276\n",
      "293 60 . Students 0.15666276\n",
      "293 61  Ttudents, 0.15666276\n",
      "293 62 atudents,  0.15666276\n",
      "293 63 tudents, p 0.15666276\n",
      "293 64 udents, pl 0.15666276\n",
      "293 65 rents, ple 0.15666276\n",
      "293 66 ants, plea 0.15666276\n",
      "293 67  t , pleas 0.15666276\n",
      "293 68 t , please 0.15666276\n",
      "293 69 u, please  0.15666276\n",
      "293 70 , please s 0.15666276\n",
      "293 71  please st 0.15666276\n",
      "293 72 alease stu 0.15666276\n",
      "293 73 lease stud 0.15666276\n",
      "293 74 ease study 0.15666276\n",
      "293 75  se study  0.15666276\n",
      "293 76 te study h 0.15666276\n",
      "293 77 , study ha 0.15666276\n",
      "293 78  study har 0.15666276\n",
      "293 79 atudy hard 0.15666276\n",
      "293 80 ,udy hard. 0.15666276\n",
      "294 0 Te are dat 0.15666112\n",
      "294 1 e are data 0.15666112\n",
      "294 2  cre datae 0.15666112\n",
      "294 3 T e dataed 0.15666112\n",
      "294 4 te dataedu 0.15666112\n",
      "294 5 e iataedu. 0.15666112\n",
      "294 6  cataedu.  0.15666112\n",
      "294 7 Tataedu. T 0.15666112\n",
      "294 8 ataedu. Th 0.15666112\n",
      "294 9 tcedu. The 0.15666112\n",
      "294 10 uedu. The  0.15666112\n",
      "294 11 tdu. The c 0.15666112\n",
      "294 12  u. The cu 0.15666112\n",
      "294 13 a. The cur 0.15666112\n",
      "294 14 r The curr 0.15666112\n",
      "294 15  She curre 0.15666112\n",
      "294 16 The curren 0.15666112\n",
      "294 17 ee current 0.15666112\n",
      "294 18 e current  0.15666112\n",
      "294 19  current l 0.15666112\n",
      "294 20 Turrent le 0.15666112\n",
      "294 21 hrrent lec 0.15666112\n",
      "294 22 reent lect 0.15666112\n",
      "294 23 eent lectu 0.15666112\n",
      "294 24 e t lectur 0.15666112\n",
      "294 25  tslecture 0.15666112\n",
      "294 26 tslecture  0.15666112\n",
      "294 27 ulecture i 0.15666112\n",
      "294 28 Tecture is 0.15666112\n",
      "294 29 ecture is  0.15666112\n",
      "294 30  ture is a 0.15666112\n",
      "294 31 hure is a  0.15666112\n",
      "294 32 ure is a M 0.15666112\n",
      "294 33 re is a Ma 0.15666112\n",
      "294 34 e is a Mat 0.15666112\n",
      "294 35  cs a Matc 0.15666112\n",
      "294 36 Ts a Match 0.15666112\n",
      "294 37 s a Match  0.15666112\n",
      "294 38 oa Match U 0.15666112\n",
      "294 39 T Match Up 0.15666112\n",
      "294 40 tMatch Up  0.15666112\n",
      "294 41 Tatch Up T 0.15666112\n",
      "294 42 atch Up Te 0.15666112\n",
      "294 43 tch Up Ten 0.15666112\n",
      "294 44 uh Up Tens 0.15666112\n",
      "294 45 h Up Tenso 0.15666112\n",
      "294 46 eUp Tensor 0.15666112\n",
      "294 47 Tp TensorF 0.15666112\n",
      "294 48 p TensorFl 0.15666112\n",
      "294 49 lTensorFlo 0.15666112\n",
      "294 50 ThnsorFlow 0.15666112\n",
      "294 51 ensorFlow. 0.15666112\n",
      "294 52  torFlow.  0.15666112\n",
      "294 53 torFlow. S 0.15666112\n",
      "294 54 orFlow. St 0.15666112\n",
      "294 55 wFlow. Stu 0.15666112\n",
      "294 56 elow. Stud 0.15666112\n",
      "294 57 low. Stude 0.15666112\n",
      "294 58 ew. Studen 0.15666112\n",
      "294 59 w. Student 0.15666112\n",
      "294 60 . Students 0.15666112\n",
      "294 61  Students, 0.15666112\n",
      "294 62 Ttudents,  0.15666112\n",
      "294 63 tudents, p 0.15666112\n",
      "294 64 urents, pl 0.15666112\n",
      "294 65 rents, ple 0.15666112\n",
      "294 66 ants, plea 0.15666112\n",
      "294 67  ts, pleas 0.15666112\n",
      "294 68 ts, please 0.15666112\n",
      "294 69 u, please  0.15666112\n",
      "294 70 o please s 0.15666112\n",
      "294 71  please st 0.15666112\n",
      "294 72 Tlease stu 0.15666112\n",
      "294 73 lease stud 0.15666112\n",
      "294 74 ecse study 0.15666112\n",
      "294 75  se study  0.15666112\n",
      "294 76 te study h 0.15666112\n",
      "294 77 o study ha 0.15666112\n",
      "294 78  ctudy har 0.15666112\n",
      "294 79 Ttudy hard 0.15666112\n",
      "294 80 oudy hard. 0.15666112\n",
      "295 0 ae are dat 0.1566587\n",
      "295 1 e are data 0.1566587\n",
      "295 2  are datae 0.1566587\n",
      "295 3 are dataed 0.1566587\n",
      "295 4 te dataedu 0.1566587\n",
      "295 5 e iataedu. 0.1566587\n",
      "295 6  aataedu.  0.1566587\n",
      "295 7 aataedu. T 0.1566587\n",
      "295 8 ataedu. Th 0.1566587\n",
      "295 9 tcedu. The 0.1566587\n",
      "295 10 uedu. The  0.1566587\n",
      "295 11 tdu. The c 0.1566587\n",
      "295 12  u. The cu 0.1566587\n",
      "295 13 a. The cur 0.1566587\n",
      "295 14 r The curr 0.1566587\n",
      "295 15  The curre 0.1566587\n",
      "295 16 aee curren 0.1566587\n",
      "295 17 ee current 0.1566587\n",
      "295 18   current  0.1566587\n",
      "295 19  aurrent l 0.1566587\n",
      "295 20 aurrent le 0.1566587\n",
      "295 21 urrent lec 0.1566587\n",
      "295 22 rrent lect 0.1566587\n",
      "295 23 eent lectu 0.1566587\n",
      "295 24 e t lectur 0.1566587\n",
      "295 25  t lecture 0.1566587\n",
      "295 26 tslecture  0.1566587\n",
      "295 27 ulecture i 0.1566587\n",
      "295 28 aecture is 0.1566587\n",
      "295 29 eature is  0.1566587\n",
      "295 30  ture is a 0.1566587\n",
      "295 31 uure is a  0.1566587\n",
      "295 32 ure is a M 0.1566587\n",
      "295 33 rr is a Ma 0.1566587\n",
      "295 34 e is a Mat 0.1566587\n",
      "295 35  as a Matc 0.1566587\n",
      "295 36 as a Match 0.1566587\n",
      "295 37 s a Match  0.1566587\n",
      "295 38 ea Match U 0.1566587\n",
      "295 39 arMatch Up 0.1566587\n",
      "295 40 tMatch Up  0.1566587\n",
      "295 41 aatch Up T 0.1566587\n",
      "295 42 atch Up Te 0.1566587\n",
      "295 43 tch Up Ten 0.1566587\n",
      "295 44 uh Up Tens 0.1566587\n",
      "295 45 u Up Tenso 0.1566587\n",
      "295 46  Up Tensor 0.1566587\n",
      "295 47 ap TensorF 0.1566587\n",
      "295 48 p TensorFl 0.1566587\n",
      "295 49 lTensorFlo 0.1566587\n",
      "295 50 aensorFlow 0.1566587\n",
      "295 51 ensorFlow. 0.1566587\n",
      "295 52  torFlow.  0.1566587\n",
      "295 53 torFlow. S 0.1566587\n",
      "295 54 erFlow. St 0.1566587\n",
      "295 55 wFlow. Stu 0.1566587\n",
      "295 56 elow. Stud 0.1566587\n",
      "295 57 low. Stude 0.1566587\n",
      "295 58 ew. Studen 0.1566587\n",
      "295 59 w. Student 0.1566587\n",
      "295 60 . Students 0.1566587\n",
      "295 61  Ttudents, 0.1566587\n",
      "295 62 atudents,  0.1566587\n",
      "295 63 tudents, p 0.1566587\n",
      "295 64 urents, pl 0.1566587\n",
      "295 65 rents, ple 0.1566587\n",
      "295 66 ants, plea 0.1566587\n",
      "295 67  t , pleas 0.1566587\n",
      "295 68 ts, please 0.1566587\n",
      "295 69 u, please  0.1566587\n",
      "295 70 e please s 0.1566587\n",
      "295 71  please st 0.1566587\n",
      "295 72 alease stu 0.1566587\n",
      "295 73 lease stud 0.1566587\n",
      "295 74 ease study 0.1566587\n",
      "295 75  se study  0.1566587\n",
      "295 76 te study h 0.1566587\n",
      "295 77 e study ha 0.1566587\n",
      "295 78  atudy har 0.1566587\n",
      "295 79 atudy hard 0.1566587\n",
      "295 80 eudy hard. 0.1566587\n",
      "296 0 Te are dat 0.15665571\n",
      "296 1 e are data 0.15665571\n",
      "296 2  dre datae 0.15665571\n",
      "296 3 T e dataed 0.15665571\n",
      "296 4 te dataedu 0.15665571\n",
      "296 5 e dataedu. 0.15665571\n",
      "296 6  dataedu.  0.15665571\n",
      "296 7 Tataedu. T 0.15665571\n",
      "296 8 ataedu. Th 0.15665571\n",
      "296 9 taedu. The 0.15665571\n",
      "296 10 uedu. The  0.15665571\n",
      "296 11 tdu. The c 0.15665571\n",
      "296 12  u. The cu 0.15665571\n",
      "296 13 a. The cur 0.15665571\n",
      "296 14 r The curr 0.15665571\n",
      "296 15  She curre 0.15665571\n",
      "296 16 Tee curren 0.15665571\n",
      "296 17 ee current 0.15665571\n",
      "296 18 e current  0.15665571\n",
      "296 19  durrent l 0.15665571\n",
      "296 20 Turrent le 0.15665571\n",
      "296 21 urrent lec 0.15665571\n",
      "296 22 rrent lect 0.15665571\n",
      "296 23 eent lectu 0.15665571\n",
      "296 24 e t lectur 0.15665571\n",
      "296 25  t lecture 0.15665571\n",
      "296 26 t lecture  0.15665571\n",
      "296 27 ulecture i 0.15665571\n",
      "296 28 Tecture is 0.15665571\n",
      "296 29 eature is  0.15665571\n",
      "296 30  ture is a 0.15665571\n",
      "296 31 uure is a  0.15665571\n",
      "296 32 ude is a M 0.15665571\n",
      "296 33 rr is a Ma 0.15665571\n",
      "296 34 e ds a Mat 0.15665571\n",
      "296 35  ds a Matc 0.15665571\n",
      "296 36 Ts a Match 0.15665571\n",
      "296 37 s a Match  0.15665571\n",
      "296 38 ,a Match U 0.15665571\n",
      "296 39 T Match Up 0.15665571\n",
      "296 40 tMatch Up  0.15665571\n",
      "296 41 Tatch Up T 0.15665571\n",
      "296 42 atch Up Te 0.15665571\n",
      "296 43 tah Up Ten 0.15665571\n",
      "296 44 uh Up Tens 0.15665571\n",
      "296 45 u Up Tenso 0.15665571\n",
      "296 46 eUp Tensor 0.15665571\n",
      "296 47 Tp TensorF 0.15665571\n",
      "296 48 p TensorFl 0.15665571\n",
      "296 49  TensorFlo 0.15665571\n",
      "296 50 TensorFlow 0.15665571\n",
      "296 51 ensorFlow. 0.15665571\n",
      "296 52  torFlow.  0.15665571\n",
      "296 53 torFlow. S 0.15665571\n",
      "296 54 ,rFlow. St 0.15665571\n",
      "296 55 wFlow. Stu 0.15665571\n",
      "296 56 elow. Stud 0.15665571\n",
      "296 57 low. Stude 0.15665571\n",
      "296 58 ew. Studen 0.15665571\n",
      "296 59 w. Student 0.15665571\n",
      "296 60 . Students 0.15665571\n",
      "296 61  Students, 0.15665571\n",
      "296 62 Ttudents,  0.15665571\n",
      "296 63 tudents, p 0.15665571\n",
      "296 64 udents, pl 0.15665571\n",
      "296 65 rents, ple 0.15665571\n",
      "296 66 ants, plea 0.15665571\n",
      "296 67  t , pleas 0.15665571\n",
      "296 68 t , please 0.15665571\n",
      "296 69 u, please  0.15665571\n",
      "296 70 , please s 0.15665571\n",
      "296 71  please st 0.15665571\n",
      "296 72 Tlease stu 0.15665571\n",
      "296 73  ease stud 0.15665571\n",
      "296 74 ease study 0.15665571\n",
      "296 75  se study  0.15665571\n",
      "296 76 te study h 0.15665571\n",
      "296 77 , study ha 0.15665571\n",
      "296 78  dtudy har 0.15665571\n",
      "296 79 Ttudy hard 0.15665571\n",
      "296 80 ,udy hard. 0.15665571\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "297 0 Te are dat 0.15665397\n",
      "297 1 e are data 0.15665397\n",
      "297 2  are datae 0.15665397\n",
      "297 3 T e dataed 0.15665397\n",
      "297 4 te dataedu 0.15665397\n",
      "297 5 e dataedu. 0.15665397\n",
      "297 6  aataedu.  0.15665397\n",
      "297 7 Tataedu. T 0.15665397\n",
      "297 8 ataedu. Th 0.15665397\n",
      "297 9 tcedu. The 0.15665397\n",
      "297 10 uedu. The  0.15665397\n",
      "297 11 tdu. The c 0.15665397\n",
      "297 12  u. The cu 0.15665397\n",
      "297 13 a. The cur 0.15665397\n",
      "297 14 r The curr 0.15665397\n",
      "297 15  She curre 0.15665397\n",
      "297 16 The curren 0.15665397\n",
      "297 17 ee current 0.15665397\n",
      "297 18 e current  0.15665397\n",
      "297 19  aurrent l 0.15665397\n",
      "297 20 Turrent le 0.15665397\n",
      "297 21 hrrent lec 0.15665397\n",
      "297 22 reent lect 0.15665397\n",
      "297 23 eent lectu 0.15665397\n",
      "297 24 e t lectur 0.15665397\n",
      "297 25  tslecture 0.15665397\n",
      "297 26 tslecture  0.15665397\n",
      "297 27 ulecture i 0.15665397\n",
      "297 28 Tecture is 0.15665397\n",
      "297 29 ecture is  0.15665397\n",
      "297 30  ture is a 0.15665397\n",
      "297 31 hure is a  0.15665397\n",
      "297 32 ure is a M 0.15665397\n",
      "297 33 re is a Ma 0.15665397\n",
      "297 34 e ds a Mat 0.15665397\n",
      "297 35  as a Matc 0.15665397\n",
      "297 36 Ts a Match 0.15665397\n",
      "297 37 s a Match  0.15665397\n",
      "297 38 ,a Match U 0.15665397\n",
      "297 39 T Match Up 0.15665397\n",
      "297 40 tMatch Up  0.15665397\n",
      "297 41 Tatch Up T 0.15665397\n",
      "297 42 atch Up Te 0.15665397\n",
      "297 43 tch Up Ten 0.15665397\n",
      "297 44 uh Up Tens 0.15665397\n",
      "297 45 h Up Tenso 0.15665397\n",
      "297 46 eUp Tensor 0.15665397\n",
      "297 47 Tp TensorF 0.15665397\n",
      "297 48 p TensorFl 0.15665397\n",
      "297 49  TensorFlo 0.15665397\n",
      "297 50 ThnsorFlow 0.15665397\n",
      "297 51 ensorFlow. 0.15665397\n",
      "297 52  torFlow.  0.15665397\n",
      "297 53 torFlow. S 0.15665397\n",
      "297 54 ,rFlow. St 0.15665397\n",
      "297 55 rFlow. Stu 0.15665397\n",
      "297 56 elow. Stud 0.15665397\n",
      "297 57 low. Stude 0.15665397\n",
      "297 58 ew. Studen 0.15665397\n",
      "297 59 r. Student 0.15665397\n",
      "297 60 . Students 0.15665397\n",
      "297 61  Students, 0.15665397\n",
      "297 62 Ttudents,  0.15665397\n",
      "297 63 tudents, p 0.15665397\n",
      "297 64 urents, pl 0.15665397\n",
      "297 65 rents, ple 0.15665397\n",
      "297 66 ants, plea 0.15665397\n",
      "297 67  ts, pleas 0.15665397\n",
      "297 68 ts, please 0.15665397\n",
      "297 69 u, please  0.15665397\n",
      "297 70 , please s 0.15665397\n",
      "297 71  please st 0.15665397\n",
      "297 72 Tlease stu 0.15665397\n",
      "297 73  ease stud 0.15665397\n",
      "297 74 ecse study 0.15665397\n",
      "297 75  se study  0.15665397\n",
      "297 76 te study h 0.15665397\n",
      "297 77 , study ha 0.15665397\n",
      "297 78  atudy har 0.15665397\n",
      "297 79 Ttudy hard 0.15665397\n",
      "297 80 ,udy hard. 0.15665397\n",
      "298 0 ae are dat 0.15665244\n",
      "298 1 e are data 0.15665244\n",
      "298 2  sre datae 0.15665244\n",
      "298 3 are dataed 0.15665244\n",
      "298 4 te dataedu 0.15665244\n",
      "298 5 e iataedu. 0.15665244\n",
      "298 6  sataedu.  0.15665244\n",
      "298 7 aataedu. T 0.15665244\n",
      "298 8 ataedu. Th 0.15665244\n",
      "298 9 taedu. The 0.15665244\n",
      "298 10 uedu. The  0.15665244\n",
      "298 11 tdu. The c 0.15665244\n",
      "298 12  u. The cu 0.15665244\n",
      "298 13 a. The cur 0.15665244\n",
      "298 14 r The curr 0.15665244\n",
      "298 15  The curre 0.15665244\n",
      "298 16 ahe curren 0.15665244\n",
      "298 17 ee current 0.15665244\n",
      "298 18   current  0.15665244\n",
      "298 19  surrent l 0.15665244\n",
      "298 20 aurrent le 0.15665244\n",
      "298 21 urrent lec 0.15665244\n",
      "298 22 rrent lect 0.15665244\n",
      "298 23 eent lectu 0.15665244\n",
      "298 24 e t lectur 0.15665244\n",
      "298 25  tslecture 0.15665244\n",
      "298 26 tslecture  0.15665244\n",
      "298 27 ulecture i 0.15665244\n",
      "298 28 aecture is 0.15665244\n",
      "298 29 eature is  0.15665244\n",
      "298 30  ture is a 0.15665244\n",
      "298 31 uure is a  0.15665244\n",
      "298 32 ure is a M 0.15665244\n",
      "298 33 rr is a Ma 0.15665244\n",
      "298 34 e is a Mat 0.15665244\n",
      "298 35  ss a Matc 0.15665244\n",
      "298 36 as a Match 0.15665244\n",
      "298 37 s a Match  0.15665244\n",
      "298 38 ,a Match U 0.15665244\n",
      "298 39 arMatch Up 0.15665244\n",
      "298 40 tMatch Up  0.15665244\n",
      "298 41 aatch Up T 0.15665244\n",
      "298 42 atch Up Te 0.15665244\n",
      "298 43 tah Up Ten 0.15665244\n",
      "298 44 uh Up Tens 0.15665244\n",
      "298 45 u Up Tenso 0.15665244\n",
      "298 46  Up Tensor 0.15665244\n",
      "298 47 ap TensorF 0.15665244\n",
      "298 48 p TensorFl 0.15665244\n",
      "298 49  TensorFlo 0.15665244\n",
      "298 50 ahnsorFlow 0.15665244\n",
      "298 51 ensorFlow. 0.15665244\n",
      "298 52  torFlow.  0.15665244\n",
      "298 53 torFlow. S 0.15665244\n",
      "298 54 ,rFlow. St 0.15665244\n",
      "298 55 rFlow. Stu 0.15665244\n",
      "298 56 elow. Stud 0.15665244\n",
      "298 57 low. Stude 0.15665244\n",
      "298 58 ew. Studen 0.15665244\n",
      "298 59 r. Student 0.15665244\n",
      "298 60 . Students 0.15665244\n",
      "298 61  Ttudents, 0.15665244\n",
      "298 62 atudents,  0.15665244\n",
      "298 63 tudents, p 0.15665244\n",
      "298 64 urents, pl 0.15665244\n",
      "298 65 rents, ple 0.15665244\n",
      "298 66 ants, plea 0.15665244\n",
      "298 67  ts, pleas 0.15665244\n",
      "298 68 ts, please 0.15665244\n",
      "298 69 u, please  0.15665244\n",
      "298 70 , please s 0.15665244\n",
      "298 71  please st 0.15665244\n",
      "298 72 alease stu 0.15665244\n",
      "298 73  ease stud 0.15665244\n",
      "298 74 ease study 0.15665244\n",
      "298 75  se study  0.15665244\n",
      "298 76 te study h 0.15665244\n",
      "298 77 , study ha 0.15665244\n",
      "298 78  study har 0.15665244\n",
      "298 79 atudy hard 0.15665244\n",
      "298 80 ,udy hard. 0.15665244\n",
      "299 0 Te are dat 0.15665\n",
      "299 1 e are data 0.15665\n",
      "299 2  cre datae 0.15665\n",
      "299 3 T e dataed 0.15665\n",
      "299 4 te dataedu 0.15665\n",
      "299 5 e dataedu. 0.15665\n",
      "299 6  cataedu.  0.15665\n",
      "299 7 Tataedu. T 0.15665\n",
      "299 8 ataedu. Th 0.15665\n",
      "299 9 tcedu. The 0.15665\n",
      "299 10 uedu. The  0.15665\n",
      "299 11 tdu. The c 0.15665\n",
      "299 12  u. The cu 0.15665\n",
      "299 13 a. The cur 0.15665\n",
      "299 14 r The curr 0.15665\n",
      "299 15  She curre 0.15665\n",
      "299 16 Tee curren 0.15665\n",
      "299 17 ee current 0.15665\n",
      "299 18   current  0.15665\n",
      "299 19  current l 0.15665\n",
      "299 20 Turrent le 0.15665\n",
      "299 21 urrent lec 0.15665\n",
      "299 22 reent lect 0.15665\n",
      "299 23 eent lectu 0.15665\n",
      "299 24 e t lectur 0.15665\n",
      "299 25  tslecture 0.15665\n",
      "299 26 t lecture  0.15665\n",
      "299 27 ulecture i 0.15665\n",
      "299 28 Tecture is 0.15665\n",
      "299 29 ecture is  0.15665\n",
      "299 30  ture is a 0.15665\n",
      "299 31 uure is a  0.15665\n",
      "299 32 ude is a M 0.15665\n",
      "299 33 re is a Ma 0.15665\n",
      "299 34 e ds a Mat 0.15665\n",
      "299 35  cs a Matc 0.15665\n",
      "299 36 Ts a Match 0.15665\n",
      "299 37 s a Match  0.15665\n",
      "299 38 ,a Match U 0.15665\n",
      "299 39 T Match Up 0.15665\n",
      "299 40 tMatch Up  0.15665\n",
      "299 41 Tatch Up T 0.15665\n",
      "299 42 atch Up Te 0.15665\n",
      "299 43 tch Up Ten 0.15665\n",
      "299 44 uh Up Tens 0.15665\n",
      "299 45 u Up Tenso 0.15665\n",
      "299 46  Up Tensor 0.15665\n",
      "299 47 Tp TensorF 0.15665\n",
      "299 48 p TensorFl 0.15665\n",
      "299 49  TensorFlo 0.15665\n",
      "299 50 TensorFlow 0.15665\n",
      "299 51 ensorFlow. 0.15665\n",
      "299 52  torFlow.  0.15665\n",
      "299 53 torFlow. S 0.15665\n",
      "299 54 ,rFlow. St 0.15665\n",
      "299 55 rFlow. Stu 0.15665\n",
      "299 56 elow. Stud 0.15665\n",
      "299 57 low. Stude 0.15665\n",
      "299 58 ew. Studen 0.15665\n",
      "299 59 r. Student 0.15665\n",
      "299 60 . Students 0.15665\n",
      "299 61  Students, 0.15665\n",
      "299 62 Ttudents,  0.15665\n",
      "299 63 tudents, p 0.15665\n",
      "299 64 udents, pl 0.15665\n",
      "299 65 rents, ple 0.15665\n",
      "299 66 ants, plea 0.15665\n",
      "299 67  ts, pleas 0.15665\n",
      "299 68 t , please 0.15665\n",
      "299 69 u, please  0.15665\n",
      "299 70 , please s 0.15665\n",
      "299 71  please st 0.15665\n",
      "299 72 Tlease stu 0.15665\n",
      "299 73  ease stud 0.15665\n",
      "299 74 ecse study 0.15665\n",
      "299 75  se study  0.15665\n",
      "299 76 te study h 0.15665\n",
      "299 77 , study ha 0.15665\n",
      "299 78  ctudy har 0.15665\n",
      "299 79 Ttudy hard 0.15665\n",
      "299 80 ,udy hard. 0.15665\n",
      "300 0 Te are dat 0.15664758\n",
      "300 1 e are data 0.15664758\n",
      "300 2  are datae 0.15664758\n",
      "300 3 Tre dataed 0.15664758\n",
      "300 4 te dataedu 0.15664758\n",
      "300 5 e iataedu. 0.15664758\n",
      "300 6  aataedu.  0.15664758\n",
      "300 7 Tataedu. T 0.15664758\n",
      "300 8 ataedu. Th 0.15664758\n",
      "300 9 taedu. The 0.15664758\n",
      "300 10 uedu. The  0.15664758\n",
      "300 11 tdu. The c 0.15664758\n",
      "300 12  u. The cu 0.15664758\n",
      "300 13 a. The cur 0.15664758\n",
      "300 14 r The curr 0.15664758\n",
      "300 15  The curre 0.15664758\n",
      "300 16 Tee curren 0.15664758\n",
      "300 17 ee current 0.15664758\n",
      "300 18 e current  0.15664758\n",
      "300 19  aurrent l 0.15664758\n",
      "300 20 Turrent le 0.15664758\n",
      "300 21 urrent lec 0.15664758\n",
      "300 22 rrent lect 0.15664758\n",
      "300 23 eent lectu 0.15664758\n",
      "300 24 e t lectur 0.15664758\n",
      "300 25  t lecture 0.15664758\n",
      "300 26 tslecture  0.15664758\n",
      "300 27 ulecture i 0.15664758\n",
      "300 28 Tecture is 0.15664758\n",
      "300 29 eature is  0.15664758\n",
      "300 30  ture is a 0.15664758\n",
      "300 31 uure is a  0.15664758\n",
      "300 32 ude is a M 0.15664758\n",
      "300 33 rr is a Ma 0.15664758\n",
      "300 34 e is a Mat 0.15664758\n",
      "300 35  as a Matc 0.15664758\n",
      "300 36 Ts a Match 0.15664758\n",
      "300 37 s a Match  0.15664758\n",
      "300 38 oa Match U 0.15664758\n",
      "300 39 TrMatch Up 0.15664758\n",
      "300 40 tMatch Up  0.15664758\n",
      "300 41 Tatch Up T 0.15664758\n",
      "300 42 atch Up Te 0.15664758\n",
      "300 43 tah Up Ten 0.15664758\n",
      "300 44 uh Up Tens 0.15664758\n",
      "300 45 u Up Tenso 0.15664758\n",
      "300 46 eUp Tensor 0.15664758\n",
      "300 47 Tp TensorF 0.15664758\n",
      "300 48 p TensorFl 0.15664758\n",
      "300 49 lTensorFlo 0.15664758\n",
      "300 50 TensorFlow 0.15664758\n",
      "300 51 ensorFlow. 0.15664758\n",
      "300 52  torFlow.  0.15664758\n",
      "300 53 torFlow. S 0.15664758\n",
      "300 54 orFlow. St 0.15664758\n",
      "300 55 wFlow. Stu 0.15664758\n",
      "300 56 elow. Stud 0.15664758\n",
      "300 57 low. Stude 0.15664758\n",
      "300 58 ew. Studen 0.15664758\n",
      "300 59 w. Student 0.15664758\n",
      "300 60 . Students 0.15664758\n",
      "300 61  Ttudents, 0.15664758\n",
      "300 62 Ttudents,  0.15664758\n",
      "300 63 tudents, p 0.15664758\n",
      "300 64 udents, pl 0.15664758\n",
      "300 65 rents, ple 0.15664758\n",
      "300 66 ants, plea 0.15664758\n",
      "300 67  t , pleas 0.15664758\n",
      "300 68 ts, please 0.15664758\n",
      "300 69 u, please  0.15664758\n",
      "300 70 o please s 0.15664758\n",
      "300 71  please st 0.15664758\n",
      "300 72 Tlease stu 0.15664758\n",
      "300 73 lease stud 0.15664758\n",
      "300 74 ease study 0.15664758\n",
      "300 75  se study  0.15664758\n",
      "300 76 te study h 0.15664758\n",
      "300 77 o study ha 0.15664758\n",
      "300 78  atudy har 0.15664758\n",
      "300 79 Ttudy hard 0.15664758\n",
      "300 80 oudy hard. 0.15664758\n",
      "301 0 Te are dat 0.15664558\n",
      "301 1 e are data 0.15664558\n",
      "301 2  are datae 0.15664558\n",
      "301 3 Tre dataed 0.15664558\n",
      "301 4 te dataedu 0.15664558\n",
      "301 5 e iataedu. 0.15664558\n",
      "301 6  aataedu.  0.15664558\n",
      "301 7 Tataedu. T 0.15664558\n",
      "301 8 ataedu. Th 0.15664558\n",
      "301 9 tcedu. The 0.15664558\n",
      "301 10 uedu. The  0.15664558\n",
      "301 11 tdu. The c 0.15664558\n",
      "301 12  u. The cu 0.15664558\n",
      "301 13 a. The cur 0.15664558\n",
      "301 14 r The curr 0.15664558\n",
      "301 15  The curre 0.15664558\n",
      "301 16 The curren 0.15664558\n",
      "301 17 he current 0.15664558\n",
      "301 18   current  0.15664558\n",
      "301 19  aurrent l 0.15664558\n",
      "301 20 Turrent le 0.15664558\n",
      "301 21 urrent lec 0.15664558\n",
      "301 22 rrent lect 0.15664558\n",
      "301 23 eent lectu 0.15664558\n",
      "301 24 e t lectur 0.15664558\n",
      "301 25  tslecture 0.15664558\n",
      "301 26 tslecture  0.15664558\n",
      "301 27 ulecture i 0.15664558\n",
      "301 28 Tecture is 0.15664558\n",
      "301 29 eature is  0.15664558\n",
      "301 30  ture is a 0.15664558\n",
      "301 31 uure is a  0.15664558\n",
      "301 32 ure is a M 0.15664558\n",
      "301 33 rr is a Ma 0.15664558\n",
      "301 34 e is a Mat 0.15664558\n",
      "301 35  as a Matc 0.15664558\n",
      "301 36 Ts a Match 0.15664558\n",
      "301 37 s a Match  0.15664558\n",
      "301 38 oa Match U 0.15664558\n",
      "301 39 TrMatch Up 0.15664558\n",
      "301 40 tMatch Up  0.15664558\n",
      "301 41 Tatch Up T 0.15664558\n",
      "301 42 atch Up Te 0.15664558\n",
      "301 43 tch Up Ten 0.15664558\n",
      "301 44 uh Up Tens 0.15664558\n",
      "301 45 u Up Tenso 0.15664558\n",
      "301 46  Up Tensor 0.15664558\n",
      "301 47 Tp TensorF 0.15664558\n",
      "301 48 p TensorFl 0.15664558\n",
      "301 49 lTensorFlo 0.15664558\n",
      "301 50 ThnsorFlow 0.15664558\n",
      "301 51 hnsorFlow. 0.15664558\n",
      "301 52  torFlow.  0.15664558\n",
      "301 53 torFlow. S 0.15664558\n",
      "301 54 orFlow. St 0.15664558\n",
      "301 55 wFlow. Stu 0.15664558\n",
      "301 56 elow. Stud 0.15664558\n",
      "301 57 low. Stude 0.15664558\n",
      "301 58 ew. Studen 0.15664558\n",
      "301 59 w. Student 0.15664558\n",
      "301 60 . Students 0.15664558\n",
      "301 61  Ttudents, 0.15664558\n",
      "301 62 Ttudents,  0.15664558\n",
      "301 63 tudents, p 0.15664558\n",
      "301 64 urents, pl 0.15664558\n",
      "301 65 rents, ple 0.15664558\n",
      "301 66 ants, plea 0.15664558\n",
      "301 67  ts, pleas 0.15664558\n",
      "301 68 ts, please 0.15664558\n",
      "301 69 u, please  0.15664558\n",
      "301 70 o please s 0.15664558\n",
      "301 71  please st 0.15664558\n",
      "301 72 Tlease stu 0.15664558\n",
      "301 73 lease stud 0.15664558\n",
      "301 74 ease study 0.15664558\n",
      "301 75  se study  0.15664558\n",
      "301 76 te study h 0.15664558\n",
      "301 77 o study ha 0.15664558\n",
      "301 78  atudy har 0.15664558\n",
      "301 79 Ttudy hard 0.15664558\n",
      "301 80 oudy hard. 0.15664558\n",
      "302 0 Te are dat 0.15664394\n",
      "302 1 e are data 0.15664394\n",
      "302 2  cre datae 0.15664394\n",
      "302 3 T e dataed 0.15664394\n",
      "302 4 te dataedu 0.15664394\n",
      "302 5 e dataedu. 0.15664394\n",
      "302 6  cataedu.  0.15664394\n",
      "302 7 Tataedu. T 0.15664394\n",
      "302 8 ataedu. Th 0.15664394\n",
      "302 9 tcedu. The 0.15664394\n",
      "302 10 uedu. The  0.15664394\n",
      "302 11 tdu. The c 0.15664394\n",
      "302 12  u. The cu 0.15664394\n",
      "302 13 a. The cur 0.15664394\n",
      "302 14 r The curr 0.15664394\n",
      "302 15  She curre 0.15664394\n",
      "302 16 The curren 0.15664394\n",
      "302 17 ee current 0.15664394\n",
      "302 18   current  0.15664394\n",
      "302 19  current l 0.15664394\n",
      "302 20 Turrent le 0.15664394\n",
      "302 21 urrent lec 0.15664394\n",
      "302 22 reent lect 0.15664394\n",
      "302 23 eent lectu 0.15664394\n",
      "302 24 e t lectur 0.15664394\n",
      "302 25  t lecture 0.15664394\n",
      "302 26 t lecture  0.15664394\n",
      "302 27 ulecture i 0.15664394\n",
      "302 28 Tecture is 0.15664394\n",
      "302 29 ecture is  0.15664394\n",
      "302 30  ture is a 0.15664394\n",
      "302 31 uure is a  0.15664394\n",
      "302 32 ure is a M 0.15664394\n",
      "302 33 re is a Ma 0.15664394\n",
      "302 34 e ds a Mat 0.15664394\n",
      "302 35  cs a Matc 0.15664394\n",
      "302 36 Ts a Match 0.15664394\n",
      "302 37 s a Match  0.15664394\n",
      "302 38 ta Match U 0.15664394\n",
      "302 39 T Match Up 0.15664394\n",
      "302 40 tMatch Up  0.15664394\n",
      "302 41 Tatch Up T 0.15664394\n",
      "302 42 atch Up Te 0.15664394\n",
      "302 43 tch Up Ten 0.15664394\n",
      "302 44 uh Up Tens 0.15664394\n",
      "302 45 u Up Tenso 0.15664394\n",
      "302 46  Up Tensor 0.15664394\n",
      "302 47 Tp TensorF 0.15664394\n",
      "302 48 p TensorFl 0.15664394\n",
      "302 49  TensorFlo 0.15664394\n",
      "302 50 ThnsorFlow 0.15664394\n",
      "302 51 ensorFlow. 0.15664394\n",
      "302 52  torFlow.  0.15664394\n",
      "302 53 torFlow. S 0.15664394\n",
      "302 54 trFlow. St 0.15664394\n",
      "302 55 wFlow. Stu 0.15664394\n",
      "302 56 elow. Stud 0.15664394\n",
      "302 57 low. Stude 0.15664394\n",
      "302 58 ew. Studen 0.15664394\n",
      "302 59 w. Student 0.15664394\n",
      "302 60 . Students 0.15664394\n",
      "302 61  Students, 0.15664394\n",
      "302 62 Ttudents,  0.15664394\n",
      "302 63 tudents, p 0.15664394\n",
      "302 64 urents, pl 0.15664394\n",
      "302 65 rents, ple 0.15664394\n",
      "302 66 ants, plea 0.15664394\n",
      "302 67  t , pleas 0.15664394\n",
      "302 68 t , please 0.15664394\n",
      "302 69 u, please  0.15664394\n",
      "302 70 t please s 0.15664394\n",
      "302 71  please st 0.15664394\n",
      "302 72 Tlease stu 0.15664394\n",
      "302 73  ease stud 0.15664394\n",
      "302 74 ecse study 0.15664394\n",
      "302 75  se study  0.15664394\n",
      "302 76 te study h 0.15664394\n",
      "302 77 t study ha 0.15664394\n",
      "302 78  ctudy har 0.15664394\n",
      "302 79 Ttudy hard 0.15664394\n",
      "302 80 tudy hard. 0.15664394\n",
      "303 0 ae are dat 0.15664208\n",
      "303 1 e are data 0.15664208\n",
      "303 2  sre datae 0.15664208\n",
      "303 3 are dataed 0.15664208\n",
      "303 4 te dataedu 0.15664208\n",
      "303 5 e iataedu. 0.15664208\n",
      "303 6  sataedu.  0.15664208\n",
      "303 7 aataedu. T 0.15664208\n",
      "303 8 ataedu. Th 0.15664208\n",
      "303 9 taedu. The 0.15664208\n",
      "303 10 uedu. The  0.15664208\n",
      "303 11 tdu. The c 0.15664208\n",
      "303 12  u. The cu 0.15664208\n",
      "303 13 a. The cur 0.15664208\n",
      "303 14 r The curr 0.15664208\n",
      "303 15  The curre 0.15664208\n",
      "303 16 aee curren 0.15664208\n",
      "303 17 ee current 0.15664208\n",
      "303 18 e current  0.15664208\n",
      "303 19  surrent l 0.15664208\n",
      "303 20 aurrent le 0.15664208\n",
      "303 21 urrent lec 0.15664208\n",
      "303 22 rrent lect 0.15664208\n",
      "303 23 eent lectu 0.15664208\n",
      "303 24 e t lectur 0.15664208\n",
      "303 25  t lecture 0.15664208\n",
      "303 26 t lecture  0.15664208\n",
      "303 27 ulecture i 0.15664208\n",
      "303 28 aecture is 0.15664208\n",
      "303 29 eature is  0.15664208\n",
      "303 30  ture is a 0.15664208\n",
      "303 31 uure is a  0.15664208\n",
      "303 32 ude is a M 0.15664208\n",
      "303 33 rr is a Ma 0.15664208\n",
      "303 34 e is a Mat 0.15664208\n",
      "303 35  ss a Matc 0.15664208\n",
      "303 36 as a Match 0.15664208\n",
      "303 37 s a Match  0.15664208\n",
      "303 38 ,a Match U 0.15664208\n",
      "303 39 arMatch Up 0.15664208\n",
      "303 40 tMatch Up  0.15664208\n",
      "303 41 aatch Up T 0.15664208\n",
      "303 42 atch Up Te 0.15664208\n",
      "303 43 tah Up Ten 0.15664208\n",
      "303 44 uh Up Tens 0.15664208\n",
      "303 45 u Up Tenso 0.15664208\n",
      "303 46 eUp Tensor 0.15664208\n",
      "303 47 ap TensorF 0.15664208\n",
      "303 48 p TensorFl 0.15664208\n",
      "303 49  TensorFlo 0.15664208\n",
      "303 50 aensorFlow 0.15664208\n",
      "303 51 ensorFlow. 0.15664208\n",
      "303 52  torFlow.  0.15664208\n",
      "303 53 torFlow. S 0.15664208\n",
      "303 54 ,rFlow. St 0.15664208\n",
      "303 55 rFlow. Stu 0.15664208\n",
      "303 56 elow. Stud 0.15664208\n",
      "303 57 low. Stude 0.15664208\n",
      "303 58 ew. Studen 0.15664208\n",
      "303 59 r. Student 0.15664208\n",
      "303 60 . Students 0.15664208\n",
      "303 61  Ttudents, 0.15664208\n",
      "303 62 atudents,  0.15664208\n",
      "303 63 tudents, p 0.15664208\n",
      "303 64 udents, pl 0.15664208\n",
      "303 65 rents, ple 0.15664208\n",
      "303 66 ants, plea 0.15664208\n",
      "303 67  t , pleas 0.15664208\n",
      "303 68 t , please 0.15664208\n",
      "303 69 u, please  0.15664208\n",
      "303 70 , please s 0.15664208\n",
      "303 71  please st 0.15664208\n",
      "303 72 alease stu 0.15664208\n",
      "303 73  ease stud 0.15664208\n",
      "303 74 ease study 0.15664208\n",
      "303 75  se study  0.15664208\n",
      "303 76 te study h 0.15664208\n",
      "303 77 , study ha 0.15664208\n",
      "303 78  study har 0.15664208\n",
      "303 79 atudy hard 0.15664208\n",
      "303 80 ,udy hard. 0.15664208\n",
      "304 0 Te are dat 0.15663975\n",
      "304 1 e are data 0.15663975\n",
      "304 2  cre datae 0.15663975\n",
      "304 3 T e dataed 0.15663975\n",
      "304 4 te dataedu 0.15663975\n",
      "304 5 e dataedu. 0.15663975\n",
      "304 6  cataedu.  0.15663975\n",
      "304 7 Tataedu. T 0.15663975\n",
      "304 8 ataedu. Th 0.15663975\n",
      "304 9 tcedu. The 0.15663975\n",
      "304 10 uedu. The  0.15663975\n",
      "304 11 tdu. The c 0.15663975\n",
      "304 12  u. The cu 0.15663975\n",
      "304 13 a. The cur 0.15663975\n",
      "304 14 r The curr 0.15663975\n",
      "304 15  She curre 0.15663975\n",
      "304 16 Tee curren 0.15663975\n",
      "304 17 ee current 0.15663975\n",
      "304 18   current  0.15663975\n",
      "304 19  current l 0.15663975\n",
      "304 20 Turrent le 0.15663975\n",
      "304 21 urrent lec 0.15663975\n",
      "304 22 rrent lect 0.15663975\n",
      "304 23 eent lectu 0.15663975\n",
      "304 24 e t lectur 0.15663975\n",
      "304 25  tslecture 0.15663975\n",
      "304 26 tslecture  0.15663975\n",
      "304 27 ulecture i 0.15663975\n",
      "304 28 Tecture is 0.15663975\n",
      "304 29 ecture is  0.15663975\n",
      "304 30  ture is a 0.15663975\n",
      "304 31 uure is a  0.15663975\n",
      "304 32 ude is a M 0.15663975\n",
      "304 33 rr is a Ma 0.15663975\n",
      "304 34 e ds a Mat 0.15663975\n",
      "304 35  cs a Matc 0.15663975\n",
      "304 36 Ts a Match 0.15663975\n",
      "304 37 s a Match  0.15663975\n",
      "304 38 ,a Match U 0.15663975\n",
      "304 39 T Match Up 0.15663975\n",
      "304 40 tMatch Up  0.15663975\n",
      "304 41 Tatch Up T 0.15663975\n",
      "304 42 atch Up Te 0.15663975\n",
      "304 43 tch Up Ten 0.15663975\n",
      "304 44 uh Up Tens 0.15663975\n",
      "304 45 u Up Tenso 0.15663975\n",
      "304 46  Up Tensor 0.15663975\n",
      "304 47 Tp TensorF 0.15663975\n",
      "304 48 p TensorFl 0.15663975\n",
      "304 49  TensorFlo 0.15663975\n",
      "304 50 TensorFlow 0.15663975\n",
      "304 51 ensorFlow. 0.15663975\n",
      "304 52  torFlow.  0.15663975\n",
      "304 53 torFlow. S 0.15663975\n",
      "304 54 ,rFlow. St 0.15663975\n",
      "304 55 rFlow. Stu 0.15663975\n",
      "304 56 elow. Stud 0.15663975\n",
      "304 57 low. Stude 0.15663975\n",
      "304 58 ew. Studen 0.15663975\n",
      "304 59 r. Student 0.15663975\n",
      "304 60 . Students 0.15663975\n",
      "304 61  Students, 0.15663975\n",
      "304 62 Ttudents,  0.15663975\n",
      "304 63 tudents, p 0.15663975\n",
      "304 64 udents, pl 0.15663975\n",
      "304 65 rents, ple 0.15663975\n",
      "304 66 ants, plea 0.15663975\n",
      "304 67  ts, pleas 0.15663975\n",
      "304 68 ts, please 0.15663975\n",
      "304 69 u, please  0.15663975\n",
      "304 70 , please s 0.15663975\n",
      "304 71  please st 0.15663975\n",
      "304 72 Tlease stu 0.15663975\n",
      "304 73  ease stud 0.15663975\n",
      "304 74 ecse study 0.15663975\n",
      "304 75  se study  0.15663975\n",
      "304 76 te study h 0.15663975\n",
      "304 77 , study ha 0.15663975\n",
      "304 78  ctudy har 0.15663975\n",
      "304 79 Ttudy hard 0.15663975\n",
      "304 80 ,udy hard. 0.15663975\n",
      "305 0 ae are dat 0.15663767\n",
      "305 1 e are data 0.15663767\n",
      "305 2  are datae 0.15663767\n",
      "305 3 a e dataed 0.15663767\n",
      "305 4 te dataedu 0.15663767\n",
      "305 5 e dataedu. 0.15663767\n",
      "305 6  aataedu.  0.15663767\n",
      "305 7 aataedu. T 0.15663767\n",
      "305 8 ataedu. Th 0.15663767\n",
      "305 9 taedu. The 0.15663767\n",
      "305 10 uedu. The  0.15663767\n",
      "305 11 tdu. The c 0.15663767\n",
      "305 12  u. The cu 0.15663767\n",
      "305 13 a. The cur 0.15663767\n",
      "305 14 r The curr 0.15663767\n",
      "305 15  She curre 0.15663767\n",
      "305 16 ahe curren 0.15663767\n",
      "305 17 ee current 0.15663767\n",
      "305 18   current  0.15663767\n",
      "305 19  aurrent l 0.15663767\n",
      "305 20 aurrent le 0.15663767\n",
      "305 21 urrent lec 0.15663767\n",
      "305 22 reent lect 0.15663767\n",
      "305 23 eent lectu 0.15663767\n",
      "305 24 e t lectur 0.15663767\n",
      "305 25  t lecture 0.15663767\n",
      "305 26 t lecture  0.15663767\n",
      "305 27 ulecture i 0.15663767\n",
      "305 28 aecture is 0.15663767\n",
      "305 29 eature is  0.15663767\n",
      "305 30  ture is a 0.15663767\n",
      "305 31 uure is a  0.15663767\n",
      "305 32 ure is a M 0.15663767\n",
      "305 33 re is a Ma 0.15663767\n",
      "305 34 e ds a Mat 0.15663767\n",
      "305 35  as a Matc 0.15663767\n",
      "305 36 as a Match 0.15663767\n",
      "305 37 s a Match  0.15663767\n",
      "305 38 ,a Match U 0.15663767\n",
      "305 39 a Match Up 0.15663767\n",
      "305 40 tMatch Up  0.15663767\n",
      "305 41 aatch Up T 0.15663767\n",
      "305 42 atch Up Te 0.15663767\n",
      "305 43 tah Up Ten 0.15663767\n",
      "305 44 uh Up Tens 0.15663767\n",
      "305 45 u Up Tenso 0.15663767\n",
      "305 46  Up Tensor 0.15663767\n",
      "305 47 ap TensorF 0.15663767\n",
      "305 48 p TensorFl 0.15663767\n",
      "305 49  TensorFlo 0.15663767\n",
      "305 50 ahnsorFlow 0.15663767\n",
      "305 51 ensorFlow. 0.15663767\n",
      "305 52  torFlow.  0.15663767\n",
      "305 53 torFlow. S 0.15663767\n",
      "305 54 ,rFlow. St 0.15663767\n",
      "305 55 rFlow. Stu 0.15663767\n",
      "305 56 elow. Stud 0.15663767\n",
      "305 57 low. Stude 0.15663767\n",
      "305 58 ew. Studen 0.15663767\n",
      "305 59 r. Student 0.15663767\n",
      "305 60 . Students 0.15663767\n",
      "305 61  Students, 0.15663767\n",
      "305 62 atudents,  0.15663767\n",
      "305 63 tudents, p 0.15663767\n",
      "305 64 urents, pl 0.15663767\n",
      "305 65 rents, ple 0.15663767\n",
      "305 66 ants, plea 0.15663767\n",
      "305 67  t , pleas 0.15663767\n",
      "305 68 t , please 0.15663767\n",
      "305 69 u, please  0.15663767\n",
      "305 70 , please s 0.15663767\n",
      "305 71  please st 0.15663767\n",
      "305 72 alease stu 0.15663767\n",
      "305 73  ease stud 0.15663767\n",
      "305 74 ease study 0.15663767\n",
      "305 75  se study  0.15663767\n",
      "305 76 te study h 0.15663767\n",
      "305 77 , study ha 0.15663767\n",
      "305 78  atudy har 0.15663767\n",
      "305 79 atudy hard 0.15663767\n",
      "305 80 ,udy hard. 0.15663767\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "306 0 ae are dat 0.15663582\n",
      "306 1 e are data 0.15663582\n",
      "306 2  are datae 0.15663582\n",
      "306 3 are dataed 0.15663582\n",
      "306 4 te dataedu 0.15663582\n",
      "306 5 e iataedu. 0.15663582\n",
      "306 6  aataedu.  0.15663582\n",
      "306 7 aataedu. T 0.15663582\n",
      "306 8 ataedu. Th 0.15663582\n",
      "306 9 taedu. The 0.15663582\n",
      "306 10 uedu. The  0.15663582\n",
      "306 11 tdu. The c 0.15663582\n",
      "306 12  u. The cu 0.15663582\n",
      "306 13 a. The cur 0.15663582\n",
      "306 14 r The curr 0.15663582\n",
      "306 15  The curre 0.15663582\n",
      "306 16 ahe curren 0.15663582\n",
      "306 17 ee current 0.15663582\n",
      "306 18 e current  0.15663582\n",
      "306 19  aurrent l 0.15663582\n",
      "306 20 aurrent le 0.15663582\n",
      "306 21 hrrent lec 0.15663582\n",
      "306 22 reent lect 0.15663582\n",
      "306 23 eent lectu 0.15663582\n",
      "306 24 e t lectur 0.15663582\n",
      "306 25  t lecture 0.15663582\n",
      "306 26 t lecture  0.15663582\n",
      "306 27 ulecture i 0.15663582\n",
      "306 28 aecture is 0.15663582\n",
      "306 29 eature is  0.15663582\n",
      "306 30  ture is a 0.15663582\n",
      "306 31 hure is a  0.15663582\n",
      "306 32 ude is a M 0.15663582\n",
      "306 33 re is a Ma 0.15663582\n",
      "306 34 e is a Mat 0.15663582\n",
      "306 35  as a Matc 0.15663582\n",
      "306 36 as a Match 0.15663582\n",
      "306 37 s a Match  0.15663582\n",
      "306 38 ,a Match U 0.15663582\n",
      "306 39 arMatch Up 0.15663582\n",
      "306 40 tMatch Up  0.15663582\n",
      "306 41 aatch Up T 0.15663582\n",
      "306 42 atch Up Te 0.15663582\n",
      "306 43 tah Up Ten 0.15663582\n",
      "306 44 uh Up Tens 0.15663582\n",
      "306 45 h Up Tenso 0.15663582\n",
      "306 46 eUp Tensor 0.15663582\n",
      "306 47 ap TensorF 0.15663582\n",
      "306 48 p TensorFl 0.15663582\n",
      "306 49  TensorFlo 0.15663582\n",
      "306 50 ahnsorFlow 0.15663582\n",
      "306 51 ensorFlow. 0.15663582\n",
      "306 52  torFlow.  0.15663582\n",
      "306 53 torFlow. S 0.15663582\n",
      "306 54 ,rFlow. St 0.15663582\n",
      "306 55 wFlow. Stu 0.15663582\n",
      "306 56 elow. Stud 0.15663582\n",
      "306 57 low. Stude 0.15663582\n",
      "306 58 ew. Studen 0.15663582\n",
      "306 59 w. Student 0.15663582\n",
      "306 60 . Students 0.15663582\n",
      "306 61  Ttudents, 0.15663582\n",
      "306 62 atudents,  0.15663582\n",
      "306 63 tudents, p 0.15663582\n",
      "306 64 udents, pl 0.15663582\n",
      "306 65 rents, ple 0.15663582\n",
      "306 66 ants, plea 0.15663582\n",
      "306 67  t , pleas 0.15663582\n",
      "306 68 t , please 0.15663582\n",
      "306 69 u, please  0.15663582\n",
      "306 70 , please s 0.15663582\n",
      "306 71  please st 0.15663582\n",
      "306 72 alease stu 0.15663582\n",
      "306 73  ease stud 0.15663582\n",
      "306 74 ease study 0.15663582\n",
      "306 75  se study  0.15663582\n",
      "306 76 te study h 0.15663582\n",
      "306 77 , study ha 0.15663582\n",
      "306 78  atudy har 0.15663582\n",
      "306 79 atudy hard 0.15663582\n",
      "306 80 ,udy hard. 0.15663582\n",
      "307 0 Te are dat 0.15663406\n",
      "307 1 e are data 0.15663406\n",
      "307 2  cre datae 0.15663406\n",
      "307 3 T e dataed 0.15663406\n",
      "307 4 te dataedu 0.15663406\n",
      "307 5 e dataedu. 0.15663406\n",
      "307 6  cataedu.  0.15663406\n",
      "307 7 Tataedu. T 0.15663406\n",
      "307 8 ataedu. Th 0.15663406\n",
      "307 9 tcedu. The 0.15663406\n",
      "307 10 uedu. The  0.15663406\n",
      "307 11 tdu. The c 0.15663406\n",
      "307 12  u. The cu 0.15663406\n",
      "307 13 a. The cur 0.15663406\n",
      "307 14 r The curr 0.15663406\n",
      "307 15  She curre 0.15663406\n",
      "307 16 Tee curren 0.15663406\n",
      "307 17 ee current 0.15663406\n",
      "307 18 e current  0.15663406\n",
      "307 19  current l 0.15663406\n",
      "307 20 Turrent le 0.15663406\n",
      "307 21 urrent lec 0.15663406\n",
      "307 22 reent lect 0.15663406\n",
      "307 23 eent lectu 0.15663406\n",
      "307 24 e t lectur 0.15663406\n",
      "307 25  tslecture 0.15663406\n",
      "307 26 tslecture  0.15663406\n",
      "307 27 ulecture i 0.15663406\n",
      "307 28 Tecture is 0.15663406\n",
      "307 29 ecture is  0.15663406\n",
      "307 30  ture is a 0.15663406\n",
      "307 31 uure is a  0.15663406\n",
      "307 32 ude is a M 0.15663406\n",
      "307 33 re is a Ma 0.15663406\n",
      "307 34 e ds a Mat 0.15663406\n",
      "307 35  cs a Matc 0.15663406\n",
      "307 36 Ts a Match 0.15663406\n",
      "307 37 s a Match  0.15663406\n",
      "307 38 ta Match U 0.15663406\n",
      "307 39 T Match Up 0.15663406\n",
      "307 40 tMatch Up  0.15663406\n",
      "307 41 Tatch Up T 0.15663406\n",
      "307 42 atch Up Te 0.15663406\n",
      "307 43 tch Up Ten 0.15663406\n",
      "307 44 uh Up Tens 0.15663406\n",
      "307 45 u Up Tenso 0.15663406\n",
      "307 46 eUp Tensor 0.15663406\n",
      "307 47 Tp TensorF 0.15663406\n",
      "307 48 p TensorFl 0.15663406\n",
      "307 49  TensorFlo 0.15663406\n",
      "307 50 TensorFlow 0.15663406\n",
      "307 51 ensorFlow. 0.15663406\n",
      "307 52  torFlow.  0.15663406\n",
      "307 53 torFlow. S 0.15663406\n",
      "307 54 trFlow. St 0.15663406\n",
      "307 55 wFlow. Stu 0.15663406\n",
      "307 56 elow. Stud 0.15663406\n",
      "307 57 low. Stude 0.15663406\n",
      "307 58 ew. Studen 0.15663406\n",
      "307 59 w. Student 0.15663406\n",
      "307 60 . Students 0.15663406\n",
      "307 61  Students, 0.15663406\n",
      "307 62 Ttudents,  0.15663406\n",
      "307 63 tudents, p 0.15663406\n",
      "307 64 udents, pl 0.15663406\n",
      "307 65 rents, ple 0.15663406\n",
      "307 66 ants, plea 0.15663406\n",
      "307 67  ts, pleas 0.15663406\n",
      "307 68 ts, please 0.15663406\n",
      "307 69 u, please  0.15663406\n",
      "307 70 t please s 0.15663406\n",
      "307 71  please st 0.15663406\n",
      "307 72 Tlease stu 0.15663406\n",
      "307 73  ease stud 0.15663406\n",
      "307 74 ecse study 0.15663406\n",
      "307 75  se study  0.15663406\n",
      "307 76 te study h 0.15663406\n",
      "307 77 t study ha 0.15663406\n",
      "307 78  ctudy har 0.15663406\n",
      "307 79 Ttudy hard 0.15663406\n",
      "307 80 tudy hard. 0.15663406\n",
      "308 0 ae are dat 0.15663232\n",
      "308 1 e are data 0.15663232\n",
      "308 2  sre datae 0.15663232\n",
      "308 3 are dataed 0.15663232\n",
      "308 4 te dataedu 0.15663232\n",
      "308 5 e iataedu. 0.15663232\n",
      "308 6  sataedu.  0.15663232\n",
      "308 7 aataedu. T 0.15663232\n",
      "308 8 ataedu. Th 0.15663232\n",
      "308 9 taedu. The 0.15663232\n",
      "308 10 uedu. The  0.15663232\n",
      "308 11 tdu. The c 0.15663232\n",
      "308 12  u. The cu 0.15663232\n",
      "308 13 a. The cur 0.15663232\n",
      "308 14 r The curr 0.15663232\n",
      "308 15  The curre 0.15663232\n",
      "308 16 aee curren 0.15663232\n",
      "308 17 ee current 0.15663232\n",
      "308 18   current  0.15663232\n",
      "308 19  surrent l 0.15663232\n",
      "308 20 aurrent le 0.15663232\n",
      "308 21 urrent lec 0.15663232\n",
      "308 22 rrent lect 0.15663232\n",
      "308 23 eent lectu 0.15663232\n",
      "308 24 e t lectur 0.15663232\n",
      "308 25  t lecture 0.15663232\n",
      "308 26 t lecture  0.15663232\n",
      "308 27 ulecture i 0.15663232\n",
      "308 28 aecture is 0.15663232\n",
      "308 29 eature is  0.15663232\n",
      "308 30  ture is a 0.15663232\n",
      "308 31 uure is a  0.15663232\n",
      "308 32 ure is a M 0.15663232\n",
      "308 33 rr is a Ma 0.15663232\n",
      "308 34 e is a Mat 0.15663232\n",
      "308 35  ss a Matc 0.15663232\n",
      "308 36 as a Match 0.15663232\n",
      "308 37 s a Match  0.15663232\n",
      "308 38 oa Match U 0.15663232\n",
      "308 39 arMatch Up 0.15663232\n",
      "308 40 tMatch Up  0.15663232\n",
      "308 41 aatch Up T 0.15663232\n",
      "308 42 atch Up Te 0.15663232\n",
      "308 43 tah Up Ten 0.15663232\n",
      "308 44 uh Up Tens 0.15663232\n",
      "308 45 u Up Tenso 0.15663232\n",
      "308 46  Up Tensor 0.15663232\n",
      "308 47 ap TensorF 0.15663232\n",
      "308 48 p TensorFl 0.15663232\n",
      "308 49 lTensorFlo 0.15663232\n",
      "308 50 aensorFlow 0.15663232\n",
      "308 51 ensorFlow. 0.15663232\n",
      "308 52  torFlow.  0.15663232\n",
      "308 53 torFlow. S 0.15663232\n",
      "308 54 orFlow. St 0.15663232\n",
      "308 55 rFlow. Stu 0.15663232\n",
      "308 56 elow. Stud 0.15663232\n",
      "308 57 low. Stude 0.15663232\n",
      "308 58 ew. Studen 0.15663232\n",
      "308 59 r. Student 0.15663232\n",
      "308 60 . Students 0.15663232\n",
      "308 61  Ttudents, 0.15663232\n",
      "308 62 atudents,  0.15663232\n",
      "308 63 tudents, p 0.15663232\n",
      "308 64 urents, pl 0.15663232\n",
      "308 65 rents, ple 0.15663232\n",
      "308 66 ants, plea 0.15663232\n",
      "308 67  t , pleas 0.15663232\n",
      "308 68 t , please 0.15663232\n",
      "308 69 u, please  0.15663232\n",
      "308 70 o please s 0.15663232\n",
      "308 71  please st 0.15663232\n",
      "308 72 alease stu 0.15663232\n",
      "308 73 lease stud 0.15663232\n",
      "308 74 ease study 0.15663232\n",
      "308 75  se study  0.15663232\n",
      "308 76 te study h 0.15663232\n",
      "308 77 o study ha 0.15663232\n",
      "308 78  study har 0.15663232\n",
      "308 79 atudy hard 0.15663232\n",
      "308 80 oudy hard. 0.15663232\n",
      "309 0 Te are dat 0.15663034\n",
      "309 1 e are data 0.15663034\n",
      "309 2  cre datae 0.15663034\n",
      "309 3 T e dataed 0.15663034\n",
      "309 4 te dataedu 0.15663034\n",
      "309 5 e dataedu. 0.15663034\n",
      "309 6  cataedu.  0.15663034\n",
      "309 7 Tataedu. T 0.15663034\n",
      "309 8 ataedu. Th 0.15663034\n",
      "309 9 tcedu. The 0.15663034\n",
      "309 10 uedu. The  0.15663034\n",
      "309 11 tdu. The c 0.15663034\n",
      "309 12  u. The cu 0.15663034\n",
      "309 13 a. The cur 0.15663034\n",
      "309 14 r The curr 0.15663034\n",
      "309 15  She curre 0.15663034\n",
      "309 16 The curren 0.15663034\n",
      "309 17 ee current 0.15663034\n",
      "309 18 e current  0.15663034\n",
      "309 19  current l 0.15663034\n",
      "309 20 Turrent le 0.15663034\n",
      "309 21 hrrent lec 0.15663034\n",
      "309 22 reent lect 0.15663034\n",
      "309 23 eent lectu 0.15663034\n",
      "309 24 e t lectur 0.15663034\n",
      "309 25  tslecture 0.15663034\n",
      "309 26 tslecture  0.15663034\n",
      "309 27 ulecture i 0.15663034\n",
      "309 28 Tecture is 0.15663034\n",
      "309 29 ecture is  0.15663034\n",
      "309 30  ture is a 0.15663034\n",
      "309 31 hure is a  0.15663034\n",
      "309 32 ure is a M 0.15663034\n",
      "309 33 re is a Ma 0.15663034\n",
      "309 34 e ds a Mat 0.15663034\n",
      "309 35  cs a Matc 0.15663034\n",
      "309 36 Ts a Match 0.15663034\n",
      "309 37 s a Match  0.15663034\n",
      "309 38 oa Match U 0.15663034\n",
      "309 39 T Match Up 0.15663034\n",
      "309 40 tMatch Up  0.15663034\n",
      "309 41 Tatch Up T 0.15663034\n",
      "309 42 atch Up Te 0.15663034\n",
      "309 43 tch Up Ten 0.15663034\n",
      "309 44 uh Up Tens 0.15663034\n",
      "309 45 h Up Tenso 0.15663034\n",
      "309 46 eUp Tensor 0.15663034\n",
      "309 47 Tp TensorF 0.15663034\n",
      "309 48 p TensorFl 0.15663034\n",
      "309 49  TensorFlo 0.15663034\n",
      "309 50 ThnsorFlow 0.15663034\n",
      "309 51 ensorFlow. 0.15663034\n",
      "309 52  torFlow.  0.15663034\n",
      "309 53 torFlow. S 0.15663034\n",
      "309 54 orFlow. St 0.15663034\n",
      "309 55 rFlow. Stu 0.15663034\n",
      "309 56 elow. Stud 0.15663034\n",
      "309 57 low. Stude 0.15663034\n",
      "309 58 ew. Studen 0.15663034\n",
      "309 59 r. Student 0.15663034\n",
      "309 60 . Students 0.15663034\n",
      "309 61  Students, 0.15663034\n",
      "309 62 Ttudents,  0.15663034\n",
      "309 63 tudents, p 0.15663034\n",
      "309 64 urents, pl 0.15663034\n",
      "309 65 rents, ple 0.15663034\n",
      "309 66 ants, plea 0.15663034\n",
      "309 67  ts, pleas 0.15663034\n",
      "309 68 ts, please 0.15663034\n",
      "309 69 u, please  0.15663034\n",
      "309 70 o please s 0.15663034\n",
      "309 71  please st 0.15663034\n",
      "309 72 Tlease stu 0.15663034\n",
      "309 73  ease stud 0.15663034\n",
      "309 74 ecse study 0.15663034\n",
      "309 75  se study  0.15663034\n",
      "309 76 te study h 0.15663034\n",
      "309 77 o study ha 0.15663034\n",
      "309 78  ctudy har 0.15663034\n",
      "309 79 Ttudy hard 0.15663034\n",
      "309 80 oudy hard. 0.15663034\n",
      "310 0 ae are dat 0.15662831\n",
      "310 1 e are data 0.15662831\n",
      "310 2  are datae 0.15662831\n",
      "310 3 are dataed 0.15662831\n",
      "310 4 te dataedu 0.15662831\n",
      "310 5 e iataedu. 0.15662831\n",
      "310 6  aataedu.  0.15662831\n",
      "310 7 aataedu. T 0.15662831\n",
      "310 8 ataedu. Th 0.15662831\n",
      "310 9 taedu. The 0.15662831\n",
      "310 10 uedu. The  0.15662831\n",
      "310 11 tdu. The c 0.15662831\n",
      "310 12  u. The cu 0.15662831\n",
      "310 13 a. The cur 0.15662831\n",
      "310 14 r The curr 0.15662831\n",
      "310 15  The curre 0.15662831\n",
      "310 16 aee curren 0.15662831\n",
      "310 17 ee current 0.15662831\n",
      "310 18 e current  0.15662831\n",
      "310 19  aurrent l 0.15662831\n",
      "310 20 aurrent le 0.15662831\n",
      "310 21 urrent lec 0.15662831\n",
      "310 22 rrent lect 0.15662831\n",
      "310 23 eent lectu 0.15662831\n",
      "310 24 e t lectur 0.15662831\n",
      "310 25  tslecture 0.15662831\n",
      "310 26 tslecture  0.15662831\n",
      "310 27 ulecture i 0.15662831\n",
      "310 28 aecture is 0.15662831\n",
      "310 29 eature is  0.15662831\n",
      "310 30  ture is a 0.15662831\n",
      "310 31 uure is a  0.15662831\n",
      "310 32 ude is a M 0.15662831\n",
      "310 33 rr is a Ma 0.15662831\n",
      "310 34 e is a Mat 0.15662831\n",
      "310 35  as a Matc 0.15662831\n",
      "310 36 as a Match 0.15662831\n",
      "310 37 s a Match  0.15662831\n",
      "310 38 ,a Match U 0.15662831\n",
      "310 39 arMatch Up 0.15662831\n",
      "310 40 tMatch Up  0.15662831\n",
      "310 41 aatch Up T 0.15662831\n",
      "310 42 atch Up Te 0.15662831\n",
      "310 43 tah Up Ten 0.15662831\n",
      "310 44 uh Up Tens 0.15662831\n",
      "310 45 u Up Tenso 0.15662831\n",
      "310 46 eUp Tensor 0.15662831\n",
      "310 47 ap TensorF 0.15662831\n",
      "310 48 p TensorFl 0.15662831\n",
      "310 49  TensorFlo 0.15662831\n",
      "310 50 aensorFlow 0.15662831\n",
      "310 51 ensorFlow. 0.15662831\n",
      "310 52  torFlow.  0.15662831\n",
      "310 53 torFlow. S 0.15662831\n",
      "310 54 ,rFlow. St 0.15662831\n",
      "310 55 rFlow. Stu 0.15662831\n",
      "310 56 elow. Stud 0.15662831\n",
      "310 57 low. Stude 0.15662831\n",
      "310 58 ew. Studen 0.15662831\n",
      "310 59 r. Student 0.15662831\n",
      "310 60 . Students 0.15662831\n",
      "310 61  Ttudents, 0.15662831\n",
      "310 62 atudents,  0.15662831\n",
      "310 63 tudents, p 0.15662831\n",
      "310 64 udents, pl 0.15662831\n",
      "310 65 rents, ple 0.15662831\n",
      "310 66 ants, plea 0.15662831\n",
      "310 67  ts, pleas 0.15662831\n",
      "310 68 ts, please 0.15662831\n",
      "310 69 u, please  0.15662831\n",
      "310 70 , please s 0.15662831\n",
      "310 71  please st 0.15662831\n",
      "310 72 alease stu 0.15662831\n",
      "310 73  ease stud 0.15662831\n",
      "310 74 ease study 0.15662831\n",
      "310 75  se study  0.15662831\n",
      "310 76 te study h 0.15662831\n",
      "310 77 , study ha 0.15662831\n",
      "310 78  atudy har 0.15662831\n",
      "310 79 atudy hard 0.15662831\n",
      "310 80 ,udy hard. 0.15662831\n",
      "311 0 Te are dat 0.1566265\n",
      "311 1 e are data 0.1566265\n",
      "311 2  are datae 0.1566265\n",
      "311 3 T e dataed 0.1566265\n",
      "311 4 te dataedu 0.1566265\n",
      "311 5 e iataedu. 0.1566265\n",
      "311 6  aataedu.  0.1566265\n",
      "311 7 Tataedu. T 0.1566265\n",
      "311 8 ataedu. Th 0.1566265\n",
      "311 9 tcedu. The 0.1566265\n",
      "311 10 uedu. The  0.1566265\n",
      "311 11 tdu. The c 0.1566265\n",
      "311 12  u. The cu 0.1566265\n",
      "311 13 a. The cur 0.1566265\n",
      "311 14 r The curr 0.1566265\n",
      "311 15  The curre 0.1566265\n",
      "311 16 Tee curren 0.1566265\n",
      "311 17 ee current 0.1566265\n",
      "311 18   current  0.1566265\n",
      "311 19  aurrent l 0.1566265\n",
      "311 20 Turrent le 0.1566265\n",
      "311 21 urrent lec 0.1566265\n",
      "311 22 rrent lect 0.1566265\n",
      "311 23 eent lectu 0.1566265\n",
      "311 24 e t lectur 0.1566265\n",
      "311 25  t lecture 0.1566265\n",
      "311 26 t lecture  0.1566265\n",
      "311 27 ulecture i 0.1566265\n",
      "311 28 Tecture is 0.1566265\n",
      "311 29 ecture is  0.1566265\n",
      "311 30  ture is a 0.1566265\n",
      "311 31 uure is a  0.1566265\n",
      "311 32 ude is a M 0.1566265\n",
      "311 33 rr is a Ma 0.1566265\n",
      "311 34 e is a Mat 0.1566265\n",
      "311 35  as a Matc 0.1566265\n",
      "311 36 Ts a Match 0.1566265\n",
      "311 37 s a Match  0.1566265\n",
      "311 38 ,a Match U 0.1566265\n",
      "311 39 T Match Up 0.1566265\n",
      "311 40 tMatch Up  0.1566265\n",
      "311 41 Tatch Up T 0.1566265\n",
      "311 42 atch Up Te 0.1566265\n",
      "311 43 tch Up Ten 0.1566265\n",
      "311 44 uh Up Tens 0.1566265\n",
      "311 45 u Up Tenso 0.1566265\n",
      "311 46  Up Tensor 0.1566265\n",
      "311 47 Tp TensorF 0.1566265\n",
      "311 48 p TensorFl 0.1566265\n",
      "311 49  TensorFlo 0.1566265\n",
      "311 50 TensorFlow 0.1566265\n",
      "311 51 ensorFlow. 0.1566265\n",
      "311 52  torFlow.  0.1566265\n",
      "311 53 torFlow. S 0.1566265\n",
      "311 54 ,rFlow. St 0.1566265\n",
      "311 55 rFlow. Stu 0.1566265\n",
      "311 56 elow. Stud 0.1566265\n",
      "311 57 low. Stude 0.1566265\n",
      "311 58 ew. Studen 0.1566265\n",
      "311 59 r. Student 0.1566265\n",
      "311 60 . Students 0.1566265\n",
      "311 61  Ttudents, 0.1566265\n",
      "311 62 Ttudents,  0.1566265\n",
      "311 63 tudents, p 0.1566265\n",
      "311 64 udents, pl 0.1566265\n",
      "311 65 rents, ple 0.1566265\n",
      "311 66 ants, plea 0.1566265\n",
      "311 67  t , pleas 0.1566265\n",
      "311 68 t , please 0.1566265\n",
      "311 69 u, please  0.1566265\n",
      "311 70 , please s 0.1566265\n",
      "311 71  please st 0.1566265\n",
      "311 72 Tlease stu 0.1566265\n",
      "311 73  ease stud 0.1566265\n",
      "311 74 ecse study 0.1566265\n",
      "311 75  se study  0.1566265\n",
      "311 76 te study h 0.1566265\n",
      "311 77 , study ha 0.1566265\n",
      "311 78  atudy har 0.1566265\n",
      "311 79 Ttudy hard 0.1566265\n",
      "311 80 ,udy hard. 0.1566265\n",
      "312 0 Te are dat 0.15662473\n",
      "312 1 e are data 0.15662473\n",
      "312 2  cre datae 0.15662473\n",
      "312 3 T e dataed 0.15662473\n",
      "312 4 te dataedu 0.15662473\n",
      "312 5 e iataedu. 0.15662473\n",
      "312 6  cataedu.  0.15662473\n",
      "312 7 Tataedu. T 0.15662473\n",
      "312 8 ataedu. Th 0.15662473\n",
      "312 9 tcedu. The 0.15662473\n",
      "312 10 uedu. The  0.15662473\n",
      "312 11 tdu. The c 0.15662473\n",
      "312 12  u. The cu 0.15662473\n",
      "312 13 a. The cur 0.15662473\n",
      "312 14 r The curr 0.15662473\n",
      "312 15  She curre 0.15662473\n",
      "312 16 The curren 0.15662473\n",
      "312 17 ee current 0.15662473\n",
      "312 18 e current  0.15662473\n",
      "312 19  current l 0.15662473\n",
      "312 20 Turrent le 0.15662473\n",
      "312 21 hrrent lec 0.15662473\n",
      "312 22 reent lect 0.15662473\n",
      "312 23 eent lectu 0.15662473\n",
      "312 24 e t lectur 0.15662473\n",
      "312 25  tslecture 0.15662473\n",
      "312 26 tslecture  0.15662473\n",
      "312 27 ulecture i 0.15662473\n",
      "312 28 Tecture is 0.15662473\n",
      "312 29 ecture is  0.15662473\n",
      "312 30  ture is a 0.15662473\n",
      "312 31 hure is a  0.15662473\n",
      "312 32 ude is a M 0.15662473\n",
      "312 33 re is a Ma 0.15662473\n",
      "312 34 e is a Mat 0.15662473\n",
      "312 35  cs a Matc 0.15662473\n",
      "312 36 Ts a Match 0.15662473\n",
      "312 37 s a Match  0.15662473\n",
      "312 38 ,a Match U 0.15662473\n",
      "312 39 T Match Up 0.15662473\n",
      "312 40 tMatch Up  0.15662473\n",
      "312 41 Tatch Up T 0.15662473\n",
      "312 42 atch Up Te 0.15662473\n",
      "312 43 tch Up Ten 0.15662473\n",
      "312 44 uh Up Tens 0.15662473\n",
      "312 45 h Up Tenso 0.15662473\n",
      "312 46 eUp Tensor 0.15662473\n",
      "312 47 Tp TensorF 0.15662473\n",
      "312 48 p TensorFl 0.15662473\n",
      "312 49  TensorFlo 0.15662473\n",
      "312 50 ThnsorFlow 0.15662473\n",
      "312 51 ensorFlow. 0.15662473\n",
      "312 52  torFlow.  0.15662473\n",
      "312 53 torFlow. S 0.15662473\n",
      "312 54 ,rFlow. St 0.15662473\n",
      "312 55 wFlow. Stu 0.15662473\n",
      "312 56 elow. Stud 0.15662473\n",
      "312 57 low. Stude 0.15662473\n",
      "312 58 ew. Studen 0.15662473\n",
      "312 59 w. Student 0.15662473\n",
      "312 60 . Students 0.15662473\n",
      "312 61  Students, 0.15662473\n",
      "312 62 Ttudents,  0.15662473\n",
      "312 63 tudents, p 0.15662473\n",
      "312 64 udents, pl 0.15662473\n",
      "312 65 rents, ple 0.15662473\n",
      "312 66 ants, plea 0.15662473\n",
      "312 67  ts, pleas 0.15662473\n",
      "312 68 ts, please 0.15662473\n",
      "312 69 u, please  0.15662473\n",
      "312 70 , please s 0.15662473\n",
      "312 71  please st 0.15662473\n",
      "312 72 Tlease stu 0.15662473\n",
      "312 73  ease stud 0.15662473\n",
      "312 74 ecse study 0.15662473\n",
      "312 75  se study  0.15662473\n",
      "312 76 te study h 0.15662473\n",
      "312 77 , study ha 0.15662473\n",
      "312 78  ctudy har 0.15662473\n",
      "312 79 Ttudy hard 0.15662473\n",
      "312 80 ,udy hard. 0.15662473\n",
      "313 0 ae are dat 0.15662307\n",
      "313 1 e are data 0.15662307\n",
      "313 2  sre datae 0.15662307\n",
      "313 3 are dataed 0.15662307\n",
      "313 4 te dataedu 0.15662307\n",
      "313 5 e iataedu. 0.15662307\n",
      "313 6  sataedu.  0.15662307\n",
      "313 7 aataedu. T 0.15662307\n",
      "313 8 ataedu. Th 0.15662307\n",
      "313 9 taedu. The 0.15662307\n",
      "313 10 uedu. The  0.15662307\n",
      "313 11 tdu. The c 0.15662307\n",
      "313 12  u. The cu 0.15662307\n",
      "313 13 a. The cur 0.15662307\n",
      "313 14 r The curr 0.15662307\n",
      "313 15  The curre 0.15662307\n",
      "313 16 ahe curren 0.15662307\n",
      "313 17 ee current 0.15662307\n",
      "313 18 e current  0.15662307\n",
      "313 19  surrent l 0.15662307\n",
      "313 20 aurrent le 0.15662307\n",
      "313 21 urrent lec 0.15662307\n",
      "313 22 rrent lect 0.15662307\n",
      "313 23 eent lectu 0.15662307\n",
      "313 24 e t lectur 0.15662307\n",
      "313 25  t lecture 0.15662307\n",
      "313 26 tslecture  0.15662307\n",
      "313 27 ulecture i 0.15662307\n",
      "313 28 aecture is 0.15662307\n",
      "313 29 eature is  0.15662307\n",
      "313 30  ture is a 0.15662307\n",
      "313 31 uure is a  0.15662307\n",
      "313 32 ure is a M 0.15662307\n",
      "313 33 rr is a Ma 0.15662307\n",
      "313 34 e is a Mat 0.15662307\n",
      "313 35  ss a Matc 0.15662307\n",
      "313 36 as a Match 0.15662307\n",
      "313 37 s a Match  0.15662307\n",
      "313 38 ,a Match U 0.15662307\n",
      "313 39 arMatch Up 0.15662307\n",
      "313 40 tMatch Up  0.15662307\n",
      "313 41 aatch Up T 0.15662307\n",
      "313 42 atch Up Te 0.15662307\n",
      "313 43 tah Up Ten 0.15662307\n",
      "313 44 uh Up Tens 0.15662307\n",
      "313 45 u Up Tenso 0.15662307\n",
      "313 46 eUp Tensor 0.15662307\n",
      "313 47 ap TensorF 0.15662307\n",
      "313 48 p TensorFl 0.15662307\n",
      "313 49  TensorFlo 0.15662307\n",
      "313 50 ahnsorFlow 0.15662307\n",
      "313 51 ensorFlow. 0.15662307\n",
      "313 52  torFlow.  0.15662307\n",
      "313 53 torFlow. S 0.15662307\n",
      "313 54 ,rFlow. St 0.15662307\n",
      "313 55 wFlow. Stu 0.15662307\n",
      "313 56 elow. Stud 0.15662307\n",
      "313 57 low. Stude 0.15662307\n",
      "313 58 ew. Studen 0.15662307\n",
      "313 59 w. Student 0.15662307\n",
      "313 60 . Students 0.15662307\n",
      "313 61  Ttudents, 0.15662307\n",
      "313 62 atudents,  0.15662307\n",
      "313 63 tudents, p 0.15662307\n",
      "313 64 urents, pl 0.15662307\n",
      "313 65 rents, ple 0.15662307\n",
      "313 66 ants, plea 0.15662307\n",
      "313 67  t , pleas 0.15662307\n",
      "313 68 ts, please 0.15662307\n",
      "313 69 u, please  0.15662307\n",
      "313 70 , please s 0.15662307\n",
      "313 71  please st 0.15662307\n",
      "313 72 alease stu 0.15662307\n",
      "313 73  ease stud 0.15662307\n",
      "313 74 ease study 0.15662307\n",
      "313 75  se study  0.15662307\n",
      "313 76 te study h 0.15662307\n",
      "313 77 , study ha 0.15662307\n",
      "313 78  study har 0.15662307\n",
      "313 79 atudy hard 0.15662307\n",
      "313 80 ,udy hard. 0.15662307\n",
      "314 0 Te are dat 0.15662134\n",
      "314 1 e are data 0.15662134\n",
      "314 2  cre datae 0.15662134\n",
      "314 3 T e dataed 0.15662134\n",
      "314 4 te dataedu 0.15662134\n",
      "314 5 e dataedu. 0.15662134\n",
      "314 6  cataedu.  0.15662134\n",
      "314 7 Tataedu. T 0.15662134\n",
      "314 8 ataedu. Th 0.15662134\n",
      "314 9 tcedu. The 0.15662134\n",
      "314 10 uedu. The  0.15662134\n",
      "314 11 tdu. The c 0.15662134\n",
      "314 12  u. The cu 0.15662134\n",
      "314 13 a. The cur 0.15662134\n",
      "314 14 r The curr 0.15662134\n",
      "314 15  She curre 0.15662134\n",
      "314 16 Tee curren 0.15662134\n",
      "314 17 ee current 0.15662134\n",
      "314 18   current  0.15662134\n",
      "314 19  current l 0.15662134\n",
      "314 20 Turrent le 0.15662134\n",
      "314 21 urrent lec 0.15662134\n",
      "314 22 rrent lect 0.15662134\n",
      "314 23 eent lectu 0.15662134\n",
      "314 24 e t lectur 0.15662134\n",
      "314 25  tslecture 0.15662134\n",
      "314 26 tslecture  0.15662134\n",
      "314 27 ulecture i 0.15662134\n",
      "314 28 Tecture is 0.15662134\n",
      "314 29 ecture is  0.15662134\n",
      "314 30  ture is a 0.15662134\n",
      "314 31 uure is a  0.15662134\n",
      "314 32 ure is a M 0.15662134\n",
      "314 33 rr is a Ma 0.15662134\n",
      "314 34 e ds a Mat 0.15662134\n",
      "314 35  cs a Matc 0.15662134\n",
      "314 36 Ts a Match 0.15662134\n",
      "314 37 s a Match  0.15662134\n",
      "314 38 ,a Match U 0.15662134\n",
      "314 39 T Match Up 0.15662134\n",
      "314 40 tMatch Up  0.15662134\n",
      "314 41 Tatch Up T 0.15662134\n",
      "314 42 atch Up Te 0.15662134\n",
      "314 43 tch Up Ten 0.15662134\n",
      "314 44 uh Up Tens 0.15662134\n",
      "314 45 u Up Tenso 0.15662134\n",
      "314 46  Up Tensor 0.15662134\n",
      "314 47 Tp TensorF 0.15662134\n",
      "314 48 p TensorFl 0.15662134\n",
      "314 49  TensorFlo 0.15662134\n",
      "314 50 TensorFlow 0.15662134\n",
      "314 51 ensorFlow. 0.15662134\n",
      "314 52  torFlow.  0.15662134\n",
      "314 53 torFlow. S 0.15662134\n",
      "314 54 ,rFlow. St 0.15662134\n",
      "314 55 wFlow. Stu 0.15662134\n",
      "314 56 elow. Stud 0.15662134\n",
      "314 57 low. Stude 0.15662134\n",
      "314 58 ew. Studen 0.15662134\n",
      "314 59 w. Student 0.15662134\n",
      "314 60 . Students 0.15662134\n",
      "314 61  Students, 0.15662134\n",
      "314 62 Ttudents,  0.15662134\n",
      "314 63 tudents, p 0.15662134\n",
      "314 64 urents, pl 0.15662134\n",
      "314 65 rents, ple 0.15662134\n",
      "314 66 ants, plea 0.15662134\n",
      "314 67  ts, pleas 0.15662134\n",
      "314 68 ts, please 0.15662134\n",
      "314 69 u, please  0.15662134\n",
      "314 70 , please s 0.15662134\n",
      "314 71  please st 0.15662134\n",
      "314 72 Tlease stu 0.15662134\n",
      "314 73  ease stud 0.15662134\n",
      "314 74 ecse study 0.15662134\n",
      "314 75  se study  0.15662134\n",
      "314 76 te study h 0.15662134\n",
      "314 77 , study ha 0.15662134\n",
      "314 78  ctudy har 0.15662134\n",
      "314 79 Ttudy hard 0.15662134\n",
      "314 80 ,udy hard. 0.15662134\n",
      "315 0 ae are dat 0.15661947\n",
      "315 1 e are data 0.15661947\n",
      "315 2  sre datae 0.15661947\n",
      "315 3 are dataed 0.15661947\n",
      "315 4 te dataedu 0.15661947\n",
      "315 5 e iataedu. 0.15661947\n",
      "315 6  sataedu.  0.15661947\n",
      "315 7 aataedu. T 0.15661947\n",
      "315 8 ataedu. Th 0.15661947\n",
      "315 9 taedu. The 0.15661947\n",
      "315 10 uedu. The  0.15661947\n",
      "315 11 tdu. The c 0.15661947\n",
      "315 12  u. The cu 0.15661947\n",
      "315 13 a. The cur 0.15661947\n",
      "315 14 r The curr 0.15661947\n",
      "315 15  The curre 0.15661947\n",
      "315 16 aee curren 0.15661947\n",
      "315 17 ee current 0.15661947\n",
      "315 18 e current  0.15661947\n",
      "315 19  surrent l 0.15661947\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "315 20 aurrent le 0.15661947\n",
      "315 21 urrent lec 0.15661947\n",
      "315 22 reent lect 0.15661947\n",
      "315 23 eent lectu 0.15661947\n",
      "315 24 e t lectur 0.15661947\n",
      "315 25  t lecture 0.15661947\n",
      "315 26 t lecture  0.15661947\n",
      "315 27 ulecture i 0.15661947\n",
      "315 28 aecture is 0.15661947\n",
      "315 29 eature is  0.15661947\n",
      "315 30  ture is a 0.15661947\n",
      "315 31 uure is a  0.15661947\n",
      "315 32 ude is a M 0.15661947\n",
      "315 33 re is a Ma 0.15661947\n",
      "315 34 e is a Mat 0.15661947\n",
      "315 35  ss a Matc 0.15661947\n",
      "315 36 as a Match 0.15661947\n",
      "315 37 s a Match  0.15661947\n",
      "315 38 ,a Match U 0.15661947\n",
      "315 39 arMatch Up 0.15661947\n",
      "315 40 tMatch Up  0.15661947\n",
      "315 41 aatch Up T 0.15661947\n",
      "315 42 atch Up Te 0.15661947\n",
      "315 43 tah Up Ten 0.15661947\n",
      "315 44 uh Up Tens 0.15661947\n",
      "315 45 u Up Tenso 0.15661947\n",
      "315 46 eUp Tensor 0.15661947\n",
      "315 47 ap TensorF 0.15661947\n",
      "315 48 p TensorFl 0.15661947\n",
      "315 49 lTensorFlo 0.15661947\n",
      "315 50 aensorFlow 0.15661947\n",
      "315 51 ensorFlow. 0.15661947\n",
      "315 52  torFlow.  0.15661947\n",
      "315 53 torFlow. S 0.15661947\n",
      "315 54 ,rFlow. St 0.15661947\n",
      "315 55 rFlow. Stu 0.15661947\n",
      "315 56 elow. Stud 0.15661947\n",
      "315 57 low. Stude 0.15661947\n",
      "315 58 ew. Studen 0.15661947\n",
      "315 59 r. Student 0.15661947\n",
      "315 60 . Students 0.15661947\n",
      "315 61  Ttudents, 0.15661947\n",
      "315 62 atudents,  0.15661947\n",
      "315 63 tudents, p 0.15661947\n",
      "315 64 udents, pl 0.15661947\n",
      "315 65 rents, ple 0.15661947\n",
      "315 66 ants, plea 0.15661947\n",
      "315 67  t , pleas 0.15661947\n",
      "315 68 t , please 0.15661947\n",
      "315 69 u, please  0.15661947\n",
      "315 70 , please s 0.15661947\n",
      "315 71  please st 0.15661947\n",
      "315 72 alease stu 0.15661947\n",
      "315 73 lease stud 0.15661947\n",
      "315 74 ease study 0.15661947\n",
      "315 75  se study  0.15661947\n",
      "315 76 te study h 0.15661947\n",
      "315 77 , study ha 0.15661947\n",
      "315 78  study har 0.15661947\n",
      "315 79 atudy hard 0.15661947\n",
      "315 80 ,udy hard. 0.15661947\n",
      "316 0 Te are dat 0.15661766\n",
      "316 1 e are data 0.15661766\n",
      "316 2  cre datae 0.15661766\n",
      "316 3 T e dataed 0.15661766\n",
      "316 4 te dataedu 0.15661766\n",
      "316 5 e dataedu. 0.15661766\n",
      "316 6  cataedu.  0.15661766\n",
      "316 7 Tataedu. T 0.15661766\n",
      "316 8 ataedu. Th 0.15661766\n",
      "316 9 tcedu. The 0.15661766\n",
      "316 10 uedu. The  0.15661766\n",
      "316 11 tdu. The c 0.15661766\n",
      "316 12  u. The cu 0.15661766\n",
      "316 13 a. The cur 0.15661766\n",
      "316 14 r The curr 0.15661766\n",
      "316 15  She curre 0.15661766\n",
      "316 16 The curren 0.15661766\n",
      "316 17 ee current 0.15661766\n",
      "316 18 e current  0.15661766\n",
      "316 19  current l 0.15661766\n",
      "316 20 Turrent le 0.15661766\n",
      "316 21 hrrent lec 0.15661766\n",
      "316 22 reent lect 0.15661766\n",
      "316 23 eent lectu 0.15661766\n",
      "316 24 e t lectur 0.15661766\n",
      "316 25  tslecture 0.15661766\n",
      "316 26 tslecture  0.15661766\n",
      "316 27 ulecture i 0.15661766\n",
      "316 28 Tecture is 0.15661766\n",
      "316 29 eature is  0.15661766\n",
      "316 30  ture is a 0.15661766\n",
      "316 31 hure is a  0.15661766\n",
      "316 32 ure is a M 0.15661766\n",
      "316 33 re is a Ma 0.15661766\n",
      "316 34 e ds a Mat 0.15661766\n",
      "316 35  cs a Matc 0.15661766\n",
      "316 36 Ts a Match 0.15661766\n",
      "316 37 s a Match  0.15661766\n",
      "316 38 ,a Match U 0.15661766\n",
      "316 39 T Match Up 0.15661766\n",
      "316 40 tMatch Up  0.15661766\n",
      "316 41 Tatch Up T 0.15661766\n",
      "316 42 atch Up Te 0.15661766\n",
      "316 43 tch Up Ten 0.15661766\n",
      "316 44 uh Up Tens 0.15661766\n",
      "316 45 h Up Tenso 0.15661766\n",
      "316 46 eUp Tensor 0.15661766\n",
      "316 47 Tp TensorF 0.15661766\n",
      "316 48 p TensorFl 0.15661766\n",
      "316 49  TensorFlo 0.15661766\n",
      "316 50 ThnsorFlow 0.15661766\n",
      "316 51 ensorFlow. 0.15661766\n",
      "316 52  torFlow.  0.15661766\n",
      "316 53 torFlow. S 0.15661766\n",
      "316 54 ,rFlow. St 0.15661766\n",
      "316 55 rFlow. Stu 0.15661766\n",
      "316 56 elow. Stud 0.15661766\n",
      "316 57 low. Stude 0.15661766\n",
      "316 58 ew. Studen 0.15661766\n",
      "316 59 r. Student 0.15661766\n",
      "316 60 . Students 0.15661766\n",
      "316 61  Students, 0.15661766\n",
      "316 62 Ttudents,  0.15661766\n",
      "316 63 tudents, p 0.15661766\n",
      "316 64 urents, pl 0.15661766\n",
      "316 65 rents, ple 0.15661766\n",
      "316 66 ants, plea 0.15661766\n",
      "316 67  ts, pleas 0.15661766\n",
      "316 68 ts, please 0.15661766\n",
      "316 69 u, please  0.15661766\n",
      "316 70 , please s 0.15661766\n",
      "316 71  please st 0.15661766\n",
      "316 72 Tlease stu 0.15661766\n",
      "316 73  ease stud 0.15661766\n",
      "316 74 ease study 0.15661766\n",
      "316 75  se study  0.15661766\n",
      "316 76 te study h 0.15661766\n",
      "316 77 , study ha 0.15661766\n",
      "316 78  ctudy har 0.15661766\n",
      "316 79 Ttudy hard 0.15661766\n",
      "316 80 ,udy hard. 0.15661766\n",
      "317 0 Te are dat 0.15661587\n",
      "317 1 e are data 0.15661587\n",
      "317 2  sre datae 0.15661587\n",
      "317 3 Tre dataed 0.15661587\n",
      "317 4 te dataedu 0.15661587\n",
      "317 5 e iataedu. 0.15661587\n",
      "317 6  sataedu.  0.15661587\n",
      "317 7 Tataedu. T 0.15661587\n",
      "317 8 ataedu. Th 0.15661587\n",
      "317 9 tcedu. The 0.15661587\n",
      "317 10 uedu. The  0.15661587\n",
      "317 11 tdu. The c 0.15661587\n",
      "317 12  u. The cu 0.15661587\n",
      "317 13 a. The cur 0.15661587\n",
      "317 14 r The curr 0.15661587\n",
      "317 15  The curre 0.15661587\n",
      "317 16 The curren 0.15661587\n",
      "317 17 ee current 0.15661587\n",
      "317 18   current  0.15661587\n",
      "317 19  surrent l 0.15661587\n",
      "317 20 Turrent le 0.15661587\n",
      "317 21 urrent lec 0.15661587\n",
      "317 22 rrent lect 0.15661587\n",
      "317 23 eent lectu 0.15661587\n",
      "317 24 e t lectur 0.15661587\n",
      "317 25  t lecture 0.15661587\n",
      "317 26 t lecture  0.15661587\n",
      "317 27 ulecture i 0.15661587\n",
      "317 28 Tecture is 0.15661587\n",
      "317 29 ecture is  0.15661587\n",
      "317 30  ture is a 0.15661587\n",
      "317 31 uure is a  0.15661587\n",
      "317 32 ure is a M 0.15661587\n",
      "317 33 rr is a Ma 0.15661587\n",
      "317 34 e is a Mat 0.15661587\n",
      "317 35  ss a Matc 0.15661587\n",
      "317 36 Ts a Match 0.15661587\n",
      "317 37 s a Match  0.15661587\n",
      "317 38 ,a Match U 0.15661587\n",
      "317 39 TrMatch Up 0.15661587\n",
      "317 40 tMatch Up  0.15661587\n",
      "317 41 Tatch Up T 0.15661587\n",
      "317 42 atch Up Te 0.15661587\n",
      "317 43 tch Up Ten 0.15661587\n",
      "317 44 uh Up Tens 0.15661587\n",
      "317 45 u Up Tenso 0.15661587\n",
      "317 46  Up Tensor 0.15661587\n",
      "317 47 Tp TensorF 0.15661587\n",
      "317 48 p TensorFl 0.15661587\n",
      "317 49  TensorFlo 0.15661587\n",
      "317 50 ThnsorFlow 0.15661587\n",
      "317 51 ensorFlow. 0.15661587\n",
      "317 52  torFlow.  0.15661587\n",
      "317 53 torFlow. S 0.15661587\n",
      "317 54 ,rFlow. St 0.15661587\n",
      "317 55 rFlow. Stu 0.15661587\n",
      "317 56 elow. Stud 0.15661587\n",
      "317 57 low. Stude 0.15661587\n",
      "317 58 ew. Studen 0.15661587\n",
      "317 59 r. Student 0.15661587\n",
      "317 60 . Students 0.15661587\n",
      "317 61  Ttudents, 0.15661587\n",
      "317 62 Ttudents,  0.15661587\n",
      "317 63 tudents, p 0.15661587\n",
      "317 64 urents, pl 0.15661587\n",
      "317 65 rents, ple 0.15661587\n",
      "317 66 ants, plea 0.15661587\n",
      "317 67  t , pleas 0.15661587\n",
      "317 68 t , please 0.15661587\n",
      "317 69 u, please  0.15661587\n",
      "317 70 , please s 0.15661587\n",
      "317 71  please st 0.15661587\n",
      "317 72 Tlease stu 0.15661587\n",
      "317 73  ease stud 0.15661587\n",
      "317 74 ecse study 0.15661587\n",
      "317 75  se study  0.15661587\n",
      "317 76 te study h 0.15661587\n",
      "317 77 , study ha 0.15661587\n",
      "317 78  study har 0.15661587\n",
      "317 79 Ttudy hard 0.15661587\n",
      "317 80 ,udy hard. 0.15661587\n",
      "318 0 Te are dat 0.15661414\n",
      "318 1 e are data 0.15661414\n",
      "318 2  are datae 0.15661414\n",
      "318 3 Tre dataed 0.15661414\n",
      "318 4 te dataedu 0.15661414\n",
      "318 5 e dataedu. 0.15661414\n",
      "318 6  aataedu.  0.15661414\n",
      "318 7 Tataedu. T 0.15661414\n",
      "318 8 ataedu. Th 0.15661414\n",
      "318 9 taedu. The 0.15661414\n",
      "318 10 uedu. The  0.15661414\n",
      "318 11 tdu. The c 0.15661414\n",
      "318 12  u. The cu 0.15661414\n",
      "318 13 a. The cur 0.15661414\n",
      "318 14 r The curr 0.15661414\n",
      "318 15  She curre 0.15661414\n",
      "318 16 Tee curren 0.15661414\n",
      "318 17 ee current 0.15661414\n",
      "318 18 e current  0.15661414\n",
      "318 19  aurrent l 0.15661414\n",
      "318 20 Turrent le 0.15661414\n",
      "318 21 urrent lec 0.15661414\n",
      "318 22 reent lect 0.15661414\n",
      "318 23 eent lectu 0.15661414\n",
      "318 24 e t lectur 0.15661414\n",
      "318 25  tslecture 0.15661414\n",
      "318 26 tslecture  0.15661414\n",
      "318 27 ulecture i 0.15661414\n",
      "318 28 Tecture is 0.15661414\n",
      "318 29 eature is  0.15661414\n",
      "318 30  ture is a 0.15661414\n",
      "318 31 uure is a  0.15661414\n",
      "318 32 ude is a M 0.15661414\n",
      "318 33 re is a Ma 0.15661414\n",
      "318 34 e ds a Mat 0.15661414\n",
      "318 35  as a Matc 0.15661414\n",
      "318 36 Ts a Match 0.15661414\n",
      "318 37 s a Match  0.15661414\n",
      "318 38 ,a Match U 0.15661414\n",
      "318 39 TrMatch Up 0.15661414\n",
      "318 40 tMatch Up  0.15661414\n",
      "318 41 Tatch Up T 0.15661414\n",
      "318 42 atch Up Te 0.15661414\n",
      "318 43 tah Up Ten 0.15661414\n",
      "318 44 uh Up Tens 0.15661414\n",
      "318 45 u Up Tenso 0.15661414\n",
      "318 46 eUp Tensor 0.15661414\n",
      "318 47 Tp TensorF 0.15661414\n",
      "318 48 p TensorFl 0.15661414\n",
      "318 49  TensorFlo 0.15661414\n",
      "318 50 TensorFlow 0.15661414\n",
      "318 51 ensorFlow. 0.15661414\n",
      "318 52  torFlow.  0.15661414\n",
      "318 53 torFlow. S 0.15661414\n",
      "318 54 ,rFlow. St 0.15661414\n",
      "318 55 wFlow. Stu 0.15661414\n",
      "318 56 elow. Stud 0.15661414\n",
      "318 57 low. Stude 0.15661414\n",
      "318 58 ew. Studen 0.15661414\n",
      "318 59 w. Student 0.15661414\n",
      "318 60 . Students 0.15661414\n",
      "318 61  Students, 0.15661414\n",
      "318 62 Ttudents,  0.15661414\n",
      "318 63 tudents, p 0.15661414\n",
      "318 64 udents, pl 0.15661414\n",
      "318 65 rents, ple 0.15661414\n",
      "318 66 ants, plea 0.15661414\n",
      "318 67  ts, pleas 0.15661414\n",
      "318 68 ts, please 0.15661414\n",
      "318 69 u, please  0.15661414\n",
      "318 70 , please s 0.15661414\n",
      "318 71  please st 0.15661414\n",
      "318 72 Tlease stu 0.15661414\n",
      "318 73  ease stud 0.15661414\n",
      "318 74 ease study 0.15661414\n",
      "318 75  se study  0.15661414\n",
      "318 76 te study h 0.15661414\n",
      "318 77 , study ha 0.15661414\n",
      "318 78  atudy har 0.15661414\n",
      "318 79 Ttudy hard 0.15661414\n",
      "318 80 ,udy hard. 0.15661414\n",
      "319 0 Te are dat 0.15661247\n",
      "319 1 e are data 0.15661247\n",
      "319 2  cre datae 0.15661247\n",
      "319 3 T e dataed 0.15661247\n",
      "319 4 te dataedu 0.15661247\n",
      "319 5 e dataedu. 0.15661247\n",
      "319 6  cataedu.  0.15661247\n",
      "319 7 Tataedu. T 0.15661247\n",
      "319 8 ataedu. Th 0.15661247\n",
      "319 9 tcedu. The 0.15661247\n",
      "319 10 uedu. The  0.15661247\n",
      "319 11 tdu. The c 0.15661247\n",
      "319 12  u. The cu 0.15661247\n",
      "319 13 a. The cur 0.15661247\n",
      "319 14 r The curr 0.15661247\n",
      "319 15  The curre 0.15661247\n",
      "319 16 Tee curren 0.15661247\n",
      "319 17 ee current 0.15661247\n",
      "319 18 e current  0.15661247\n",
      "319 19  current l 0.15661247\n",
      "319 20 Turrent le 0.15661247\n",
      "319 21 hrrent lec 0.15661247\n",
      "319 22 reent lect 0.15661247\n",
      "319 23 eent lectu 0.15661247\n",
      "319 24 e t lectur 0.15661247\n",
      "319 25  t lecture 0.15661247\n",
      "319 26 tslecture  0.15661247\n",
      "319 27 ulecture i 0.15661247\n",
      "319 28 Tecture is 0.15661247\n",
      "319 29 eature is  0.15661247\n",
      "319 30  ture is a 0.15661247\n",
      "319 31 hure is a  0.15661247\n",
      "319 32 ude is a M 0.15661247\n",
      "319 33 re is a Ma 0.15661247\n",
      "319 34 e ds a Mat 0.15661247\n",
      "319 35  cs a Matc 0.15661247\n",
      "319 36 Ts a Match 0.15661247\n",
      "319 37 s a Match  0.15661247\n",
      "319 38 ,a Match U 0.15661247\n",
      "319 39 T Match Up 0.15661247\n",
      "319 40 tMatch Up  0.15661247\n",
      "319 41 Tatch Up T 0.15661247\n",
      "319 42 atch Up Te 0.15661247\n",
      "319 43 tch Up Ten 0.15661247\n",
      "319 44 uh Up Tens 0.15661247\n",
      "319 45 h Up Tenso 0.15661247\n",
      "319 46 eUp Tensor 0.15661247\n",
      "319 47 Tp TensorF 0.15661247\n",
      "319 48 p TensorFl 0.15661247\n",
      "319 49  TensorFlo 0.15661247\n",
      "319 50 TensorFlow 0.15661247\n",
      "319 51 ensorFlow. 0.15661247\n",
      "319 52  torFlow.  0.15661247\n",
      "319 53 torFlow. S 0.15661247\n",
      "319 54 ,rFlow. St 0.15661247\n",
      "319 55 wFlow. Stu 0.15661247\n",
      "319 56 elow. Stud 0.15661247\n",
      "319 57 low. Stude 0.15661247\n",
      "319 58 ew. Studen 0.15661247\n",
      "319 59 w. Student 0.15661247\n",
      "319 60 . Students 0.15661247\n",
      "319 61  Ttudents, 0.15661247\n",
      "319 62 Ttudents,  0.15661247\n",
      "319 63 tudents, p 0.15661247\n",
      "319 64 udents, pl 0.15661247\n",
      "319 65 rents, ple 0.15661247\n",
      "319 66 ants, plea 0.15661247\n",
      "319 67  t , pleas 0.15661247\n",
      "319 68 ts, please 0.15661247\n",
      "319 69 u, please  0.15661247\n",
      "319 70 , please s 0.15661247\n",
      "319 71  please st 0.15661247\n",
      "319 72 Tlease stu 0.15661247\n",
      "319 73  ease stud 0.15661247\n",
      "319 74 ease study 0.15661247\n",
      "319 75  se study  0.15661247\n",
      "319 76 te study h 0.15661247\n",
      "319 77 , study ha 0.15661247\n",
      "319 78  ctudy har 0.15661247\n",
      "319 79 Ttudy hard 0.15661247\n",
      "319 80 ,udy hard. 0.15661247\n",
      "320 0 ae are dat 0.15661085\n",
      "320 1 e are data 0.15661085\n",
      "320 2  are datae 0.15661085\n",
      "320 3 are dataed 0.15661085\n",
      "320 4 te dataedu 0.15661085\n",
      "320 5 e iataedu. 0.15661085\n",
      "320 6  aataedu.  0.15661085\n",
      "320 7 aataedu. T 0.15661085\n",
      "320 8 ataedu. Th 0.15661085\n",
      "320 9 taedu. The 0.15661085\n",
      "320 10 uedu. The  0.15661085\n",
      "320 11 tdu. The c 0.15661085\n",
      "320 12  u. The cu 0.15661085\n",
      "320 13 a. The cur 0.15661085\n",
      "320 14 r The curr 0.15661085\n",
      "320 15  The curre 0.15661085\n",
      "320 16 ahe curren 0.15661085\n",
      "320 17 ee current 0.15661085\n",
      "320 18   current  0.15661085\n",
      "320 19  aurrent l 0.15661085\n",
      "320 20 aurrent le 0.15661085\n",
      "320 21 urrent lec 0.15661085\n",
      "320 22 rrent lect 0.15661085\n",
      "320 23 eent lectu 0.15661085\n",
      "320 24 e t lectur 0.15661085\n",
      "320 25  t lecture 0.15661085\n",
      "320 26 t lecture  0.15661085\n",
      "320 27 ulecture i 0.15661085\n",
      "320 28 aecture is 0.15661085\n",
      "320 29 eature is  0.15661085\n",
      "320 30  ture is a 0.15661085\n",
      "320 31 uure is a  0.15661085\n",
      "320 32 ure is a M 0.15661085\n",
      "320 33 rr is a Ma 0.15661085\n",
      "320 34 e is a Mat 0.15661085\n",
      "320 35  as a Matc 0.15661085\n",
      "320 36 as a Match 0.15661085\n",
      "320 37 s a Match  0.15661085\n",
      "320 38 ,a Match U 0.15661085\n",
      "320 39 arMatch Up 0.15661085\n",
      "320 40 tMatch Up  0.15661085\n",
      "320 41 aatch Up T 0.15661085\n",
      "320 42 atch Up Te 0.15661085\n",
      "320 43 tah Up Ten 0.15661085\n",
      "320 44 uh Up Tens 0.15661085\n",
      "320 45 u Up Tenso 0.15661085\n",
      "320 46  Up Tensor 0.15661085\n",
      "320 47 ap TensorF 0.15661085\n",
      "320 48 p TensorFl 0.15661085\n",
      "320 49  TensorFlo 0.15661085\n",
      "320 50 ahnsorFlow 0.15661085\n",
      "320 51 ensorFlow. 0.15661085\n",
      "320 52  torFlow.  0.15661085\n",
      "320 53 torFlow. S 0.15661085\n",
      "320 54 ,rFlow. St 0.15661085\n",
      "320 55 wFlow. Stu 0.15661085\n",
      "320 56 elow. Stud 0.15661085\n",
      "320 57 low. Stude 0.15661085\n",
      "320 58 ew. Studen 0.15661085\n",
      "320 59 w. Student 0.15661085\n",
      "320 60 . Students 0.15661085\n",
      "320 61  Ttudents, 0.15661085\n",
      "320 62 atudents,  0.15661085\n",
      "320 63 tudents, p 0.15661085\n",
      "320 64 urents, pl 0.15661085\n",
      "320 65 rents, ple 0.15661085\n",
      "320 66 ants, plea 0.15661085\n",
      "320 67  t , pleas 0.15661085\n",
      "320 68 t , please 0.15661085\n",
      "320 69 u, please  0.15661085\n",
      "320 70 , please s 0.15661085\n",
      "320 71  please st 0.15661085\n",
      "320 72 alease stu 0.15661085\n",
      "320 73  ease stud 0.15661085\n",
      "320 74 ease study 0.15661085\n",
      "320 75  se study  0.15661085\n",
      "320 76 te study h 0.15661085\n",
      "320 77 , study ha 0.15661085\n",
      "320 78  atudy har 0.15661085\n",
      "320 79 atudy hard 0.15661085\n",
      "320 80 ,udy hard. 0.15661085\n",
      "321 0 Te are dat 0.15660925\n",
      "321 1 e are data 0.15660925\n",
      "321 2  cre datae 0.15660925\n",
      "321 3 T e dataed 0.15660925\n",
      "321 4 te dataedu 0.15660925\n",
      "321 5 e dataedu. 0.15660925\n",
      "321 6  cataedu.  0.15660925\n",
      "321 7 Tataedu. T 0.15660925\n",
      "321 8 ataedu. Th 0.15660925\n",
      "321 9 tcedu. The 0.15660925\n",
      "321 10 uedu. The  0.15660925\n",
      "321 11 tdu. The c 0.15660925\n",
      "321 12  u. The cu 0.15660925\n",
      "321 13 a. The cur 0.15660925\n",
      "321 14 r The curr 0.15660925\n",
      "321 15  She curre 0.15660925\n",
      "321 16 Tee curren 0.15660925\n",
      "321 17 ee current 0.15660925\n",
      "321 18 e current  0.15660925\n",
      "321 19  current l 0.15660925\n",
      "321 20 Turrent le 0.15660925\n",
      "321 21 urrent lec 0.15660925\n",
      "321 22 reent lect 0.15660925\n",
      "321 23 eent lectu 0.15660925\n",
      "321 24 e t lectur 0.15660925\n",
      "321 25  tslecture 0.15660925\n",
      "321 26 tslecture  0.15660925\n",
      "321 27 ulecture i 0.15660925\n",
      "321 28 Tecture is 0.15660925\n",
      "321 29 ecture is  0.15660925\n",
      "321 30  ture is a 0.15660925\n",
      "321 31 uure is a  0.15660925\n",
      "321 32 ure is a M 0.15660925\n",
      "321 33 re is a Ma 0.15660925\n",
      "321 34 e ds a Mat 0.15660925\n",
      "321 35  cs a Matc 0.15660925\n",
      "321 36 Ts a Match 0.15660925\n",
      "321 37 s a Match  0.15660925\n",
      "321 38 ,a Match U 0.15660925\n",
      "321 39 T Match Up 0.15660925\n",
      "321 40 tMatch Up  0.15660925\n",
      "321 41 Tatch Up T 0.15660925\n",
      "321 42 atch Up Te 0.15660925\n",
      "321 43 tch Up Ten 0.15660925\n",
      "321 44 uh Up Tens 0.15660925\n",
      "321 45 u Up Tenso 0.15660925\n",
      "321 46 eUp Tensor 0.15660925\n",
      "321 47 Tp TensorF 0.15660925\n",
      "321 48 p TensorFl 0.15660925\n",
      "321 49  TensorFlo 0.15660925\n",
      "321 50 TensorFlow 0.15660925\n",
      "321 51 ensorFlow. 0.15660925\n",
      "321 52  torFlow.  0.15660925\n",
      "321 53 torFlow. S 0.15660925\n",
      "321 54 ,rFlow. St 0.15660925\n",
      "321 55 rFlow. Stu 0.15660925\n",
      "321 56 elow. Stud 0.15660925\n",
      "321 57 low. Stude 0.15660925\n",
      "321 58 ew. Studen 0.15660925\n",
      "321 59 r. Student 0.15660925\n",
      "321 60 . Students 0.15660925\n",
      "321 61  Students, 0.15660925\n",
      "321 62 Ttudents,  0.15660925\n",
      "321 63 tudents, p 0.15660925\n",
      "321 64 urents, pl 0.15660925\n",
      "321 65 rents, ple 0.15660925\n",
      "321 66 ants, plea 0.15660925\n",
      "321 67  ts, pleas 0.15660925\n",
      "321 68 ts, please 0.15660925\n",
      "321 69 u, please  0.15660925\n",
      "321 70 , please s 0.15660925\n",
      "321 71  please st 0.15660925\n",
      "321 72 Tlease stu 0.15660925\n",
      "321 73  ease stud 0.15660925\n",
      "321 74 ecse study 0.15660925\n",
      "321 75  se study  0.15660925\n",
      "321 76 te study h 0.15660925\n",
      "321 77 , study ha 0.15660925\n",
      "321 78  ctudy har 0.15660925\n",
      "321 79 Ttudy hard 0.15660925\n",
      "321 80 ,udy hard. 0.15660925\n",
      "322 0 ae are dat 0.15660764\n",
      "322 1 e are data 0.15660764\n",
      "322 2  sre datae 0.15660764\n",
      "322 3 are dataed 0.15660764\n",
      "322 4 te dataedu 0.15660764\n",
      "322 5 e iataedu. 0.15660764\n",
      "322 6  sataedu.  0.15660764\n",
      "322 7 aataedu. T 0.15660764\n",
      "322 8 ataedu. Th 0.15660764\n",
      "322 9 taedu. The 0.15660764\n",
      "322 10 uedu. The  0.15660764\n",
      "322 11 tdu. The c 0.15660764\n",
      "322 12  u. The cu 0.15660764\n",
      "322 13 a. The cur 0.15660764\n",
      "322 14 r The curr 0.15660764\n",
      "322 15  The curre 0.15660764\n",
      "322 16 aee curren 0.15660764\n",
      "322 17 ee current 0.15660764\n",
      "322 18   current  0.15660764\n",
      "322 19  surrent l 0.15660764\n",
      "322 20 aurrent le 0.15660764\n",
      "322 21 urrent lec 0.15660764\n",
      "322 22 rrent lect 0.15660764\n",
      "322 23 eent lectu 0.15660764\n",
      "322 24 e t lectur 0.15660764\n",
      "322 25  t lecture 0.15660764\n",
      "322 26 t lecture  0.15660764\n",
      "322 27 ulecture i 0.15660764\n",
      "322 28 aecture is 0.15660764\n",
      "322 29 eature is  0.15660764\n",
      "322 30  ture is a 0.15660764\n",
      "322 31 uure is a  0.15660764\n",
      "322 32 ude is a M 0.15660764\n",
      "322 33 rr is a Ma 0.15660764\n",
      "322 34 e is a Mat 0.15660764\n",
      "322 35  ss a Matc 0.15660764\n",
      "322 36 as a Match 0.15660764\n",
      "322 37 s a Match  0.15660764\n",
      "322 38 ,a Match U 0.15660764\n",
      "322 39 arMatch Up 0.15660764\n",
      "322 40 tMatch Up  0.15660764\n",
      "322 41 aatch Up T 0.15660764\n",
      "322 42 atch Up Te 0.15660764\n",
      "322 43 tah Up Ten 0.15660764\n",
      "322 44 uh Up Tens 0.15660764\n",
      "322 45 u Up Tenso 0.15660764\n",
      "322 46  Up Tensor 0.15660764\n",
      "322 47 ap TensorF 0.15660764\n",
      "322 48 p TensorFl 0.15660764\n",
      "322 49  TensorFlo 0.15660764\n",
      "322 50 aensorFlow 0.15660764\n",
      "322 51 ensorFlow. 0.15660764\n",
      "322 52  torFlow.  0.15660764\n",
      "322 53 torFlow. S 0.15660764\n",
      "322 54 ,rFlow. St 0.15660764\n",
      "322 55 rFlow. Stu 0.15660764\n",
      "322 56 elow. Stud 0.15660764\n",
      "322 57 low. Stude 0.15660764\n",
      "322 58 ew. Studen 0.15660764\n",
      "322 59 r. Student 0.15660764\n",
      "322 60 . Students 0.15660764\n",
      "322 61  Ttudents, 0.15660764\n",
      "322 62 atudents,  0.15660764\n",
      "322 63 tudents, p 0.15660764\n",
      "322 64 udents, pl 0.15660764\n",
      "322 65 rents, ple 0.15660764\n",
      "322 66 ants, plea 0.15660764\n",
      "322 67  t , pleas 0.15660764\n",
      "322 68 t , please 0.15660764\n",
      "322 69 u, please  0.15660764\n",
      "322 70 , please s 0.15660764\n",
      "322 71  please st 0.15660764\n",
      "322 72 alease stu 0.15660764\n",
      "322 73  ease stud 0.15660764\n",
      "322 74 ease study 0.15660764\n",
      "322 75  se study  0.15660764\n",
      "322 76 te study h 0.15660764\n",
      "322 77 , study ha 0.15660764\n",
      "322 78  study har 0.15660764\n",
      "322 79 atudy hard 0.15660764\n",
      "322 80 ,udy hard. 0.15660764\n",
      "323 0 Te are dat 0.15660605\n",
      "323 1 e are data 0.15660605\n",
      "323 2  cre datae 0.15660605\n",
      "323 3 T e dataed 0.15660605\n",
      "323 4 te dataedu 0.15660605\n",
      "323 5 e dataedu. 0.15660605\n",
      "323 6  cataedu.  0.15660605\n",
      "323 7 Tataedu. T 0.15660605\n",
      "323 8 ataedu. Th 0.15660605\n",
      "323 9 tcedu. The 0.15660605\n",
      "323 10 uedu. The  0.15660605\n",
      "323 11 tdu. The c 0.15660605\n",
      "323 12  u. The cu 0.15660605\n",
      "323 13 a. The cur 0.15660605\n",
      "323 14 r The curr 0.15660605\n",
      "323 15  She curre 0.15660605\n",
      "323 16 The curren 0.15660605\n",
      "323 17 ee current 0.15660605\n",
      "323 18   current  0.15660605\n",
      "323 19  current l 0.15660605\n",
      "323 20 Turrent le 0.15660605\n",
      "323 21 urrent lec 0.15660605\n",
      "323 22 rrent lect 0.15660605\n",
      "323 23 eent lectu 0.15660605\n",
      "323 24 e t lectur 0.15660605\n",
      "323 25  tslecture 0.15660605\n",
      "323 26 tslecture  0.15660605\n",
      "323 27 ulecture i 0.15660605\n",
      "323 28 Tecture is 0.15660605\n",
      "323 29 ecture is  0.15660605\n",
      "323 30  ture is a 0.15660605\n",
      "323 31 uure is a  0.15660605\n",
      "323 32 ude is a M 0.15660605\n",
      "323 33 rr is a Ma 0.15660605\n",
      "323 34 e ds a Mat 0.15660605\n",
      "323 35  cs a Matc 0.15660605\n",
      "323 36 Ts a Match 0.15660605\n",
      "323 37 s a Match  0.15660605\n",
      "323 38 ,a Match U 0.15660605\n",
      "323 39 T Match Up 0.15660605\n",
      "323 40 tMatch Up  0.15660605\n",
      "323 41 Tatch Up T 0.15660605\n",
      "323 42 atch Up Te 0.15660605\n",
      "323 43 tch Up Ten 0.15660605\n",
      "323 44 uh Up Tens 0.15660605\n",
      "323 45 u Up Tenso 0.15660605\n",
      "323 46  Up Tensor 0.15660605\n",
      "323 47 Tp TensorF 0.15660605\n",
      "323 48 p TensorFl 0.15660605\n",
      "323 49  TensorFlo 0.15660605\n",
      "323 50 ThnsorFlow 0.15660605\n",
      "323 51 ensorFlow. 0.15660605\n",
      "323 52  torFlow.  0.15660605\n",
      "323 53 torFlow. S 0.15660605\n",
      "323 54 ,rFlow. St 0.15660605\n",
      "323 55 rFlow. Stu 0.15660605\n",
      "323 56 elow. Stud 0.15660605\n",
      "323 57 low. Stude 0.15660605\n",
      "323 58 ew. Studen 0.15660605\n",
      "323 59 r. Student 0.15660605\n",
      "323 60 . Students 0.15660605\n",
      "323 61  Students, 0.15660605\n",
      "323 62 Ttudents,  0.15660605\n",
      "323 63 tudents, p 0.15660605\n",
      "323 64 udents, pl 0.15660605\n",
      "323 65 rents, ple 0.15660605\n",
      "323 66 ants, plea 0.15660605\n",
      "323 67  ts, pleas 0.15660605\n",
      "323 68 ts, please 0.15660605\n",
      "323 69 u, please  0.15660605\n",
      "323 70 , please s 0.15660605\n",
      "323 71  please st 0.15660605\n",
      "323 72 Tlease stu 0.15660605\n",
      "323 73  ease stud 0.15660605\n",
      "323 74 ecse study 0.15660605\n",
      "323 75  se study  0.15660605\n",
      "323 76 te study h 0.15660605\n",
      "323 77 , study ha 0.15660605\n",
      "323 78  ctudy har 0.15660605\n",
      "323 79 Ttudy hard 0.15660605\n",
      "323 80 ,udy hard. 0.15660605\n",
      "324 0 ae are dat 0.15660451\n",
      "324 1 e are data 0.15660451\n",
      "324 2  sre datae 0.15660451\n",
      "324 3 are dataed 0.15660451\n",
      "324 4 te dataedu 0.15660451\n",
      "324 5 e iataedu. 0.15660451\n",
      "324 6  sataedu.  0.15660451\n",
      "324 7 aataedu. T 0.15660451\n",
      "324 8 ataedu. Th 0.15660451\n",
      "324 9 taedu. The 0.15660451\n",
      "324 10 uedu. The  0.15660451\n",
      "324 11 tdu. The c 0.15660451\n",
      "324 12  u. The cu 0.15660451\n",
      "324 13 a. The cur 0.15660451\n",
      "324 14 r The curr 0.15660451\n",
      "324 15  The curre 0.15660451\n",
      "324 16 aee curren 0.15660451\n",
      "324 17 ee current 0.15660451\n",
      "324 18 e current  0.15660451\n",
      "324 19  surrent l 0.15660451\n",
      "324 20 aurrent le 0.15660451\n",
      "324 21 urrent lec 0.15660451\n",
      "324 22 reent lect 0.15660451\n",
      "324 23 eent lectu 0.15660451\n",
      "324 24 e t lectur 0.15660451\n",
      "324 25  t lecture 0.15660451\n",
      "324 26 t lecture  0.15660451\n",
      "324 27 ulecture i 0.15660451\n",
      "324 28 aecture is 0.15660451\n",
      "324 29 eature is  0.15660451\n",
      "324 30  ture is a 0.15660451\n",
      "324 31 uure is a  0.15660451\n",
      "324 32 ure is a M 0.15660451\n",
      "324 33 re is a Ma 0.15660451\n",
      "324 34 e is a Mat 0.15660451\n",
      "324 35  ss a Matc 0.15660451\n",
      "324 36 as a Match 0.15660451\n",
      "324 37 s a Match  0.15660451\n",
      "324 38 ,a Match U 0.15660451\n",
      "324 39 arMatch Up 0.15660451\n",
      "324 40 tMatch Up  0.15660451\n",
      "324 41 aatch Up T 0.15660451\n",
      "324 42 atch Up Te 0.15660451\n",
      "324 43 tah Up Ten 0.15660451\n",
      "324 44 uh Up Tens 0.15660451\n",
      "324 45 u Up Tenso 0.15660451\n",
      "324 46 eUp Tensor 0.15660451\n",
      "324 47 ap TensorF 0.15660451\n",
      "324 48 p TensorFl 0.15660451\n",
      "324 49  TensorFlo 0.15660451\n",
      "324 50 aensorFlow 0.15660451\n",
      "324 51 ensorFlow. 0.15660451\n",
      "324 52  torFlow.  0.15660451\n",
      "324 53 torFlow. S 0.15660451\n",
      "324 54 ,rFlow. St 0.15660451\n",
      "324 55 wFlow. Stu 0.15660451\n",
      "324 56 elow. Stud 0.15660451\n",
      "324 57 low. Stude 0.15660451\n",
      "324 58 ew. Studen 0.15660451\n",
      "324 59 w. Student 0.15660451\n",
      "324 60 . Students 0.15660451\n",
      "324 61  Ttudents, 0.15660451\n",
      "324 62 atudents,  0.15660451\n",
      "324 63 tudents, p 0.15660451\n",
      "324 64 urents, pl 0.15660451\n",
      "324 65 rents, ple 0.15660451\n",
      "324 66 ants, plea 0.15660451\n",
      "324 67  t , pleas 0.15660451\n",
      "324 68 t , please 0.15660451\n",
      "324 69 u, please  0.15660451\n",
      "324 70 , please s 0.15660451\n",
      "324 71  please st 0.15660451\n",
      "324 72 alease stu 0.15660451\n",
      "324 73  ease stud 0.15660451\n",
      "324 74 ease study 0.15660451\n",
      "324 75  se study  0.15660451\n",
      "324 76 te study h 0.15660451\n",
      "324 77 , study ha 0.15660451\n",
      "324 78  study har 0.15660451\n",
      "324 79 atudy hard 0.15660451\n",
      "324 80 ,udy hard. 0.15660451\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "325 0 Te are dat 0.15660295\n",
      "325 1 e are data 0.15660295\n",
      "325 2  cre datae 0.15660295\n",
      "325 3 T e dataed 0.15660295\n",
      "325 4 te dataedu 0.15660295\n",
      "325 5 e dataedu. 0.15660295\n",
      "325 6  cataedu.  0.15660295\n",
      "325 7 Tataedu. T 0.15660295\n",
      "325 8 ataedu. Th 0.15660295\n",
      "325 9 tcedu. The 0.15660295\n",
      "325 10 uedu. The  0.15660295\n",
      "325 11 tdu. The c 0.15660295\n",
      "325 12  u. The cu 0.15660295\n",
      "325 13 a. The cur 0.15660295\n",
      "325 14 r The curr 0.15660295\n",
      "325 15  She curre 0.15660295\n",
      "325 16 The curren 0.15660295\n",
      "325 17 ee current 0.15660295\n",
      "325 18 e current  0.15660295\n",
      "325 19  current l 0.15660295\n",
      "325 20 Turrent le 0.15660295\n",
      "325 21 urrent lec 0.15660295\n",
      "325 22 reent lect 0.15660295\n",
      "325 23 eent lectu 0.15660295\n",
      "325 24 e t lectur 0.15660295\n",
      "325 25  tslecture 0.15660295\n",
      "325 26 tslecture  0.15660295\n",
      "325 27 ulecture i 0.15660295\n",
      "325 28 Tecture is 0.15660295\n",
      "325 29 ecture is  0.15660295\n",
      "325 30  ture is a 0.15660295\n",
      "325 31 uure is a  0.15660295\n",
      "325 32 ude is a M 0.15660295\n",
      "325 33 re is a Ma 0.15660295\n",
      "325 34 e ds a Mat 0.15660295\n",
      "325 35  cs a Matc 0.15660295\n",
      "325 36 Ts a Match 0.15660295\n",
      "325 37 s a Match  0.15660295\n",
      "325 38 ,a Match U 0.15660295\n",
      "325 39 T Match Up 0.15660295\n",
      "325 40 tMatch Up  0.15660295\n",
      "325 41 Tatch Up T 0.15660295\n",
      "325 42 atch Up Te 0.15660295\n",
      "325 43 tch Up Ten 0.15660295\n",
      "325 44 uh Up Tens 0.15660295\n",
      "325 45 u Up Tenso 0.15660295\n",
      "325 46 eUp Tensor 0.15660295\n",
      "325 47 Tp TensorF 0.15660295\n",
      "325 48 p TensorFl 0.15660295\n",
      "325 49  TensorFlo 0.15660295\n",
      "325 50 ThnsorFlow 0.15660295\n",
      "325 51 ensorFlow. 0.15660295\n",
      "325 52  torFlow.  0.15660295\n",
      "325 53 torFlow. S 0.15660295\n",
      "325 54 ,rFlow. St 0.15660295\n",
      "325 55 wFlow. Stu 0.15660295\n",
      "325 56 elow. Stud 0.15660295\n",
      "325 57 low. Stude 0.15660295\n",
      "325 58 ew. Studen 0.15660295\n",
      "325 59 w. Student 0.15660295\n",
      "325 60 . Students 0.15660295\n",
      "325 61  Students, 0.15660295\n",
      "325 62 Ttudents,  0.15660295\n",
      "325 63 tudents, p 0.15660295\n",
      "325 64 udents, pl 0.15660295\n",
      "325 65 rents, ple 0.15660295\n",
      "325 66 ants, plea 0.15660295\n",
      "325 67  ts, pleas 0.15660295\n",
      "325 68 ts, please 0.15660295\n",
      "325 69 u, please  0.15660295\n",
      "325 70 , please s 0.15660295\n",
      "325 71  please st 0.15660295\n",
      "325 72 Tlease stu 0.15660295\n",
      "325 73  ease stud 0.15660295\n",
      "325 74 ecse study 0.15660295\n",
      "325 75  se study  0.15660295\n",
      "325 76 te study h 0.15660295\n",
      "325 77 , study ha 0.15660295\n",
      "325 78  ctudy har 0.15660295\n",
      "325 79 Ttudy hard 0.15660295\n",
      "325 80 ,udy hard. 0.15660295\n",
      "326 0 ae are dat 0.15660144\n",
      "326 1 e are data 0.15660144\n",
      "326 2  sre datae 0.15660144\n",
      "326 3 are dataed 0.15660144\n",
      "326 4 te dataedu 0.15660144\n",
      "326 5 e iataedu. 0.15660144\n",
      "326 6  sataedu.  0.15660144\n",
      "326 7 aataedu. T 0.15660144\n",
      "326 8 ataedu. Th 0.15660144\n",
      "326 9 taedu. The 0.15660144\n",
      "326 10 uedu. The  0.15660144\n",
      "326 11 tdu. The c 0.15660144\n",
      "326 12  u. The cu 0.15660144\n",
      "326 13 a. The cur 0.15660144\n",
      "326 14 r The curr 0.15660144\n",
      "326 15  The curre 0.15660144\n",
      "326 16 aee curren 0.15660144\n",
      "326 17 ee current 0.15660144\n",
      "326 18   current  0.15660144\n",
      "326 19  surrent l 0.15660144\n",
      "326 20 aurrent le 0.15660144\n",
      "326 21 urrent lec 0.15660144\n",
      "326 22 rrent lect 0.15660144\n",
      "326 23 eent lectu 0.15660144\n",
      "326 24 e t lectur 0.15660144\n",
      "326 25  t lecture 0.15660144\n",
      "326 26 t lecture  0.15660144\n",
      "326 27 ulecture i 0.15660144\n",
      "326 28 aecture is 0.15660144\n",
      "326 29 eature is  0.15660144\n",
      "326 30  ture is a 0.15660144\n",
      "326 31 uure is a  0.15660144\n",
      "326 32 ude is a M 0.15660144\n",
      "326 33 rr is a Ma 0.15660144\n",
      "326 34 e is a Mat 0.15660144\n",
      "326 35  ss a Matc 0.15660144\n",
      "326 36 as a Match 0.15660144\n",
      "326 37 s a Match  0.15660144\n",
      "326 38 ,a Match U 0.15660144\n",
      "326 39 arMatch Up 0.15660144\n",
      "326 40 tMatch Up  0.15660144\n",
      "326 41 aatch Up T 0.15660144\n",
      "326 42 atch Up Te 0.15660144\n",
      "326 43 tah Up Ten 0.15660144\n",
      "326 44 uh Up Tens 0.15660144\n",
      "326 45 u Up Tenso 0.15660144\n",
      "326 46  Up Tensor 0.15660144\n",
      "326 47 ap TensorF 0.15660144\n",
      "326 48 p TensorFl 0.15660144\n",
      "326 49  TensorFlo 0.15660144\n",
      "326 50 aensorFlow 0.15660144\n",
      "326 51 ensorFlow. 0.15660144\n",
      "326 52  torFlow.  0.15660144\n",
      "326 53 torFlow. S 0.15660144\n",
      "326 54 ,rFlow. St 0.15660144\n",
      "326 55 rFlow. Stu 0.15660144\n",
      "326 56 elow. Stud 0.15660144\n",
      "326 57 low. Stude 0.15660144\n",
      "326 58 ew. Studen 0.15660144\n",
      "326 59 r. Student 0.15660144\n",
      "326 60 . Students 0.15660144\n",
      "326 61  Ttudents, 0.15660144\n",
      "326 62 atudents,  0.15660144\n",
      "326 63 tudents, p 0.15660144\n",
      "326 64 udents, pl 0.15660144\n",
      "326 65 rents, ple 0.15660144\n",
      "326 66 ants, plea 0.15660144\n",
      "326 67  t , pleas 0.15660144\n",
      "326 68 t , please 0.15660144\n",
      "326 69 u, please  0.15660144\n",
      "326 70 , please s 0.15660144\n",
      "326 71  please st 0.15660144\n",
      "326 72 alease stu 0.15660144\n",
      "326 73  ease stud 0.15660144\n",
      "326 74 ease study 0.15660144\n",
      "326 75  se study  0.15660144\n",
      "326 76 te study h 0.15660144\n",
      "326 77 , study ha 0.15660144\n",
      "326 78  study har 0.15660144\n",
      "326 79 atudy hard 0.15660144\n",
      "326 80 ,udy hard. 0.15660144\n",
      "327 0 Te are dat 0.15659995\n",
      "327 1 e are data 0.15659995\n",
      "327 2  cre datae 0.15659995\n",
      "327 3 T e dataed 0.15659995\n",
      "327 4 te dataedu 0.15659995\n",
      "327 5 e dataedu. 0.15659995\n",
      "327 6  cataedu.  0.15659995\n",
      "327 7 Tataedu. T 0.15659995\n",
      "327 8 ataedu. Th 0.15659995\n",
      "327 9 tcedu. The 0.15659995\n",
      "327 10 uedu. The  0.15659995\n",
      "327 11 tdu. The c 0.15659995\n",
      "327 12  u. The cu 0.15659995\n",
      "327 13 a. The cur 0.15659995\n",
      "327 14 r The curr 0.15659995\n",
      "327 15  She curre 0.15659995\n",
      "327 16 The curren 0.15659995\n",
      "327 17 ee current 0.15659995\n",
      "327 18 e current  0.15659995\n",
      "327 19  current l 0.15659995\n",
      "327 20 Turrent le 0.15659995\n",
      "327 21 urrent lec 0.15659995\n",
      "327 22 reent lect 0.15659995\n",
      "327 23 eent lectu 0.15659995\n",
      "327 24 e t lectur 0.15659995\n",
      "327 25  tslecture 0.15659995\n",
      "327 26 tslecture  0.15659995\n",
      "327 27 ulecture i 0.15659995\n",
      "327 28 Tecture is 0.15659995\n",
      "327 29 ecture is  0.15659995\n",
      "327 30  ture is a 0.15659995\n",
      "327 31 uure is a  0.15659995\n",
      "327 32 ure is a M 0.15659995\n",
      "327 33 re is a Ma 0.15659995\n",
      "327 34 e ds a Mat 0.15659995\n",
      "327 35  cs a Matc 0.15659995\n",
      "327 36 Ts a Match 0.15659995\n",
      "327 37 s a Match  0.15659995\n",
      "327 38 ,a Match U 0.15659995\n",
      "327 39 T Match Up 0.15659995\n",
      "327 40 tMatch Up  0.15659995\n",
      "327 41 Tatch Up T 0.15659995\n",
      "327 42 atch Up Te 0.15659995\n",
      "327 43 tch Up Ten 0.15659995\n",
      "327 44 uh Up Tens 0.15659995\n",
      "327 45 u Up Tenso 0.15659995\n",
      "327 46 eUp Tensor 0.15659995\n",
      "327 47 Tp TensorF 0.15659995\n",
      "327 48 p TensorFl 0.15659995\n",
      "327 49  TensorFlo 0.15659995\n",
      "327 50 ThnsorFlow 0.15659995\n",
      "327 51 ensorFlow. 0.15659995\n",
      "327 52  torFlow.  0.15659995\n",
      "327 53 torFlow. S 0.15659995\n",
      "327 54 ,rFlow. St 0.15659995\n",
      "327 55 wFlow. Stu 0.15659995\n",
      "327 56 elow. Stud 0.15659995\n",
      "327 57 low. Stude 0.15659995\n",
      "327 58 ew. Studen 0.15659995\n",
      "327 59 w. Student 0.15659995\n",
      "327 60 . Students 0.15659995\n",
      "327 61  Students, 0.15659995\n",
      "327 62 Ttudents,  0.15659995\n",
      "327 63 tudents, p 0.15659995\n",
      "327 64 urents, pl 0.15659995\n",
      "327 65 rents, ple 0.15659995\n",
      "327 66 ants, plea 0.15659995\n",
      "327 67  ts, pleas 0.15659995\n",
      "327 68 ts, please 0.15659995\n",
      "327 69 u, please  0.15659995\n",
      "327 70 , please s 0.15659995\n",
      "327 71  please st 0.15659995\n",
      "327 72 Tlease stu 0.15659995\n",
      "327 73  ease stud 0.15659995\n",
      "327 74 ecse study 0.15659995\n",
      "327 75  se study  0.15659995\n",
      "327 76 te study h 0.15659995\n",
      "327 77 , study ha 0.15659995\n",
      "327 78  ctudy har 0.15659995\n",
      "327 79 Ttudy hard 0.15659995\n",
      "327 80 ,udy hard. 0.15659995\n",
      "328 0 ae are dat 0.15659863\n",
      "328 1 e are data 0.15659863\n",
      "328 2  sre datae 0.15659863\n",
      "328 3 are dataed 0.15659863\n",
      "328 4 te dataedu 0.15659863\n",
      "328 5 e iataedu. 0.15659863\n",
      "328 6  sataedu.  0.15659863\n",
      "328 7 aataedu. T 0.15659863\n",
      "328 8 ataedu. Th 0.15659863\n",
      "328 9 taedu. The 0.15659863\n",
      "328 10 uedu. The  0.15659863\n",
      "328 11 tdu. The c 0.15659863\n",
      "328 12  u. The cu 0.15659863\n",
      "328 13 a. The cur 0.15659863\n",
      "328 14 r The curr 0.15659863\n",
      "328 15  The curre 0.15659863\n",
      "328 16 ahe curren 0.15659863\n",
      "328 17 ee current 0.15659863\n",
      "328 18 e current  0.15659863\n",
      "328 19  surrent l 0.15659863\n",
      "328 20 aurrent le 0.15659863\n",
      "328 21 urrent lec 0.15659863\n",
      "328 22 rrent lect 0.15659863\n",
      "328 23 eent lectu 0.15659863\n",
      "328 24 e t lectur 0.15659863\n",
      "328 25  t lecture 0.15659863\n",
      "328 26 t lecture  0.15659863\n",
      "328 27 ulecture i 0.15659863\n",
      "328 28 aecture is 0.15659863\n",
      "328 29 eature is  0.15659863\n",
      "328 30  ture is a 0.15659863\n",
      "328 31 uure is a  0.15659863\n",
      "328 32 ude is a M 0.15659863\n",
      "328 33 rr is a Ma 0.15659863\n",
      "328 34 e is a Mat 0.15659863\n",
      "328 35  ss a Matc 0.15659863\n",
      "328 36 as a Match 0.15659863\n",
      "328 37 s a Match  0.15659863\n",
      "328 38 ,a Match U 0.15659863\n",
      "328 39 arMatch Up 0.15659863\n",
      "328 40 tMatch Up  0.15659863\n",
      "328 41 aatch Up T 0.15659863\n",
      "328 42 atch Up Te 0.15659863\n",
      "328 43 tah Up Ten 0.15659863\n",
      "328 44 uh Up Tens 0.15659863\n",
      "328 45 u Up Tenso 0.15659863\n",
      "328 46 eUp Tensor 0.15659863\n",
      "328 47 ap TensorF 0.15659863\n",
      "328 48 p TensorFl 0.15659863\n",
      "328 49 lTensorFlo 0.15659863\n",
      "328 50 ahnsorFlow 0.15659863\n",
      "328 51 ensorFlow. 0.15659863\n",
      "328 52  torFlow.  0.15659863\n",
      "328 53 torFlow. S 0.15659863\n",
      "328 54 ,rFlow. St 0.15659863\n",
      "328 55 rFlow. Stu 0.15659863\n",
      "328 56 elow. Stud 0.15659863\n",
      "328 57 low. Stude 0.15659863\n",
      "328 58 ew. Studen 0.15659863\n",
      "328 59 r. Student 0.15659863\n",
      "328 60 . Students 0.15659863\n",
      "328 61  Ttudents, 0.15659863\n",
      "328 62 atudents,  0.15659863\n",
      "328 63 tudents, p 0.15659863\n",
      "328 64 udents, pl 0.15659863\n",
      "328 65 rents, ple 0.15659863\n",
      "328 66 ants, plea 0.15659863\n",
      "328 67  t , pleas 0.15659863\n",
      "328 68 t , please 0.15659863\n",
      "328 69 u, please  0.15659863\n",
      "328 70 , please s 0.15659863\n",
      "328 71  please st 0.15659863\n",
      "328 72 alease stu 0.15659863\n",
      "328 73 lease stud 0.15659863\n",
      "328 74 ease study 0.15659863\n",
      "328 75  se study  0.15659863\n",
      "328 76 te study h 0.15659863\n",
      "328 77 , study ha 0.15659863\n",
      "328 78  study har 0.15659863\n",
      "328 79 atudy hard 0.15659863\n",
      "328 80 ,udy hard. 0.15659863\n",
      "329 0 Te are dat 0.15659758\n",
      "329 1 e are data 0.15659758\n",
      "329 2  cre datae 0.15659758\n",
      "329 3 T e dataed 0.15659758\n",
      "329 4 te dataedu 0.15659758\n",
      "329 5 e dataedu. 0.15659758\n",
      "329 6  cataedu.  0.15659758\n",
      "329 7 Tataedu. T 0.15659758\n",
      "329 8 ataedu. Th 0.15659758\n",
      "329 9 tcedu. The 0.15659758\n",
      "329 10 uedu. The  0.15659758\n",
      "329 11 tdu. The c 0.15659758\n",
      "329 12  u. The cu 0.15659758\n",
      "329 13 a. The cur 0.15659758\n",
      "329 14 r The curr 0.15659758\n",
      "329 15  She curre 0.15659758\n",
      "329 16 The curren 0.15659758\n",
      "329 17 ee current 0.15659758\n",
      "329 18   current  0.15659758\n",
      "329 19  current l 0.15659758\n",
      "329 20 Turrent le 0.15659758\n",
      "329 21 urrent lec 0.15659758\n",
      "329 22 reent lect 0.15659758\n",
      "329 23 eent lectu 0.15659758\n",
      "329 24 e t lectur 0.15659758\n",
      "329 25  tslecture 0.15659758\n",
      "329 26 tslecture  0.15659758\n",
      "329 27 ulecture i 0.15659758\n",
      "329 28 Tecture is 0.15659758\n",
      "329 29 ecture is  0.15659758\n",
      "329 30  ture is a 0.15659758\n",
      "329 31 uure is a  0.15659758\n",
      "329 32 ude is a M 0.15659758\n",
      "329 33 re is a Ma 0.15659758\n",
      "329 34 e ds a Mat 0.15659758\n",
      "329 35  cs a Matc 0.15659758\n",
      "329 36 Ts a Match 0.15659758\n",
      "329 37 s a Match  0.15659758\n",
      "329 38 ta Match U 0.15659758\n",
      "329 39 T Match Up 0.15659758\n",
      "329 40 tMatch Up  0.15659758\n",
      "329 41 Tatch Up T 0.15659758\n",
      "329 42 atch Up Te 0.15659758\n",
      "329 43 tch Up Ten 0.15659758\n",
      "329 44 uh Up Tens 0.15659758\n",
      "329 45 u Up Tenso 0.15659758\n",
      "329 46  Up Tensor 0.15659758\n",
      "329 47 Tp TensorF 0.15659758\n",
      "329 48 p TensorFl 0.15659758\n",
      "329 49  TensorFlo 0.15659758\n",
      "329 50 ThnsorFlow 0.15659758\n",
      "329 51 ensorFlow. 0.15659758\n",
      "329 52  torFlow.  0.15659758\n",
      "329 53 torFlow. S 0.15659758\n",
      "329 54 trFlow. St 0.15659758\n",
      "329 55 wFlow. Stu 0.15659758\n",
      "329 56 elow. Stud 0.15659758\n",
      "329 57 low. Stude 0.15659758\n",
      "329 58 ew. Studen 0.15659758\n",
      "329 59 w. Student 0.15659758\n",
      "329 60 . Students 0.15659758\n",
      "329 61  Students, 0.15659758\n",
      "329 62 Ttudents,  0.15659758\n",
      "329 63 tudents, p 0.15659758\n",
      "329 64 udents, pl 0.15659758\n",
      "329 65 rents, ple 0.15659758\n",
      "329 66 ants, plea 0.15659758\n",
      "329 67  ts, pleas 0.15659758\n",
      "329 68 ts, please 0.15659758\n",
      "329 69 u, please  0.15659758\n",
      "329 70 t please s 0.15659758\n",
      "329 71  please st 0.15659758\n",
      "329 72 Tlease stu 0.15659758\n",
      "329 73  ease stud 0.15659758\n",
      "329 74 ecse study 0.15659758\n",
      "329 75  se study  0.15659758\n",
      "329 76 te study h 0.15659758\n",
      "329 77 t study ha 0.15659758\n",
      "329 78  ctudy har 0.15659758\n",
      "329 79 Ttudy hard 0.15659758\n",
      "329 80 tudy hard. 0.15659758\n",
      "330 0 ae are dat 0.15659684\n",
      "330 1 e are data 0.15659684\n",
      "330 2  sre datae 0.15659684\n",
      "330 3 are dataed 0.15659684\n",
      "330 4 te dataedu 0.15659684\n",
      "330 5 e iataedu. 0.15659684\n",
      "330 6  sataedu.  0.15659684\n",
      "330 7 aataedu. T 0.15659684\n",
      "330 8 ataedu. Th 0.15659684\n",
      "330 9 taedu. The 0.15659684\n",
      "330 10 uedu. The  0.15659684\n",
      "330 11 tdu. The c 0.15659684\n",
      "330 12  u. The cu 0.15659684\n",
      "330 13 a. The cur 0.15659684\n",
      "330 14 r The curr 0.15659684\n",
      "330 15  The curre 0.15659684\n",
      "330 16 aee curren 0.15659684\n",
      "330 17 ee current 0.15659684\n",
      "330 18   current  0.15659684\n",
      "330 19  surrent l 0.15659684\n",
      "330 20 aurrent le 0.15659684\n",
      "330 21 urrent lec 0.15659684\n",
      "330 22 rrent lect 0.15659684\n",
      "330 23 eent lectu 0.15659684\n",
      "330 24 e t lectur 0.15659684\n",
      "330 25  t lecture 0.15659684\n",
      "330 26 t lecture  0.15659684\n",
      "330 27 ulecture i 0.15659684\n",
      "330 28 aecture is 0.15659684\n",
      "330 29 eature is  0.15659684\n",
      "330 30  ture is a 0.15659684\n",
      "330 31 uure is a  0.15659684\n",
      "330 32 ure is a M 0.15659684\n",
      "330 33 rr is a Ma 0.15659684\n",
      "330 34 e is a Mat 0.15659684\n",
      "330 35  ss a Matc 0.15659684\n",
      "330 36 as a Match 0.15659684\n",
      "330 37 s a Match  0.15659684\n",
      "330 38 ,a Match U 0.15659684\n",
      "330 39 arMatch Up 0.15659684\n",
      "330 40 tMatch Up  0.15659684\n",
      "330 41 aatch Up T 0.15659684\n",
      "330 42 atch Up Te 0.15659684\n",
      "330 43 tah Up Ten 0.15659684\n",
      "330 44 uh Up Tens 0.15659684\n",
      "330 45 u Up Tenso 0.15659684\n",
      "330 46  Up Tensor 0.15659684\n",
      "330 47 ap TensorF 0.15659684\n",
      "330 48 p TensorFl 0.15659684\n",
      "330 49 lTensorFlo 0.15659684\n",
      "330 50 aensorFlow 0.15659684\n",
      "330 51 ensorFlow. 0.15659684\n",
      "330 52  torFlow.  0.15659684\n",
      "330 53 torFlow. S 0.15659684\n",
      "330 54 ,rFlow. St 0.15659684\n",
      "330 55 rFlow. Stu 0.15659684\n",
      "330 56 elow. Stud 0.15659684\n",
      "330 57 low. Stude 0.15659684\n",
      "330 58 ew. Studen 0.15659684\n",
      "330 59 r. Student 0.15659684\n",
      "330 60 . Students 0.15659684\n",
      "330 61  Ttudents, 0.15659684\n",
      "330 62 atudents,  0.15659684\n",
      "330 63 tudents, p 0.15659684\n",
      "330 64 urents, pl 0.15659684\n",
      "330 65 rents, ple 0.15659684\n",
      "330 66 ants, plea 0.15659684\n",
      "330 67  t , pleas 0.15659684\n",
      "330 68 t , please 0.15659684\n",
      "330 69 u, please  0.15659684\n",
      "330 70 , please s 0.15659684\n",
      "330 71  please st 0.15659684\n",
      "330 72 alease stu 0.15659684\n",
      "330 73 lease stud 0.15659684\n",
      "330 74 ease study 0.15659684\n",
      "330 75  se study  0.15659684\n",
      "330 76 te study h 0.15659684\n",
      "330 77 , study ha 0.15659684\n",
      "330 78  study har 0.15659684\n",
      "330 79 atudy hard 0.15659684\n",
      "330 80 ,udy hard. 0.15659684\n",
      "331 0 Te are dat 0.15659712\n",
      "331 1 e are data 0.15659712\n",
      "331 2  cre datae 0.15659712\n",
      "331 3 T e dataed 0.15659712\n",
      "331 4 te dataedu 0.15659712\n",
      "331 5 e dataedu. 0.15659712\n",
      "331 6  cataedu.  0.15659712\n",
      "331 7 Tataedu. T 0.15659712\n",
      "331 8 ataedu. Th 0.15659712\n",
      "331 9 tcedu. The 0.15659712\n",
      "331 10 uedu. The  0.15659712\n",
      "331 11 tdu. The c 0.15659712\n",
      "331 12  u. The cu 0.15659712\n",
      "331 13 a. The cur 0.15659712\n",
      "331 14 r The curr 0.15659712\n",
      "331 15  She curre 0.15659712\n",
      "331 16 The curren 0.15659712\n",
      "331 17 ee current 0.15659712\n",
      "331 18 e current  0.15659712\n",
      "331 19  current l 0.15659712\n",
      "331 20 Turrent le 0.15659712\n",
      "331 21 hrrent lec 0.15659712\n",
      "331 22 reent lect 0.15659712\n",
      "331 23 eent lectu 0.15659712\n",
      "331 24 e t lectur 0.15659712\n",
      "331 25  tslecture 0.15659712\n",
      "331 26 tslecture  0.15659712\n",
      "331 27 ulecture i 0.15659712\n",
      "331 28 Tecture is 0.15659712\n",
      "331 29 ecture is  0.15659712\n",
      "331 30  ture is a 0.15659712\n",
      "331 31 hure is a  0.15659712\n",
      "331 32 ude is a M 0.15659712\n",
      "331 33 re is a Ma 0.15659712\n",
      "331 34 e ds a Mat 0.15659712\n",
      "331 35  cs a Matc 0.15659712\n",
      "331 36 Ts a Match 0.15659712\n",
      "331 37 s a Match  0.15659712\n",
      "331 38 ta Match U 0.15659712\n",
      "331 39 T Match Up 0.15659712\n",
      "331 40 tMatch Up  0.15659712\n",
      "331 41 Tatch Up T 0.15659712\n",
      "331 42 atch Up Te 0.15659712\n",
      "331 43 tch Up Ten 0.15659712\n",
      "331 44 uh Up Tens 0.15659712\n",
      "331 45 h Up Tenso 0.15659712\n",
      "331 46 eUp Tensor 0.15659712\n",
      "331 47 Tp TensorF 0.15659712\n",
      "331 48 p TensorFl 0.15659712\n",
      "331 49  TensorFlo 0.15659712\n",
      "331 50 ThnsorFlow 0.15659712\n",
      "331 51 ensorFlow. 0.15659712\n",
      "331 52  torFlow.  0.15659712\n",
      "331 53 torFlow. S 0.15659712\n",
      "331 54 trFlow. St 0.15659712\n",
      "331 55 wFlow. Stu 0.15659712\n",
      "331 56 elow. Stud 0.15659712\n",
      "331 57 low. Stude 0.15659712\n",
      "331 58 ew. Studen 0.15659712\n",
      "331 59 w. Student 0.15659712\n",
      "331 60 . Students 0.15659712\n",
      "331 61  Students, 0.15659712\n",
      "331 62 Ttudents,  0.15659712\n",
      "331 63 tudents, p 0.15659712\n",
      "331 64 udents, pl 0.15659712\n",
      "331 65 rents, ple 0.15659712\n",
      "331 66 ants, plea 0.15659712\n",
      "331 67  ts, pleas 0.15659712\n",
      "331 68 ts, please 0.15659712\n",
      "331 69 u, please  0.15659712\n",
      "331 70 t please s 0.15659712\n",
      "331 71  please st 0.15659712\n",
      "331 72 Tlease stu 0.15659712\n",
      "331 73  ease stud 0.15659712\n",
      "331 74 ecse study 0.15659712\n",
      "331 75  se study  0.15659712\n",
      "331 76 te study h 0.15659712\n",
      "331 77 t study ha 0.15659712\n",
      "331 78  ctudy har 0.15659712\n",
      "331 79 Ttudy hard 0.15659712\n",
      "331 80 tudy hard. 0.15659712\n",
      "332 0 ae are dat 0.15659916\n",
      "332 1 e are data 0.15659916\n",
      "332 2  sre datae 0.15659916\n",
      "332 3 are dataed 0.15659916\n",
      "332 4 te dataedu 0.15659916\n",
      "332 5 e iataedu. 0.15659916\n",
      "332 6  sataedu.  0.15659916\n",
      "332 7 aataedu. T 0.15659916\n",
      "332 8 ataedu. Th 0.15659916\n",
      "332 9 taedu. The 0.15659916\n",
      "332 10 uedu. The  0.15659916\n",
      "332 11 tdu. The c 0.15659916\n",
      "332 12  u. The cu 0.15659916\n",
      "332 13 a. The cur 0.15659916\n",
      "332 14 r The curr 0.15659916\n",
      "332 15  The curre 0.15659916\n",
      "332 16 aee curren 0.15659916\n",
      "332 17 ee current 0.15659916\n",
      "332 18   current  0.15659916\n",
      "332 19  surrent l 0.15659916\n",
      "332 20 aurrent le 0.15659916\n",
      "332 21 urrent lec 0.15659916\n",
      "332 22 rrent lect 0.15659916\n",
      "332 23 eent lectu 0.15659916\n",
      "332 24 e t lectur 0.15659916\n",
      "332 25  t lecture 0.15659916\n",
      "332 26 t lecture  0.15659916\n",
      "332 27 ulecture i 0.15659916\n",
      "332 28 aecture is 0.15659916\n",
      "332 29 eature is  0.15659916\n",
      "332 30  ture is a 0.15659916\n",
      "332 31 uure is a  0.15659916\n",
      "332 32 ure is a M 0.15659916\n",
      "332 33 rr is a Ma 0.15659916\n",
      "332 34 e is a Mat 0.15659916\n",
      "332 35  ss a Matc 0.15659916\n",
      "332 36 as a Match 0.15659916\n",
      "332 37 s a Match  0.15659916\n",
      "332 38 ,a Match U 0.15659916\n",
      "332 39 arMatch Up 0.15659916\n",
      "332 40 tMatch Up  0.15659916\n",
      "332 41 aatch Up T 0.15659916\n",
      "332 42 atch Up Te 0.15659916\n",
      "332 43 tah Up Ten 0.15659916\n",
      "332 44 uh Up Tens 0.15659916\n",
      "332 45 u Up Tenso 0.15659916\n",
      "332 46  Up Tensor 0.15659916\n",
      "332 47 ap TensorF 0.15659916\n",
      "332 48 p TensorFl 0.15659916\n",
      "332 49 lTensorFlo 0.15659916\n",
      "332 50 aensorFlow 0.15659916\n",
      "332 51 ensorFlow. 0.15659916\n",
      "332 52  torFlow.  0.15659916\n",
      "332 53 torFlow. S 0.15659916\n",
      "332 54 ,rFlow. St 0.15659916\n",
      "332 55 rFlow. Stu 0.15659916\n",
      "332 56 elow. Stud 0.15659916\n",
      "332 57 low. Stude 0.15659916\n",
      "332 58 ew. Studen 0.15659916\n",
      "332 59 r. Student 0.15659916\n",
      "332 60 . Students 0.15659916\n",
      "332 61  Ttudents, 0.15659916\n",
      "332 62 atudents,  0.15659916\n",
      "332 63 tudents, p 0.15659916\n",
      "332 64 urents, pl 0.15659916\n",
      "332 65 rents, ple 0.15659916\n",
      "332 66 ants, plea 0.15659916\n",
      "332 67  t , pleas 0.15659916\n",
      "332 68 t , please 0.15659916\n",
      "332 69 u, please  0.15659916\n",
      "332 70 , please s 0.15659916\n",
      "332 71  please st 0.15659916\n",
      "332 72 alease stu 0.15659916\n",
      "332 73 lease stud 0.15659916\n",
      "332 74 ease study 0.15659916\n",
      "332 75  se study  0.15659916\n",
      "332 76 te study h 0.15659916\n",
      "332 77 , study ha 0.15659916\n",
      "332 78  study har 0.15659916\n",
      "332 79 atudy hard 0.15659916\n",
      "332 80 ,udy hard. 0.15659916\n",
      "333 0 Te are dat 0.15660581\n",
      "333 1 e are data 0.15660581\n",
      "333 2  cre datae 0.15660581\n",
      "333 3 T e dataed 0.15660581\n",
      "333 4 te dataedu 0.15660581\n",
      "333 5 e dataedu. 0.15660581\n",
      "333 6  cataedu.  0.15660581\n",
      "333 7 Tataedu. T 0.15660581\n",
      "333 8 utaedu. Th 0.15660581\n",
      "333 9 tcedu. The 0.15660581\n",
      "333 10 uedu. The  0.15660581\n",
      "333 11 tdu. The c 0.15660581\n",
      "333 12  u. The cu 0.15660581\n",
      "333 13 u. The cur 0.15660581\n",
      "333 14 r The curr 0.15660581\n",
      "333 15  She curre 0.15660581\n",
      "333 16 The curren 0.15660581\n",
      "333 17 ee current 0.15660581\n",
      "333 18 e current  0.15660581\n",
      "333 19  current l 0.15660581\n",
      "333 20 Turrent le 0.15660581\n",
      "333 21 hrrent lec 0.15660581\n",
      "333 22 reent lect 0.15660581\n",
      "333 23 eent lectu 0.15660581\n",
      "333 24 e t lectur 0.15660581\n",
      "333 25  tslecture 0.15660581\n",
      "333 26 tslecture  0.15660581\n",
      "333 27 ulecture i 0.15660581\n",
      "333 28 Tecture is 0.15660581\n",
      "333 29 ecture is  0.15660581\n",
      "333 30  ture is a 0.15660581\n",
      "333 31 hure is a  0.15660581\n",
      "333 32 ude is a M 0.15660581\n",
      "333 33 re is a Ma 0.15660581\n",
      "333 34 e ds a Mat 0.15660581\n",
      "333 35  cs a Matc 0.15660581\n",
      "333 36 Ts a Match 0.15660581\n",
      "333 37 s a Match  0.15660581\n",
      "333 38 ta Match U 0.15660581\n",
      "333 39 T Match Up 0.15660581\n",
      "333 40 tMatch Up  0.15660581\n",
      "333 41 Tatch Up T 0.15660581\n",
      "333 42 atch Up Te 0.15660581\n",
      "333 43 tch Up Ten 0.15660581\n",
      "333 44 uh Up Tens 0.15660581\n",
      "333 45 h Up Tenso 0.15660581\n",
      "333 46 eUp Tensor 0.15660581\n",
      "333 47 Tp TensorF 0.15660581\n",
      "333 48 p TensorFl 0.15660581\n",
      "333 49  TensorFlo 0.15660581\n",
      "333 50 ThnsorFlow 0.15660581\n",
      "333 51 ensorFlow. 0.15660581\n",
      "333 52  torFlow.  0.15660581\n",
      "333 53 torFlow. S 0.15660581\n",
      "333 54 trFlow. St 0.15660581\n",
      "333 55 wFlow. Stu 0.15660581\n",
      "333 56 elow. Stud 0.15660581\n",
      "333 57 low. Stude 0.15660581\n",
      "333 58 ew. Studen 0.15660581\n",
      "333 59 w. Student 0.15660581\n",
      "333 60 . Students 0.15660581\n",
      "333 61  Students, 0.15660581\n",
      "333 62 Ttudents,  0.15660581\n",
      "333 63 tudents, p 0.15660581\n",
      "333 64 udents, pl 0.15660581\n",
      "333 65 rents, ple 0.15660581\n",
      "333 66 unts, plea 0.15660581\n",
      "333 67  ts, pleas 0.15660581\n",
      "333 68 ts, please 0.15660581\n",
      "333 69 u, please  0.15660581\n",
      "333 70 t please s 0.15660581\n",
      "333 71  please st 0.15660581\n",
      "333 72 Tlease stu 0.15660581\n",
      "333 73  ease stud 0.15660581\n",
      "333 74 ecse study 0.15660581\n",
      "333 75  se study  0.15660581\n",
      "333 76 te study h 0.15660581\n",
      "333 77 t study ha 0.15660581\n",
      "333 78  ctudy har 0.15660581\n",
      "333 79 Ttudy hard 0.15660581\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "333 80 tudy hard. 0.15660581\n",
      "334 0 ae are dat 0.1566215\n",
      "334 1 e are data 0.1566215\n",
      "334 2  sre datae 0.1566215\n",
      "334 3 are dataed 0.1566215\n",
      "334 4 te dataedu 0.1566215\n",
      "334 5 e iataedu. 0.1566215\n",
      "334 6  sataedu.  0.1566215\n",
      "334 7 aataedu. T 0.1566215\n",
      "334 8 ataedu. Th 0.1566215\n",
      "334 9 taedu. The 0.1566215\n",
      "334 10 uedu. The  0.1566215\n",
      "334 11 tdu. The c 0.1566215\n",
      "334 12  u. The cu 0.1566215\n",
      "334 13 a. The cur 0.1566215\n",
      "334 14 r The curr 0.1566215\n",
      "334 15  The curre 0.1566215\n",
      "334 16 aee curren 0.1566215\n",
      "334 17 ee current 0.1566215\n",
      "334 18   current  0.1566215\n",
      "334 19  surrent l 0.1566215\n",
      "334 20 aurrent le 0.1566215\n",
      "334 21 urrent lec 0.1566215\n",
      "334 22 rrent lect 0.1566215\n",
      "334 23 eent lectu 0.1566215\n",
      "334 24 e t lectur 0.1566215\n",
      "334 25  t lecture 0.1566215\n",
      "334 26 t lecture  0.1566215\n",
      "334 27 ulecture i 0.1566215\n",
      "334 28 aecture is 0.1566215\n",
      "334 29 eature is  0.1566215\n",
      "334 30  ture is a 0.1566215\n",
      "334 31 uure is a  0.1566215\n",
      "334 32 ure is a M 0.1566215\n",
      "334 33 rr is a Ma 0.1566215\n",
      "334 34 e is a Mat 0.1566215\n",
      "334 35  ss a Matc 0.1566215\n",
      "334 36 as a Match 0.1566215\n",
      "334 37 s a Match  0.1566215\n",
      "334 38 ,a Match U 0.1566215\n",
      "334 39 arMatch Up 0.1566215\n",
      "334 40 tMatch Up  0.1566215\n",
      "334 41 aatch Up T 0.1566215\n",
      "334 42 atch Up Te 0.1566215\n",
      "334 43 tah Up Ten 0.1566215\n",
      "334 44 uh Up Tens 0.1566215\n",
      "334 45 u Up Tenso 0.1566215\n",
      "334 46  Up Tensor 0.1566215\n",
      "334 47 ap TensorF 0.1566215\n",
      "334 48 p TensorFl 0.1566215\n",
      "334 49 lTensorFlo 0.1566215\n",
      "334 50 aensorFlow 0.1566215\n",
      "334 51 ensorFlow. 0.1566215\n",
      "334 52  torFlow.  0.1566215\n",
      "334 53 torFlow. S 0.1566215\n",
      "334 54 ,rFlow. St 0.1566215\n",
      "334 55 rFlow. Stu 0.1566215\n",
      "334 56 elow. Stud 0.1566215\n",
      "334 57 low. Stude 0.1566215\n",
      "334 58 ew. Studen 0.1566215\n",
      "334 59 r. Student 0.1566215\n",
      "334 60 . Students 0.1566215\n",
      "334 61  Ttudents, 0.1566215\n",
      "334 62 atudents,  0.1566215\n",
      "334 63 tudents, p 0.1566215\n",
      "334 64 urents, pl 0.1566215\n",
      "334 65 rents, ple 0.1566215\n",
      "334 66 ants, plea 0.1566215\n",
      "334 67  t , pleas 0.1566215\n",
      "334 68 t , please 0.1566215\n",
      "334 69 u, please  0.1566215\n",
      "334 70 , please s 0.1566215\n",
      "334 71  please st 0.1566215\n",
      "334 72 alease stu 0.1566215\n",
      "334 73 lease stud 0.1566215\n",
      "334 74 ease study 0.1566215\n",
      "334 75  se study  0.1566215\n",
      "334 76 te study h 0.1566215\n",
      "334 77 , study ha 0.1566215\n",
      "334 78  study har 0.1566215\n",
      "334 79 atudy hard 0.1566215\n",
      "334 80 ,udy hard. 0.1566215\n",
      "335 0 Te are dat 0.15666305\n",
      "335 1 e are data 0.15666305\n",
      "335 2  cre datae 0.15666305\n",
      "335 3 T e dataed 0.15666305\n",
      "335 4 te dataedu 0.15666305\n",
      "335 5 e dataedu. 0.15666305\n",
      "335 6  cataedu.  0.15666305\n",
      "335 7 Tataedu. T 0.15666305\n",
      "335 8 utaedu. Th 0.15666305\n",
      "335 9 tcedu. The 0.15666305\n",
      "335 10 uedu. The  0.15666305\n",
      "335 11 tdu. The c 0.15666305\n",
      "335 12  u. The cu 0.15666305\n",
      "335 13 u. The cur 0.15666305\n",
      "335 14 r The curr 0.15666305\n",
      "335 15  She curre 0.15666305\n",
      "335 16 The curren 0.15666305\n",
      "335 17 he current 0.15666305\n",
      "335 18 e current  0.15666305\n",
      "335 19  current l 0.15666305\n",
      "335 20 Turrent le 0.15666305\n",
      "335 21 hrrent lec 0.15666305\n",
      "335 22 reent lect 0.15666305\n",
      "335 23 eent lectu 0.15666305\n",
      "335 24 e t lectur 0.15666305\n",
      "335 25  tslecture 0.15666305\n",
      "335 26 tslecture  0.15666305\n",
      "335 27 ulecture i 0.15666305\n",
      "335 28 Tecture is 0.15666305\n",
      "335 29 ecture is  0.15666305\n",
      "335 30  ture is a 0.15666305\n",
      "335 31 hure is a  0.15666305\n",
      "335 32 ude is a M 0.15666305\n",
      "335 33 re is a Ma 0.15666305\n",
      "335 34 e ds a Mat 0.15666305\n",
      "335 35  cs a Matc 0.15666305\n",
      "335 36 Ts a Match 0.15666305\n",
      "335 37 s a Match  0.15666305\n",
      "335 38 ta Match U 0.15666305\n",
      "335 39 T Match Up 0.15666305\n",
      "335 40 tMatch Up  0.15666305\n",
      "335 41 Tatch Up T 0.15666305\n",
      "335 42 atch Up Te 0.15666305\n",
      "335 43 tch Up Ten 0.15666305\n",
      "335 44 uh Up Tens 0.15666305\n",
      "335 45 h Up Tenso 0.15666305\n",
      "335 46 eUp Tensor 0.15666305\n",
      "335 47 Tp TensorF 0.15666305\n",
      "335 48 p TensorFl 0.15666305\n",
      "335 49  TensorFlo 0.15666305\n",
      "335 50 ThnsorFlow 0.15666305\n",
      "335 51 hnsorFlow. 0.15666305\n",
      "335 52  torFlow.  0.15666305\n",
      "335 53 torFlow. S 0.15666305\n",
      "335 54 trFlow. St 0.15666305\n",
      "335 55 wFlow. Stu 0.15666305\n",
      "335 56 elow. Stud 0.15666305\n",
      "335 57 low. Stude 0.15666305\n",
      "335 58 ew. Studen 0.15666305\n",
      "335 59 w. Student 0.15666305\n",
      "335 60 . Students 0.15666305\n",
      "335 61  Students, 0.15666305\n",
      "335 62 Ttudents,  0.15666305\n",
      "335 63 tudents, p 0.15666305\n",
      "335 64 udents, pl 0.15666305\n",
      "335 65 rents, ple 0.15666305\n",
      "335 66 unts, plea 0.15666305\n",
      "335 67  ts, pleas 0.15666305\n",
      "335 68 ts, please 0.15666305\n",
      "335 69 u, please  0.15666305\n",
      "335 70 t please s 0.15666305\n",
      "335 71  please st 0.15666305\n",
      "335 72 Tlease stu 0.15666305\n",
      "335 73  ease stud 0.15666305\n",
      "335 74 ecse study 0.15666305\n",
      "335 75  se study  0.15666305\n",
      "335 76 te study h 0.15666305\n",
      "335 77 t study ha 0.15666305\n",
      "335 78  ctudy har 0.15666305\n",
      "335 79 Ttudy hard 0.15666305\n",
      "335 80 tudy hard. 0.15666305\n",
      "336 0 ae are dat 0.15674612\n",
      "336 1 e are data 0.15674612\n",
      "336 2  sre datae 0.15674612\n",
      "336 3 are dataed 0.15674612\n",
      "336 4 te dataedu 0.15674612\n",
      "336 5 e iataedu. 0.15674612\n",
      "336 6  sataedu.  0.15674612\n",
      "336 7 aataedu. T 0.15674612\n",
      "336 8 ataedu. Th 0.15674612\n",
      "336 9 taedu. The 0.15674612\n",
      "336 10 uedu. The  0.15674612\n",
      "336 11 tdu. The c 0.15674612\n",
      "336 12  u. The cu 0.15674612\n",
      "336 13 a. The cur 0.15674612\n",
      "336 14 r The curr 0.15674612\n",
      "336 15  The curre 0.15674612\n",
      "336 16 aee curren 0.15674612\n",
      "336 17 ee current 0.15674612\n",
      "336 18   current  0.15674612\n",
      "336 19  surrent l 0.15674612\n",
      "336 20 aurrent le 0.15674612\n",
      "336 21 urrent lec 0.15674612\n",
      "336 22 rrent lect 0.15674612\n",
      "336 23 eent lectu 0.15674612\n",
      "336 24 e t lectur 0.15674612\n",
      "336 25  t lecture 0.15674612\n",
      "336 26 t lecture  0.15674612\n",
      "336 27 ulecture i 0.15674612\n",
      "336 28 aecture is 0.15674612\n",
      "336 29 eature is  0.15674612\n",
      "336 30  ture is a 0.15674612\n",
      "336 31 uure is a  0.15674612\n",
      "336 32 ure is a M 0.15674612\n",
      "336 33 rr is a Ma 0.15674612\n",
      "336 34 e is a Mat 0.15674612\n",
      "336 35  ss a Matc 0.15674612\n",
      "336 36 as a Match 0.15674612\n",
      "336 37 s a Match  0.15674612\n",
      "336 38 ,a Match U 0.15674612\n",
      "336 39 arMatch Up 0.15674612\n",
      "336 40 tMatch Up  0.15674612\n",
      "336 41 aatch Up T 0.15674612\n",
      "336 42 atch Up Te 0.15674612\n",
      "336 43 tah Up Ten 0.15674612\n",
      "336 44 uh Up Tens 0.15674612\n",
      "336 45 u Up Tenso 0.15674612\n",
      "336 46  Up Tensor 0.15674612\n",
      "336 47 ap TensorF 0.15674612\n",
      "336 48 p TensorFl 0.15674612\n",
      "336 49 lTensorFlo 0.15674612\n",
      "336 50 aensorFlow 0.15674612\n",
      "336 51 ensorFlow. 0.15674612\n",
      "336 52  torFlow.  0.15674612\n",
      "336 53 torFlow. S 0.15674612\n",
      "336 54 ,rFlow. St 0.15674612\n",
      "336 55 rFlow. Stu 0.15674612\n",
      "336 56 elow. Stud 0.15674612\n",
      "336 57 low. Stude 0.15674612\n",
      "336 58 ew. Studen 0.15674612\n",
      "336 59 r. Student 0.15674612\n",
      "336 60 . Students 0.15674612\n",
      "336 61  Ttudents, 0.15674612\n",
      "336 62 atudents,  0.15674612\n",
      "336 63 tudents, p 0.15674612\n",
      "336 64 urents, pl 0.15674612\n",
      "336 65 rents, ple 0.15674612\n",
      "336 66 ants, plea 0.15674612\n",
      "336 67  t , pleas 0.15674612\n",
      "336 68 t , please 0.15674612\n",
      "336 69 u, please  0.15674612\n",
      "336 70 , please s 0.15674612\n",
      "336 71  please st 0.15674612\n",
      "336 72 alease stu 0.15674612\n",
      "336 73 lease stud 0.15674612\n",
      "336 74 ease study 0.15674612\n",
      "336 75  se study  0.15674612\n",
      "336 76 te study h 0.15674612\n",
      "336 77 , study ha 0.15674612\n",
      "336 78  study har 0.15674612\n",
      "336 79 atudy hard 0.15674612\n",
      "336 80 ,udy hard. 0.15674612\n",
      "337 0 Te are dat 0.15696006\n",
      "337 1 e are data 0.15696006\n",
      "337 2  cre datae 0.15696006\n",
      "337 3 T e dataed 0.15696006\n",
      "337 4 te dataedu 0.15696006\n",
      "337 5 e dataedu. 0.15696006\n",
      "337 6  cataedu.  0.15696006\n",
      "337 7 Tataedu. T 0.15696006\n",
      "337 8 utaedu. Th 0.15696006\n",
      "337 9 tcedu. The 0.15696006\n",
      "337 10 uedu. The  0.15696006\n",
      "337 11 tdu. The c 0.15696006\n",
      "337 12  u. The cu 0.15696006\n",
      "337 13 u. The cur 0.15696006\n",
      "337 14 r The curr 0.15696006\n",
      "337 15  She curre 0.15696006\n",
      "337 16 The curren 0.15696006\n",
      "337 17 he current 0.15696006\n",
      "337 18 e current  0.15696006\n",
      "337 19  current l 0.15696006\n",
      "337 20 Turrent le 0.15696006\n",
      "337 21 hrrent lec 0.15696006\n",
      "337 22 reent lect 0.15696006\n",
      "337 23 eent lectu 0.15696006\n",
      "337 24 e t lectur 0.15696006\n",
      "337 25  tslecture 0.15696006\n",
      "337 26 tslecture  0.15696006\n",
      "337 27 ulecture i 0.15696006\n",
      "337 28 Tecture is 0.15696006\n",
      "337 29 ecture is  0.15696006\n",
      "337 30  ture is a 0.15696006\n",
      "337 31 hure is a  0.15696006\n",
      "337 32 ude is a M 0.15696006\n",
      "337 33 re is a Ma 0.15696006\n",
      "337 34 e ds a Mat 0.15696006\n",
      "337 35  cs a Matc 0.15696006\n",
      "337 36 Ts a Match 0.15696006\n",
      "337 37 s a Match  0.15696006\n",
      "337 38 ta Match U 0.15696006\n",
      "337 39 T Match Up 0.15696006\n",
      "337 40 tMatch Up  0.15696006\n",
      "337 41 Tatch Up T 0.15696006\n",
      "337 42 atch Up Te 0.15696006\n",
      "337 43 tch Up Ten 0.15696006\n",
      "337 44 uh Up Tens 0.15696006\n",
      "337 45 h Up Tenso 0.15696006\n",
      "337 46 eUp Tensor 0.15696006\n",
      "337 47 Tp TensorF 0.15696006\n",
      "337 48 p TensorFl 0.15696006\n",
      "337 49  TensorFlo 0.15696006\n",
      "337 50 ThnsorFlow 0.15696006\n",
      "337 51 hnsorFlow. 0.15696006\n",
      "337 52  torFlow.  0.15696006\n",
      "337 53 torFlow. S 0.15696006\n",
      "337 54 trFlow. St 0.15696006\n",
      "337 55 wFlow. Stu 0.15696006\n",
      "337 56 elow. Stud 0.15696006\n",
      "337 57 low. Stude 0.15696006\n",
      "337 58 ew. Studen 0.15696006\n",
      "337 59 w. Student 0.15696006\n",
      "337 60 . Students 0.15696006\n",
      "337 61  Students, 0.15696006\n",
      "337 62 Ttudents,  0.15696006\n",
      "337 63 tudents, p 0.15696006\n",
      "337 64 udents, pl 0.15696006\n",
      "337 65 rents, ple 0.15696006\n",
      "337 66 unts, plea 0.15696006\n",
      "337 67  ts, pleas 0.15696006\n",
      "337 68 ts, please 0.15696006\n",
      "337 69 u, please  0.15696006\n",
      "337 70 t please s 0.15696006\n",
      "337 71  please st 0.15696006\n",
      "337 72 Tlease stu 0.15696006\n",
      "337 73  ease stud 0.15696006\n",
      "337 74 ecse study 0.15696006\n",
      "337 75  se study  0.15696006\n",
      "337 76 te study h 0.15696006\n",
      "337 77 t study ha 0.15696006\n",
      "337 78  ctudy har 0.15696006\n",
      "337 79 Ttudy hard 0.15696006\n",
      "337 80 tudy hard. 0.15696006\n",
      "338 0 ae are dat 0.15720591\n",
      "338 1 e are data 0.15720591\n",
      "338 2  sre datae 0.15720591\n",
      "338 3 are dataed 0.15720591\n",
      "338 4 te dataedu 0.15720591\n",
      "338 5 e iataedu. 0.15720591\n",
      "338 6  sataedu.  0.15720591\n",
      "338 7 aataedu. T 0.15720591\n",
      "338 8 ataedu. Th 0.15720591\n",
      "338 9 taedu. The 0.15720591\n",
      "338 10 uedu. The  0.15720591\n",
      "338 11 tdu. The c 0.15720591\n",
      "338 12  u. The cu 0.15720591\n",
      "338 13 a. The cur 0.15720591\n",
      "338 14 r The curr 0.15720591\n",
      "338 15  The curre 0.15720591\n",
      "338 16 aee curren 0.15720591\n",
      "338 17 ee current 0.15720591\n",
      "338 18   current  0.15720591\n",
      "338 19  surrent l 0.15720591\n",
      "338 20 aurrent le 0.15720591\n",
      "338 21 urrent lec 0.15720591\n",
      "338 22 rrent lect 0.15720591\n",
      "338 23 eent lectu 0.15720591\n",
      "338 24 e t lectur 0.15720591\n",
      "338 25  t lecture 0.15720591\n",
      "338 26 t lecture  0.15720591\n",
      "338 27 ulecture i 0.15720591\n",
      "338 28 aecture is 0.15720591\n",
      "338 29 eature is  0.15720591\n",
      "338 30  ture is a 0.15720591\n",
      "338 31 uure is a  0.15720591\n",
      "338 32 ure is a M 0.15720591\n",
      "338 33 rr is a Ma 0.15720591\n",
      "338 34 e is a Mat 0.15720591\n",
      "338 35  ss a Matc 0.15720591\n",
      "338 36 as a Match 0.15720591\n",
      "338 37 s a Match  0.15720591\n",
      "338 38 ,a Match U 0.15720591\n",
      "338 39 arMatch Up 0.15720591\n",
      "338 40 tMatch Up  0.15720591\n",
      "338 41 aatch Up T 0.15720591\n",
      "338 42 atch Up Te 0.15720591\n",
      "338 43 tah Up Ten 0.15720591\n",
      "338 44 uh Up Tens 0.15720591\n",
      "338 45 u Up Tenso 0.15720591\n",
      "338 46  Up Tensor 0.15720591\n",
      "338 47 ap TensorF 0.15720591\n",
      "338 48 p TensorFl 0.15720591\n",
      "338 49 lTensorFlo 0.15720591\n",
      "338 50 aensorFlow 0.15720591\n",
      "338 51 ensorFlow. 0.15720591\n",
      "338 52  torFlow.  0.15720591\n",
      "338 53 torFlow. S 0.15720591\n",
      "338 54 ,rFlow. St 0.15720591\n",
      "338 55 rFlow. Stu 0.15720591\n",
      "338 56 elow. Stud 0.15720591\n",
      "338 57 low. Stude 0.15720591\n",
      "338 58 ew. Studen 0.15720591\n",
      "338 59 r. Student 0.15720591\n",
      "338 60 . Students 0.15720591\n",
      "338 61  Ttudents, 0.15720591\n",
      "338 62 atudents,  0.15720591\n",
      "338 63 tudents, p 0.15720591\n",
      "338 64 urents, pl 0.15720591\n",
      "338 65 rents, ple 0.15720591\n",
      "338 66 ants, plea 0.15720591\n",
      "338 67  t , pleas 0.15720591\n",
      "338 68 t , please 0.15720591\n",
      "338 69 u, please  0.15720591\n",
      "338 70 , please s 0.15720591\n",
      "338 71  please st 0.15720591\n",
      "338 72 alease stu 0.15720591\n",
      "338 73 lease stud 0.15720591\n",
      "338 74 ease study 0.15720591\n",
      "338 75  se study  0.15720591\n",
      "338 76 te study h 0.15720591\n",
      "338 77 , study ha 0.15720591\n",
      "338 78  study har 0.15720591\n",
      "338 79 atudy hard 0.15720591\n",
      "338 80 ,udy hard. 0.15720591\n",
      "339 0 Te are dat 0.15764159\n",
      "339 1 e are data 0.15764159\n",
      "339 2  cre datae 0.15764159\n",
      "339 3 T e dataed 0.15764159\n",
      "339 4 te dataedu 0.15764159\n",
      "339 5 e dataedu. 0.15764159\n",
      "339 6  cataedu.  0.15764159\n",
      "339 7 Tataedu. T 0.15764159\n",
      "339 8 utaedu. Th 0.15764159\n",
      "339 9 tcedu. The 0.15764159\n",
      "339 10 uedu. The  0.15764159\n",
      "339 11 tdu. The c 0.15764159\n",
      "339 12  u. The cu 0.15764159\n",
      "339 13 u. The cur 0.15764159\n",
      "339 14 r The curr 0.15764159\n",
      "339 15  She curre 0.15764159\n",
      "339 16 The curren 0.15764159\n",
      "339 17 ee current 0.15764159\n",
      "339 18 e current  0.15764159\n",
      "339 19  current l 0.15764159\n",
      "339 20 Turrent le 0.15764159\n",
      "339 21 hrrent lec 0.15764159\n",
      "339 22 reent lect 0.15764159\n",
      "339 23 eent lectu 0.15764159\n",
      "339 24 e t lectur 0.15764159\n",
      "339 25  tslecture 0.15764159\n",
      "339 26 tslecture  0.15764159\n",
      "339 27 ulecture i 0.15764159\n",
      "339 28 Tecture is 0.15764159\n",
      "339 29 ecture is  0.15764159\n",
      "339 30  ture is a 0.15764159\n",
      "339 31 hure is a  0.15764159\n",
      "339 32 ude is a M 0.15764159\n",
      "339 33 re is a Ma 0.15764159\n",
      "339 34 e ds a Mat 0.15764159\n",
      "339 35  cs a Matc 0.15764159\n",
      "339 36 Ts a Match 0.15764159\n",
      "339 37 s a Match  0.15764159\n",
      "339 38 ta Match U 0.15764159\n",
      "339 39 T Match Up 0.15764159\n",
      "339 40 tMatch Up  0.15764159\n",
      "339 41 Tatch Up T 0.15764159\n",
      "339 42 atch Up Te 0.15764159\n",
      "339 43 tch Up Ten 0.15764159\n",
      "339 44 uh Up Tens 0.15764159\n",
      "339 45 h Up Tenso 0.15764159\n",
      "339 46 eUp Tensor 0.15764159\n",
      "339 47 Tp TensorF 0.15764159\n",
      "339 48 p TensorFl 0.15764159\n",
      "339 49  TensorFlo 0.15764159\n",
      "339 50 ThnsorFlow 0.15764159\n",
      "339 51 ensorFlow. 0.15764159\n",
      "339 52  torFlow.  0.15764159\n",
      "339 53 torFlow. S 0.15764159\n",
      "339 54 trFlow. St 0.15764159\n",
      "339 55 wFlow. Stu 0.15764159\n",
      "339 56 elow. Stud 0.15764159\n",
      "339 57 low. Stude 0.15764159\n",
      "339 58 ew. Studen 0.15764159\n",
      "339 59 w. Student 0.15764159\n",
      "339 60 . Students 0.15764159\n",
      "339 61  Students, 0.15764159\n",
      "339 62 Ttudents,  0.15764159\n",
      "339 63 tudents, p 0.15764159\n",
      "339 64 udents, pl 0.15764159\n",
      "339 65 rents, ple 0.15764159\n",
      "339 66 unts, plea 0.15764159\n",
      "339 67  ts, pleas 0.15764159\n",
      "339 68 ts, please 0.15764159\n",
      "339 69 u, please  0.15764159\n",
      "339 70 t please s 0.15764159\n",
      "339 71  please st 0.15764159\n",
      "339 72 Tlease stu 0.15764159\n",
      "339 73  ease stud 0.15764159\n",
      "339 74 ecse study 0.15764159\n",
      "339 75  se study  0.15764159\n",
      "339 76 te study h 0.15764159\n",
      "339 77 t study ha 0.15764159\n",
      "339 78  ctudy har 0.15764159\n",
      "339 79 Ttudy hard 0.15764159\n",
      "339 80 tudy hard. 0.15764159\n",
      "340 0 ae are dat 0.1574329\n",
      "340 1 e are data 0.1574329\n",
      "340 2  ire datae 0.1574329\n",
      "340 3 are dataed 0.1574329\n",
      "340 4 te dataedu 0.1574329\n",
      "340 5 e iataedu. 0.1574329\n",
      "340 6  iataedu.  0.1574329\n",
      "340 7 aataedu. T 0.1574329\n",
      "340 8 ataedu. Th 0.1574329\n",
      "340 9 taedu. The 0.1574329\n",
      "340 10 uedu. The  0.1574329\n",
      "340 11 tdu. The c 0.1574329\n",
      "340 12  u. The cu 0.1574329\n",
      "340 13 a. The cur 0.1574329\n",
      "340 14 r The curr 0.1574329\n",
      "340 15  The curre 0.1574329\n",
      "340 16 aee curren 0.1574329\n",
      "340 17 he current 0.1574329\n",
      "340 18   current  0.1574329\n",
      "340 19  iurrent l 0.1574329\n",
      "340 20 aurrent le 0.1574329\n",
      "340 21 urrent lec 0.1574329\n",
      "340 22 rrent lect 0.1574329\n",
      "340 23 eent lectu 0.1574329\n",
      "340 24 e t lectur 0.1574329\n",
      "340 25  t lecture 0.1574329\n",
      "340 26 t lecture  0.1574329\n",
      "340 27 ulecture i 0.1574329\n",
      "340 28 aecture is 0.1574329\n",
      "340 29 eature is  0.1574329\n",
      "340 30  ture is a 0.1574329\n",
      "340 31 uure is a  0.1574329\n",
      "340 32 ure is a M 0.1574329\n",
      "340 33 rr is a Ma 0.1574329\n",
      "340 34 e is a Mat 0.1574329\n",
      "340 35  is a Matc 0.1574329\n",
      "340 36 as a Match 0.1574329\n",
      "340 37 s a Match  0.1574329\n",
      "340 38 ,a Match U 0.1574329\n",
      "340 39 arMatch Up 0.1574329\n",
      "340 40 tMatch Up  0.1574329\n",
      "340 41 aatch Up T 0.1574329\n",
      "340 42 atch Up Te 0.1574329\n",
      "340 43 tah Up Ten 0.1574329\n",
      "340 44 uh Up Tens 0.1574329\n",
      "340 45 u Up Tenso 0.1574329\n",
      "340 46  Up Tensor 0.1574329\n",
      "340 47 ap TensorF 0.1574329\n",
      "340 48 p TensorFl 0.1574329\n",
      "340 49 lTensorFlo 0.1574329\n",
      "340 50 aensorFlow 0.1574329\n",
      "340 51 hnsorFlow. 0.1574329\n",
      "340 52  torFlow.  0.1574329\n",
      "340 53 torFlow. S 0.1574329\n",
      "340 54 ,rFlow. St 0.1574329\n",
      "340 55 rFlow. Stu 0.1574329\n",
      "340 56 elow. Stud 0.1574329\n",
      "340 57 low. Stude 0.1574329\n",
      "340 58 ew. Studen 0.1574329\n",
      "340 59 r. Student 0.1574329\n",
      "340 60 . Students 0.1574329\n",
      "340 61  Ttudents, 0.1574329\n",
      "340 62 atudents,  0.1574329\n",
      "340 63 tudents, p 0.1574329\n",
      "340 64 urents, pl 0.1574329\n",
      "340 65 rents, ple 0.1574329\n",
      "340 66 ants, plea 0.1574329\n",
      "340 67  t , pleas 0.1574329\n",
      "340 68 t , please 0.1574329\n",
      "340 69 u, please  0.1574329\n",
      "340 70 , please s 0.1574329\n",
      "340 71  please st 0.1574329\n",
      "340 72 alease stu 0.1574329\n",
      "340 73 lease stud 0.1574329\n",
      "340 74 ease study 0.1574329\n",
      "340 75  se study  0.1574329\n",
      "340 76 te study h 0.1574329\n",
      "340 77 , study ha 0.1574329\n",
      "340 78  itudy har 0.1574329\n",
      "340 79 atudy hard 0.1574329\n",
      "340 80 ,udy hard. 0.1574329\n",
      "341 0 Te are dat 0.15702535\n",
      "341 1 e are data 0.15702535\n",
      "341 2  cre datae 0.15702535\n",
      "341 3 T e dataed 0.15702535\n",
      "341 4 te dataedu 0.15702535\n",
      "341 5 e dataedu. 0.15702535\n",
      "341 6  cataedu.  0.15702535\n",
      "341 7 Tataedu. T 0.15702535\n",
      "341 8 etaedu. Th 0.15702535\n",
      "341 9 tcedu. The 0.15702535\n",
      "341 10 uedu. The  0.15702535\n",
      "341 11 tdu. The c 0.15702535\n",
      "341 12  u. The cu 0.15702535\n",
      "341 13 e. The cur 0.15702535\n",
      "341 14 r The curr 0.15702535\n",
      "341 15  She curre 0.15702535\n",
      "341 16 Tee curren 0.15702535\n",
      "341 17 ee current 0.15702535\n",
      "341 18 e current  0.15702535\n",
      "341 19  current l 0.15702535\n",
      "341 20 Turrent le 0.15702535\n",
      "341 21 hrrent lec 0.15702535\n",
      "341 22 reent lect 0.15702535\n",
      "341 23 eent lectu 0.15702535\n",
      "341 24 e t lectur 0.15702535\n",
      "341 25  tslecture 0.15702535\n",
      "341 26 tslecture  0.15702535\n",
      "341 27 ulecture i 0.15702535\n",
      "341 28 Tecture is 0.15702535\n",
      "341 29 ecture is  0.15702535\n",
      "341 30  ture is a 0.15702535\n",
      "341 31 hure is a  0.15702535\n",
      "341 32 ure is a M 0.15702535\n",
      "341 33 re is a Ma 0.15702535\n",
      "341 34 e ds a Mat 0.15702535\n",
      "341 35  cs a Matc 0.15702535\n",
      "341 36 Ts a Match 0.15702535\n",
      "341 37 s a Match  0.15702535\n",
      "341 38 ta Match U 0.15702535\n",
      "341 39 T Match Up 0.15702535\n",
      "341 40 tMatch Up  0.15702535\n",
      "341 41 Tatch Up T 0.15702535\n",
      "341 42 atch Up Te 0.15702535\n",
      "341 43 tch Up Ten 0.15702535\n",
      "341 44 uh Up Tens 0.15702535\n",
      "341 45 h Up Tenso 0.15702535\n",
      "341 46 eUp Tensor 0.15702535\n",
      "341 47 Tp TensorF 0.15702535\n",
      "341 48 p TensorFl 0.15702535\n",
      "341 49  TensorFlo 0.15702535\n",
      "341 50 TensorFlow 0.15702535\n",
      "341 51 ensorFlow. 0.15702535\n",
      "341 52  torFlow.  0.15702535\n",
      "341 53 torFlow. S 0.15702535\n",
      "341 54 trFlow. St 0.15702535\n",
      "341 55 rFlow. Stu 0.15702535\n",
      "341 56 elow. Stud 0.15702535\n",
      "341 57 low. Stude 0.15702535\n",
      "341 58 ew. Studen 0.15702535\n",
      "341 59 r. Student 0.15702535\n",
      "341 60 . Students 0.15702535\n",
      "341 61  Students, 0.15702535\n",
      "341 62 Ttudents,  0.15702535\n",
      "341 63 tudents, p 0.15702535\n",
      "341 64 urents, pl 0.15702535\n",
      "341 65 rents, ple 0.15702535\n",
      "341 66 ents, plea 0.15702535\n",
      "341 67  ts, pleas 0.15702535\n",
      "341 68 ts, please 0.15702535\n",
      "341 69 u, please  0.15702535\n",
      "341 70 t please s 0.15702535\n",
      "341 71  please st 0.15702535\n",
      "341 72 Tlease stu 0.15702535\n",
      "341 73  ease stud 0.15702535\n",
      "341 74 ecse study 0.15702535\n",
      "341 75  se study  0.15702535\n",
      "341 76 te study h 0.15702535\n",
      "341 77 t study ha 0.15702535\n",
      "341 78  ctudy har 0.15702535\n",
      "341 79 Ttudy hard 0.15702535\n",
      "341 80 tudy hard. 0.15702535\n",
      "342 0 ae are dat 0.15667479\n",
      "342 1 e are data 0.15667479\n",
      "342 2  sre datae 0.15667479\n",
      "342 3 are dataed 0.15667479\n",
      "342 4 te dataedu 0.15667479\n",
      "342 5 e iataedu. 0.15667479\n",
      "342 6  sataedu.  0.15667479\n",
      "342 7 aataedu. T 0.15667479\n",
      "342 8 ataedu. Th 0.15667479\n",
      "342 9 tcedu. The 0.15667479\n",
      "342 10 uedu. The  0.15667479\n",
      "342 11 tdu. The c 0.15667479\n",
      "342 12  u. The cu 0.15667479\n",
      "342 13 a. The cur 0.15667479\n",
      "342 14 r The curr 0.15667479\n",
      "342 15  The curre 0.15667479\n",
      "342 16 ahe curren 0.15667479\n",
      "342 17 he current 0.15667479\n",
      "342 18 e current  0.15667479\n",
      "342 19  surrent l 0.15667479\n",
      "342 20 aurrent le 0.15667479\n",
      "342 21 urrent lec 0.15667479\n",
      "342 22 rrent lect 0.15667479\n",
      "342 23 eent lectu 0.15667479\n",
      "342 24 e t lectur 0.15667479\n",
      "342 25  tslecture 0.15667479\n",
      "342 26 tslecture  0.15667479\n",
      "342 27 ulecture i 0.15667479\n",
      "342 28 aecture is 0.15667479\n",
      "342 29 ecture is  0.15667479\n",
      "342 30  ture is a 0.15667479\n",
      "342 31 uure is a  0.15667479\n",
      "342 32 ude is a M 0.15667479\n",
      "342 33 rr is a Ma 0.15667479\n",
      "342 34 e is a Mat 0.15667479\n",
      "342 35  ss a Matc 0.15667479\n",
      "342 36 as a Match 0.15667479\n",
      "342 37 s a Match  0.15667479\n",
      "342 38 ta Match U 0.15667479\n",
      "342 39 arMatch Up 0.15667479\n",
      "342 40 tMatch Up  0.15667479\n",
      "342 41 aatch Up T 0.15667479\n",
      "342 42 atch Up Te 0.15667479\n",
      "342 43 tch Up Ten 0.15667479\n",
      "342 44 uh Up Tens 0.15667479\n",
      "342 45 u Up Tenso 0.15667479\n",
      "342 46 eUp Tensor 0.15667479\n",
      "342 47 ap TensorF 0.15667479\n",
      "342 48 p TensorFl 0.15667479\n",
      "342 49  TensorFlo 0.15667479\n",
      "342 50 ahnsorFlow 0.15667479\n",
      "342 51 hnsorFlow. 0.15667479\n",
      "342 52  torFlow.  0.15667479\n",
      "342 53 torFlow. S 0.15667479\n",
      "342 54 trFlow. St 0.15667479\n",
      "342 55 rFlow. Stu 0.15667479\n",
      "342 56 elow. Stud 0.15667479\n",
      "342 57 low. Stude 0.15667479\n",
      "342 58 ew. Studen 0.15667479\n",
      "342 59 r. Student 0.15667479\n",
      "342 60 . Students 0.15667479\n",
      "342 61  Ttudents, 0.15667479\n",
      "342 62 atudents,  0.15667479\n",
      "342 63 tudents, p 0.15667479\n",
      "342 64 udents, pl 0.15667479\n",
      "342 65 rents, ple 0.15667479\n",
      "342 66 ants, plea 0.15667479\n",
      "342 67  ts, pleas 0.15667479\n",
      "342 68 ts, please 0.15667479\n",
      "342 69 u, please  0.15667479\n",
      "342 70 t please s 0.15667479\n",
      "342 71  please st 0.15667479\n",
      "342 72 alease stu 0.15667479\n",
      "342 73  ease stud 0.15667479\n",
      "342 74 ecse study 0.15667479\n",
      "342 75  se study  0.15667479\n",
      "342 76 te study h 0.15667479\n",
      "342 77 t study ha 0.15667479\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "342 78  study har 0.15667479\n",
      "342 79 atudy hard 0.15667479\n",
      "342 80 tudy hard. 0.15667479\n",
      "343 0 ae are dat 0.15675339\n",
      "343 1 e are data 0.15675339\n",
      "343 2  sre datae 0.15675339\n",
      "343 3 are dataed 0.15675339\n",
      "343 4 te dataedu 0.15675339\n",
      "343 5 e dataedu. 0.15675339\n",
      "343 6  sataedu.  0.15675339\n",
      "343 7 aataedu. T 0.15675339\n",
      "343 8 ataedu. Th 0.15675339\n",
      "343 9 taedu. The 0.15675339\n",
      "343 10 uedu. The  0.15675339\n",
      "343 11 tdu. The c 0.15675339\n",
      "343 12  u. The cu 0.15675339\n",
      "343 13 a. The cur 0.15675339\n",
      "343 14 r The curr 0.15675339\n",
      "343 15  The curre 0.15675339\n",
      "343 16 aee curren 0.15675339\n",
      "343 17 ee current 0.15675339\n",
      "343 18   current  0.15675339\n",
      "343 19  surrent l 0.15675339\n",
      "343 20 aurrent le 0.15675339\n",
      "343 21 urrent lec 0.15675339\n",
      "343 22 rrent lect 0.15675339\n",
      "343 23 eent lectu 0.15675339\n",
      "343 24 e t lectur 0.15675339\n",
      "343 25  t lecture 0.15675339\n",
      "343 26 t lecture  0.15675339\n",
      "343 27 ulecture i 0.15675339\n",
      "343 28 aecture is 0.15675339\n",
      "343 29 eature is  0.15675339\n",
      "343 30  ture is a 0.15675339\n",
      "343 31 uure is a  0.15675339\n",
      "343 32 ure is a M 0.15675339\n",
      "343 33 rr is a Ma 0.15675339\n",
      "343 34 e ds a Mat 0.15675339\n",
      "343 35  ss a Matc 0.15675339\n",
      "343 36 as a Match 0.15675339\n",
      "343 37 s a Match  0.15675339\n",
      "343 38 ,a Match U 0.15675339\n",
      "343 39 arMatch Up 0.15675339\n",
      "343 40 tMatch Up  0.15675339\n",
      "343 41 aatch Up T 0.15675339\n",
      "343 42 atch Up Te 0.15675339\n",
      "343 43 tah Up Ten 0.15675339\n",
      "343 44 uh Up Tens 0.15675339\n",
      "343 45 u Up Tenso 0.15675339\n",
      "343 46  Up Tensor 0.15675339\n",
      "343 47 ap TensorF 0.15675339\n",
      "343 48 p TensorFl 0.15675339\n",
      "343 49 lTensorFlo 0.15675339\n",
      "343 50 aensorFlow 0.15675339\n",
      "343 51 ensorFlow. 0.15675339\n",
      "343 52  torFlow.  0.15675339\n",
      "343 53 torFlow. S 0.15675339\n",
      "343 54 ,rFlow. St 0.15675339\n",
      "343 55 rFlow. Stu 0.15675339\n",
      "343 56 elow. Stud 0.15675339\n",
      "343 57 low. Stude 0.15675339\n",
      "343 58 ew. Studen 0.15675339\n",
      "343 59 r. Student 0.15675339\n",
      "343 60 . Students 0.15675339\n",
      "343 61  Ttudents, 0.15675339\n",
      "343 62 atudents,  0.15675339\n",
      "343 63 tudents, p 0.15675339\n",
      "343 64 urents, pl 0.15675339\n",
      "343 65 rents, ple 0.15675339\n",
      "343 66 ants, plea 0.15675339\n",
      "343 67  t , pleas 0.15675339\n",
      "343 68 t , please 0.15675339\n",
      "343 69 u, please  0.15675339\n",
      "343 70 , please s 0.15675339\n",
      "343 71  please st 0.15675339\n",
      "343 72 alease stu 0.15675339\n",
      "343 73 lease stud 0.15675339\n",
      "343 74 ease study 0.15675339\n",
      "343 75  se study  0.15675339\n",
      "343 76 te study h 0.15675339\n",
      "343 77 , study ha 0.15675339\n",
      "343 78  study har 0.15675339\n",
      "343 79 atudy hard 0.15675339\n",
      "343 80 ,udy hard. 0.15675339\n",
      "344 0 Te are dat 0.15696597\n",
      "344 1 e are data 0.15696597\n",
      "344 2  cre datae 0.15696597\n",
      "344 3 T e dataed 0.15696597\n",
      "344 4 te dataedu 0.15696597\n",
      "344 5 e dataedu. 0.15696597\n",
      "344 6  cataedu.  0.15696597\n",
      "344 7 Tataedu. T 0.15696597\n",
      "344 8 utaedu. Th 0.15696597\n",
      "344 9 tcedu. The 0.15696597\n",
      "344 10 uedu. The  0.15696597\n",
      "344 11 tdu. The c 0.15696597\n",
      "344 12  u. The cu 0.15696597\n",
      "344 13 u. The cur 0.15696597\n",
      "344 14 r The curr 0.15696597\n",
      "344 15  She curre 0.15696597\n",
      "344 16 The curren 0.15696597\n",
      "344 17 ee current 0.15696597\n",
      "344 18 e current  0.15696597\n",
      "344 19  current l 0.15696597\n",
      "344 20 Turrent le 0.15696597\n",
      "344 21 hrrent lec 0.15696597\n",
      "344 22 reent lect 0.15696597\n",
      "344 23 eent lectu 0.15696597\n",
      "344 24 e t lectur 0.15696597\n",
      "344 25  tslecture 0.15696597\n",
      "344 26 tslecture  0.15696597\n",
      "344 27 ulecture i 0.15696597\n",
      "344 28 Tecture is 0.15696597\n",
      "344 29 ecture is  0.15696597\n",
      "344 30  ture is a 0.15696597\n",
      "344 31 hure is a  0.15696597\n",
      "344 32 ure is a M 0.15696597\n",
      "344 33 re is a Ma 0.15696597\n",
      "344 34 e ds a Mat 0.15696597\n",
      "344 35  cs a Matc 0.15696597\n",
      "344 36 Ts a Match 0.15696597\n",
      "344 37 s a Match  0.15696597\n",
      "344 38 ta Match U 0.15696597\n",
      "344 39 T Match Up 0.15696597\n",
      "344 40 tMatch Up  0.15696597\n",
      "344 41 Tatch Up T 0.15696597\n",
      "344 42 atch Up Te 0.15696597\n",
      "344 43 tch Up Ten 0.15696597\n",
      "344 44 uh Up Tens 0.15696597\n",
      "344 45 h Up Tenso 0.15696597\n",
      "344 46 eUp Tensor 0.15696597\n",
      "344 47 Tp TensorF 0.15696597\n",
      "344 48 p TensorFl 0.15696597\n",
      "344 49  TensorFlo 0.15696597\n",
      "344 50 ThnsorFlow 0.15696597\n",
      "344 51 ensorFlow. 0.15696597\n",
      "344 52  torFlow.  0.15696597\n",
      "344 53 torFlow. S 0.15696597\n",
      "344 54 trFlow. St 0.15696597\n",
      "344 55 wFlow. Stu 0.15696597\n",
      "344 56 elow. Stud 0.15696597\n",
      "344 57 low. Stude 0.15696597\n",
      "344 58 ew. Studen 0.15696597\n",
      "344 59 w. Student 0.15696597\n",
      "344 60 . Students 0.15696597\n",
      "344 61  Students, 0.15696597\n",
      "344 62 Ttudents,  0.15696597\n",
      "344 63 tudents, p 0.15696597\n",
      "344 64 urents, pl 0.15696597\n",
      "344 65 rents, ple 0.15696597\n",
      "344 66 unts, plea 0.15696597\n",
      "344 67  ts, pleas 0.15696597\n",
      "344 68 ts, please 0.15696597\n",
      "344 69 u, please  0.15696597\n",
      "344 70 t please s 0.15696597\n",
      "344 71  please st 0.15696597\n",
      "344 72 Tlease stu 0.15696597\n",
      "344 73  ease stud 0.15696597\n",
      "344 74 ecse study 0.15696597\n",
      "344 75  se study  0.15696597\n",
      "344 76 te study h 0.15696597\n",
      "344 77 t study ha 0.15696597\n",
      "344 78  ctudy har 0.15696597\n",
      "344 79 Ttudy hard 0.15696597\n",
      "344 80 tudy hard. 0.15696597\n",
      "345 0 ae are dat 0.15698385\n",
      "345 1 e are data 0.15698385\n",
      "345 2  are datae 0.15698385\n",
      "345 3 are dataed 0.15698385\n",
      "345 4 te dataedu 0.15698385\n",
      "345 5 e iataedu. 0.15698385\n",
      "345 6  aataedu.  0.15698385\n",
      "345 7 aataedu. T 0.15698385\n",
      "345 8 utaedu. Th 0.15698385\n",
      "345 9 tcedu. The 0.15698385\n",
      "345 10 uedu. The  0.15698385\n",
      "345 11 tdu. The c 0.15698385\n",
      "345 12  u. The cu 0.15698385\n",
      "345 13 u. The cur 0.15698385\n",
      "345 14 r The curr 0.15698385\n",
      "345 15  The curre 0.15698385\n",
      "345 16 ahe curren 0.15698385\n",
      "345 17 he current 0.15698385\n",
      "345 18   current  0.15698385\n",
      "345 19  aurrent l 0.15698385\n",
      "345 20 aurrent le 0.15698385\n",
      "345 21 trrent lec 0.15698385\n",
      "345 22 rrent lect 0.15698385\n",
      "345 23 eent lectu 0.15698385\n",
      "345 24 e t lectur 0.15698385\n",
      "345 25  tslecture 0.15698385\n",
      "345 26 tslecture  0.15698385\n",
      "345 27 ulecture i 0.15698385\n",
      "345 28 aecture is 0.15698385\n",
      "345 29 ecture is  0.15698385\n",
      "345 30  ture is a 0.15698385\n",
      "345 31 ture is a  0.15698385\n",
      "345 32 ude is a M 0.15698385\n",
      "345 33 rr is a Ma 0.15698385\n",
      "345 34 e is a Mat 0.15698385\n",
      "345 35  as a Matc 0.15698385\n",
      "345 36 as a Match 0.15698385\n",
      "345 37 s a Match  0.15698385\n",
      "345 38 oa Match U 0.15698385\n",
      "345 39 arMatch Up 0.15698385\n",
      "345 40 tMatch Up  0.15698385\n",
      "345 41 aatch Up T 0.15698385\n",
      "345 42 atch Up Te 0.15698385\n",
      "345 43 tch Up Ten 0.15698385\n",
      "345 44 uh Up Tens 0.15698385\n",
      "345 45 t Up Tenso 0.15698385\n",
      "345 46  Up Tensor 0.15698385\n",
      "345 47 ap TensorF 0.15698385\n",
      "345 48 p TensorFl 0.15698385\n",
      "345 49 lTensorFlo 0.15698385\n",
      "345 50 ahnsorFlow 0.15698385\n",
      "345 51 hnsorFlow. 0.15698385\n",
      "345 52  torFlow.  0.15698385\n",
      "345 53 torFlow. S 0.15698385\n",
      "345 54 orFlow. St 0.15698385\n",
      "345 55 wFlow. Stu 0.15698385\n",
      "345 56 elow. Stud 0.15698385\n",
      "345 57 low. Stude 0.15698385\n",
      "345 58 ew. Studen 0.15698385\n",
      "345 59 w. Student 0.15698385\n",
      "345 60 . Students 0.15698385\n",
      "345 61  Ttudents, 0.15698385\n",
      "345 62 atudents,  0.15698385\n",
      "345 63 tudents, p 0.15698385\n",
      "345 64 udents, pl 0.15698385\n",
      "345 65 rents, ple 0.15698385\n",
      "345 66 unts, plea 0.15698385\n",
      "345 67  ts, pleas 0.15698385\n",
      "345 68 ts, please 0.15698385\n",
      "345 69 u, please  0.15698385\n",
      "345 70 o please s 0.15698385\n",
      "345 71  please st 0.15698385\n",
      "345 72 alease stu 0.15698385\n",
      "345 73 lease stud 0.15698385\n",
      "345 74 ecse study 0.15698385\n",
      "345 75  se study  0.15698385\n",
      "345 76 te study h 0.15698385\n",
      "345 77 o study ha 0.15698385\n",
      "345 78  atudy har 0.15698385\n",
      "345 79 atudy hard 0.15698385\n",
      "345 80 oudy hard. 0.15698385\n",
      "346 0 Te are dat 0.15671815\n",
      "346 1 e are data 0.15671815\n",
      "346 2  dre datae 0.15671815\n",
      "346 3 T e dataed 0.15671815\n",
      "346 4 te dataedu 0.15671815\n",
      "346 5 e iataedu. 0.15671815\n",
      "346 6  dataedu.  0.15671815\n",
      "346 7 Tataedu. T 0.15671815\n",
      "346 8 utaedu. Th 0.15671815\n",
      "346 9 taedu. The 0.15671815\n",
      "346 10 uedu. The  0.15671815\n",
      "346 11 tdu. The c 0.15671815\n",
      "346 12  u. The cu 0.15671815\n",
      "346 13 u. The cur 0.15671815\n",
      "346 14 r The curr 0.15671815\n",
      "346 15  She curre 0.15671815\n",
      "346 16 Tee curren 0.15671815\n",
      "346 17 ee current 0.15671815\n",
      "346 18   current  0.15671815\n",
      "346 19  durrent l 0.15671815\n",
      "346 20 Turrent le 0.15671815\n",
      "346 21 hrrent lec 0.15671815\n",
      "346 22 reent lect 0.15671815\n",
      "346 23 eent lectu 0.15671815\n",
      "346 24 e t lectur 0.15671815\n",
      "346 25  t lecture 0.15671815\n",
      "346 26 t lecture  0.15671815\n",
      "346 27 ulecture i 0.15671815\n",
      "346 28 Tecture is 0.15671815\n",
      "346 29 eature is  0.15671815\n",
      "346 30  ture is a 0.15671815\n",
      "346 31 hure is a  0.15671815\n",
      "346 32 ure is a M 0.15671815\n",
      "346 33 re is a Ma 0.15671815\n",
      "346 34 e is a Mat 0.15671815\n",
      "346 35  ds a Matc 0.15671815\n",
      "346 36 Ts a Match 0.15671815\n",
      "346 37 s a Match  0.15671815\n",
      "346 38 ,a Match U 0.15671815\n",
      "346 39 T Match Up 0.15671815\n",
      "346 40 tMatch Up  0.15671815\n",
      "346 41 Tatch Up T 0.15671815\n",
      "346 42 atch Up Te 0.15671815\n",
      "346 43 tah Up Ten 0.15671815\n",
      "346 44 uh Up Tens 0.15671815\n",
      "346 45 h Up Tenso 0.15671815\n",
      "346 46  Up Tensor 0.15671815\n",
      "346 47 Tp TensorF 0.15671815\n",
      "346 48 p TensorFl 0.15671815\n",
      "346 49  TensorFlo 0.15671815\n",
      "346 50 TensorFlow 0.15671815\n",
      "346 51 ensorFlow. 0.15671815\n",
      "346 52  torFlow.  0.15671815\n",
      "346 53 torFlow. S 0.15671815\n",
      "346 54 ,rFlow. St 0.15671815\n",
      "346 55 rFlow. Stu 0.15671815\n",
      "346 56 elow. Stud 0.15671815\n",
      "346 57 low. Stude 0.15671815\n",
      "346 58 ew. Studen 0.15671815\n",
      "346 59 r. Student 0.15671815\n",
      "346 60 . Students 0.15671815\n",
      "346 61  Students, 0.15671815\n",
      "346 62 Ttudents,  0.15671815\n",
      "346 63 tudents, p 0.15671815\n",
      "346 64 urents, pl 0.15671815\n",
      "346 65 rents, ple 0.15671815\n",
      "346 66 unts, plea 0.15671815\n",
      "346 67  t , pleas 0.15671815\n",
      "346 68 t , please 0.15671815\n",
      "346 69 u, please  0.15671815\n",
      "346 70 , please s 0.15671815\n",
      "346 71  please st 0.15671815\n",
      "346 72 Tlease stu 0.15671815\n",
      "346 73  ease stud 0.15671815\n",
      "346 74 ease study 0.15671815\n",
      "346 75  se study  0.15671815\n",
      "346 76 te study h 0.15671815\n",
      "346 77 , study ha 0.15671815\n",
      "346 78  dtudy har 0.15671815\n",
      "346 79 Ttudy hard 0.15671815\n",
      "346 80 ,udy hard. 0.15671815\n",
      "347 0 Te are dat 0.15664437\n",
      "347 1 e are data 0.15664437\n",
      "347 2  cre datae 0.15664437\n",
      "347 3 T e dataed 0.15664437\n",
      "347 4 te dataedu 0.15664437\n",
      "347 5 e dataedu. 0.15664437\n",
      "347 6  cataedu.  0.15664437\n",
      "347 7 Tataedu. T 0.15664437\n",
      "347 8 utaedu. Th 0.15664437\n",
      "347 9 tcedu. The 0.15664437\n",
      "347 10 uedu. The  0.15664437\n",
      "347 11 tdu. The c 0.15664437\n",
      "347 12  u. The cu 0.15664437\n",
      "347 13 u. The cur 0.15664437\n",
      "347 14 r The curr 0.15664437\n",
      "347 15  She curre 0.15664437\n",
      "347 16 Tee curren 0.15664437\n",
      "347 17 ee current 0.15664437\n",
      "347 18 e current  0.15664437\n",
      "347 19  current l 0.15664437\n",
      "347 20 Turrent le 0.15664437\n",
      "347 21 hrrent lec 0.15664437\n",
      "347 22 rrent lect 0.15664437\n",
      "347 23 eent lectu 0.15664437\n",
      "347 24 e t lectur 0.15664437\n",
      "347 25  tslecture 0.15664437\n",
      "347 26 t lecture  0.15664437\n",
      "347 27 ulecture i 0.15664437\n",
      "347 28 Tecture is 0.15664437\n",
      "347 29 eature is  0.15664437\n",
      "347 30  ture is a 0.15664437\n",
      "347 31 hure is a  0.15664437\n",
      "347 32 ude is a M 0.15664437\n",
      "347 33 rr is a Ma 0.15664437\n",
      "347 34 e ds a Mat 0.15664437\n",
      "347 35  cs a Matc 0.15664437\n",
      "347 36 Ts a Match 0.15664437\n",
      "347 37 s a Match  0.15664437\n",
      "347 38 ta Match U 0.15664437\n",
      "347 39 T Match Up 0.15664437\n",
      "347 40 tMatch Up  0.15664437\n",
      "347 41 Tatch Up T 0.15664437\n",
      "347 42 atch Up Te 0.15664437\n",
      "347 43 tch Up Ten 0.15664437\n",
      "347 44 uh Up Tens 0.15664437\n",
      "347 45 h Up Tenso 0.15664437\n",
      "347 46 eUp Tensor 0.15664437\n",
      "347 47 Tp TensorF 0.15664437\n",
      "347 48 p TensorFl 0.15664437\n",
      "347 49 lTensorFlo 0.15664437\n",
      "347 50 TensorFlow 0.15664437\n",
      "347 51 ensorFlow. 0.15664437\n",
      "347 52  torFlow.  0.15664437\n",
      "347 53 torFlow. S 0.15664437\n",
      "347 54 trFlow. St 0.15664437\n",
      "347 55 rFlow. Stu 0.15664437\n",
      "347 56 elow. Stud 0.15664437\n",
      "347 57 low. Stude 0.15664437\n",
      "347 58 ew. Studen 0.15664437\n",
      "347 59 r. Student 0.15664437\n",
      "347 60 . Students 0.15664437\n",
      "347 61  Students, 0.15664437\n",
      "347 62 Ttudents,  0.15664437\n",
      "347 63 tudents, p 0.15664437\n",
      "347 64 udents, pl 0.15664437\n",
      "347 65 rents, ple 0.15664437\n",
      "347 66 unts, plea 0.15664437\n",
      "347 67  ts, pleas 0.15664437\n",
      "347 68 t , please 0.15664437\n",
      "347 69 u, please  0.15664437\n",
      "347 70 t please s 0.15664437\n",
      "347 71  please st 0.15664437\n",
      "347 72 Tlease stu 0.15664437\n",
      "347 73 lease stud 0.15664437\n",
      "347 74 ease study 0.15664437\n",
      "347 75  se study  0.15664437\n",
      "347 76 te study h 0.15664437\n",
      "347 77 t study ha 0.15664437\n",
      "347 78  ctudy har 0.15664437\n",
      "347 79 Ttudy hard 0.15664437\n",
      "347 80 tudy hard. 0.15664437\n",
      "348 0 ae are dat 0.15686315\n",
      "348 1 e are data 0.15686315\n",
      "348 2  sre datae 0.15686315\n",
      "348 3 are dataed 0.15686315\n",
      "348 4 te dataedu 0.15686315\n",
      "348 5 e iataedu. 0.15686315\n",
      "348 6  sataedu.  0.15686315\n",
      "348 7 aataedu. T 0.15686315\n",
      "348 8 ataedu. Th 0.15686315\n",
      "348 9 tcedu. The 0.15686315\n",
      "348 10 uedu. The  0.15686315\n",
      "348 11 tdu. The c 0.15686315\n",
      "348 12  u. The cu 0.15686315\n",
      "348 13 a. The cur 0.15686315\n",
      "348 14 r The curr 0.15686315\n",
      "348 15  The curre 0.15686315\n",
      "348 16 ahe curren 0.15686315\n",
      "348 17 he current 0.15686315\n",
      "348 18   current  0.15686315\n",
      "348 19  surrent l 0.15686315\n",
      "348 20 aurrent le 0.15686315\n",
      "348 21 urrent lec 0.15686315\n",
      "348 22 rrent lect 0.15686315\n",
      "348 23 eent lectu 0.15686315\n",
      "348 24 e t lectur 0.15686315\n",
      "348 25  tslecture 0.15686315\n",
      "348 26 tslecture  0.15686315\n",
      "348 27 ulecture i 0.15686315\n",
      "348 28 aecture is 0.15686315\n",
      "348 29 eature is  0.15686315\n",
      "348 30  ture is a 0.15686315\n",
      "348 31 uure is a  0.15686315\n",
      "348 32 ude is a M 0.15686315\n",
      "348 33 rr is a Ma 0.15686315\n",
      "348 34 e is a Mat 0.15686315\n",
      "348 35  ss a Matc 0.15686315\n",
      "348 36 as a Match 0.15686315\n",
      "348 37 s a Match  0.15686315\n",
      "348 38 oa Match U 0.15686315\n",
      "348 39 arMatch Up 0.15686315\n",
      "348 40 tMatch Up  0.15686315\n",
      "348 41 aatch Up T 0.15686315\n",
      "348 42 atch Up Te 0.15686315\n",
      "348 43 tch Up Ten 0.15686315\n",
      "348 44 uh Up Tens 0.15686315\n",
      "348 45 u Up Tenso 0.15686315\n",
      "348 46  Up Tensor 0.15686315\n",
      "348 47 ap TensorF 0.15686315\n",
      "348 48 p TensorFl 0.15686315\n",
      "348 49 lTensorFlo 0.15686315\n",
      "348 50 ahnsorFlow 0.15686315\n",
      "348 51 hnsorFlow. 0.15686315\n",
      "348 52  torFlow.  0.15686315\n",
      "348 53 torFlow. S 0.15686315\n",
      "348 54 orFlow. St 0.15686315\n",
      "348 55 rFlow. Stu 0.15686315\n",
      "348 56 elow. Stud 0.15686315\n",
      "348 57 low. Stude 0.15686315\n",
      "348 58 ew. Studen 0.15686315\n",
      "348 59 r. Student 0.15686315\n",
      "348 60 . Students 0.15686315\n",
      "348 61  Ttudents, 0.15686315\n",
      "348 62 atudents,  0.15686315\n",
      "348 63 tudents, p 0.15686315\n",
      "348 64 udents, pl 0.15686315\n",
      "348 65 rents, ple 0.15686315\n",
      "348 66 ants, plea 0.15686315\n",
      "348 67  ts, pleas 0.15686315\n",
      "348 68 ts, please 0.15686315\n",
      "348 69 u, please  0.15686315\n",
      "348 70 o please s 0.15686315\n",
      "348 71  please st 0.15686315\n",
      "348 72 alease stu 0.15686315\n",
      "348 73 lease stud 0.15686315\n",
      "348 74 ease study 0.15686315\n",
      "348 75  se study  0.15686315\n",
      "348 76 te study h 0.15686315\n",
      "348 77 o study ha 0.15686315\n",
      "348 78  study har 0.15686315\n",
      "348 79 atudy hard 0.15686315\n",
      "348 80 oudy hard. 0.15686315\n",
      "349 0 Te are dat 0.15682001\n",
      "349 1 e are data 0.15682001\n",
      "349 2  sre datae 0.15682001\n",
      "349 3 T e dataed 0.15682001\n",
      "349 4 te dataedu 0.15682001\n",
      "349 5 e dataedu. 0.15682001\n",
      "349 6  sataedu.  0.15682001\n",
      "349 7 Tataedu. T 0.15682001\n",
      "349 8 etaedu. Th 0.15682001\n",
      "349 9 taedu. The 0.15682001\n",
      "349 10 uedu. The  0.15682001\n",
      "349 11 tdu. The c 0.15682001\n",
      "349 12  u. The cu 0.15682001\n",
      "349 13 e. The cur 0.15682001\n",
      "349 14 r The curr 0.15682001\n",
      "349 15  She curre 0.15682001\n",
      "349 16 Tee curren 0.15682001\n",
      "349 17 ee current 0.15682001\n",
      "349 18   current  0.15682001\n",
      "349 19  surrent l 0.15682001\n",
      "349 20 Turrent le 0.15682001\n",
      "349 21 hrrent lec 0.15682001\n",
      "349 22 reent lect 0.15682001\n",
      "349 23 eent lectu 0.15682001\n",
      "349 24 e t lectur 0.15682001\n",
      "349 25  t lecture 0.15682001\n",
      "349 26 t lecture  0.15682001\n",
      "349 27 ulecture i 0.15682001\n",
      "349 28 Tecture is 0.15682001\n",
      "349 29 ecture is  0.15682001\n",
      "349 30  ture is a 0.15682001\n",
      "349 31 hure is a  0.15682001\n",
      "349 32 ure is a M 0.15682001\n",
      "349 33 re is a Ma 0.15682001\n",
      "349 34 e ds a Mat 0.15682001\n",
      "349 35  ss a Matc 0.15682001\n",
      "349 36 Ts a Match 0.15682001\n",
      "349 37 s a Match  0.15682001\n",
      "349 38 ea Match U 0.15682001\n",
      "349 39 T Match Up 0.15682001\n",
      "349 40 tMatch Up  0.15682001\n",
      "349 41 Tatch Up T 0.15682001\n",
      "349 42 atch Up Te 0.15682001\n",
      "349 43 tah Up Ten 0.15682001\n",
      "349 44 uh Up Tens 0.15682001\n",
      "349 45 h Up Tenso 0.15682001\n",
      "349 46  Up Tensor 0.15682001\n",
      "349 47 Tp TensorF 0.15682001\n",
      "349 48 p TensorFl 0.15682001\n",
      "349 49  TensorFlo 0.15682001\n",
      "349 50 TensorFlow 0.15682001\n",
      "349 51 ensorFlow. 0.15682001\n",
      "349 52  torFlow.  0.15682001\n",
      "349 53 torFlow. S 0.15682001\n",
      "349 54 erFlow. St 0.15682001\n",
      "349 55 wFlow. Stu 0.15682001\n",
      "349 56 elow. Stud 0.15682001\n",
      "349 57 low. Stude 0.15682001\n",
      "349 58 ew. Studen 0.15682001\n",
      "349 59 w. Student 0.15682001\n",
      "349 60 . Students 0.15682001\n",
      "349 61  Students, 0.15682001\n",
      "349 62 Ttudents,  0.15682001\n",
      "349 63 tudents, p 0.15682001\n",
      "349 64 urents, pl 0.15682001\n",
      "349 65 rents, ple 0.15682001\n",
      "349 66 ents, plea 0.15682001\n",
      "349 67  t , pleas 0.15682001\n",
      "349 68 t , please 0.15682001\n",
      "349 69 u, please  0.15682001\n",
      "349 70 e please s 0.15682001\n",
      "349 71  please st 0.15682001\n",
      "349 72 Tlease stu 0.15682001\n",
      "349 73  ease stud 0.15682001\n",
      "349 74 ecse study 0.15682001\n",
      "349 75  se study  0.15682001\n",
      "349 76 te study h 0.15682001\n",
      "349 77 e study ha 0.15682001\n",
      "349 78  study har 0.15682001\n",
      "349 79 Ttudy hard 0.15682001\n",
      "349 80 eudy hard. 0.15682001\n",
      "350 0 ae are dat 0.15663475\n",
      "350 1 e are data 0.15663475\n",
      "350 2  ire datae 0.15663475\n",
      "350 3 are dataed 0.15663475\n",
      "350 4 te dataedu 0.15663475\n",
      "350 5 e dataedu. 0.15663475\n",
      "350 6  iataedu.  0.15663475\n",
      "350 7 aataedu. T 0.15663475\n",
      "350 8 ataedu. Th 0.15663475\n",
      "350 9 taedu. The 0.15663475\n",
      "350 10 uedu. The  0.15663475\n",
      "350 11 tdu. The c 0.15663475\n",
      "350 12  u. The cu 0.15663475\n",
      "350 13 a. The cur 0.15663475\n",
      "350 14 r The curr 0.15663475\n",
      "350 15  She curre 0.15663475\n",
      "350 16 aee curren 0.15663475\n",
      "350 17 ee current 0.15663475\n",
      "350 18 e current  0.15663475\n",
      "350 19  iurrent l 0.15663475\n",
      "350 20 aurrent le 0.15663475\n",
      "350 21 urrent lec 0.15663475\n",
      "350 22 rrent lect 0.15663475\n",
      "350 23 eent lectu 0.15663475\n",
      "350 24 e t lectur 0.15663475\n",
      "350 25  t lecture 0.15663475\n",
      "350 26 t lecture  0.15663475\n",
      "350 27 ulecture i 0.15663475\n",
      "350 28 aecture is 0.15663475\n",
      "350 29 eature is  0.15663475\n",
      "350 30  ture is a 0.15663475\n",
      "350 31 uure is a  0.15663475\n",
      "350 32 ude is a M 0.15663475\n",
      "350 33 rr is a Ma 0.15663475\n",
      "350 34 e ds a Mat 0.15663475\n",
      "350 35  is a Matc 0.15663475\n",
      "350 36 as a Match 0.15663475\n",
      "350 37 s a Match  0.15663475\n",
      "350 38  a Match U 0.15663475\n",
      "350 39 arMatch Up 0.15663475\n",
      "350 40 tMatch Up  0.15663475\n",
      "350 41 aatch Up T 0.15663475\n",
      "350 42 atch Up Te 0.15663475\n",
      "350 43 tah Up Ten 0.15663475\n",
      "350 44 uh Up Tens 0.15663475\n",
      "350 45 u Up Tenso 0.15663475\n",
      "350 46 eUp Tensor 0.15663475\n",
      "350 47 ap TensorF 0.15663475\n",
      "350 48 p TensorFl 0.15663475\n",
      "350 49  TensorFlo 0.15663475\n",
      "350 50 aensorFlow 0.15663475\n",
      "350 51 ensorFlow. 0.15663475\n",
      "350 52  torFlow.  0.15663475\n",
      "350 53 torFlow. S 0.15663475\n",
      "350 54  rFlow. St 0.15663475\n",
      "350 55 wFlow. Stu 0.15663475\n",
      "350 56 elow. Stud 0.15663475\n",
      "350 57 low. Stude 0.15663475\n",
      "350 58 ew. Studen 0.15663475\n",
      "350 59 w. Student 0.15663475\n",
      "350 60 . Students 0.15663475\n",
      "350 61  Students, 0.15663475\n",
      "350 62 atudents,  0.15663475\n",
      "350 63 tudents, p 0.15663475\n",
      "350 64 udents, pl 0.15663475\n",
      "350 65 rents, ple 0.15663475\n",
      "350 66 ants, plea 0.15663475\n",
      "350 67  t , pleas 0.15663475\n",
      "350 68 t , please 0.15663475\n",
      "350 69 u, please  0.15663475\n",
      "350 70   please s 0.15663475\n",
      "350 71  please st 0.15663475\n",
      "350 72 alease stu 0.15663475\n",
      "350 73  ease stud 0.15663475\n",
      "350 74 ease study 0.15663475\n",
      "350 75  se study  0.15663475\n",
      "350 76 te study h 0.15663475\n",
      "350 77   study ha 0.15663475\n",
      "350 78  itudy har 0.15663475\n",
      "350 79 atudy hard 0.15663475\n",
      "350 80  udy hard. 0.15663475\n",
      "351 0 ae are dat 0.15665546\n",
      "351 1 e are data 0.15665546\n",
      "351 2  ire datae 0.15665546\n",
      "351 3 are dataed 0.15665546\n",
      "351 4 te dataedu 0.15665546\n",
      "351 5 e iataedu. 0.15665546\n",
      "351 6  iataedu.  0.15665546\n",
      "351 7 aataedu. T 0.15665546\n",
      "351 8 ataedu. Th 0.15665546\n",
      "351 9 tcedu. The 0.15665546\n",
      "351 10 uedu. The  0.15665546\n",
      "351 11 tdu. The c 0.15665546\n",
      "351 12  u. The cu 0.15665546\n",
      "351 13 a. The cur 0.15665546\n",
      "351 14 r The curr 0.15665546\n",
      "351 15  The curre 0.15665546\n",
      "351 16 ahe curren 0.15665546\n",
      "351 17 he current 0.15665546\n",
      "351 18   current  0.15665546\n",
      "351 19  iurrent l 0.15665546\n",
      "351 20 aurrent le 0.15665546\n",
      "351 21 urrent lec 0.15665546\n",
      "351 22 rrent lect 0.15665546\n",
      "351 23 eent lectu 0.15665546\n",
      "351 24 e t lectur 0.15665546\n",
      "351 25  tslecture 0.15665546\n",
      "351 26 tslecture  0.15665546\n",
      "351 27 ulecture i 0.15665546\n",
      "351 28 aecture is 0.15665546\n",
      "351 29 eature is  0.15665546\n",
      "351 30  ture is a 0.15665546\n",
      "351 31 uure is a  0.15665546\n",
      "351 32 ude is a M 0.15665546\n",
      "351 33 rr is a Ma 0.15665546\n",
      "351 34 e is a Mat 0.15665546\n",
      "351 35  is a Matc 0.15665546\n",
      "351 36 as a Match 0.15665546\n",
      "351 37 s a Match  0.15665546\n",
      "351 38 oa Match U 0.15665546\n",
      "351 39 arMatch Up 0.15665546\n",
      "351 40 tMatch Up  0.15665546\n",
      "351 41 aatch Up T 0.15665546\n",
      "351 42 atch Up Te 0.15665546\n",
      "351 43 tch Up Ten 0.15665546\n",
      "351 44 uh Up Tens 0.15665546\n",
      "351 45 u Up Tenso 0.15665546\n",
      "351 46  Up Tensor 0.15665546\n",
      "351 47 ap TensorF 0.15665546\n",
      "351 48 p TensorFl 0.15665546\n",
      "351 49  TensorFlo 0.15665546\n",
      "351 50 ahnsorFlow 0.15665546\n",
      "351 51 hnsorFlow. 0.15665546\n",
      "351 52  torFlow.  0.15665546\n",
      "351 53 torFlow. S 0.15665546\n",
      "351 54 orFlow. St 0.15665546\n",
      "351 55 wFlow. Stu 0.15665546\n",
      "351 56 elow. Stud 0.15665546\n",
      "351 57 low. Stude 0.15665546\n",
      "351 58 ew. Studen 0.15665546\n",
      "351 59 w. Student 0.15665546\n",
      "351 60 . Students 0.15665546\n",
      "351 61  Ttudents, 0.15665546\n",
      "351 62 atudents,  0.15665546\n",
      "351 63 tudents, p 0.15665546\n",
      "351 64 udents, pl 0.15665546\n",
      "351 65 rents, ple 0.15665546\n",
      "351 66 ants, plea 0.15665546\n",
      "351 67  ts, pleas 0.15665546\n",
      "351 68 ts, please 0.15665546\n",
      "351 69 u, please  0.15665546\n",
      "351 70 o please s 0.15665546\n",
      "351 71  please st 0.15665546\n",
      "351 72 alease stu 0.15665546\n",
      "351 73  ease stud 0.15665546\n",
      "351 74 ease study 0.15665546\n",
      "351 75  se study  0.15665546\n",
      "351 76 te study h 0.15665546\n",
      "351 77 o study ha 0.15665546\n",
      "351 78  itudy har 0.15665546\n",
      "351 79 atudy hard 0.15665546\n",
      "351 80 oudy hard. 0.15665546\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "352 0 Te are dat 0.1567867\n",
      "352 1 e are data 0.1567867\n",
      "352 2  cre datae 0.1567867\n",
      "352 3 T e dataed 0.1567867\n",
      "352 4 te dataedu 0.1567867\n",
      "352 5 e iataedu. 0.1567867\n",
      "352 6  cataedu.  0.1567867\n",
      "352 7 Tataedu. T 0.1567867\n",
      "352 8 etaedu. Th 0.1567867\n",
      "352 9 tcedu. The 0.1567867\n",
      "352 10 uedu. The  0.1567867\n",
      "352 11 tdu. The c 0.1567867\n",
      "352 12  u. The cu 0.1567867\n",
      "352 13 e. The cur 0.1567867\n",
      "352 14 r The curr 0.1567867\n",
      "352 15  She curre 0.1567867\n",
      "352 16 Tee curren 0.1567867\n",
      "352 17 ee current 0.1567867\n",
      "352 18   current  0.1567867\n",
      "352 19  current l 0.1567867\n",
      "352 20 Turrent le 0.1567867\n",
      "352 21 hrrent lec 0.1567867\n",
      "352 22 reent lect 0.1567867\n",
      "352 23 eent lectu 0.1567867\n",
      "352 24 e t lectur 0.1567867\n",
      "352 25  tslecture 0.1567867\n",
      "352 26 tslecture  0.1567867\n",
      "352 27 ulecture i 0.1567867\n",
      "352 28 Tecture is 0.1567867\n",
      "352 29 eature is  0.1567867\n",
      "352 30  ture is a 0.1567867\n",
      "352 31 hure is a  0.1567867\n",
      "352 32 ure is a M 0.1567867\n",
      "352 33 re is a Ma 0.1567867\n",
      "352 34 e is a Mat 0.1567867\n",
      "352 35  cs a Matc 0.1567867\n",
      "352 36 Ts a Match 0.1567867\n",
      "352 37 s a Match  0.1567867\n",
      "352 38 ea Match U 0.1567867\n",
      "352 39 T Match Up 0.1567867\n",
      "352 40 tMatch Up  0.1567867\n",
      "352 41 Tatch Up T 0.1567867\n",
      "352 42 atch Up Te 0.1567867\n",
      "352 43 tch Up Ten 0.1567867\n",
      "352 44 uh Up Tens 0.1567867\n",
      "352 45 h Up Tenso 0.1567867\n",
      "352 46  Up Tensor 0.1567867\n",
      "352 47 Tp TensorF 0.1567867\n",
      "352 48 p TensorFl 0.1567867\n",
      "352 49  TensorFlo 0.1567867\n",
      "352 50 TensorFlow 0.1567867\n",
      "352 51 ensorFlow. 0.1567867\n",
      "352 52  torFlow.  0.1567867\n",
      "352 53 torFlow. S 0.1567867\n",
      "352 54 erFlow. St 0.1567867\n",
      "352 55 rFlow. Stu 0.1567867\n",
      "352 56 elow. Stud 0.1567867\n",
      "352 57 low. Stude 0.1567867\n",
      "352 58 ew. Studen 0.1567867\n",
      "352 59 r. Student 0.1567867\n",
      "352 60 . Students 0.1567867\n",
      "352 61  Students, 0.1567867\n",
      "352 62 Ttudents,  0.1567867\n",
      "352 63 tudents, p 0.1567867\n",
      "352 64 urents, pl 0.1567867\n",
      "352 65 rents, ple 0.1567867\n",
      "352 66 ents, plea 0.1567867\n",
      "352 67  ts, pleas 0.1567867\n",
      "352 68 ts, please 0.1567867\n",
      "352 69 u, please  0.1567867\n",
      "352 70 e please s 0.1567867\n",
      "352 71  please st 0.1567867\n",
      "352 72 Tlease stu 0.1567867\n",
      "352 73  ease stud 0.1567867\n",
      "352 74 ease study 0.1567867\n",
      "352 75  se study  0.1567867\n",
      "352 76 te study h 0.1567867\n",
      "352 77 e study ha 0.1567867\n",
      "352 78  ctudy har 0.1567867\n",
      "352 79 Ttudy hard 0.1567867\n",
      "352 80 eudy hard. 0.1567867\n",
      "353 0 ae are dat 0.15668182\n",
      "353 1 e are data 0.15668182\n",
      "353 2  dre datae 0.15668182\n",
      "353 3 are dataed 0.15668182\n",
      "353 4 te dataedu 0.15668182\n",
      "353 5 e iataedu. 0.15668182\n",
      "353 6  dataedu.  0.15668182\n",
      "353 7 aataedu. T 0.15668182\n",
      "353 8 ataedu. Th 0.15668182\n",
      "353 9 taedu. The 0.15668182\n",
      "353 10 uedu. The  0.15668182\n",
      "353 11 tdu. The c 0.15668182\n",
      "353 12  u. The cu 0.15668182\n",
      "353 13 a. The cur 0.15668182\n",
      "353 14 r The curr 0.15668182\n",
      "353 15  The curre 0.15668182\n",
      "353 16 ahe curren 0.15668182\n",
      "353 17 he current 0.15668182\n",
      "353 18 e current  0.15668182\n",
      "353 19  durrent l 0.15668182\n",
      "353 20 aurrent le 0.15668182\n",
      "353 21 urrent lec 0.15668182\n",
      "353 22 rrent lect 0.15668182\n",
      "353 23 eent lectu 0.15668182\n",
      "353 24 e t lectur 0.15668182\n",
      "353 25  t lecture 0.15668182\n",
      "353 26 t lecture  0.15668182\n",
      "353 27 ulecture i 0.15668182\n",
      "353 28 aecture is 0.15668182\n",
      "353 29 eature is  0.15668182\n",
      "353 30  ture is a 0.15668182\n",
      "353 31 uure is a  0.15668182\n",
      "353 32 ude is a M 0.15668182\n",
      "353 33 rr is a Ma 0.15668182\n",
      "353 34 e is a Mat 0.15668182\n",
      "353 35  ds a Matc 0.15668182\n",
      "353 36 as a Match 0.15668182\n",
      "353 37 s a Match  0.15668182\n",
      "353 38 ,a Match U 0.15668182\n",
      "353 39 arMatch Up 0.15668182\n",
      "353 40 tMatch Up  0.15668182\n",
      "353 41 aatch Up T 0.15668182\n",
      "353 42 atch Up Te 0.15668182\n",
      "353 43 tah Up Ten 0.15668182\n",
      "353 44 uh Up Tens 0.15668182\n",
      "353 45 u Up Tenso 0.15668182\n",
      "353 46 eUp Tensor 0.15668182\n",
      "353 47 ap TensorF 0.15668182\n",
      "353 48 p TensorFl 0.15668182\n",
      "353 49 lTensorFlo 0.15668182\n",
      "353 50 ahnsorFlow 0.15668182\n",
      "353 51 hnsorFlow. 0.15668182\n",
      "353 52  torFlow.  0.15668182\n",
      "353 53 torFlow. S 0.15668182\n",
      "353 54 ,rFlow. St 0.15668182\n",
      "353 55 rFlow. Stu 0.15668182\n",
      "353 56 elow. Stud 0.15668182\n",
      "353 57 low. Stude 0.15668182\n",
      "353 58 ew. Studen 0.15668182\n",
      "353 59 r. Student 0.15668182\n",
      "353 60 . Students 0.15668182\n",
      "353 61  Ttudents, 0.15668182\n",
      "353 62 atudents,  0.15668182\n",
      "353 63 tudents, p 0.15668182\n",
      "353 64 udents, pl 0.15668182\n",
      "353 65 rents, ple 0.15668182\n",
      "353 66 ants, plea 0.15668182\n",
      "353 67  t , pleas 0.15668182\n",
      "353 68 t , please 0.15668182\n",
      "353 69 u, please  0.15668182\n",
      "353 70 , please s 0.15668182\n",
      "353 71  please st 0.15668182\n",
      "353 72 alease stu 0.15668182\n",
      "353 73 lease stud 0.15668182\n",
      "353 74 ease study 0.15668182\n",
      "353 75  se study  0.15668182\n",
      "353 76 te study h 0.15668182\n",
      "353 77 , study ha 0.15668182\n",
      "353 78  dtudy har 0.15668182\n",
      "353 79 atudy hard 0.15668182\n",
      "353 80 ,udy hard. 0.15668182\n",
      "354 0 Te are dat 0.15659896\n",
      "354 1 e are data 0.15659896\n",
      "354 2  sre datae 0.15659896\n",
      "354 3 T e dataed 0.15659896\n",
      "354 4 te dataedu 0.15659896\n",
      "354 5 e dataedu. 0.15659896\n",
      "354 6  sataedu.  0.15659896\n",
      "354 7 Tataedu. T 0.15659896\n",
      "354 8 ataedu. Th 0.15659896\n",
      "354 9 taedu. The 0.15659896\n",
      "354 10 uedu. The  0.15659896\n",
      "354 11 tdu. The c 0.15659896\n",
      "354 12  u. The cu 0.15659896\n",
      "354 13 a. The cur 0.15659896\n",
      "354 14 r The curr 0.15659896\n",
      "354 15  She curre 0.15659896\n",
      "354 16 Tee curren 0.15659896\n",
      "354 17 ee current 0.15659896\n",
      "354 18   current  0.15659896\n",
      "354 19  surrent l 0.15659896\n",
      "354 20 Turrent le 0.15659896\n",
      "354 21 urrent lec 0.15659896\n",
      "354 22 rrent lect 0.15659896\n",
      "354 23 eent lectu 0.15659896\n",
      "354 24 e t lectur 0.15659896\n",
      "354 25  t lecture 0.15659896\n",
      "354 26 t lecture  0.15659896\n",
      "354 27 ulecture i 0.15659896\n",
      "354 28 Tecture is 0.15659896\n",
      "354 29 ecture is  0.15659896\n",
      "354 30  ture is a 0.15659896\n",
      "354 31 uure is a  0.15659896\n",
      "354 32 ure is a M 0.15659896\n",
      "354 33 rr is a Ma 0.15659896\n",
      "354 34 e ds a Mat 0.15659896\n",
      "354 35  ss a Matc 0.15659896\n",
      "354 36 Ts a Match 0.15659896\n",
      "354 37 s a Match  0.15659896\n",
      "354 38 ta Match U 0.15659896\n",
      "354 39 T Match Up 0.15659896\n",
      "354 40 tMatch Up  0.15659896\n",
      "354 41 Tatch Up T 0.15659896\n",
      "354 42 atch Up Te 0.15659896\n",
      "354 43 tah Up Ten 0.15659896\n",
      "354 44 uh Up Tens 0.15659896\n",
      "354 45 u Up Tenso 0.15659896\n",
      "354 46  Up Tensor 0.15659896\n",
      "354 47 Tp TensorF 0.15659896\n",
      "354 48 p TensorFl 0.15659896\n",
      "354 49 lTensorFlo 0.15659896\n",
      "354 50 TensorFlow 0.15659896\n",
      "354 51 ensorFlow. 0.15659896\n",
      "354 52  torFlow.  0.15659896\n",
      "354 53 torFlow. S 0.15659896\n",
      "354 54 trFlow. St 0.15659896\n",
      "354 55 rFlow. Stu 0.15659896\n",
      "354 56 elow. Stud 0.15659896\n",
      "354 57 low. Stude 0.15659896\n",
      "354 58 ew. Studen 0.15659896\n",
      "354 59 r. Student 0.15659896\n",
      "354 60 . Students 0.15659896\n",
      "354 61  Students, 0.15659896\n",
      "354 62 Ttudents,  0.15659896\n",
      "354 63 tudents, p 0.15659896\n",
      "354 64 urents, pl 0.15659896\n",
      "354 65 rents, ple 0.15659896\n",
      "354 66 ants, plea 0.15659896\n",
      "354 67  t , pleas 0.15659896\n",
      "354 68 t , please 0.15659896\n",
      "354 69 u, please  0.15659896\n",
      "354 70 t please s 0.15659896\n",
      "354 71  please st 0.15659896\n",
      "354 72 Tlease stu 0.15659896\n",
      "354 73 lease stud 0.15659896\n",
      "354 74 ecse study 0.15659896\n",
      "354 75  se study  0.15659896\n",
      "354 76 te study h 0.15659896\n",
      "354 77 t study ha 0.15659896\n",
      "354 78  study har 0.15659896\n",
      "354 79 Ttudy hard 0.15659896\n",
      "354 80 tudy hard. 0.15659896\n",
      "355 0 Te are dat 0.15668142\n",
      "355 1 e are data 0.15668142\n",
      "355 2  sre datae 0.15668142\n",
      "355 3 T e dataed 0.15668142\n",
      "355 4 te dataedu 0.15668142\n",
      "355 5 e dataedu. 0.15668142\n",
      "355 6  sataedu.  0.15668142\n",
      "355 7 Tataedu. T 0.15668142\n",
      "355 8 etaedu. Th 0.15668142\n",
      "355 9 tcedu. The 0.15668142\n",
      "355 10 uedu. The  0.15668142\n",
      "355 11 tdu. The c 0.15668142\n",
      "355 12  u. The cu 0.15668142\n",
      "355 13 e. The cur 0.15668142\n",
      "355 14 r The curr 0.15668142\n",
      "355 15  She curre 0.15668142\n",
      "355 16 Tee curren 0.15668142\n",
      "355 17 ee current 0.15668142\n",
      "355 18 e current  0.15668142\n",
      "355 19  surrent l 0.15668142\n",
      "355 20 Turrent le 0.15668142\n",
      "355 21 hrrent lec 0.15668142\n",
      "355 22 reent lect 0.15668142\n",
      "355 23 eent lectu 0.15668142\n",
      "355 24 e t lectur 0.15668142\n",
      "355 25  tslecture 0.15668142\n",
      "355 26 tslecture  0.15668142\n",
      "355 27 ulecture i 0.15668142\n",
      "355 28 Tecture is 0.15668142\n",
      "355 29 ecture is  0.15668142\n",
      "355 30  ture is a 0.15668142\n",
      "355 31 hure is a  0.15668142\n",
      "355 32 ure is a M 0.15668142\n",
      "355 33 re is a Ma 0.15668142\n",
      "355 34 e ds a Mat 0.15668142\n",
      "355 35  ss a Matc 0.15668142\n",
      "355 36 Ts a Match 0.15668142\n",
      "355 37 s a Match  0.15668142\n",
      "355 38 ta Match U 0.15668142\n",
      "355 39 T Match Up 0.15668142\n",
      "355 40 tMatch Up  0.15668142\n",
      "355 41 Tatch Up T 0.15668142\n",
      "355 42 atch Up Te 0.15668142\n",
      "355 43 tch Up Ten 0.15668142\n",
      "355 44 uh Up Tens 0.15668142\n",
      "355 45 h Up Tenso 0.15668142\n",
      "355 46 eUp Tensor 0.15668142\n",
      "355 47 Tp TensorF 0.15668142\n",
      "355 48 p TensorFl 0.15668142\n",
      "355 49  TensorFlo 0.15668142\n",
      "355 50 TensorFlow 0.15668142\n",
      "355 51 ensorFlow. 0.15668142\n",
      "355 52  torFlow.  0.15668142\n",
      "355 53 torFlow. S 0.15668142\n",
      "355 54 trFlow. St 0.15668142\n",
      "355 55 wFlow. Stu 0.15668142\n",
      "355 56 elow. Stud 0.15668142\n",
      "355 57 low. Stude 0.15668142\n",
      "355 58 ew. Studen 0.15668142\n",
      "355 59 w. Student 0.15668142\n",
      "355 60 . Students 0.15668142\n",
      "355 61  Students, 0.15668142\n",
      "355 62 Ttudents,  0.15668142\n",
      "355 63 tudents, p 0.15668142\n",
      "355 64 urents, pl 0.15668142\n",
      "355 65 rents, ple 0.15668142\n",
      "355 66 ents, plea 0.15668142\n",
      "355 67  ts, pleas 0.15668142\n",
      "355 68 ts, please 0.15668142\n",
      "355 69 u, please  0.15668142\n",
      "355 70 t please s 0.15668142\n",
      "355 71  please st 0.15668142\n",
      "355 72 Tlease stu 0.15668142\n",
      "355 73  ease stud 0.15668142\n",
      "355 74 ecse study 0.15668142\n",
      "355 75  se study  0.15668142\n",
      "355 76 te study h 0.15668142\n",
      "355 77 t study ha 0.15668142\n",
      "355 78  study har 0.15668142\n",
      "355 79 Ttudy hard 0.15668142\n",
      "355 80 tudy hard. 0.15668142\n",
      "356 0 ae are dat 0.15669727\n",
      "356 1 e are data 0.15669727\n",
      "356 2  sre datae 0.15669727\n",
      "356 3 are dataed 0.15669727\n",
      "356 4 te dataedu 0.15669727\n",
      "356 5 e iataedu. 0.15669727\n",
      "356 6  sataedu.  0.15669727\n",
      "356 7 aataedu. T 0.15669727\n",
      "356 8 ataedu. Th 0.15669727\n",
      "356 9 tcedu. The 0.15669727\n",
      "356 10 uedu. The  0.15669727\n",
      "356 11 tdu. The c 0.15669727\n",
      "356 12  u. The cu 0.15669727\n",
      "356 13 a. The cur 0.15669727\n",
      "356 14 r The curr 0.15669727\n",
      "356 15  The curre 0.15669727\n",
      "356 16 ahe curren 0.15669727\n",
      "356 17 he current 0.15669727\n",
      "356 18 e current  0.15669727\n",
      "356 19  surrent l 0.15669727\n",
      "356 20 aurrent le 0.15669727\n",
      "356 21 trrent lec 0.15669727\n",
      "356 22 rrent lect 0.15669727\n",
      "356 23 eent lectu 0.15669727\n",
      "356 24 e t lectur 0.15669727\n",
      "356 25  tslecture 0.15669727\n",
      "356 26 tslecture  0.15669727\n",
      "356 27 ulecture i 0.15669727\n",
      "356 28 aecture is 0.15669727\n",
      "356 29 eature is  0.15669727\n",
      "356 30  ture is a 0.15669727\n",
      "356 31 ture is a  0.15669727\n",
      "356 32 ude is a M 0.15669727\n",
      "356 33 rr is a Ma 0.15669727\n",
      "356 34 e is a Mat 0.15669727\n",
      "356 35  ss a Matc 0.15669727\n",
      "356 36 as a Match 0.15669727\n",
      "356 37 s a Match  0.15669727\n",
      "356 38 oa Match U 0.15669727\n",
      "356 39 arMatch Up 0.15669727\n",
      "356 40 tMatch Up  0.15669727\n",
      "356 41 aatch Up T 0.15669727\n",
      "356 42 atch Up Te 0.15669727\n",
      "356 43 tch Up Ten 0.15669727\n",
      "356 44 uh Up Tens 0.15669727\n",
      "356 45 t Up Tenso 0.15669727\n",
      "356 46 eUp Tensor 0.15669727\n",
      "356 47 ap TensorF 0.15669727\n",
      "356 48 p TensorFl 0.15669727\n",
      "356 49 lTensorFlo 0.15669727\n",
      "356 50 ahnsorFlow 0.15669727\n",
      "356 51 hnsorFlow. 0.15669727\n",
      "356 52  torFlow.  0.15669727\n",
      "356 53 torFlow. S 0.15669727\n",
      "356 54 orFlow. St 0.15669727\n",
      "356 55 wFlow. Stu 0.15669727\n",
      "356 56 elow. Stud 0.15669727\n",
      "356 57 low. Stude 0.15669727\n",
      "356 58 ew. Studen 0.15669727\n",
      "356 59 w. Student 0.15669727\n",
      "356 60 . Students 0.15669727\n",
      "356 61  Ttudents, 0.15669727\n",
      "356 62 atudents,  0.15669727\n",
      "356 63 tudents, p 0.15669727\n",
      "356 64 udents, pl 0.15669727\n",
      "356 65 rents, ple 0.15669727\n",
      "356 66 ants, plea 0.15669727\n",
      "356 67  ts, pleas 0.15669727\n",
      "356 68 ts, please 0.15669727\n",
      "356 69 u, please  0.15669727\n",
      "356 70 o please s 0.15669727\n",
      "356 71  please st 0.15669727\n",
      "356 72 alease stu 0.15669727\n",
      "356 73 lease stud 0.15669727\n",
      "356 74 ease study 0.15669727\n",
      "356 75  se study  0.15669727\n",
      "356 76 te study h 0.15669727\n",
      "356 77 o study ha 0.15669727\n",
      "356 78  study har 0.15669727\n",
      "356 79 atudy hard 0.15669727\n",
      "356 80 oudy hard. 0.15669727\n",
      "357 0 Te are dat 0.1565967\n",
      "357 1 e are data 0.1565967\n",
      "357 2  cre datae 0.1565967\n",
      "357 3 T e dataed 0.1565967\n",
      "357 4 te dataedu 0.1565967\n",
      "357 5 e dataedu. 0.1565967\n",
      "357 6  cataedu.  0.1565967\n",
      "357 7 Tataedu. T 0.1565967\n",
      "357 8 utaedu. Th 0.1565967\n",
      "357 9 taedu. The 0.1565967\n",
      "357 10 uedu. The  0.1565967\n",
      "357 11 tdu. The c 0.1565967\n",
      "357 12  u. The cu 0.1565967\n",
      "357 13 u. The cur 0.1565967\n",
      "357 14 r The curr 0.1565967\n",
      "357 15  She curre 0.1565967\n",
      "357 16 The curren 0.1565967\n",
      "357 17 he current 0.1565967\n",
      "357 18   current  0.1565967\n",
      "357 19  current l 0.1565967\n",
      "357 20 Turrent le 0.1565967\n",
      "357 21 hrrent lec 0.1565967\n",
      "357 22 rrent lect 0.1565967\n",
      "357 23 eent lectu 0.1565967\n",
      "357 24 e t lectur 0.1565967\n",
      "357 25  t lecture 0.1565967\n",
      "357 26 t lecture  0.1565967\n",
      "357 27 ulecture i 0.1565967\n",
      "357 28 Tecture is 0.1565967\n",
      "357 29 ecture is  0.1565967\n",
      "357 30  ture is a 0.1565967\n",
      "357 31 hure is a  0.1565967\n",
      "357 32 ure is a M 0.1565967\n",
      "357 33 rr is a Ma 0.1565967\n",
      "357 34 e ds a Mat 0.1565967\n",
      "357 35  cs a Matc 0.1565967\n",
      "357 36 Ts a Match 0.1565967\n",
      "357 37 s a Match  0.1565967\n",
      "357 38 oa Match U 0.1565967\n",
      "357 39 T Match Up 0.1565967\n",
      "357 40 tMatch Up  0.1565967\n",
      "357 41 Tatch Up T 0.1565967\n",
      "357 42 atch Up Te 0.1565967\n",
      "357 43 tah Up Ten 0.1565967\n",
      "357 44 uh Up Tens 0.1565967\n",
      "357 45 h Up Tenso 0.1565967\n",
      "357 46  Up Tensor 0.1565967\n",
      "357 47 Tp TensorF 0.1565967\n",
      "357 48 p TensorFl 0.1565967\n",
      "357 49  TensorFlo 0.1565967\n",
      "357 50 ThnsorFlow 0.1565967\n",
      "357 51 hnsorFlow. 0.1565967\n",
      "357 52  torFlow.  0.1565967\n",
      "357 53 torFlow. S 0.1565967\n",
      "357 54 orFlow. St 0.1565967\n",
      "357 55 wFlow. Stu 0.1565967\n",
      "357 56 elow. Stud 0.1565967\n",
      "357 57 low. Stude 0.1565967\n",
      "357 58 ew. Studen 0.1565967\n",
      "357 59 w. Student 0.1565967\n",
      "357 60 . Students 0.1565967\n",
      "357 61  Students, 0.1565967\n",
      "357 62 Ttudents,  0.1565967\n",
      "357 63 tudents, p 0.1565967\n",
      "357 64 urents, pl 0.1565967\n",
      "357 65 rents, ple 0.1565967\n",
      "357 66 unts, plea 0.1565967\n",
      "357 67  t , pleas 0.1565967\n",
      "357 68 t , please 0.1565967\n",
      "357 69 u, please  0.1565967\n",
      "357 70 o please s 0.1565967\n",
      "357 71  please st 0.1565967\n",
      "357 72 Tlease stu 0.1565967\n",
      "357 73  ease stud 0.1565967\n",
      "357 74 ecse study 0.1565967\n",
      "357 75  se study  0.1565967\n",
      "357 76 te study h 0.1565967\n",
      "357 77 o study ha 0.1565967\n",
      "357 78  ctudy har 0.1565967\n",
      "357 79 Ttudy hard 0.1565967\n",
      "357 80 oudy hard. 0.1565967\n",
      "358 0 Te are dat 0.15661627\n",
      "358 1 e are data 0.15661627\n",
      "358 2  dre datae 0.15661627\n",
      "358 3 T e dataed 0.15661627\n",
      "358 4 te dataedu 0.15661627\n",
      "358 5 e dataedu. 0.15661627\n",
      "358 6  dataedu.  0.15661627\n",
      "358 7 Tataedu. T 0.15661627\n",
      "358 8 ataedu. Th 0.15661627\n",
      "358 9 taedu. The 0.15661627\n",
      "358 10 uedu. The  0.15661627\n",
      "358 11 tdu. The c 0.15661627\n",
      "358 12  u. The cu 0.15661627\n",
      "358 13 a. The cur 0.15661627\n",
      "358 14 r The curr 0.15661627\n",
      "358 15  She curre 0.15661627\n",
      "358 16 Tee curren 0.15661627\n",
      "358 17 ee current 0.15661627\n",
      "358 18 e current  0.15661627\n",
      "358 19  durrent l 0.15661627\n",
      "358 20 Turrent le 0.15661627\n",
      "358 21 hrrent lec 0.15661627\n",
      "358 22 reent lect 0.15661627\n",
      "358 23 eent lectu 0.15661627\n",
      "358 24 e t lectur 0.15661627\n",
      "358 25  t lecture 0.15661627\n",
      "358 26 t lecture  0.15661627\n",
      "358 27 ulecture i 0.15661627\n",
      "358 28 Tecture is 0.15661627\n",
      "358 29 ecture is  0.15661627\n",
      "358 30  ture is a 0.15661627\n",
      "358 31 hure is a  0.15661627\n",
      "358 32 ure is a M 0.15661627\n",
      "358 33 re is a Ma 0.15661627\n",
      "358 34 e ds a Mat 0.15661627\n",
      "358 35  ds a Matc 0.15661627\n",
      "358 36 Ts a Match 0.15661627\n",
      "358 37 s a Match  0.15661627\n",
      "358 38 ta Match U 0.15661627\n",
      "358 39 T Match Up 0.15661627\n",
      "358 40 tMatch Up  0.15661627\n",
      "358 41 Tatch Up T 0.15661627\n",
      "358 42 atch Up Te 0.15661627\n",
      "358 43 tah Up Ten 0.15661627\n",
      "358 44 uh Up Tens 0.15661627\n",
      "358 45 h Up Tenso 0.15661627\n",
      "358 46 eUp Tensor 0.15661627\n",
      "358 47 Tp TensorF 0.15661627\n",
      "358 48 p TensorFl 0.15661627\n",
      "358 49  TensorFlo 0.15661627\n",
      "358 50 TensorFlow 0.15661627\n",
      "358 51 ensorFlow. 0.15661627\n",
      "358 52  torFlow.  0.15661627\n",
      "358 53 torFlow. S 0.15661627\n",
      "358 54 trFlow. St 0.15661627\n",
      "358 55 rFlow. Stu 0.15661627\n",
      "358 56 elow. Stud 0.15661627\n",
      "358 57 low. Stude 0.15661627\n",
      "358 58 ew. Studen 0.15661627\n",
      "358 59 r. Student 0.15661627\n",
      "358 60 . Students 0.15661627\n",
      "358 61  Students, 0.15661627\n",
      "358 62 Ttudents,  0.15661627\n",
      "358 63 tudents, p 0.15661627\n",
      "358 64 urents, pl 0.15661627\n",
      "358 65 rents, ple 0.15661627\n",
      "358 66 ants, plea 0.15661627\n",
      "358 67  t , pleas 0.15661627\n",
      "358 68 t , please 0.15661627\n",
      "358 69 u, please  0.15661627\n",
      "358 70 t please s 0.15661627\n",
      "358 71  please st 0.15661627\n",
      "358 72 Tlease stu 0.15661627\n",
      "358 73  ease stud 0.15661627\n",
      "358 74 ecse study 0.15661627\n",
      "358 75  se study  0.15661627\n",
      "358 76 te study h 0.15661627\n",
      "358 77 t study ha 0.15661627\n",
      "358 78  dtudy har 0.15661627\n",
      "358 79 Ttudy hard 0.15661627\n",
      "358 80 tudy hard. 0.15661627\n",
      "359 0 ae are dat 0.15666224\n",
      "359 1 e are data 0.15666224\n",
      "359 2  ire datae 0.15666224\n",
      "359 3 are dataed 0.15666224\n",
      "359 4 te dataedu 0.15666224\n",
      "359 5 e iataedu. 0.15666224\n",
      "359 6  iataedu.  0.15666224\n",
      "359 7 aataedu. T 0.15666224\n",
      "359 8 ataedu. Th 0.15666224\n",
      "359 9 taedu. The 0.15666224\n",
      "359 10 uedu. The  0.15666224\n",
      "359 11 tdu. The c 0.15666224\n",
      "359 12  u. The cu 0.15666224\n",
      "359 13 a. The cur 0.15666224\n",
      "359 14 r The curr 0.15666224\n",
      "359 15  The curre 0.15666224\n",
      "359 16 ahe curren 0.15666224\n",
      "359 17 he current 0.15666224\n",
      "359 18   current  0.15666224\n",
      "359 19  iurrent l 0.15666224\n",
      "359 20 aurrent le 0.15666224\n",
      "359 21 trrent lec 0.15666224\n",
      "359 22 rrent lect 0.15666224\n",
      "359 23 eent lectu 0.15666224\n",
      "359 24 e t lectur 0.15666224\n",
      "359 25  tslecture 0.15666224\n",
      "359 26 tslecture  0.15666224\n",
      "359 27 ulecture i 0.15666224\n",
      "359 28 aecture is 0.15666224\n",
      "359 29 eature is  0.15666224\n",
      "359 30  ture is a 0.15666224\n",
      "359 31 ture is a  0.15666224\n",
      "359 32 ude is a M 0.15666224\n",
      "359 33 rr is a Ma 0.15666224\n",
      "359 34 e is a Mat 0.15666224\n",
      "359 35  is a Matc 0.15666224\n",
      "359 36 as a Match 0.15666224\n",
      "359 37 s a Match  0.15666224\n",
      "359 38 ta Match U 0.15666224\n",
      "359 39 arMatch Up 0.15666224\n",
      "359 40 tMatch Up  0.15666224\n",
      "359 41 aatch Up T 0.15666224\n",
      "359 42 atch Up Te 0.15666224\n",
      "359 43 tah Up Ten 0.15666224\n",
      "359 44 uh Up Tens 0.15666224\n",
      "359 45 t Up Tenso 0.15666224\n",
      "359 46  Up Tensor 0.15666224\n",
      "359 47 ap TensorF 0.15666224\n",
      "359 48 p TensorFl 0.15666224\n",
      "359 49 lTensorFlo 0.15666224\n",
      "359 50 ahnsorFlow 0.15666224\n",
      "359 51 hnsorFlow. 0.15666224\n",
      "359 52  torFlow.  0.15666224\n",
      "359 53 torFlow. S 0.15666224\n",
      "359 54 trFlow. St 0.15666224\n",
      "359 55 rFlow. Stu 0.15666224\n",
      "359 56 elow. Stud 0.15666224\n",
      "359 57 low. Stude 0.15666224\n",
      "359 58 ew. Studen 0.15666224\n",
      "359 59 r. Student 0.15666224\n",
      "359 60 . Students 0.15666224\n",
      "359 61  Ttudents, 0.15666224\n",
      "359 62 atudents,  0.15666224\n",
      "359 63 tudents, p 0.15666224\n",
      "359 64 udents, pl 0.15666224\n",
      "359 65 rents, ple 0.15666224\n",
      "359 66 ants, plea 0.15666224\n",
      "359 67  ts, pleas 0.15666224\n",
      "359 68 ts, please 0.15666224\n",
      "359 69 u, please  0.15666224\n",
      "359 70 t please s 0.15666224\n",
      "359 71  please st 0.15666224\n",
      "359 72 alease stu 0.15666224\n",
      "359 73 lease stud 0.15666224\n",
      "359 74 ease study 0.15666224\n",
      "359 75  se study  0.15666224\n",
      "359 76 te study h 0.15666224\n",
      "359 77 t study ha 0.15666224\n",
      "359 78  itudy har 0.15666224\n",
      "359 79 atudy hard 0.15666224\n",
      "359 80 tudy hard. 0.15666224\n",
      "360 0 Te are dat 0.15660465\n",
      "360 1 e are data 0.15660465\n",
      "360 2  are datae 0.15660465\n",
      "360 3 T e dataed 0.15660465\n",
      "360 4 te dataedu 0.15660465\n",
      "360 5 e dataedu. 0.15660465\n",
      "360 6  aataedu.  0.15660465\n",
      "360 7 Tataedu. T 0.15660465\n",
      "360 8 etaedu. Th 0.15660465\n",
      "360 9 tcedu. The 0.15660465\n",
      "360 10 uedu. The  0.15660465\n",
      "360 11 tdu. The c 0.15660465\n",
      "360 12  u. The cu 0.15660465\n",
      "360 13 e. The cur 0.15660465\n",
      "360 14 r The curr 0.15660465\n",
      "360 15  She curre 0.15660465\n",
      "360 16 The curren 0.15660465\n",
      "360 17 he current 0.15660465\n",
      "360 18   current  0.15660465\n",
      "360 19  aurrent l 0.15660465\n",
      "360 20 Turrent le 0.15660465\n",
      "360 21 hrrent lec 0.15660465\n",
      "360 22 reent lect 0.15660465\n",
      "360 23 eent lectu 0.15660465\n",
      "360 24 e t lectur 0.15660465\n",
      "360 25  tslecture 0.15660465\n",
      "360 26 tslecture  0.15660465\n",
      "360 27 ulecture i 0.15660465\n",
      "360 28 Tecture is 0.15660465\n",
      "360 29 eature is  0.15660465\n",
      "360 30  ture is a 0.15660465\n",
      "360 31 hure is a  0.15660465\n",
      "360 32 ure is a M 0.15660465\n",
      "360 33 re is a Ma 0.15660465\n",
      "360 34 e ds a Mat 0.15660465\n",
      "360 35  as a Matc 0.15660465\n",
      "360 36 Ts a Match 0.15660465\n",
      "360 37 s a Match  0.15660465\n",
      "360 38 ,a Match U 0.15660465\n",
      "360 39 T Match Up 0.15660465\n",
      "360 40 tMatch Up  0.15660465\n",
      "360 41 Tatch Up T 0.15660465\n",
      "360 42 atch Up Te 0.15660465\n",
      "360 43 tch Up Ten 0.15660465\n",
      "360 44 uh Up Tens 0.15660465\n",
      "360 45 h Up Tenso 0.15660465\n",
      "360 46  Up Tensor 0.15660465\n",
      "360 47 Tp TensorF 0.15660465\n",
      "360 48 p TensorFl 0.15660465\n",
      "360 49 lTensorFlo 0.15660465\n",
      "360 50 ThnsorFlow 0.15660465\n",
      "360 51 hnsorFlow. 0.15660465\n",
      "360 52  torFlow.  0.15660465\n",
      "360 53 torFlow. S 0.15660465\n",
      "360 54 ,rFlow. St 0.15660465\n",
      "360 55 rFlow. Stu 0.15660465\n",
      "360 56 elow. Stud 0.15660465\n",
      "360 57 low. Stude 0.15660465\n",
      "360 58 ew. Studen 0.15660465\n",
      "360 59 r. Student 0.15660465\n",
      "360 60 . Students 0.15660465\n",
      "360 61  Students, 0.15660465\n",
      "360 62 Ttudents,  0.15660465\n",
      "360 63 tudents, p 0.15660465\n",
      "360 64 urents, pl 0.15660465\n",
      "360 65 rents, ple 0.15660465\n",
      "360 66 ents, plea 0.15660465\n",
      "360 67  ts, pleas 0.15660465\n",
      "360 68 ts, please 0.15660465\n",
      "360 69 u, please  0.15660465\n",
      "360 70 , please s 0.15660465\n",
      "360 71  please st 0.15660465\n",
      "360 72 Tlease stu 0.15660465\n",
      "360 73 lease stud 0.15660465\n",
      "360 74 ease study 0.15660465\n",
      "360 75  se study  0.15660465\n",
      "360 76 te study h 0.15660465\n",
      "360 77 , study ha 0.15660465\n",
      "360 78  atudy har 0.15660465\n",
      "360 79 Ttudy hard 0.15660465\n",
      "360 80 ,udy hard. 0.15660465\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "361 0 Te are dat 0.15658478\n",
      "361 1 e are data 0.15658478\n",
      "361 2  sre datae 0.15658478\n",
      "361 3 T e dataed 0.15658478\n",
      "361 4 te dataedu 0.15658478\n",
      "361 5 e dataedu. 0.15658478\n",
      "361 6  sataedu.  0.15658478\n",
      "361 7 Tataedu. T 0.15658478\n",
      "361 8 utaedu. Th 0.15658478\n",
      "361 9 tcedu. The 0.15658478\n",
      "361 10 uedu. The  0.15658478\n",
      "361 11 tdu. The c 0.15658478\n",
      "361 12  u. The cu 0.15658478\n",
      "361 13 u. The cur 0.15658478\n",
      "361 14 r The curr 0.15658478\n",
      "361 15  She curre 0.15658478\n",
      "361 16 The curren 0.15658478\n",
      "361 17 he current 0.15658478\n",
      "361 18 e current  0.15658478\n",
      "361 19  surrent l 0.15658478\n",
      "361 20 Turrent le 0.15658478\n",
      "361 21 hrrent lec 0.15658478\n",
      "361 22 reent lect 0.15658478\n",
      "361 23 eent lectu 0.15658478\n",
      "361 24 e t lectur 0.15658478\n",
      "361 25  t lecture 0.15658478\n",
      "361 26 t lecture  0.15658478\n",
      "361 27 ulecture i 0.15658478\n",
      "361 28 Tecture is 0.15658478\n",
      "361 29 eature is  0.15658478\n",
      "361 30  ture is a 0.15658478\n",
      "361 31 hure is a  0.15658478\n",
      "361 32 ure is a M 0.15658478\n",
      "361 33 re is a Ma 0.15658478\n",
      "361 34 e ds a Mat 0.15658478\n",
      "361 35  ss a Matc 0.15658478\n",
      "361 36 Ts a Match 0.15658478\n",
      "361 37 s a Match  0.15658478\n",
      "361 38 oa Match U 0.15658478\n",
      "361 39 T Match Up 0.15658478\n",
      "361 40 tMatch Up  0.15658478\n",
      "361 41 Tatch Up T 0.15658478\n",
      "361 42 atch Up Te 0.15658478\n",
      "361 43 tch Up Ten 0.15658478\n",
      "361 44 uh Up Tens 0.15658478\n",
      "361 45 h Up Tenso 0.15658478\n",
      "361 46 eUp Tensor 0.15658478\n",
      "361 47 Tp TensorF 0.15658478\n",
      "361 48 p TensorFl 0.15658478\n",
      "361 49  TensorFlo 0.15658478\n",
      "361 50 ThnsorFlow 0.15658478\n",
      "361 51 hnsorFlow. 0.15658478\n",
      "361 52  torFlow.  0.15658478\n",
      "361 53 torFlow. S 0.15658478\n",
      "361 54 orFlow. St 0.15658478\n",
      "361 55 wFlow. Stu 0.15658478\n",
      "361 56 elow. Stud 0.15658478\n",
      "361 57 low. Stude 0.15658478\n",
      "361 58 ew. Studen 0.15658478\n",
      "361 59 w. Student 0.15658478\n",
      "361 60 . Students 0.15658478\n",
      "361 61  Students, 0.15658478\n",
      "361 62 Ttudents,  0.15658478\n",
      "361 63 tudents, p 0.15658478\n",
      "361 64 urents, pl 0.15658478\n",
      "361 65 rents, ple 0.15658478\n",
      "361 66 unts, plea 0.15658478\n",
      "361 67  t , pleas 0.15658478\n",
      "361 68 t , please 0.15658478\n",
      "361 69 u, please  0.15658478\n",
      "361 70 o please s 0.15658478\n",
      "361 71  please st 0.15658478\n",
      "361 72 Tlease stu 0.15658478\n",
      "361 73  ease stud 0.15658478\n",
      "361 74 ease study 0.15658478\n",
      "361 75  se study  0.15658478\n",
      "361 76 te study h 0.15658478\n",
      "361 77 o study ha 0.15658478\n",
      "361 78  study har 0.15658478\n",
      "361 79 Ttudy hard 0.15658478\n",
      "361 80 oudy hard. 0.15658478\n",
      "362 0 ae are dat 0.15662926\n",
      "362 1 e are data 0.15662926\n",
      "362 2  sre datae 0.15662926\n",
      "362 3 are dataed 0.15662926\n",
      "362 4 te dataedu 0.15662926\n",
      "362 5 e dataedu. 0.15662926\n",
      "362 6  sataedu.  0.15662926\n",
      "362 7 aataedu. T 0.15662926\n",
      "362 8 ataedu. Th 0.15662926\n",
      "362 9 taedu. The 0.15662926\n",
      "362 10 uedu. The  0.15662926\n",
      "362 11 tdu. The c 0.15662926\n",
      "362 12  u. The cu 0.15662926\n",
      "362 13 a. The cur 0.15662926\n",
      "362 14 r The curr 0.15662926\n",
      "362 15  The curre 0.15662926\n",
      "362 16 aee curren 0.15662926\n",
      "362 17 he current 0.15662926\n",
      "362 18   current  0.15662926\n",
      "362 19  surrent l 0.15662926\n",
      "362 20 aurrent le 0.15662926\n",
      "362 21 urrent lec 0.15662926\n",
      "362 22 rrent lect 0.15662926\n",
      "362 23 eent lectu 0.15662926\n",
      "362 24 e t lectur 0.15662926\n",
      "362 25  t lecture 0.15662926\n",
      "362 26 t lecture  0.15662926\n",
      "362 27 ulecture i 0.15662926\n",
      "362 28 aecture is 0.15662926\n",
      "362 29 ecture is  0.15662926\n",
      "362 30  ture is a 0.15662926\n",
      "362 31 uure is a  0.15662926\n",
      "362 32 ude is a M 0.15662926\n",
      "362 33 rr is a Ma 0.15662926\n",
      "362 34 e ds a Mat 0.15662926\n",
      "362 35  ss a Matc 0.15662926\n",
      "362 36 as a Match 0.15662926\n",
      "362 37 s a Match  0.15662926\n",
      "362 38 ea Match U 0.15662926\n",
      "362 39 arMatch Up 0.15662926\n",
      "362 40 tMatch Up  0.15662926\n",
      "362 41 aatch Up T 0.15662926\n",
      "362 42 atch Up Te 0.15662926\n",
      "362 43 tah Up Ten 0.15662926\n",
      "362 44 uh Up Tens 0.15662926\n",
      "362 45 u Up Tenso 0.15662926\n",
      "362 46  Up Tensor 0.15662926\n",
      "362 47 ap TensorF 0.15662926\n",
      "362 48 p TensorFl 0.15662926\n",
      "362 49  TensorFlo 0.15662926\n",
      "362 50 aensorFlow 0.15662926\n",
      "362 51 hnsorFlow. 0.15662926\n",
      "362 52  torFlow.  0.15662926\n",
      "362 53 torFlow. S 0.15662926\n",
      "362 54 erFlow. St 0.15662926\n",
      "362 55 wFlow. Stu 0.15662926\n",
      "362 56 elow. Stud 0.15662926\n",
      "362 57 low. Stude 0.15662926\n",
      "362 58 ew. Studen 0.15662926\n",
      "362 59 w. Student 0.15662926\n",
      "362 60 . Students 0.15662926\n",
      "362 61  Ttudents, 0.15662926\n",
      "362 62 atudents,  0.15662926\n",
      "362 63 tudents, p 0.15662926\n",
      "362 64 udents, pl 0.15662926\n",
      "362 65 rents, ple 0.15662926\n",
      "362 66 ants, plea 0.15662926\n",
      "362 67  t , pleas 0.15662926\n",
      "362 68 t , please 0.15662926\n",
      "362 69 u, please  0.15662926\n",
      "362 70 e please s 0.15662926\n",
      "362 71  please st 0.15662926\n",
      "362 72 alease stu 0.15662926\n",
      "362 73  ease stud 0.15662926\n",
      "362 74 ecse study 0.15662926\n",
      "362 75  se study  0.15662926\n",
      "362 76 te study h 0.15662926\n",
      "362 77 e study ha 0.15662926\n",
      "362 78  study har 0.15662926\n",
      "362 79 atudy hard 0.15662926\n",
      "362 80 eudy hard. 0.15662926\n",
      "363 0 Te are dat 0.15660122\n",
      "363 1 e are data 0.15660122\n",
      "363 2  cre datae 0.15660122\n",
      "363 3 T e dataed 0.15660122\n",
      "363 4 te dataedu 0.15660122\n",
      "363 5 e iataedu. 0.15660122\n",
      "363 6  cataedu.  0.15660122\n",
      "363 7 Tataedu. T 0.15660122\n",
      "363 8 utaedu. Th 0.15660122\n",
      "363 9 taedu. The 0.15660122\n",
      "363 10 uedu. The  0.15660122\n",
      "363 11 tdu. The c 0.15660122\n",
      "363 12  u. The cu 0.15660122\n",
      "363 13 u. The cur 0.15660122\n",
      "363 14 r The curr 0.15660122\n",
      "363 15  She curre 0.15660122\n",
      "363 16 Tee curren 0.15660122\n",
      "363 17 ee current 0.15660122\n",
      "363 18 e current  0.15660122\n",
      "363 19  current l 0.15660122\n",
      "363 20 Turrent le 0.15660122\n",
      "363 21 hrrent lec 0.15660122\n",
      "363 22 reent lect 0.15660122\n",
      "363 23 eent lectu 0.15660122\n",
      "363 24 e t lectur 0.15660122\n",
      "363 25  tslecture 0.15660122\n",
      "363 26 tslecture  0.15660122\n",
      "363 27 ulecture i 0.15660122\n",
      "363 28 Tecture is 0.15660122\n",
      "363 29 ecture is  0.15660122\n",
      "363 30  ture is a 0.15660122\n",
      "363 31 hure is a  0.15660122\n",
      "363 32 ure is a M 0.15660122\n",
      "363 33 re is a Ma 0.15660122\n",
      "363 34 e is a Mat 0.15660122\n",
      "363 35  cs a Matc 0.15660122\n",
      "363 36 Ts a Match 0.15660122\n",
      "363 37 s a Match  0.15660122\n",
      "363 38 ta Match U 0.15660122\n",
      "363 39 T Match Up 0.15660122\n",
      "363 40 tMatch Up  0.15660122\n",
      "363 41 Tatch Up T 0.15660122\n",
      "363 42 atch Up Te 0.15660122\n",
      "363 43 tah Up Ten 0.15660122\n",
      "363 44 uh Up Tens 0.15660122\n",
      "363 45 h Up Tenso 0.15660122\n",
      "363 46 eUp Tensor 0.15660122\n",
      "363 47 Tp TensorF 0.15660122\n",
      "363 48 p TensorFl 0.15660122\n",
      "363 49  TensorFlo 0.15660122\n",
      "363 50 TensorFlow 0.15660122\n",
      "363 51 ensorFlow. 0.15660122\n",
      "363 52  torFlow.  0.15660122\n",
      "363 53 torFlow. S 0.15660122\n",
      "363 54 trFlow. St 0.15660122\n",
      "363 55 wFlow. Stu 0.15660122\n",
      "363 56 elow. Stud 0.15660122\n",
      "363 57 low. Stude 0.15660122\n",
      "363 58 ew. Studen 0.15660122\n",
      "363 59 w. Student 0.15660122\n",
      "363 60 . Students 0.15660122\n",
      "363 61  Students, 0.15660122\n",
      "363 62 Ttudents,  0.15660122\n",
      "363 63 tudents, p 0.15660122\n",
      "363 64 urents, pl 0.15660122\n",
      "363 65 rents, ple 0.15660122\n",
      "363 66 unts, plea 0.15660122\n",
      "363 67  ts, pleas 0.15660122\n",
      "363 68 ts, please 0.15660122\n",
      "363 69 u, please  0.15660122\n",
      "363 70 t please s 0.15660122\n",
      "363 71  please st 0.15660122\n",
      "363 72 Tlease stu 0.15660122\n",
      "363 73  ease stud 0.15660122\n",
      "363 74 ecse study 0.15660122\n",
      "363 75  se study  0.15660122\n",
      "363 76 te study h 0.15660122\n",
      "363 77 t study ha 0.15660122\n",
      "363 78  ctudy har 0.15660122\n",
      "363 79 Ttudy hard 0.15660122\n",
      "363 80 tudy hard. 0.15660122\n",
      "364 0 Te are dat 0.15657032\n",
      "364 1 e are data 0.15657032\n",
      "364 2  dre datae 0.15657032\n",
      "364 3 Tre dataed 0.15657032\n",
      "364 4 te dataedu 0.15657032\n",
      "364 5 e iataedu. 0.15657032\n",
      "364 6  dataedu.  0.15657032\n",
      "364 7 Tataedu. T 0.15657032\n",
      "364 8 ataedu. Th 0.15657032\n",
      "364 9 taedu. The 0.15657032\n",
      "364 10 uedu. The  0.15657032\n",
      "364 11 tdu. The c 0.15657032\n",
      "364 12  u. The cu 0.15657032\n",
      "364 13 a. The cur 0.15657032\n",
      "364 14 r The curr 0.15657032\n",
      "364 15  The curre 0.15657032\n",
      "364 16 The curren 0.15657032\n",
      "364 17 he current 0.15657032\n",
      "364 18 e current  0.15657032\n",
      "364 19  durrent l 0.15657032\n",
      "364 20 Turrent le 0.15657032\n",
      "364 21 hrrent lec 0.15657032\n",
      "364 22 reent lect 0.15657032\n",
      "364 23 eent lectu 0.15657032\n",
      "364 24 e t lectur 0.15657032\n",
      "364 25  tslecture 0.15657032\n",
      "364 26 tslecture  0.15657032\n",
      "364 27 ulecture i 0.15657032\n",
      "364 28 Tecture is 0.15657032\n",
      "364 29 eature is  0.15657032\n",
      "364 30  ture is a 0.15657032\n",
      "364 31 hure is a  0.15657032\n",
      "364 32 ure is a M 0.15657032\n",
      "364 33 re is a Ma 0.15657032\n",
      "364 34 e is a Mat 0.15657032\n",
      "364 35  ds a Matc 0.15657032\n",
      "364 36 Ts a Match 0.15657032\n",
      "364 37 s a Match  0.15657032\n",
      "364 38 ta Match U 0.15657032\n",
      "364 39 TrMatch Up 0.15657032\n",
      "364 40 tMatch Up  0.15657032\n",
      "364 41 Tatch Up T 0.15657032\n",
      "364 42 atch Up Te 0.15657032\n",
      "364 43 tah Up Ten 0.15657032\n",
      "364 44 uh Up Tens 0.15657032\n",
      "364 45 h Up Tenso 0.15657032\n",
      "364 46 eUp Tensor 0.15657032\n",
      "364 47 Tp TensorF 0.15657032\n",
      "364 48 p TensorFl 0.15657032\n",
      "364 49  TensorFlo 0.15657032\n",
      "364 50 ThnsorFlow 0.15657032\n",
      "364 51 hnsorFlow. 0.15657032\n",
      "364 52  torFlow.  0.15657032\n",
      "364 53 torFlow. S 0.15657032\n",
      "364 54 trFlow. St 0.15657032\n",
      "364 55 rFlow. Stu 0.15657032\n",
      "364 56 elow. Stud 0.15657032\n",
      "364 57 low. Stude 0.15657032\n",
      "364 58 ew. Studen 0.15657032\n",
      "364 59 r. Student 0.15657032\n",
      "364 60 . Students 0.15657032\n",
      "364 61  Ttudents, 0.15657032\n",
      "364 62 Ttudents,  0.15657032\n",
      "364 63 tudents, p 0.15657032\n",
      "364 64 urents, pl 0.15657032\n",
      "364 65 rents, ple 0.15657032\n",
      "364 66 ants, plea 0.15657032\n",
      "364 67  ts, pleas 0.15657032\n",
      "364 68 ts, please 0.15657032\n",
      "364 69 u, please  0.15657032\n",
      "364 70 t please s 0.15657032\n",
      "364 71  please st 0.15657032\n",
      "364 72 Tlease stu 0.15657032\n",
      "364 73  ease stud 0.15657032\n",
      "364 74 ease study 0.15657032\n",
      "364 75  se study  0.15657032\n",
      "364 76 te study h 0.15657032\n",
      "364 77 t study ha 0.15657032\n",
      "364 78  dtudy har 0.15657032\n",
      "364 79 Ttudy hard 0.15657032\n",
      "364 80 tudy hard. 0.15657032\n",
      "365 0 ae are dat 0.15660124\n",
      "365 1 e are data 0.15660124\n",
      "365 2  dre datae 0.15660124\n",
      "365 3 are dataed 0.15660124\n",
      "365 4 te dataedu 0.15660124\n",
      "365 5 e iataedu. 0.15660124\n",
      "365 6  dataedu.  0.15660124\n",
      "365 7 aataedu. T 0.15660124\n",
      "365 8 ataedu. Th 0.15660124\n",
      "365 9 tcedu. The 0.15660124\n",
      "365 10 uedu. The  0.15660124\n",
      "365 11 tdu. The c 0.15660124\n",
      "365 12  u. The cu 0.15660124\n",
      "365 13 a. The cur 0.15660124\n",
      "365 14 r The curr 0.15660124\n",
      "365 15  The curre 0.15660124\n",
      "365 16 ahe curren 0.15660124\n",
      "365 17 he current 0.15660124\n",
      "365 18   current  0.15660124\n",
      "365 19  durrent l 0.15660124\n",
      "365 20 aurrent le 0.15660124\n",
      "365 21 urrent lec 0.15660124\n",
      "365 22 rrent lect 0.15660124\n",
      "365 23 eent lectu 0.15660124\n",
      "365 24 e t lectur 0.15660124\n",
      "365 25  t lecture 0.15660124\n",
      "365 26 t lecture  0.15660124\n",
      "365 27 ulecture i 0.15660124\n",
      "365 28 aecture is 0.15660124\n",
      "365 29 eature is  0.15660124\n",
      "365 30  ture is a 0.15660124\n",
      "365 31 uure is a  0.15660124\n",
      "365 32 ude is a M 0.15660124\n",
      "365 33 rr is a Ma 0.15660124\n",
      "365 34 e is a Mat 0.15660124\n",
      "365 35  ds a Matc 0.15660124\n",
      "365 36 as a Match 0.15660124\n",
      "365 37 s a Match  0.15660124\n",
      "365 38 ,a Match U 0.15660124\n",
      "365 39 arMatch Up 0.15660124\n",
      "365 40 tMatch Up  0.15660124\n",
      "365 41 aatch Up T 0.15660124\n",
      "365 42 atch Up Te 0.15660124\n",
      "365 43 tch Up Ten 0.15660124\n",
      "365 44 uh Up Tens 0.15660124\n",
      "365 45 u Up Tenso 0.15660124\n",
      "365 46  Up Tensor 0.15660124\n",
      "365 47 ap TensorF 0.15660124\n",
      "365 48 p TensorFl 0.15660124\n",
      "365 49 lTensorFlo 0.15660124\n",
      "365 50 ahnsorFlow 0.15660124\n",
      "365 51 hnsorFlow. 0.15660124\n",
      "365 52  torFlow.  0.15660124\n",
      "365 53 torFlow. S 0.15660124\n",
      "365 54 ,rFlow. St 0.15660124\n",
      "365 55 rFlow. Stu 0.15660124\n",
      "365 56 elow. Stud 0.15660124\n",
      "365 57 low. Stude 0.15660124\n",
      "365 58 ew. Studen 0.15660124\n",
      "365 59 r. Student 0.15660124\n",
      "365 60 . Students 0.15660124\n",
      "365 61  Ttudents, 0.15660124\n",
      "365 62 atudents,  0.15660124\n",
      "365 63 tudents, p 0.15660124\n",
      "365 64 udents, pl 0.15660124\n",
      "365 65 rents, ple 0.15660124\n",
      "365 66 ants, plea 0.15660124\n",
      "365 67  t , pleas 0.15660124\n",
      "365 68 t , please 0.15660124\n",
      "365 69 u, please  0.15660124\n",
      "365 70 , please s 0.15660124\n",
      "365 71  please st 0.15660124\n",
      "365 72 alease stu 0.15660124\n",
      "365 73 lease stud 0.15660124\n",
      "365 74 ease study 0.15660124\n",
      "365 75  se study  0.15660124\n",
      "365 76 te study h 0.15660124\n",
      "365 77 , study ha 0.15660124\n",
      "365 78  dtudy har 0.15660124\n",
      "365 79 atudy hard 0.15660124\n",
      "365 80 ,udy hard. 0.15660124\n",
      "366 0 Te are dat 0.15659422\n",
      "366 1 e are data 0.15659422\n",
      "366 2  dre datae 0.15659422\n",
      "366 3 T e dataed 0.15659422\n",
      "366 4 te dataedu 0.15659422\n",
      "366 5 e dataedu. 0.15659422\n",
      "366 6  dataedu.  0.15659422\n",
      "366 7 Tataedu. T 0.15659422\n",
      "366 8 etaedu. Th 0.15659422\n",
      "366 9 tcedu. The 0.15659422\n",
      "366 10 uedu. The  0.15659422\n",
      "366 11 tdu. The c 0.15659422\n",
      "366 12  u. The cu 0.15659422\n",
      "366 13 e. The cur 0.15659422\n",
      "366 14 r The curr 0.15659422\n",
      "366 15  She curre 0.15659422\n",
      "366 16 Tee curren 0.15659422\n",
      "366 17 ee current 0.15659422\n",
      "366 18 e current  0.15659422\n",
      "366 19  durrent l 0.15659422\n",
      "366 20 Turrent le 0.15659422\n",
      "366 21 hrrent lec 0.15659422\n",
      "366 22 reent lect 0.15659422\n",
      "366 23 eent lectu 0.15659422\n",
      "366 24 e t lectur 0.15659422\n",
      "366 25  t lecture 0.15659422\n",
      "366 26 t lecture  0.15659422\n",
      "366 27 ulecture i 0.15659422\n",
      "366 28 Tecture is 0.15659422\n",
      "366 29 ecture is  0.15659422\n",
      "366 30  ture is a 0.15659422\n",
      "366 31 hure is a  0.15659422\n",
      "366 32 ure is a M 0.15659422\n",
      "366 33 re is a Ma 0.15659422\n",
      "366 34 e ds a Mat 0.15659422\n",
      "366 35  ds a Matc 0.15659422\n",
      "366 36 Ts a Match 0.15659422\n",
      "366 37 s a Match  0.15659422\n",
      "366 38 ,a Match U 0.15659422\n",
      "366 39 T Match Up 0.15659422\n",
      "366 40 tMatch Up  0.15659422\n",
      "366 41 Tatch Up T 0.15659422\n",
      "366 42 atch Up Te 0.15659422\n",
      "366 43 tch Up Ten 0.15659422\n",
      "366 44 uh Up Tens 0.15659422\n",
      "366 45 h Up Tenso 0.15659422\n",
      "366 46 eUp Tensor 0.15659422\n",
      "366 47 Tp TensorF 0.15659422\n",
      "366 48 p TensorFl 0.15659422\n",
      "366 49 lTensorFlo 0.15659422\n",
      "366 50 TensorFlow 0.15659422\n",
      "366 51 ensorFlow. 0.15659422\n",
      "366 52  torFlow.  0.15659422\n",
      "366 53 torFlow. S 0.15659422\n",
      "366 54 ,rFlow. St 0.15659422\n",
      "366 55 wFlow. Stu 0.15659422\n",
      "366 56 elow. Stud 0.15659422\n",
      "366 57 low. Stude 0.15659422\n",
      "366 58 ew. Studen 0.15659422\n",
      "366 59 w. Student 0.15659422\n",
      "366 60 . Students 0.15659422\n",
      "366 61  Students, 0.15659422\n",
      "366 62 Ttudents,  0.15659422\n",
      "366 63 tudents, p 0.15659422\n",
      "366 64 urents, pl 0.15659422\n",
      "366 65 rents, ple 0.15659422\n",
      "366 66 ents, plea 0.15659422\n",
      "366 67  t , pleas 0.15659422\n",
      "366 68 t , please 0.15659422\n",
      "366 69 u, please  0.15659422\n",
      "366 70 , please s 0.15659422\n",
      "366 71  please st 0.15659422\n",
      "366 72 Tlease stu 0.15659422\n",
      "366 73 lease stud 0.15659422\n",
      "366 74 ecse study 0.15659422\n",
      "366 75  se study  0.15659422\n",
      "366 76 te study h 0.15659422\n",
      "366 77 , study ha 0.15659422\n",
      "366 78  dtudy har 0.15659422\n",
      "366 79 Ttudy hard 0.15659422\n",
      "366 80 ,udy hard. 0.15659422\n",
      "367 0 Te are dat 0.1565665\n",
      "367 1 e are data 0.1565665\n",
      "367 2  sre datae 0.1565665\n",
      "367 3 Tre dataed 0.1565665\n",
      "367 4 te dataedu 0.1565665\n",
      "367 5 e iataedu. 0.1565665\n",
      "367 6  sataedu.  0.1565665\n",
      "367 7 Tataedu. T 0.1565665\n",
      "367 8 ataedu. Th 0.1565665\n",
      "367 9 taedu. The 0.1565665\n",
      "367 10 uedu. The  0.1565665\n",
      "367 11 tdu. The c 0.1565665\n",
      "367 12  u. The cu 0.1565665\n",
      "367 13 a. The cur 0.1565665\n",
      "367 14 r The curr 0.1565665\n",
      "367 15  The curre 0.1565665\n",
      "367 16 The curren 0.1565665\n",
      "367 17 ee current 0.1565665\n",
      "367 18 e current  0.1565665\n",
      "367 19  surrent l 0.1565665\n",
      "367 20 Turrent le 0.1565665\n",
      "367 21 hrrent lec 0.1565665\n",
      "367 22 rrent lect 0.1565665\n",
      "367 23 eent lectu 0.1565665\n",
      "367 24 e t lectur 0.1565665\n",
      "367 25  tslecture 0.1565665\n",
      "367 26 tslecture  0.1565665\n",
      "367 27 ulecture i 0.1565665\n",
      "367 28 Tecture is 0.1565665\n",
      "367 29 ecture is  0.1565665\n",
      "367 30  ture is a 0.1565665\n",
      "367 31 hure is a  0.1565665\n",
      "367 32 ure is a M 0.1565665\n",
      "367 33 rr is a Ma 0.1565665\n",
      "367 34 e is a Mat 0.1565665\n",
      "367 35  ss a Matc 0.1565665\n",
      "367 36 Ts a Match 0.1565665\n",
      "367 37 s a Match  0.1565665\n",
      "367 38 ta Match U 0.1565665\n",
      "367 39 TrMatch Up 0.1565665\n",
      "367 40 tMatch Up  0.1565665\n",
      "367 41 Tatch Up T 0.1565665\n",
      "367 42 atch Up Te 0.1565665\n",
      "367 43 tah Up Ten 0.1565665\n",
      "367 44 uh Up Tens 0.1565665\n",
      "367 45 h Up Tenso 0.1565665\n",
      "367 46 eUp Tensor 0.1565665\n",
      "367 47 Tp TensorF 0.1565665\n",
      "367 48 p TensorFl 0.1565665\n",
      "367 49 lTensorFlo 0.1565665\n",
      "367 50 ThnsorFlow 0.1565665\n",
      "367 51 ensorFlow. 0.1565665\n",
      "367 52  torFlow.  0.1565665\n",
      "367 53 torFlow. S 0.1565665\n",
      "367 54 trFlow. St 0.1565665\n",
      "367 55 wFlow. Stu 0.1565665\n",
      "367 56 elow. Stud 0.1565665\n",
      "367 57 low. Stude 0.1565665\n",
      "367 58 ew. Studen 0.1565665\n",
      "367 59 w. Student 0.1565665\n",
      "367 60 . Students 0.1565665\n",
      "367 61  Ttudents, 0.1565665\n",
      "367 62 Ttudents,  0.1565665\n",
      "367 63 tudents, p 0.1565665\n",
      "367 64 urents, pl 0.1565665\n",
      "367 65 rents, ple 0.1565665\n",
      "367 66 ants, plea 0.1565665\n",
      "367 67  ts, pleas 0.1565665\n",
      "367 68 ts, please 0.1565665\n",
      "367 69 u, please  0.1565665\n",
      "367 70 t please s 0.1565665\n",
      "367 71  please st 0.1565665\n",
      "367 72 Tlease stu 0.1565665\n",
      "367 73 lease stud 0.1565665\n",
      "367 74 ecse study 0.1565665\n",
      "367 75  se study  0.1565665\n",
      "367 76 te study h 0.1565665\n",
      "367 77 t study ha 0.1565665\n",
      "367 78  study har 0.1565665\n",
      "367 79 Ttudy hard 0.1565665\n",
      "367 80 tudy hard. 0.1565665\n",
      "368 0 ae are dat 0.15657702\n",
      "368 1 e are data 0.15657702\n",
      "368 2  sre datae 0.15657702\n",
      "368 3 are dataed 0.15657702\n",
      "368 4 te dataedu 0.15657702\n",
      "368 5 e iataedu. 0.15657702\n",
      "368 6  sataedu.  0.15657702\n",
      "368 7 aataedu. T 0.15657702\n",
      "368 8 ataedu. Th 0.15657702\n",
      "368 9 taedu. The 0.15657702\n",
      "368 10 uedu. The  0.15657702\n",
      "368 11 tdu. The c 0.15657702\n",
      "368 12  u. The cu 0.15657702\n",
      "368 13 a. The cur 0.15657702\n",
      "368 14 r The curr 0.15657702\n",
      "368 15  The curre 0.15657702\n",
      "368 16 ahe curren 0.15657702\n",
      "368 17 he current 0.15657702\n",
      "368 18   current  0.15657702\n",
      "368 19  surrent l 0.15657702\n",
      "368 20 aurrent le 0.15657702\n",
      "368 21 urrent lec 0.15657702\n",
      "368 22 rrent lect 0.15657702\n",
      "368 23 eent lectu 0.15657702\n",
      "368 24 e t lectur 0.15657702\n",
      "368 25  tslecture 0.15657702\n",
      "368 26 tslecture  0.15657702\n",
      "368 27 ulecture i 0.15657702\n",
      "368 28 aecture is 0.15657702\n",
      "368 29 eature is  0.15657702\n",
      "368 30  ture is a 0.15657702\n",
      "368 31 uure is a  0.15657702\n",
      "368 32 ude is a M 0.15657702\n",
      "368 33 rr is a Ma 0.15657702\n",
      "368 34 e is a Mat 0.15657702\n",
      "368 35  ss a Matc 0.15657702\n",
      "368 36 as a Match 0.15657702\n",
      "368 37 s a Match  0.15657702\n",
      "368 38 ta Match U 0.15657702\n",
      "368 39 arMatch Up 0.15657702\n",
      "368 40 tMatch Up  0.15657702\n",
      "368 41 aatch Up T 0.15657702\n",
      "368 42 atch Up Te 0.15657702\n",
      "368 43 tah Up Ten 0.15657702\n",
      "368 44 uh Up Tens 0.15657702\n",
      "368 45 u Up Tenso 0.15657702\n",
      "368 46  Up Tensor 0.15657702\n",
      "368 47 ap TensorF 0.15657702\n",
      "368 48 p TensorFl 0.15657702\n",
      "368 49  TensorFlo 0.15657702\n",
      "368 50 ahnsorFlow 0.15657702\n",
      "368 51 hnsorFlow. 0.15657702\n",
      "368 52  torFlow.  0.15657702\n",
      "368 53 torFlow. S 0.15657702\n",
      "368 54 trFlow. St 0.15657702\n",
      "368 55 wFlow. Stu 0.15657702\n",
      "368 56 elow. Stud 0.15657702\n",
      "368 57 low. Stude 0.15657702\n",
      "368 58 ew. Studen 0.15657702\n",
      "368 59 w. Student 0.15657702\n",
      "368 60 . Students 0.15657702\n",
      "368 61  Ttudents, 0.15657702\n",
      "368 62 atudents,  0.15657702\n",
      "368 63 tudents, p 0.15657702\n",
      "368 64 udents, pl 0.15657702\n",
      "368 65 rents, ple 0.15657702\n",
      "368 66 ants, plea 0.15657702\n",
      "368 67  ts, pleas 0.15657702\n",
      "368 68 ts, please 0.15657702\n",
      "368 69 u, please  0.15657702\n",
      "368 70 t please s 0.15657702\n",
      "368 71  please st 0.15657702\n",
      "368 72 alease stu 0.15657702\n",
      "368 73  ease stud 0.15657702\n",
      "368 74 ease study 0.15657702\n",
      "368 75  se study  0.15657702\n",
      "368 76 te study h 0.15657702\n",
      "368 77 t study ha 0.15657702\n",
      "368 78  study har 0.15657702\n",
      "368 79 atudy hard 0.15657702\n",
      "368 80 tudy hard. 0.15657702\n",
      "369 0 Te are dat 0.15658616\n",
      "369 1 e are data 0.15658616\n",
      "369 2  dre datae 0.15658616\n",
      "369 3 T e dataed 0.15658616\n",
      "369 4 te dataedu 0.15658616\n",
      "369 5 e dataedu. 0.15658616\n",
      "369 6  dataedu.  0.15658616\n",
      "369 7 Tataedu. T 0.15658616\n",
      "369 8 etaedu. Th 0.15658616\n",
      "369 9 tcedu. The 0.15658616\n",
      "369 10 uedu. The  0.15658616\n",
      "369 11 tdu. The c 0.15658616\n",
      "369 12  u. The cu 0.15658616\n",
      "369 13 e. The cur 0.15658616\n",
      "369 14 r The curr 0.15658616\n",
      "369 15  She curre 0.15658616\n",
      "369 16 Tee curren 0.15658616\n",
      "369 17 ee current 0.15658616\n",
      "369 18 e current  0.15658616\n",
      "369 19  durrent l 0.15658616\n",
      "369 20 Turrent le 0.15658616\n",
      "369 21 hrrent lec 0.15658616\n",
      "369 22 reent lect 0.15658616\n",
      "369 23 eent lectu 0.15658616\n",
      "369 24 e t lectur 0.15658616\n",
      "369 25  t lecture 0.15658616\n",
      "369 26 t lecture  0.15658616\n",
      "369 27 ulecture i 0.15658616\n",
      "369 28 Tecture is 0.15658616\n",
      "369 29 ecture is  0.15658616\n",
      "369 30  ture is a 0.15658616\n",
      "369 31 hure is a  0.15658616\n",
      "369 32 ure is a M 0.15658616\n",
      "369 33 re is a Ma 0.15658616\n",
      "369 34 e ds a Mat 0.15658616\n",
      "369 35  ds a Matc 0.15658616\n",
      "369 36 Ts a Match 0.15658616\n",
      "369 37 s a Match  0.15658616\n",
      "369 38 oa Match U 0.15658616\n",
      "369 39 T Match Up 0.15658616\n",
      "369 40 tMatch Up  0.15658616\n",
      "369 41 Tatch Up T 0.15658616\n",
      "369 42 atch Up Te 0.15658616\n",
      "369 43 tch Up Ten 0.15658616\n",
      "369 44 uh Up Tens 0.15658616\n",
      "369 45 h Up Tenso 0.15658616\n",
      "369 46 eUp Tensor 0.15658616\n",
      "369 47 Tp TensorF 0.15658616\n",
      "369 48 p TensorFl 0.15658616\n",
      "369 49  TensorFlo 0.15658616\n",
      "369 50 TensorFlow 0.15658616\n",
      "369 51 ensorFlow. 0.15658616\n",
      "369 52  torFlow.  0.15658616\n",
      "369 53 torFlow. S 0.15658616\n",
      "369 54 orFlow. St 0.15658616\n",
      "369 55 wFlow. Stu 0.15658616\n",
      "369 56 elow. Stud 0.15658616\n",
      "369 57 low. Stude 0.15658616\n",
      "369 58 ew. Studen 0.15658616\n",
      "369 59 w. Student 0.15658616\n",
      "369 60 . Students 0.15658616\n",
      "369 61  Students, 0.15658616\n",
      "369 62 Ttudents,  0.15658616\n",
      "369 63 tudents, p 0.15658616\n",
      "369 64 urents, pl 0.15658616\n",
      "369 65 rents, ple 0.15658616\n",
      "369 66 ents, plea 0.15658616\n",
      "369 67  t , pleas 0.15658616\n",
      "369 68 t , please 0.15658616\n",
      "369 69 u, please  0.15658616\n",
      "369 70 o please s 0.15658616\n",
      "369 71  please st 0.15658616\n",
      "369 72 Tlease stu 0.15658616\n",
      "369 73  ease stud 0.15658616\n",
      "369 74 ecse study 0.15658616\n",
      "369 75  se study  0.15658616\n",
      "369 76 te study h 0.15658616\n",
      "369 77 o study ha 0.15658616\n",
      "369 78  dtudy har 0.15658616\n",
      "369 79 Ttudy hard 0.15658616\n",
      "369 80 oudy hard. 0.15658616\n",
      "370 0 ae are dat 0.15656295\n",
      "370 1 e are data 0.15656295\n",
      "370 2  dre datae 0.15656295\n",
      "370 3 are dataed 0.15656295\n",
      "370 4 te dataedu 0.15656295\n",
      "370 5 e iataedu. 0.15656295\n",
      "370 6  dataedu.  0.15656295\n",
      "370 7 aataedu. T 0.15656295\n",
      "370 8 utaedu. Th 0.15656295\n",
      "370 9 tcedu. The 0.15656295\n",
      "370 10 uedu. The  0.15656295\n",
      "370 11 tdu. The c 0.15656295\n",
      "370 12  u. The cu 0.15656295\n",
      "370 13 u. The cur 0.15656295\n",
      "370 14 r The curr 0.15656295\n",
      "370 15  The curre 0.15656295\n",
      "370 16 ahe curren 0.15656295\n",
      "370 17 he current 0.15656295\n",
      "370 18 e current  0.15656295\n",
      "370 19  durrent l 0.15656295\n",
      "370 20 aurrent le 0.15656295\n",
      "370 21 trrent lec 0.15656295\n",
      "370 22 rrent lect 0.15656295\n",
      "370 23 eent lectu 0.15656295\n",
      "370 24 e t lectur 0.15656295\n",
      "370 25  t lecture 0.15656295\n",
      "370 26 t lecture  0.15656295\n",
      "370 27 ulecture i 0.15656295\n",
      "370 28 aecture is 0.15656295\n",
      "370 29 ecture is  0.15656295\n",
      "370 30  ture is a 0.15656295\n",
      "370 31 ture is a  0.15656295\n",
      "370 32 ude is a M 0.15656295\n",
      "370 33 rr is a Ma 0.15656295\n",
      "370 34 e is a Mat 0.15656295\n",
      "370 35  ds a Matc 0.15656295\n",
      "370 36 as a Match 0.15656295\n",
      "370 37 s a Match  0.15656295\n",
      "370 38 oa Match U 0.15656295\n",
      "370 39 arMatch Up 0.15656295\n",
      "370 40 tMatch Up  0.15656295\n",
      "370 41 aatch Up T 0.15656295\n",
      "370 42 atch Up Te 0.15656295\n",
      "370 43 tch Up Ten 0.15656295\n",
      "370 44 uh Up Tens 0.15656295\n",
      "370 45 t Up Tenso 0.15656295\n",
      "370 46 eUp Tensor 0.15656295\n",
      "370 47 ap TensorF 0.15656295\n",
      "370 48 p TensorFl 0.15656295\n",
      "370 49  TensorFlo 0.15656295\n",
      "370 50 ahnsorFlow 0.15656295\n",
      "370 51 hnsorFlow. 0.15656295\n",
      "370 52  torFlow.  0.15656295\n",
      "370 53 torFlow. S 0.15656295\n",
      "370 54 orFlow. St 0.15656295\n",
      "370 55 rFlow. Stu 0.15656295\n",
      "370 56 elow. Stud 0.15656295\n",
      "370 57 low. Stude 0.15656295\n",
      "370 58 ew. Studen 0.15656295\n",
      "370 59 r. Student 0.15656295\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "370 60 . Students 0.15656295\n",
      "370 61  Ttudents, 0.15656295\n",
      "370 62 atudents,  0.15656295\n",
      "370 63 tudents, p 0.15656295\n",
      "370 64 udents, pl 0.15656295\n",
      "370 65 rents, ple 0.15656295\n",
      "370 66 unts, plea 0.15656295\n",
      "370 67  t , pleas 0.15656295\n",
      "370 68 t , please 0.15656295\n",
      "370 69 u, please  0.15656295\n",
      "370 70 o please s 0.15656295\n",
      "370 71  please st 0.15656295\n",
      "370 72 alease stu 0.15656295\n",
      "370 73  ease stud 0.15656295\n",
      "370 74 ecse study 0.15656295\n",
      "370 75  se study  0.15656295\n",
      "370 76 te study h 0.15656295\n",
      "370 77 o study ha 0.15656295\n",
      "370 78  dtudy har 0.15656295\n",
      "370 79 atudy hard 0.15656295\n",
      "370 80 oudy hard. 0.15656295\n",
      "371 0 ae are dat 0.156563\n",
      "371 1 e are data 0.156563\n",
      "371 2  are datae 0.156563\n",
      "371 3 are dataed 0.156563\n",
      "371 4 te dataedu 0.156563\n",
      "371 5 e iataedu. 0.156563\n",
      "371 6  aataedu.  0.156563\n",
      "371 7 aataedu. T 0.156563\n",
      "371 8 ataedu. Th 0.156563\n",
      "371 9 taedu. The 0.156563\n",
      "371 10 uedu. The  0.156563\n",
      "371 11 tdu. The c 0.156563\n",
      "371 12  u. The cu 0.156563\n",
      "371 13 a. The cur 0.156563\n",
      "371 14 r The curr 0.156563\n",
      "371 15  The curre 0.156563\n",
      "371 16 aee curren 0.156563\n",
      "371 17 ee current 0.156563\n",
      "371 18   current  0.156563\n",
      "371 19  aurrent l 0.156563\n",
      "371 20 aurrent le 0.156563\n",
      "371 21 trrent lec 0.156563\n",
      "371 22 rrent lect 0.156563\n",
      "371 23 eent lectu 0.156563\n",
      "371 24 e t lectur 0.156563\n",
      "371 25  tslecture 0.156563\n",
      "371 26 tslecture  0.156563\n",
      "371 27 ulecture i 0.156563\n",
      "371 28 aecture is 0.156563\n",
      "371 29 eature is  0.156563\n",
      "371 30  ture is a 0.156563\n",
      "371 31 ture is a  0.156563\n",
      "371 32 ude is a M 0.156563\n",
      "371 33 rr is a Ma 0.156563\n",
      "371 34 e is a Mat 0.156563\n",
      "371 35  as a Matc 0.156563\n",
      "371 36 as a Match 0.156563\n",
      "371 37 s a Match  0.156563\n",
      "371 38 ,a Match U 0.156563\n",
      "371 39 arMatch Up 0.156563\n",
      "371 40 tMatch Up  0.156563\n",
      "371 41 aatch Up T 0.156563\n",
      "371 42 atch Up Te 0.156563\n",
      "371 43 tah Up Ten 0.156563\n",
      "371 44 uh Up Tens 0.156563\n",
      "371 45 t Up Tenso 0.156563\n",
      "371 46  Up Tensor 0.156563\n",
      "371 47 ap TensorF 0.156563\n",
      "371 48 p TensorFl 0.156563\n",
      "371 49 lTensorFlo 0.156563\n",
      "371 50 aensorFlow 0.156563\n",
      "371 51 ensorFlow. 0.156563\n",
      "371 52  torFlow.  0.156563\n",
      "371 53 torFlow. S 0.156563\n",
      "371 54 ,rFlow. St 0.156563\n",
      "371 55 rFlow. Stu 0.156563\n",
      "371 56 elow. Stud 0.156563\n",
      "371 57 low. Stude 0.156563\n",
      "371 58 ew. Studen 0.156563\n",
      "371 59 r. Student 0.156563\n",
      "371 60 . Students 0.156563\n",
      "371 61  Ttudents, 0.156563\n",
      "371 62 atudents,  0.156563\n",
      "371 63 tudents, p 0.156563\n",
      "371 64 udents, pl 0.156563\n",
      "371 65 rents, ple 0.156563\n",
      "371 66 ants, plea 0.156563\n",
      "371 67  ts, pleas 0.156563\n",
      "371 68 ts, please 0.156563\n",
      "371 69 u, please  0.156563\n",
      "371 70 , please s 0.156563\n",
      "371 71  please st 0.156563\n",
      "371 72 alease stu 0.156563\n",
      "371 73 lease stud 0.156563\n",
      "371 74 ease study 0.156563\n",
      "371 75  se study  0.156563\n",
      "371 76 te study h 0.156563\n",
      "371 77 , study ha 0.156563\n",
      "371 78  atudy har 0.156563\n",
      "371 79 atudy hard 0.156563\n",
      "371 80 ,udy hard. 0.156563\n",
      "372 0 Te are dat 0.156573\n",
      "372 1 e are data 0.156573\n",
      "372 2  are datae 0.156573\n",
      "372 3 T e dataed 0.156573\n",
      "372 4 te dataedu 0.156573\n",
      "372 5 e dataedu. 0.156573\n",
      "372 6  aataedu.  0.156573\n",
      "372 7 Tataedu. T 0.156573\n",
      "372 8 etaedu. Th 0.156573\n",
      "372 9 taedu. The 0.156573\n",
      "372 10 uedu. The  0.156573\n",
      "372 11 tdu. The c 0.156573\n",
      "372 12  u. The cu 0.156573\n",
      "372 13 e. The cur 0.156573\n",
      "372 14 r The curr 0.156573\n",
      "372 15  She curre 0.156573\n",
      "372 16 Tee curren 0.156573\n",
      "372 17 ee current 0.156573\n",
      "372 18 e current  0.156573\n",
      "372 19  aurrent l 0.156573\n",
      "372 20 Turrent le 0.156573\n",
      "372 21 hrrent lec 0.156573\n",
      "372 22 reent lect 0.156573\n",
      "372 23 eent lectu 0.156573\n",
      "372 24 e t lectur 0.156573\n",
      "372 25  tslecture 0.156573\n",
      "372 26 tslecture  0.156573\n",
      "372 27 ulecture i 0.156573\n",
      "372 28 Tecture is 0.156573\n",
      "372 29 eature is  0.156573\n",
      "372 30  ture is a 0.156573\n",
      "372 31 hure is a  0.156573\n",
      "372 32 ure is a M 0.156573\n",
      "372 33 re is a Ma 0.156573\n",
      "372 34 e ds a Mat 0.156573\n",
      "372 35  as a Matc 0.156573\n",
      "372 36 Ts a Match 0.156573\n",
      "372 37 s a Match  0.156573\n",
      "372 38 ta Match U 0.156573\n",
      "372 39 T Match Up 0.156573\n",
      "372 40 tMatch Up  0.156573\n",
      "372 41 Tatch Up T 0.156573\n",
      "372 42 atch Up Te 0.156573\n",
      "372 43 tah Up Ten 0.156573\n",
      "372 44 uh Up Tens 0.156573\n",
      "372 45 h Up Tenso 0.156573\n",
      "372 46 eUp Tensor 0.156573\n",
      "372 47 Tp TensorF 0.156573\n",
      "372 48 p TensorFl 0.156573\n",
      "372 49 lTensorFlo 0.156573\n",
      "372 50 TensorFlow 0.156573\n",
      "372 51 ensorFlow. 0.156573\n",
      "372 52  torFlow.  0.156573\n",
      "372 53 torFlow. S 0.156573\n",
      "372 54 trFlow. St 0.156573\n",
      "372 55 wFlow. Stu 0.156573\n",
      "372 56 elow. Stud 0.156573\n",
      "372 57 low. Stude 0.156573\n",
      "372 58 ew. Studen 0.156573\n",
      "372 59 w. Student 0.156573\n",
      "372 60 . Students 0.156573\n",
      "372 61  Students, 0.156573\n",
      "372 62 Ttudents,  0.156573\n",
      "372 63 tudents, p 0.156573\n",
      "372 64 urents, pl 0.156573\n",
      "372 65 rents, ple 0.156573\n",
      "372 66 ents, plea 0.156573\n",
      "372 67  ts, pleas 0.156573\n",
      "372 68 ts, please 0.156573\n",
      "372 69 u, please  0.156573\n",
      "372 70 t please s 0.156573\n",
      "372 71  please st 0.156573\n",
      "372 72 Tlease stu 0.156573\n",
      "372 73 lease stud 0.156573\n",
      "372 74 ease study 0.156573\n",
      "372 75  se study  0.156573\n",
      "372 76 te study h 0.156573\n",
      "372 77 t study ha 0.156573\n",
      "372 78  atudy har 0.156573\n",
      "372 79 Ttudy hard 0.156573\n",
      "372 80 tudy hard. 0.156573\n",
      "373 0 ae are dat 0.15656227\n",
      "373 1 e are data 0.15656227\n",
      "373 2  sre datae 0.15656227\n",
      "373 3 are dataed 0.15656227\n",
      "373 4 te dataedu 0.15656227\n",
      "373 5 e dataedu. 0.15656227\n",
      "373 6  sataedu.  0.15656227\n",
      "373 7 aataedu. T 0.15656227\n",
      "373 8 utaedu. Th 0.15656227\n",
      "373 9 tcedu. The 0.15656227\n",
      "373 10 uedu. The  0.15656227\n",
      "373 11 tdu. The c 0.15656227\n",
      "373 12  u. The cu 0.15656227\n",
      "373 13 u. The cur 0.15656227\n",
      "373 14 r The curr 0.15656227\n",
      "373 15  The curre 0.15656227\n",
      "373 16 ahe curren 0.15656227\n",
      "373 17 he current 0.15656227\n",
      "373 18   current  0.15656227\n",
      "373 19  surrent l 0.15656227\n",
      "373 20 aurrent le 0.15656227\n",
      "373 21 urrent lec 0.15656227\n",
      "373 22 rrent lect 0.15656227\n",
      "373 23 eent lectu 0.15656227\n",
      "373 24 e t lectur 0.15656227\n",
      "373 25  t lecture 0.15656227\n",
      "373 26 t lecture  0.15656227\n",
      "373 27 ulecture i 0.15656227\n",
      "373 28 aecture is 0.15656227\n",
      "373 29 ecture is  0.15656227\n",
      "373 30  ture is a 0.15656227\n",
      "373 31 uure is a  0.15656227\n",
      "373 32 ude is a M 0.15656227\n",
      "373 33 rr is a Ma 0.15656227\n",
      "373 34 e ds a Mat 0.15656227\n",
      "373 35  ss a Matc 0.15656227\n",
      "373 36 as a Match 0.15656227\n",
      "373 37 s a Match  0.15656227\n",
      "373 38 ta Match U 0.15656227\n",
      "373 39 arMatch Up 0.15656227\n",
      "373 40 tMatch Up  0.15656227\n",
      "373 41 aatch Up T 0.15656227\n",
      "373 42 atch Up Te 0.15656227\n",
      "373 43 tch Up Ten 0.15656227\n",
      "373 44 uh Up Tens 0.15656227\n",
      "373 45 u Up Tenso 0.15656227\n",
      "373 46  Up Tensor 0.15656227\n",
      "373 47 ap TensorF 0.15656227\n",
      "373 48 p TensorFl 0.15656227\n",
      "373 49 lTensorFlo 0.15656227\n",
      "373 50 ahnsorFlow 0.15656227\n",
      "373 51 hnsorFlow. 0.15656227\n",
      "373 52  torFlow.  0.15656227\n",
      "373 53 torFlow. S 0.15656227\n",
      "373 54 trFlow. St 0.15656227\n",
      "373 55 wFlow. Stu 0.15656227\n",
      "373 56 elow. Stud 0.15656227\n",
      "373 57 low. Stude 0.15656227\n",
      "373 58 ew. Studen 0.15656227\n",
      "373 59 w. Student 0.15656227\n",
      "373 60 . Students 0.15656227\n",
      "373 61  Ttudents, 0.15656227\n",
      "373 62 atudents,  0.15656227\n",
      "373 63 tudents, p 0.15656227\n",
      "373 64 udents, pl 0.15656227\n",
      "373 65 rents, ple 0.15656227\n",
      "373 66 unts, plea 0.15656227\n",
      "373 67  t , pleas 0.15656227\n",
      "373 68 t , please 0.15656227\n",
      "373 69 u, please  0.15656227\n",
      "373 70 t please s 0.15656227\n",
      "373 71  please st 0.15656227\n",
      "373 72 alease stu 0.15656227\n",
      "373 73 lease stud 0.15656227\n",
      "373 74 ecse study 0.15656227\n",
      "373 75  se study  0.15656227\n",
      "373 76 te study h 0.15656227\n",
      "373 77 t study ha 0.15656227\n",
      "373 78  study har 0.15656227\n",
      "373 79 atudy hard 0.15656227\n",
      "373 80 tudy hard. 0.15656227\n",
      "374 0 ae are dat 0.15655226\n",
      "374 1 e are data 0.15655226\n",
      "374 2  are datae 0.15655226\n",
      "374 3 are dataed 0.15655226\n",
      "374 4 te dataedu 0.15655226\n",
      "374 5 e dataedu. 0.15655226\n",
      "374 6  aataedu.  0.15655226\n",
      "374 7 aataedu. T 0.15655226\n",
      "374 8 utaedu. Th 0.15655226\n",
      "374 9 tcedu. The 0.15655226\n",
      "374 10 uedu. The  0.15655226\n",
      "374 11 tdu. The c 0.15655226\n",
      "374 12  u. The cu 0.15655226\n",
      "374 13 u. The cur 0.15655226\n",
      "374 14 r The curr 0.15655226\n",
      "374 15  The curre 0.15655226\n",
      "374 16 ahe curren 0.15655226\n",
      "374 17 he current 0.15655226\n",
      "374 18   current  0.15655226\n",
      "374 19  aurrent l 0.15655226\n",
      "374 20 aurrent le 0.15655226\n",
      "374 21 urrent lec 0.15655226\n",
      "374 22 rrent lect 0.15655226\n",
      "374 23 eent lectu 0.15655226\n",
      "374 24 e t lectur 0.15655226\n",
      "374 25  t lecture 0.15655226\n",
      "374 26 tslecture  0.15655226\n",
      "374 27 ulecture i 0.15655226\n",
      "374 28 aecture is 0.15655226\n",
      "374 29 eature is  0.15655226\n",
      "374 30  ture is a 0.15655226\n",
      "374 31 uure is a  0.15655226\n",
      "374 32 ude is a M 0.15655226\n",
      "374 33 rr is a Ma 0.15655226\n",
      "374 34 e ds a Mat 0.15655226\n",
      "374 35  as a Matc 0.15655226\n",
      "374 36 as a Match 0.15655226\n",
      "374 37 s a Match  0.15655226\n",
      "374 38 oa Match U 0.15655226\n",
      "374 39 arMatch Up 0.15655226\n",
      "374 40 tMatch Up  0.15655226\n",
      "374 41 aatch Up T 0.15655226\n",
      "374 42 atch Up Te 0.15655226\n",
      "374 43 tch Up Ten 0.15655226\n",
      "374 44 uh Up Tens 0.15655226\n",
      "374 45 u Up Tenso 0.15655226\n",
      "374 46  Up Tensor 0.15655226\n",
      "374 47 ap TensorF 0.15655226\n",
      "374 48 p TensorFl 0.15655226\n",
      "374 49  TensorFlo 0.15655226\n",
      "374 50 ahnsorFlow 0.15655226\n",
      "374 51 hnsorFlow. 0.15655226\n",
      "374 52  torFlow.  0.15655226\n",
      "374 53 torFlow. S 0.15655226\n",
      "374 54 orFlow. St 0.15655226\n",
      "374 55 wFlow. Stu 0.15655226\n",
      "374 56 elow. Stud 0.15655226\n",
      "374 57 low. Stude 0.15655226\n",
      "374 58 ew. Studen 0.15655226\n",
      "374 59 w. Student 0.15655226\n",
      "374 60 . Students 0.15655226\n",
      "374 61  Ttudents, 0.15655226\n",
      "374 62 atudents,  0.15655226\n",
      "374 63 tudents, p 0.15655226\n",
      "374 64 udents, pl 0.15655226\n",
      "374 65 rents, ple 0.15655226\n",
      "374 66 unts, plea 0.15655226\n",
      "374 67  t , pleas 0.15655226\n",
      "374 68 ts, please 0.15655226\n",
      "374 69 u, please  0.15655226\n",
      "374 70 o please s 0.15655226\n",
      "374 71  please st 0.15655226\n",
      "374 72 alease stu 0.15655226\n",
      "374 73  ease stud 0.15655226\n",
      "374 74 ease study 0.15655226\n",
      "374 75  se study  0.15655226\n",
      "374 76 te study h 0.15655226\n",
      "374 77 o study ha 0.15655226\n",
      "374 78  atudy har 0.15655226\n",
      "374 79 atudy hard 0.15655226\n",
      "374 80 oudy hard. 0.15655226\n",
      "375 0 Te are dat 0.15656275\n",
      "375 1 e are data 0.15656275\n",
      "375 2  dre datae 0.15656275\n",
      "375 3 T e dataed 0.15656275\n",
      "375 4 te dataedu 0.15656275\n",
      "375 5 e dataedu. 0.15656275\n",
      "375 6  dataedu.  0.15656275\n",
      "375 7 Tataedu. T 0.15656275\n",
      "375 8 ataedu. Th 0.15656275\n",
      "375 9 taedu. The 0.15656275\n",
      "375 10 uedu. The  0.15656275\n",
      "375 11 tdu. The c 0.15656275\n",
      "375 12  u. The cu 0.15656275\n",
      "375 13 a. The cur 0.15656275\n",
      "375 14 r The curr 0.15656275\n",
      "375 15  She curre 0.15656275\n",
      "375 16 Tee curren 0.15656275\n",
      "375 17 ee current 0.15656275\n",
      "375 18 e current  0.15656275\n",
      "375 19  durrent l 0.15656275\n",
      "375 20 Turrent le 0.15656275\n",
      "375 21 hrrent lec 0.15656275\n",
      "375 22 reent lect 0.15656275\n",
      "375 23 eent lectu 0.15656275\n",
      "375 24 e t lectur 0.15656275\n",
      "375 25  tslecture 0.15656275\n",
      "375 26 tslecture  0.15656275\n",
      "375 27 ulecture i 0.15656275\n",
      "375 28 Tecture is 0.15656275\n",
      "375 29 eature is  0.15656275\n",
      "375 30  ture is a 0.15656275\n",
      "375 31 hure is a  0.15656275\n",
      "375 32 ure is a M 0.15656275\n",
      "375 33 re is a Ma 0.15656275\n",
      "375 34 e ds a Mat 0.15656275\n",
      "375 35  ds a Matc 0.15656275\n",
      "375 36 Ts a Match 0.15656275\n",
      "375 37 s a Match  0.15656275\n",
      "375 38 oa Match U 0.15656275\n",
      "375 39 T Match Up 0.15656275\n",
      "375 40 tMatch Up  0.15656275\n",
      "375 41 Tatch Up T 0.15656275\n",
      "375 42 atch Up Te 0.15656275\n",
      "375 43 tah Up Ten 0.15656275\n",
      "375 44 uh Up Tens 0.15656275\n",
      "375 45 h Up Tenso 0.15656275\n",
      "375 46 eUp Tensor 0.15656275\n",
      "375 47 Tp TensorF 0.15656275\n",
      "375 48 p TensorFl 0.15656275\n",
      "375 49  TensorFlo 0.15656275\n",
      "375 50 TensorFlow 0.15656275\n",
      "375 51 ensorFlow. 0.15656275\n",
      "375 52  torFlow.  0.15656275\n",
      "375 53 torFlow. S 0.15656275\n",
      "375 54 orFlow. St 0.15656275\n",
      "375 55 wFlow. Stu 0.15656275\n",
      "375 56 elow. Stud 0.15656275\n",
      "375 57 low. Stude 0.15656275\n",
      "375 58 ew. Studen 0.15656275\n",
      "375 59 w. Student 0.15656275\n",
      "375 60 . Students 0.15656275\n",
      "375 61  Students, 0.15656275\n",
      "375 62 Ttudents,  0.15656275\n",
      "375 63 tudents, p 0.15656275\n",
      "375 64 urents, pl 0.15656275\n",
      "375 65 rents, ple 0.15656275\n",
      "375 66 ants, plea 0.15656275\n",
      "375 67  ts, pleas 0.15656275\n",
      "375 68 ts, please 0.15656275\n",
      "375 69 u, please  0.15656275\n",
      "375 70 o please s 0.15656275\n",
      "375 71  please st 0.15656275\n",
      "375 72 Tlease stu 0.15656275\n",
      "375 73  ease stud 0.15656275\n",
      "375 74 ease study 0.15656275\n",
      "375 75  se study  0.15656275\n",
      "375 76 te study h 0.15656275\n",
      "375 77 o study ha 0.15656275\n",
      "375 78  dtudy har 0.15656275\n",
      "375 79 Ttudy hard 0.15656275\n",
      "375 80 oudy hard. 0.15656275\n",
      "376 0 ae are dat 0.15655826\n",
      "376 1 e are data 0.15655826\n",
      "376 2  ire datae 0.15655826\n",
      "376 3 are dataed 0.15655826\n",
      "376 4 te dataedu 0.15655826\n",
      "376 5 e iataedu. 0.15655826\n",
      "376 6  iataedu.  0.15655826\n",
      "376 7 aataedu. T 0.15655826\n",
      "376 8 ataedu. Th 0.15655826\n",
      "376 9 tcedu. The 0.15655826\n",
      "376 10 uedu. The  0.15655826\n",
      "376 11 tdu. The c 0.15655826\n",
      "376 12  u. The cu 0.15655826\n",
      "376 13 a. The cur 0.15655826\n",
      "376 14 r The curr 0.15655826\n",
      "376 15  The curre 0.15655826\n",
      "376 16 ahe curren 0.15655826\n",
      "376 17 ee current 0.15655826\n",
      "376 18   current  0.15655826\n",
      "376 19  iurrent l 0.15655826\n",
      "376 20 aurrent le 0.15655826\n",
      "376 21 urrent lec 0.15655826\n",
      "376 22 rrent lect 0.15655826\n",
      "376 23 eent lectu 0.15655826\n",
      "376 24 e t lectur 0.15655826\n",
      "376 25  t lecture 0.15655826\n",
      "376 26 t lecture  0.15655826\n",
      "376 27 ulecture i 0.15655826\n",
      "376 28 aecture is 0.15655826\n",
      "376 29 ecture is  0.15655826\n",
      "376 30  ture is a 0.15655826\n",
      "376 31 uure is a  0.15655826\n",
      "376 32 ude is a M 0.15655826\n",
      "376 33 rr is a Ma 0.15655826\n",
      "376 34 e is a Mat 0.15655826\n",
      "376 35  is a Matc 0.15655826\n",
      "376 36 as a Match 0.15655826\n",
      "376 37 s a Match  0.15655826\n",
      "376 38  a Match U 0.15655826\n",
      "376 39 arMatch Up 0.15655826\n",
      "376 40 tMatch Up  0.15655826\n",
      "376 41 aatch Up T 0.15655826\n",
      "376 42 atch Up Te 0.15655826\n",
      "376 43 tch Up Ten 0.15655826\n",
      "376 44 uh Up Tens 0.15655826\n",
      "376 45 u Up Tenso 0.15655826\n",
      "376 46  Up Tensor 0.15655826\n",
      "376 47 ap TensorF 0.15655826\n",
      "376 48 p TensorFl 0.15655826\n",
      "376 49  TensorFlo 0.15655826\n",
      "376 50 ahnsorFlow 0.15655826\n",
      "376 51 ensorFlow. 0.15655826\n",
      "376 52  torFlow.  0.15655826\n",
      "376 53 torFlow. S 0.15655826\n",
      "376 54  rFlow. St 0.15655826\n",
      "376 55 rFlow. Stu 0.15655826\n",
      "376 56 elow. Stud 0.15655826\n",
      "376 57 low. Stude 0.15655826\n",
      "376 58 ew. Studen 0.15655826\n",
      "376 59 r. Student 0.15655826\n",
      "376 60 . Students 0.15655826\n",
      "376 61  Ttudents, 0.15655826\n",
      "376 62 atudents,  0.15655826\n",
      "376 63 tudents, p 0.15655826\n",
      "376 64 udents, pl 0.15655826\n",
      "376 65 rents, ple 0.15655826\n",
      "376 66 ants, plea 0.15655826\n",
      "376 67  t , pleas 0.15655826\n",
      "376 68 t , please 0.15655826\n",
      "376 69 u, please  0.15655826\n",
      "376 70   please s 0.15655826\n",
      "376 71  please st 0.15655826\n",
      "376 72 alease stu 0.15655826\n",
      "376 73  ease stud 0.15655826\n",
      "376 74 ecse study 0.15655826\n",
      "376 75  se study  0.15655826\n",
      "376 76 te study h 0.15655826\n",
      "376 77   study ha 0.15655826\n",
      "376 78  itudy har 0.15655826\n",
      "376 79 atudy hard 0.15655826\n",
      "376 80  udy hard. 0.15655826\n",
      "377 0 ae are dat 0.15654764\n",
      "377 1 e are data 0.15654764\n",
      "377 2  dre datae 0.15654764\n",
      "377 3 a e dataed 0.15654764\n",
      "377 4 te dataedu 0.15654764\n",
      "377 5 e dataedu. 0.15654764\n",
      "377 6  dataedu.  0.15654764\n",
      "377 7 aataedu. T 0.15654764\n",
      "377 8 ataedu. Th 0.15654764\n",
      "377 9 taedu. The 0.15654764\n",
      "377 10 uedu. The  0.15654764\n",
      "377 11 tdu. The c 0.15654764\n",
      "377 12  u. The cu 0.15654764\n",
      "377 13 a. The cur 0.15654764\n",
      "377 14 r The curr 0.15654764\n",
      "377 15  The curre 0.15654764\n",
      "377 16 ahe curren 0.15654764\n",
      "377 17 he current 0.15654764\n",
      "377 18 e current  0.15654764\n",
      "377 19  durrent l 0.15654764\n",
      "377 20 aurrent le 0.15654764\n",
      "377 21 hrrent lec 0.15654764\n",
      "377 22 reent lect 0.15654764\n",
      "377 23 eent lectu 0.15654764\n",
      "377 24 e t lectur 0.15654764\n",
      "377 25  t lecture 0.15654764\n",
      "377 26 t lecture  0.15654764\n",
      "377 27 ulecture i 0.15654764\n",
      "377 28 aecture is 0.15654764\n",
      "377 29 ecture is  0.15654764\n",
      "377 30  ture is a 0.15654764\n",
      "377 31 hure is a  0.15654764\n",
      "377 32 ude is a M 0.15654764\n",
      "377 33 re is a Ma 0.15654764\n",
      "377 34 e ds a Mat 0.15654764\n",
      "377 35  ds a Matc 0.15654764\n",
      "377 36 as a Match 0.15654764\n",
      "377 37 s a Match  0.15654764\n",
      "377 38 ta Match U 0.15654764\n",
      "377 39 a Match Up 0.15654764\n",
      "377 40 tMatch Up  0.15654764\n",
      "377 41 aatch Up T 0.15654764\n",
      "377 42 atch Up Te 0.15654764\n",
      "377 43 tah Up Ten 0.15654764\n",
      "377 44 uh Up Tens 0.15654764\n",
      "377 45 h Up Tenso 0.15654764\n",
      "377 46 eUp Tensor 0.15654764\n",
      "377 47 ap TensorF 0.15654764\n",
      "377 48 p TensorFl 0.15654764\n",
      "377 49 lTensorFlo 0.15654764\n",
      "377 50 ahnsorFlow 0.15654764\n",
      "377 51 hnsorFlow. 0.15654764\n",
      "377 52  torFlow.  0.15654764\n",
      "377 53 torFlow. S 0.15654764\n",
      "377 54 trFlow. St 0.15654764\n",
      "377 55 rFlow. Stu 0.15654764\n",
      "377 56 elow. Stud 0.15654764\n",
      "377 57 low. Stude 0.15654764\n",
      "377 58 ew. Studen 0.15654764\n",
      "377 59 r. Student 0.15654764\n",
      "377 60 . Students 0.15654764\n",
      "377 61  Ttudents, 0.15654764\n",
      "377 62 atudents,  0.15654764\n",
      "377 63 tudents, p 0.15654764\n",
      "377 64 udents, pl 0.15654764\n",
      "377 65 rents, ple 0.15654764\n",
      "377 66 ants, plea 0.15654764\n",
      "377 67  t , pleas 0.15654764\n",
      "377 68 t , please 0.15654764\n",
      "377 69 u, please  0.15654764\n",
      "377 70 t please s 0.15654764\n",
      "377 71  please st 0.15654764\n",
      "377 72 alease stu 0.15654764\n",
      "377 73 lease stud 0.15654764\n",
      "377 74 ecse study 0.15654764\n",
      "377 75  se study  0.15654764\n",
      "377 76 te study h 0.15654764\n",
      "377 77 t study ha 0.15654764\n",
      "377 78  dtudy har 0.15654764\n",
      "377 79 atudy hard 0.15654764\n",
      "377 80 tudy hard. 0.15654764\n",
      "378 0 Te are dat 0.15655254\n",
      "378 1 e are data 0.15655254\n",
      "378 2  cre datae 0.15655254\n",
      "378 3 T e dataed 0.15655254\n",
      "378 4 te dataedu 0.15655254\n",
      "378 5 e dataedu. 0.15655254\n",
      "378 6  cataedu.  0.15655254\n",
      "378 7 Tataedu. T 0.15655254\n",
      "378 8 ataedu. Th 0.15655254\n",
      "378 9 taedu. The 0.15655254\n",
      "378 10 uedu. The  0.15655254\n",
      "378 11 tdu. The c 0.15655254\n",
      "378 12  u. The cu 0.15655254\n",
      "378 13 a. The cur 0.15655254\n",
      "378 14 r The curr 0.15655254\n",
      "378 15  She curre 0.15655254\n",
      "378 16 Tee curren 0.15655254\n",
      "378 17 ee current 0.15655254\n",
      "378 18   current  0.15655254\n",
      "378 19  current l 0.15655254\n",
      "378 20 Turrent le 0.15655254\n",
      "378 21 hrrent lec 0.15655254\n",
      "378 22 reent lect 0.15655254\n",
      "378 23 eent lectu 0.15655254\n",
      "378 24 e t lectur 0.15655254\n",
      "378 25  tslecture 0.15655254\n",
      "378 26 tslecture  0.15655254\n",
      "378 27 ulecture i 0.15655254\n",
      "378 28 Tecture is 0.15655254\n",
      "378 29 eature is  0.15655254\n",
      "378 30  ture is a 0.15655254\n",
      "378 31 hure is a  0.15655254\n",
      "378 32 ure is a M 0.15655254\n",
      "378 33 re is a Ma 0.15655254\n",
      "378 34 e ds a Mat 0.15655254\n",
      "378 35  cs a Matc 0.15655254\n",
      "378 36 Ts a Match 0.15655254\n",
      "378 37 s a Match  0.15655254\n",
      "378 38 ,a Match U 0.15655254\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "378 39 T Match Up 0.15655254\n",
      "378 40 tMatch Up  0.15655254\n",
      "378 41 Tatch Up T 0.15655254\n",
      "378 42 atch Up Te 0.15655254\n",
      "378 43 tah Up Ten 0.15655254\n",
      "378 44 uh Up Tens 0.15655254\n",
      "378 45 h Up Tenso 0.15655254\n",
      "378 46  Up Tensor 0.15655254\n",
      "378 47 Tp TensorF 0.15655254\n",
      "378 48 p TensorFl 0.15655254\n",
      "378 49 lTensorFlo 0.15655254\n",
      "378 50 TensorFlow 0.15655254\n",
      "378 51 ensorFlow. 0.15655254\n",
      "378 52  torFlow.  0.15655254\n",
      "378 53 torFlow. S 0.15655254\n",
      "378 54 ,rFlow. St 0.15655254\n",
      "378 55 wFlow. Stu 0.15655254\n",
      "378 56 elow. Stud 0.15655254\n",
      "378 57 low. Stude 0.15655254\n",
      "378 58 ew. Studen 0.15655254\n",
      "378 59 w. Student 0.15655254\n",
      "378 60 . Students 0.15655254\n",
      "378 61  Students, 0.15655254\n",
      "378 62 Ttudents,  0.15655254\n",
      "378 63 tudents, p 0.15655254\n",
      "378 64 urents, pl 0.15655254\n",
      "378 65 rents, ple 0.15655254\n",
      "378 66 ants, plea 0.15655254\n",
      "378 67  ts, pleas 0.15655254\n",
      "378 68 ts, please 0.15655254\n",
      "378 69 u, please  0.15655254\n",
      "378 70 , please s 0.15655254\n",
      "378 71  please st 0.15655254\n",
      "378 72 Tlease stu 0.15655254\n",
      "378 73 lease stud 0.15655254\n",
      "378 74 ease study 0.15655254\n",
      "378 75  se study  0.15655254\n",
      "378 76 te study h 0.15655254\n",
      "378 77 , study ha 0.15655254\n",
      "378 78  ctudy har 0.15655254\n",
      "378 79 Ttudy hard 0.15655254\n",
      "378 80 ,udy hard. 0.15655254\n",
      "379 0 ae are dat 0.15655355\n",
      "379 1 e are data 0.15655355\n",
      "379 2  sre datae 0.15655355\n",
      "379 3 are dataed 0.15655355\n",
      "379 4 te dataedu 0.15655355\n",
      "379 5 e iataedu. 0.15655355\n",
      "379 6  sataedu.  0.15655355\n",
      "379 7 aataedu. T 0.15655355\n",
      "379 8 ataedu. Th 0.15655355\n",
      "379 9 tcedu. The 0.15655355\n",
      "379 10 uedu. The  0.15655355\n",
      "379 11 tdu. The c 0.15655355\n",
      "379 12  u. The cu 0.15655355\n",
      "379 13 a. The cur 0.15655355\n",
      "379 14 r The curr 0.15655355\n",
      "379 15  The curre 0.15655355\n",
      "379 16 ahe curren 0.15655355\n",
      "379 17 he current 0.15655355\n",
      "379 18   current  0.15655355\n",
      "379 19  surrent l 0.15655355\n",
      "379 20 aurrent le 0.15655355\n",
      "379 21 urrent lec 0.15655355\n",
      "379 22 rrent lect 0.15655355\n",
      "379 23 eent lectu 0.15655355\n",
      "379 24 e t lectur 0.15655355\n",
      "379 25  tslecture 0.15655355\n",
      "379 26 tslecture  0.15655355\n",
      "379 27 ulecture i 0.15655355\n",
      "379 28 aecture is 0.15655355\n",
      "379 29 eature is  0.15655355\n",
      "379 30  ture is a 0.15655355\n",
      "379 31 uure is a  0.15655355\n",
      "379 32 ude is a M 0.15655355\n",
      "379 33 rr is a Ma 0.15655355\n",
      "379 34 e is a Mat 0.15655355\n",
      "379 35  ss a Matc 0.15655355\n",
      "379 36 as a Match 0.15655355\n",
      "379 37 s a Match  0.15655355\n",
      "379 38 oa Match U 0.15655355\n",
      "379 39 arMatch Up 0.15655355\n",
      "379 40 tMatch Up  0.15655355\n",
      "379 41 aatch Up T 0.15655355\n",
      "379 42 atch Up Te 0.15655355\n",
      "379 43 tch Up Ten 0.15655355\n",
      "379 44 uh Up Tens 0.15655355\n",
      "379 45 u Up Tenso 0.15655355\n",
      "379 46  Up Tensor 0.15655355\n",
      "379 47 ap TensorF 0.15655355\n",
      "379 48 p TensorFl 0.15655355\n",
      "379 49 lTensorFlo 0.15655355\n",
      "379 50 ahnsorFlow 0.15655355\n",
      "379 51 hnsorFlow. 0.15655355\n",
      "379 52  torFlow.  0.15655355\n",
      "379 53 torFlow. S 0.15655355\n",
      "379 54 orFlow. St 0.15655355\n",
      "379 55 wFlow. Stu 0.15655355\n",
      "379 56 elow. Stud 0.15655355\n",
      "379 57 low. Stude 0.15655355\n",
      "379 58 ew. Studen 0.15655355\n",
      "379 59 w. Student 0.15655355\n",
      "379 60 . Students 0.15655355\n",
      "379 61  Ttudents, 0.15655355\n",
      "379 62 atudents,  0.15655355\n",
      "379 63 tudents, p 0.15655355\n",
      "379 64 udents, pl 0.15655355\n",
      "379 65 rents, ple 0.15655355\n",
      "379 66 ants, plea 0.15655355\n",
      "379 67  ts, pleas 0.15655355\n",
      "379 68 ts, please 0.15655355\n",
      "379 69 u, please  0.15655355\n",
      "379 70 o please s 0.15655355\n",
      "379 71  please st 0.15655355\n",
      "379 72 alease stu 0.15655355\n",
      "379 73 lease stud 0.15655355\n",
      "379 74 ease study 0.15655355\n",
      "379 75  se study  0.15655355\n",
      "379 76 te study h 0.15655355\n",
      "379 77 o study ha 0.15655355\n",
      "379 78  study har 0.15655355\n",
      "379 79 atudy hard 0.15655355\n",
      "379 80 oudy hard. 0.15655355\n",
      "380 0 Te are dat 0.15654461\n",
      "380 1 e are data 0.15654461\n",
      "380 2  ire datae 0.15654461\n",
      "380 3 T e dataed 0.15654461\n",
      "380 4 te dataedu 0.15654461\n",
      "380 5 e iataedu. 0.15654461\n",
      "380 6  iataedu.  0.15654461\n",
      "380 7 Tataedu. T 0.15654461\n",
      "380 8 ataedu. Th 0.15654461\n",
      "380 9 tcedu. The 0.15654461\n",
      "380 10 uedu. The  0.15654461\n",
      "380 11 tdu. The c 0.15654461\n",
      "380 12  u. The cu 0.15654461\n",
      "380 13 a. The cur 0.15654461\n",
      "380 14 r The curr 0.15654461\n",
      "380 15  She curre 0.15654461\n",
      "380 16 Tee curren 0.15654461\n",
      "380 17 ee current 0.15654461\n",
      "380 18 e current  0.15654461\n",
      "380 19  iurrent l 0.15654461\n",
      "380 20 Turrent le 0.15654461\n",
      "380 21 hrrent lec 0.15654461\n",
      "380 22 reent lect 0.15654461\n",
      "380 23 eent lectu 0.15654461\n",
      "380 24 e t lectur 0.15654461\n",
      "380 25  t lecture 0.15654461\n",
      "380 26 t lecture  0.15654461\n",
      "380 27 ulecture i 0.15654461\n",
      "380 28 Tecture is 0.15654461\n",
      "380 29 ecture is  0.15654461\n",
      "380 30  ture is a 0.15654461\n",
      "380 31 hure is a  0.15654461\n",
      "380 32 ude is a M 0.15654461\n",
      "380 33 re is a Ma 0.15654461\n",
      "380 34 e is a Mat 0.15654461\n",
      "380 35  is a Matc 0.15654461\n",
      "380 36 Ts a Match 0.15654461\n",
      "380 37 s a Match  0.15654461\n",
      "380 38 ea Match U 0.15654461\n",
      "380 39 T Match Up 0.15654461\n",
      "380 40 tMatch Up  0.15654461\n",
      "380 41 Tatch Up T 0.15654461\n",
      "380 42 atch Up Te 0.15654461\n",
      "380 43 tch Up Ten 0.15654461\n",
      "380 44 uh Up Tens 0.15654461\n",
      "380 45 h Up Tenso 0.15654461\n",
      "380 46 eUp Tensor 0.15654461\n",
      "380 47 Tp TensorF 0.15654461\n",
      "380 48 p TensorFl 0.15654461\n",
      "380 49  TensorFlo 0.15654461\n",
      "380 50 TensorFlow 0.15654461\n",
      "380 51 ensorFlow. 0.15654461\n",
      "380 52  torFlow.  0.15654461\n",
      "380 53 torFlow. S 0.15654461\n",
      "380 54 erFlow. St 0.15654461\n",
      "380 55 wFlow. Stu 0.15654461\n",
      "380 56 elow. Stud 0.15654461\n",
      "380 57 low. Stude 0.15654461\n",
      "380 58 ew. Studen 0.15654461\n",
      "380 59 w. Student 0.15654461\n",
      "380 60 . Students 0.15654461\n",
      "380 61  Students, 0.15654461\n",
      "380 62 Ttudents,  0.15654461\n",
      "380 63 tudents, p 0.15654461\n",
      "380 64 udents, pl 0.15654461\n",
      "380 65 rents, ple 0.15654461\n",
      "380 66 ants, plea 0.15654461\n",
      "380 67  t , pleas 0.15654461\n",
      "380 68 t , please 0.15654461\n",
      "380 69 u, please  0.15654461\n",
      "380 70 e please s 0.15654461\n",
      "380 71  please st 0.15654461\n",
      "380 72 Tlease stu 0.15654461\n",
      "380 73  ease stud 0.15654461\n",
      "380 74 ecse study 0.15654461\n",
      "380 75  se study  0.15654461\n",
      "380 76 te study h 0.15654461\n",
      "380 77 e study ha 0.15654461\n",
      "380 78  itudy har 0.15654461\n",
      "380 79 Ttudy hard 0.15654461\n",
      "380 80 eudy hard. 0.15654461\n",
      "381 0 Te are dat 0.15654425\n",
      "381 1 e are data 0.15654425\n",
      "381 2  dre datae 0.15654425\n",
      "381 3 T e dataed 0.15654425\n",
      "381 4 te dataedu 0.15654425\n",
      "381 5 e dataedu. 0.15654425\n",
      "381 6  dataedu.  0.15654425\n",
      "381 7 Tataedu. T 0.15654425\n",
      "381 8 utaedu. Th 0.15654425\n",
      "381 9 taedu. The 0.15654425\n",
      "381 10 uedu. The  0.15654425\n",
      "381 11 tdu. The c 0.15654425\n",
      "381 12  u. The cu 0.15654425\n",
      "381 13 u. The cur 0.15654425\n",
      "381 14 r The curr 0.15654425\n",
      "381 15  She curre 0.15654425\n",
      "381 16 Tee curren 0.15654425\n",
      "381 17 ee current 0.15654425\n",
      "381 18   current  0.15654425\n",
      "381 19  durrent l 0.15654425\n",
      "381 20 Turrent le 0.15654425\n",
      "381 21 hrrent lec 0.15654425\n",
      "381 22 reent lect 0.15654425\n",
      "381 23 eent lectu 0.15654425\n",
      "381 24 e t lectur 0.15654425\n",
      "381 25  t lecture 0.15654425\n",
      "381 26 t lecture  0.15654425\n",
      "381 27 ulecture i 0.15654425\n",
      "381 28 Tecture is 0.15654425\n",
      "381 29 eature is  0.15654425\n",
      "381 30  ture is a 0.15654425\n",
      "381 31 hure is a  0.15654425\n",
      "381 32 ure is a M 0.15654425\n",
      "381 33 re is a Ma 0.15654425\n",
      "381 34 e ds a Mat 0.15654425\n",
      "381 35  ds a Matc 0.15654425\n",
      "381 36 Ts a Match 0.15654425\n",
      "381 37 s a Match  0.15654425\n",
      "381 38 ta Match U 0.15654425\n",
      "381 39 T Match Up 0.15654425\n",
      "381 40 tMatch Up  0.15654425\n",
      "381 41 Tatch Up T 0.15654425\n",
      "381 42 atch Up Te 0.15654425\n",
      "381 43 tah Up Ten 0.15654425\n",
      "381 44 uh Up Tens 0.15654425\n",
      "381 45 h Up Tenso 0.15654425\n",
      "381 46  Up Tensor 0.15654425\n",
      "381 47 Tp TensorF 0.15654425\n",
      "381 48 p TensorFl 0.15654425\n",
      "381 49  TensorFlo 0.15654425\n",
      "381 50 TensorFlow 0.15654425\n",
      "381 51 ensorFlow. 0.15654425\n",
      "381 52  torFlow.  0.15654425\n",
      "381 53 torFlow. S 0.15654425\n",
      "381 54 trFlow. St 0.15654425\n",
      "381 55 rFlow. Stu 0.15654425\n",
      "381 56 elow. Stud 0.15654425\n",
      "381 57 low. Stude 0.15654425\n",
      "381 58 ew. Studen 0.15654425\n",
      "381 59 r. Student 0.15654425\n",
      "381 60 . Students 0.15654425\n",
      "381 61  Students, 0.15654425\n",
      "381 62 Ttudents,  0.15654425\n",
      "381 63 tudents, p 0.15654425\n",
      "381 64 urents, pl 0.15654425\n",
      "381 65 rents, ple 0.15654425\n",
      "381 66 unts, plea 0.15654425\n",
      "381 67  t , pleas 0.15654425\n",
      "381 68 t , please 0.15654425\n",
      "381 69 u, please  0.15654425\n",
      "381 70 t please s 0.15654425\n",
      "381 71  please st 0.15654425\n",
      "381 72 Tlease stu 0.15654425\n",
      "381 73  ease stud 0.15654425\n",
      "381 74 ease study 0.15654425\n",
      "381 75  se study  0.15654425\n",
      "381 76 te study h 0.15654425\n",
      "381 77 t study ha 0.15654425\n",
      "381 78  dtudy har 0.15654425\n",
      "381 79 Ttudy hard 0.15654425\n",
      "381 80 tudy hard. 0.15654425\n",
      "382 0 ae are dat 0.15654796\n",
      "382 1 e are data 0.15654796\n",
      "382 2  cre datae 0.15654796\n",
      "382 3 are dataed 0.15654796\n",
      "382 4 te dataedu 0.15654796\n",
      "382 5 e iataedu. 0.15654796\n",
      "382 6  cataedu.  0.15654796\n",
      "382 7 aataedu. T 0.15654796\n",
      "382 8 utaedu. Th 0.15654796\n",
      "382 9 tcedu. The 0.15654796\n",
      "382 10 uedu. The  0.15654796\n",
      "382 11 tdu. The c 0.15654796\n",
      "382 12  u. The cu 0.15654796\n",
      "382 13 u. The cur 0.15654796\n",
      "382 14 r The curr 0.15654796\n",
      "382 15  The curre 0.15654796\n",
      "382 16 ahe curren 0.15654796\n",
      "382 17 he current 0.15654796\n",
      "382 18 e current  0.15654796\n",
      "382 19  current l 0.15654796\n",
      "382 20 aurrent le 0.15654796\n",
      "382 21 urrent lec 0.15654796\n",
      "382 22 rrent lect 0.15654796\n",
      "382 23 eent lectu 0.15654796\n",
      "382 24 e t lectur 0.15654796\n",
      "382 25  tslecture 0.15654796\n",
      "382 26 tslecture  0.15654796\n",
      "382 27 ulecture i 0.15654796\n",
      "382 28 aecture is 0.15654796\n",
      "382 29 eature is  0.15654796\n",
      "382 30  ture is a 0.15654796\n",
      "382 31 uure is a  0.15654796\n",
      "382 32 ude is a M 0.15654796\n",
      "382 33 rr is a Ma 0.15654796\n",
      "382 34 e is a Mat 0.15654796\n",
      "382 35  cs a Matc 0.15654796\n",
      "382 36 as a Match 0.15654796\n",
      "382 37 s a Match  0.15654796\n",
      "382 38 ea Match U 0.15654796\n",
      "382 39 arMatch Up 0.15654796\n",
      "382 40 tMatch Up  0.15654796\n",
      "382 41 aatch Up T 0.15654796\n",
      "382 42 atch Up Te 0.15654796\n",
      "382 43 tch Up Ten 0.15654796\n",
      "382 44 uh Up Tens 0.15654796\n",
      "382 45 u Up Tenso 0.15654796\n",
      "382 46 eUp Tensor 0.15654796\n",
      "382 47 ap TensorF 0.15654796\n",
      "382 48 p TensorFl 0.15654796\n",
      "382 49  TensorFlo 0.15654796\n",
      "382 50 ahnsorFlow 0.15654796\n",
      "382 51 hnsorFlow. 0.15654796\n",
      "382 52  torFlow.  0.15654796\n",
      "382 53 torFlow. S 0.15654796\n",
      "382 54 erFlow. St 0.15654796\n",
      "382 55 rFlow. Stu 0.15654796\n",
      "382 56 elow. Stud 0.15654796\n",
      "382 57 low. Stude 0.15654796\n",
      "382 58 ew. Studen 0.15654796\n",
      "382 59 r. Student 0.15654796\n",
      "382 60 . Students 0.15654796\n",
      "382 61  Ttudents, 0.15654796\n",
      "382 62 atudents,  0.15654796\n",
      "382 63 tudents, p 0.15654796\n",
      "382 64 udents, pl 0.15654796\n",
      "382 65 rents, ple 0.15654796\n",
      "382 66 unts, plea 0.15654796\n",
      "382 67  ts, pleas 0.15654796\n",
      "382 68 ts, please 0.15654796\n",
      "382 69 u, please  0.15654796\n",
      "382 70 e please s 0.15654796\n",
      "382 71  please st 0.15654796\n",
      "382 72 alease stu 0.15654796\n",
      "382 73  ease stud 0.15654796\n",
      "382 74 ease study 0.15654796\n",
      "382 75  se study  0.15654796\n",
      "382 76 te study h 0.15654796\n",
      "382 77 e study ha 0.15654796\n",
      "382 78  ctudy har 0.15654796\n",
      "382 79 atudy hard 0.15654796\n",
      "382 80 eudy hard. 0.15654796\n",
      "383 0 Te are dat 0.15654129\n",
      "383 1 e are data 0.15654129\n",
      "383 2  cre datae 0.15654129\n",
      "383 3 T e dataed 0.15654129\n",
      "383 4 te dataedu 0.15654129\n",
      "383 5 e dataedu. 0.15654129\n",
      "383 6  cataedu.  0.15654129\n",
      "383 7 Tataedu. T 0.15654129\n",
      "383 8 utaedu. Th 0.15654129\n",
      "383 9 tcedu. The 0.15654129\n",
      "383 10 uedu. The  0.15654129\n",
      "383 11 tdu. The c 0.15654129\n",
      "383 12  u. The cu 0.15654129\n",
      "383 13 u. The cur 0.15654129\n",
      "383 14 r The curr 0.15654129\n",
      "383 15  She curre 0.15654129\n",
      "383 16 Tee curren 0.15654129\n",
      "383 17 ee current 0.15654129\n",
      "383 18 e current  0.15654129\n",
      "383 19  current l 0.15654129\n",
      "383 20 Turrent le 0.15654129\n",
      "383 21 hrrent lec 0.15654129\n",
      "383 22 reent lect 0.15654129\n",
      "383 23 eent lectu 0.15654129\n",
      "383 24 e t lectur 0.15654129\n",
      "383 25  tslecture 0.15654129\n",
      "383 26 t lecture  0.15654129\n",
      "383 27 ulecture i 0.15654129\n",
      "383 28 Tecture is 0.15654129\n",
      "383 29 ecture is  0.15654129\n",
      "383 30  ture is a 0.15654129\n",
      "383 31 hure is a  0.15654129\n",
      "383 32 ure is a M 0.15654129\n",
      "383 33 re is a Ma 0.15654129\n",
      "383 34 e ds a Mat 0.15654129\n",
      "383 35  cs a Matc 0.15654129\n",
      "383 36 Ts a Match 0.15654129\n",
      "383 37 s a Match  0.15654129\n",
      "383 38 ,a Match U 0.15654129\n",
      "383 39 T Match Up 0.15654129\n",
      "383 40 tMatch Up  0.15654129\n",
      "383 41 Tatch Up T 0.15654129\n",
      "383 42 atch Up Te 0.15654129\n",
      "383 43 tch Up Ten 0.15654129\n",
      "383 44 uh Up Tens 0.15654129\n",
      "383 45 h Up Tenso 0.15654129\n",
      "383 46 eUp Tensor 0.15654129\n",
      "383 47 Tp TensorF 0.15654129\n",
      "383 48 p TensorFl 0.15654129\n",
      "383 49 lTensorFlo 0.15654129\n",
      "383 50 TensorFlow 0.15654129\n",
      "383 51 ensorFlow. 0.15654129\n",
      "383 52  torFlow.  0.15654129\n",
      "383 53 torFlow. S 0.15654129\n",
      "383 54 ,rFlow. St 0.15654129\n",
      "383 55 rFlow. Stu 0.15654129\n",
      "383 56 elow. Stud 0.15654129\n",
      "383 57 low. Stude 0.15654129\n",
      "383 58 ew. Studen 0.15654129\n",
      "383 59 r. Student 0.15654129\n",
      "383 60 . Students 0.15654129\n",
      "383 61  Students, 0.15654129\n",
      "383 62 Ttudents,  0.15654129\n",
      "383 63 tudents, p 0.15654129\n",
      "383 64 urents, pl 0.15654129\n",
      "383 65 rents, ple 0.15654129\n",
      "383 66 unts, plea 0.15654129\n",
      "383 67  ts, pleas 0.15654129\n",
      "383 68 t , please 0.15654129\n",
      "383 69 u, please  0.15654129\n",
      "383 70 , please s 0.15654129\n",
      "383 71  please st 0.15654129\n",
      "383 72 Tlease stu 0.15654129\n",
      "383 73 lease stud 0.15654129\n",
      "383 74 ecse study 0.15654129\n",
      "383 75  se study  0.15654129\n",
      "383 76 te study h 0.15654129\n",
      "383 77 , study ha 0.15654129\n",
      "383 78  ctudy har 0.15654129\n",
      "383 79 Ttudy hard 0.15654129\n",
      "383 80 ,udy hard. 0.15654129\n",
      "384 0 Te are dat 0.15653877\n",
      "384 1 e are data 0.15653877\n",
      "384 2  are datae 0.15653877\n",
      "384 3 T e dataed 0.15653877\n",
      "384 4 te dataedu 0.15653877\n",
      "384 5 e iataedu. 0.15653877\n",
      "384 6  aataedu.  0.15653877\n",
      "384 7 Tataedu. T 0.15653877\n",
      "384 8 utaedu. Th 0.15653877\n",
      "384 9 taedu. The 0.15653877\n",
      "384 10 uedu. The  0.15653877\n",
      "384 11 tdu. The c 0.15653877\n",
      "384 12  u. The cu 0.15653877\n",
      "384 13 u. The cur 0.15653877\n",
      "384 14 r The curr 0.15653877\n",
      "384 15  She curre 0.15653877\n",
      "384 16 Tee curren 0.15653877\n",
      "384 17 ee current 0.15653877\n",
      "384 18   current  0.15653877\n",
      "384 19  aurrent l 0.15653877\n",
      "384 20 Turrent le 0.15653877\n",
      "384 21 hrrent lec 0.15653877\n",
      "384 22 reent lect 0.15653877\n",
      "384 23 eent lectu 0.15653877\n",
      "384 24 e t lectur 0.15653877\n",
      "384 25  t lecture 0.15653877\n",
      "384 26 t lecture  0.15653877\n",
      "384 27 ulecture i 0.15653877\n",
      "384 28 Tecture is 0.15653877\n",
      "384 29 eature is  0.15653877\n",
      "384 30  ture is a 0.15653877\n",
      "384 31 hure is a  0.15653877\n",
      "384 32 ure is a M 0.15653877\n",
      "384 33 re is a Ma 0.15653877\n",
      "384 34 e is a Mat 0.15653877\n",
      "384 35  as a Matc 0.15653877\n",
      "384 36 Ts a Match 0.15653877\n",
      "384 37 s a Match  0.15653877\n",
      "384 38 ,a Match U 0.15653877\n",
      "384 39 T Match Up 0.15653877\n",
      "384 40 tMatch Up  0.15653877\n",
      "384 41 Tatch Up T 0.15653877\n",
      "384 42 atch Up Te 0.15653877\n",
      "384 43 tah Up Ten 0.15653877\n",
      "384 44 uh Up Tens 0.15653877\n",
      "384 45 h Up Tenso 0.15653877\n",
      "384 46  Up Tensor 0.15653877\n",
      "384 47 Tp TensorF 0.15653877\n",
      "384 48 p TensorFl 0.15653877\n",
      "384 49 lTensorFlo 0.15653877\n",
      "384 50 TensorFlow 0.15653877\n",
      "384 51 ensorFlow. 0.15653877\n",
      "384 52  torFlow.  0.15653877\n",
      "384 53 torFlow. S 0.15653877\n",
      "384 54 ,rFlow. St 0.15653877\n",
      "384 55 wFlow. Stu 0.15653877\n",
      "384 56 elow. Stud 0.15653877\n",
      "384 57 low. Stude 0.15653877\n",
      "384 58 ew. Studen 0.15653877\n",
      "384 59 w. Student 0.15653877\n",
      "384 60 . Students 0.15653877\n",
      "384 61  Students, 0.15653877\n",
      "384 62 Ttudents,  0.15653877\n",
      "384 63 tudents, p 0.15653877\n",
      "384 64 urents, pl 0.15653877\n",
      "384 65 rents, ple 0.15653877\n",
      "384 66 unts, plea 0.15653877\n",
      "384 67  t , pleas 0.15653877\n",
      "384 68 t , please 0.15653877\n",
      "384 69 u, please  0.15653877\n",
      "384 70 , please s 0.15653877\n",
      "384 71  please st 0.15653877\n",
      "384 72 Tlease stu 0.15653877\n",
      "384 73 lease stud 0.15653877\n",
      "384 74 ease study 0.15653877\n",
      "384 75  se study  0.15653877\n",
      "384 76 te study h 0.15653877\n",
      "384 77 , study ha 0.15653877\n",
      "384 78  atudy har 0.15653877\n",
      "384 79 Ttudy hard 0.15653877\n",
      "384 80 ,udy hard. 0.15653877\n",
      "385 0 ae are dat 0.15654087\n",
      "385 1 e are data 0.15654087\n",
      "385 2  sre datae 0.15654087\n",
      "385 3 are dataed 0.15654087\n",
      "385 4 te dataedu 0.15654087\n",
      "385 5 e iataedu. 0.15654087\n",
      "385 6  sataedu.  0.15654087\n",
      "385 7 aataedu. T 0.15654087\n",
      "385 8 ataedu. Th 0.15654087\n",
      "385 9 tcedu. The 0.15654087\n",
      "385 10 uedu. The  0.15654087\n",
      "385 11 tdu. The c 0.15654087\n",
      "385 12  u. The cu 0.15654087\n",
      "385 13 a. The cur 0.15654087\n",
      "385 14 r The curr 0.15654087\n",
      "385 15  The curre 0.15654087\n",
      "385 16 ahe curren 0.15654087\n",
      "385 17 he current 0.15654087\n",
      "385 18 e current  0.15654087\n",
      "385 19  surrent l 0.15654087\n",
      "385 20 aurrent le 0.15654087\n",
      "385 21 urrent lec 0.15654087\n",
      "385 22 rrent lect 0.15654087\n",
      "385 23 eent lectu 0.15654087\n",
      "385 24 e t lectur 0.15654087\n",
      "385 25  tslecture 0.15654087\n",
      "385 26 tslecture  0.15654087\n",
      "385 27 ulecture i 0.15654087\n",
      "385 28 aecture is 0.15654087\n",
      "385 29 ecture is  0.15654087\n",
      "385 30  ture is a 0.15654087\n",
      "385 31 uure is a  0.15654087\n",
      "385 32 ude is a M 0.15654087\n",
      "385 33 rr is a Ma 0.15654087\n",
      "385 34 e is a Mat 0.15654087\n",
      "385 35  ss a Matc 0.15654087\n",
      "385 36 as a Match 0.15654087\n",
      "385 37 s a Match  0.15654087\n",
      "385 38 ta Match U 0.15654087\n",
      "385 39 arMatch Up 0.15654087\n",
      "385 40 tMatch Up  0.15654087\n",
      "385 41 aatch Up T 0.15654087\n",
      "385 42 atch Up Te 0.15654087\n",
      "385 43 tch Up Ten 0.15654087\n",
      "385 44 uh Up Tens 0.15654087\n",
      "385 45 u Up Tenso 0.15654087\n",
      "385 46 eUp Tensor 0.15654087\n",
      "385 47 ap TensorF 0.15654087\n",
      "385 48 p TensorFl 0.15654087\n",
      "385 49 lTensorFlo 0.15654087\n",
      "385 50 ahnsorFlow 0.15654087\n",
      "385 51 hnsorFlow. 0.15654087\n",
      "385 52  torFlow.  0.15654087\n",
      "385 53 torFlow. S 0.15654087\n",
      "385 54 trFlow. St 0.15654087\n",
      "385 55 wFlow. Stu 0.15654087\n",
      "385 56 elow. Stud 0.15654087\n",
      "385 57 low. Stude 0.15654087\n",
      "385 58 ew. Studen 0.15654087\n",
      "385 59 w. Student 0.15654087\n",
      "385 60 . Students 0.15654087\n",
      "385 61  Ttudents, 0.15654087\n",
      "385 62 atudents,  0.15654087\n",
      "385 63 tudents, p 0.15654087\n",
      "385 64 udents, pl 0.15654087\n",
      "385 65 rents, ple 0.15654087\n",
      "385 66 ants, plea 0.15654087\n",
      "385 67  ts, pleas 0.15654087\n",
      "385 68 ts, please 0.15654087\n",
      "385 69 u, please  0.15654087\n",
      "385 70 t please s 0.15654087\n",
      "385 71  please st 0.15654087\n",
      "385 72 alease stu 0.15654087\n",
      "385 73 lease stud 0.15654087\n",
      "385 74 ecse study 0.15654087\n",
      "385 75  se study  0.15654087\n",
      "385 76 te study h 0.15654087\n",
      "385 77 t study ha 0.15654087\n",
      "385 78  study har 0.15654087\n",
      "385 79 atudy hard 0.15654087\n",
      "385 80 tudy hard. 0.15654087\n",
      "386 0 Te are dat 0.15653853\n",
      "386 1 e are data 0.15653853\n",
      "386 2  cre datae 0.15653853\n",
      "386 3 T e dataed 0.15653853\n",
      "386 4 te dataedu 0.15653853\n",
      "386 5 e dataedu. 0.15653853\n",
      "386 6  cataedu.  0.15653853\n",
      "386 7 Tataedu. T 0.15653853\n",
      "386 8 ataedu. Th 0.15653853\n",
      "386 9 tcedu. The 0.15653853\n",
      "386 10 uedu. The  0.15653853\n",
      "386 11 tdu. The c 0.15653853\n",
      "386 12  u. The cu 0.15653853\n",
      "386 13 a. The cur 0.15653853\n",
      "386 14 r The curr 0.15653853\n",
      "386 15  She curre 0.15653853\n",
      "386 16 Tee curren 0.15653853\n",
      "386 17 ee current 0.15653853\n",
      "386 18   current  0.15653853\n",
      "386 19  current l 0.15653853\n",
      "386 20 Turrent le 0.15653853\n",
      "386 21 hrrent lec 0.15653853\n",
      "386 22 reent lect 0.15653853\n",
      "386 23 eent lectu 0.15653853\n",
      "386 24 e t lectur 0.15653853\n",
      "386 25  tslecture 0.15653853\n",
      "386 26 tslecture  0.15653853\n",
      "386 27 ulecture i 0.15653853\n",
      "386 28 Tecture is 0.15653853\n",
      "386 29 ecture is  0.15653853\n",
      "386 30  ture is a 0.15653853\n",
      "386 31 hure is a  0.15653853\n",
      "386 32 ure is a M 0.15653853\n",
      "386 33 re is a Ma 0.15653853\n",
      "386 34 e ds a Mat 0.15653853\n",
      "386 35  cs a Matc 0.15653853\n",
      "386 36 Ts a Match 0.15653853\n",
      "386 37 s a Match  0.15653853\n",
      "386 38 ta Match U 0.15653853\n",
      "386 39 T Match Up 0.15653853\n",
      "386 40 tMatch Up  0.15653853\n",
      "386 41 Tatch Up T 0.15653853\n",
      "386 42 atch Up Te 0.15653853\n",
      "386 43 tch Up Ten 0.15653853\n",
      "386 44 uh Up Tens 0.15653853\n",
      "386 45 h Up Tenso 0.15653853\n",
      "386 46  Up Tensor 0.15653853\n",
      "386 47 Tp TensorF 0.15653853\n",
      "386 48 p TensorFl 0.15653853\n",
      "386 49  TensorFlo 0.15653853\n",
      "386 50 TensorFlow 0.15653853\n",
      "386 51 ensorFlow. 0.15653853\n",
      "386 52  torFlow.  0.15653853\n",
      "386 53 torFlow. S 0.15653853\n",
      "386 54 trFlow. St 0.15653853\n",
      "386 55 wFlow. Stu 0.15653853\n",
      "386 56 elow. Stud 0.15653853\n",
      "386 57 low. Stude 0.15653853\n",
      "386 58 ew. Studen 0.15653853\n",
      "386 59 w. Student 0.15653853\n",
      "386 60 . Students 0.15653853\n",
      "386 61  Students, 0.15653853\n",
      "386 62 Ttudents,  0.15653853\n",
      "386 63 tudents, p 0.15653853\n",
      "386 64 urents, pl 0.15653853\n",
      "386 65 rents, ple 0.15653853\n",
      "386 66 ants, plea 0.15653853\n",
      "386 67  ts, pleas 0.15653853\n",
      "386 68 ts, please 0.15653853\n",
      "386 69 u, please  0.15653853\n",
      "386 70 t please s 0.15653853\n",
      "386 71  please st 0.15653853\n",
      "386 72 Tlease stu 0.15653853\n",
      "386 73  ease stud 0.15653853\n",
      "386 74 ecse study 0.15653853\n",
      "386 75  se study  0.15653853\n",
      "386 76 te study h 0.15653853\n",
      "386 77 t study ha 0.15653853\n",
      "386 78  ctudy har 0.15653853\n",
      "386 79 Ttudy hard 0.15653853\n",
      "386 80 tudy hard. 0.15653853\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "387 0 ae are dat 0.15653428\n",
      "387 1 e are data 0.15653428\n",
      "387 2  are datae 0.15653428\n",
      "387 3 are dataed 0.15653428\n",
      "387 4 te dataedu 0.15653428\n",
      "387 5 e iataedu. 0.15653428\n",
      "387 6  aataedu.  0.15653428\n",
      "387 7 aataedu. T 0.15653428\n",
      "387 8 ataedu. Th 0.15653428\n",
      "387 9 taedu. The 0.15653428\n",
      "387 10 uedu. The  0.15653428\n",
      "387 11 tdu. The c 0.15653428\n",
      "387 12  u. The cu 0.15653428\n",
      "387 13 a. The cur 0.15653428\n",
      "387 14 r The curr 0.15653428\n",
      "387 15  The curre 0.15653428\n",
      "387 16 aee curren 0.15653428\n",
      "387 17 ee current 0.15653428\n",
      "387 18   current  0.15653428\n",
      "387 19  aurrent l 0.15653428\n",
      "387 20 aurrent le 0.15653428\n",
      "387 21 urrent lec 0.15653428\n",
      "387 22 rrent lect 0.15653428\n",
      "387 23 eent lectu 0.15653428\n",
      "387 24 e t lectur 0.15653428\n",
      "387 25  t lecture 0.15653428\n",
      "387 26 t lecture  0.15653428\n",
      "387 27 ulecture i 0.15653428\n",
      "387 28 aecture is 0.15653428\n",
      "387 29 eature is  0.15653428\n",
      "387 30  ture is a 0.15653428\n",
      "387 31 uure is a  0.15653428\n",
      "387 32 ude is a M 0.15653428\n",
      "387 33 rr is a Ma 0.15653428\n",
      "387 34 e is a Mat 0.15653428\n",
      "387 35  as a Matc 0.15653428\n",
      "387 36 as a Match 0.15653428\n",
      "387 37 s a Match  0.15653428\n",
      "387 38 oa Match U 0.15653428\n",
      "387 39 arMatch Up 0.15653428\n",
      "387 40 tMatch Up  0.15653428\n",
      "387 41 aatch Up T 0.15653428\n",
      "387 42 atch Up Te 0.15653428\n",
      "387 43 tah Up Ten 0.15653428\n",
      "387 44 uh Up Tens 0.15653428\n",
      "387 45 u Up Tenso 0.15653428\n",
      "387 46  Up Tensor 0.15653428\n",
      "387 47 ap TensorF 0.15653428\n",
      "387 48 p TensorFl 0.15653428\n",
      "387 49  TensorFlo 0.15653428\n",
      "387 50 aensorFlow 0.15653428\n",
      "387 51 ensorFlow. 0.15653428\n",
      "387 52  torFlow.  0.15653428\n",
      "387 53 torFlow. S 0.15653428\n",
      "387 54 orFlow. St 0.15653428\n",
      "387 55 rFlow. Stu 0.15653428\n",
      "387 56 elow. Stud 0.15653428\n",
      "387 57 low. Stude 0.15653428\n",
      "387 58 ew. Studen 0.15653428\n",
      "387 59 r. Student 0.15653428\n",
      "387 60 . Students 0.15653428\n",
      "387 61  Ttudents, 0.15653428\n",
      "387 62 atudents,  0.15653428\n",
      "387 63 tudents, p 0.15653428\n",
      "387 64 udents, pl 0.15653428\n",
      "387 65 rents, ple 0.15653428\n",
      "387 66 ants, plea 0.15653428\n",
      "387 67  t , pleas 0.15653428\n",
      "387 68 t , please 0.15653428\n",
      "387 69 u, please  0.15653428\n",
      "387 70 o please s 0.15653428\n",
      "387 71  please st 0.15653428\n",
      "387 72 alease stu 0.15653428\n",
      "387 73  ease stud 0.15653428\n",
      "387 74 ease study 0.15653428\n",
      "387 75  se study  0.15653428\n",
      "387 76 te study h 0.15653428\n",
      "387 77 o study ha 0.15653428\n",
      "387 78  atudy har 0.15653428\n",
      "387 79 atudy hard 0.15653428\n",
      "387 80 oudy hard. 0.15653428\n",
      "388 0 ae are dat 0.15653463\n",
      "388 1 e are data 0.15653463\n",
      "388 2  sre datae 0.15653463\n",
      "388 3 are dataed 0.15653463\n",
      "388 4 te dataedu 0.15653463\n",
      "388 5 e iataedu. 0.15653463\n",
      "388 6  sataedu.  0.15653463\n",
      "388 7 aataedu. T 0.15653463\n",
      "388 8 ataedu. Th 0.15653463\n",
      "388 9 taedu. The 0.15653463\n",
      "388 10 uedu. The  0.15653463\n",
      "388 11 tdu. The c 0.15653463\n",
      "388 12  u. The cu 0.15653463\n",
      "388 13 a. The cur 0.15653463\n",
      "388 14 r The curr 0.15653463\n",
      "388 15  The curre 0.15653463\n",
      "388 16 ahe curren 0.15653463\n",
      "388 17 ee current 0.15653463\n",
      "388 18 e current  0.15653463\n",
      "388 19  surrent l 0.15653463\n",
      "388 20 aurrent le 0.15653463\n",
      "388 21 urrent lec 0.15653463\n",
      "388 22 rrent lect 0.15653463\n",
      "388 23 eent lectu 0.15653463\n",
      "388 24 e t lectur 0.15653463\n",
      "388 25  t lecture 0.15653463\n",
      "388 26 t lecture  0.15653463\n",
      "388 27 ulecture i 0.15653463\n",
      "388 28 aecture is 0.15653463\n",
      "388 29 ecture is  0.15653463\n",
      "388 30  ture is a 0.15653463\n",
      "388 31 uure is a  0.15653463\n",
      "388 32 ude is a M 0.15653463\n",
      "388 33 rr is a Ma 0.15653463\n",
      "388 34 e is a Mat 0.15653463\n",
      "388 35  ss a Matc 0.15653463\n",
      "388 36 as a Match 0.15653463\n",
      "388 37 s a Match  0.15653463\n",
      "388 38 oa Match U 0.15653463\n",
      "388 39 arMatch Up 0.15653463\n",
      "388 40 tMatch Up  0.15653463\n",
      "388 41 aatch Up T 0.15653463\n",
      "388 42 atch Up Te 0.15653463\n",
      "388 43 tah Up Ten 0.15653463\n",
      "388 44 uh Up Tens 0.15653463\n",
      "388 45 u Up Tenso 0.15653463\n",
      "388 46 eUp Tensor 0.15653463\n",
      "388 47 ap TensorF 0.15653463\n",
      "388 48 p TensorFl 0.15653463\n",
      "388 49  TensorFlo 0.15653463\n",
      "388 50 ahnsorFlow 0.15653463\n",
      "388 51 ensorFlow. 0.15653463\n",
      "388 52  torFlow.  0.15653463\n",
      "388 53 torFlow. S 0.15653463\n",
      "388 54 orFlow. St 0.15653463\n",
      "388 55 rFlow. Stu 0.15653463\n",
      "388 56 elow. Stud 0.15653463\n",
      "388 57 low. Stude 0.15653463\n",
      "388 58 ew. Studen 0.15653463\n",
      "388 59 r. Student 0.15653463\n",
      "388 60 . Students 0.15653463\n",
      "388 61  Ttudents, 0.15653463\n",
      "388 62 atudents,  0.15653463\n",
      "388 63 tudents, p 0.15653463\n",
      "388 64 udents, pl 0.15653463\n",
      "388 65 rents, ple 0.15653463\n",
      "388 66 ants, plea 0.15653463\n",
      "388 67  t , pleas 0.15653463\n",
      "388 68 t , please 0.15653463\n",
      "388 69 u, please  0.15653463\n",
      "388 70 o please s 0.15653463\n",
      "388 71  please st 0.15653463\n",
      "388 72 alease stu 0.15653463\n",
      "388 73  ease stud 0.15653463\n",
      "388 74 ecse study 0.15653463\n",
      "388 75  se study  0.15653463\n",
      "388 76 te study h 0.15653463\n",
      "388 77 o study ha 0.15653463\n",
      "388 78  study har 0.15653463\n",
      "388 79 atudy hard 0.15653463\n",
      "388 80 oudy hard. 0.15653463\n",
      "389 0 Te are dat 0.15653457\n",
      "389 1 e are data 0.15653457\n",
      "389 2  cre datae 0.15653457\n",
      "389 3 T e dataed 0.15653457\n",
      "389 4 te dataedu 0.15653457\n",
      "389 5 e dataedu. 0.15653457\n",
      "389 6  cataedu.  0.15653457\n",
      "389 7 Tataedu. T 0.15653457\n",
      "389 8 ataedu. Th 0.15653457\n",
      "389 9 tcedu. The 0.15653457\n",
      "389 10 uedu. The  0.15653457\n",
      "389 11 tdu. The c 0.15653457\n",
      "389 12  u. The cu 0.15653457\n",
      "389 13 a. The cur 0.15653457\n",
      "389 14 r The curr 0.15653457\n",
      "389 15  She curre 0.15653457\n",
      "389 16 Tee curren 0.15653457\n",
      "389 17 ee current 0.15653457\n",
      "389 18   current  0.15653457\n",
      "389 19  current l 0.15653457\n",
      "389 20 Turrent le 0.15653457\n",
      "389 21 hrrent lec 0.15653457\n",
      "389 22 reent lect 0.15653457\n",
      "389 23 eent lectu 0.15653457\n",
      "389 24 e t lectur 0.15653457\n",
      "389 25  tslecture 0.15653457\n",
      "389 26 tslecture  0.15653457\n",
      "389 27 ulecture i 0.15653457\n",
      "389 28 Tecture is 0.15653457\n",
      "389 29 ecture is  0.15653457\n",
      "389 30  ture is a 0.15653457\n",
      "389 31 hure is a  0.15653457\n",
      "389 32 ure is a M 0.15653457\n",
      "389 33 re is a Ma 0.15653457\n",
      "389 34 e ds a Mat 0.15653457\n",
      "389 35  cs a Matc 0.15653457\n",
      "389 36 Ts a Match 0.15653457\n",
      "389 37 s a Match  0.15653457\n",
      "389 38 ta Match U 0.15653457\n",
      "389 39 T Match Up 0.15653457\n",
      "389 40 tMatch Up  0.15653457\n",
      "389 41 Tatch Up T 0.15653457\n",
      "389 42 atch Up Te 0.15653457\n",
      "389 43 tch Up Ten 0.15653457\n",
      "389 44 uh Up Tens 0.15653457\n",
      "389 45 h Up Tenso 0.15653457\n",
      "389 46  Up Tensor 0.15653457\n",
      "389 47 Tp TensorF 0.15653457\n",
      "389 48 p TensorFl 0.15653457\n",
      "389 49  TensorFlo 0.15653457\n",
      "389 50 TensorFlow 0.15653457\n",
      "389 51 ensorFlow. 0.15653457\n",
      "389 52  torFlow.  0.15653457\n",
      "389 53 torFlow. S 0.15653457\n",
      "389 54 trFlow. St 0.15653457\n",
      "389 55 rFlow. Stu 0.15653457\n",
      "389 56 elow. Stud 0.15653457\n",
      "389 57 low. Stude 0.15653457\n",
      "389 58 ew. Studen 0.15653457\n",
      "389 59 r. Student 0.15653457\n",
      "389 60 . Students 0.15653457\n",
      "389 61  Students, 0.15653457\n",
      "389 62 Ttudents,  0.15653457\n",
      "389 63 tudents, p 0.15653457\n",
      "389 64 urents, pl 0.15653457\n",
      "389 65 rents, ple 0.15653457\n",
      "389 66 ants, plea 0.15653457\n",
      "389 67  ts, pleas 0.15653457\n",
      "389 68 ts, please 0.15653457\n",
      "389 69 u, please  0.15653457\n",
      "389 70 t please s 0.15653457\n",
      "389 71  please st 0.15653457\n",
      "389 72 Tlease stu 0.15653457\n",
      "389 73  ease stud 0.15653457\n",
      "389 74 ecse study 0.15653457\n",
      "389 75  se study  0.15653457\n",
      "389 76 te study h 0.15653457\n",
      "389 77 t study ha 0.15653457\n",
      "389 78  ctudy har 0.15653457\n",
      "389 79 Ttudy hard 0.15653457\n",
      "389 80 tudy hard. 0.15653457\n",
      "390 0 ae are dat 0.15653111\n",
      "390 1 e are data 0.15653111\n",
      "390 2  sre datae 0.15653111\n",
      "390 3 are dataed 0.15653111\n",
      "390 4 te dataedu 0.15653111\n",
      "390 5 e dataedu. 0.15653111\n",
      "390 6  sataedu.  0.15653111\n",
      "390 7 aataedu. T 0.15653111\n",
      "390 8 ataedu. Th 0.15653111\n",
      "390 9 tcedu. The 0.15653111\n",
      "390 10 uedu. The  0.15653111\n",
      "390 11 tdu. The c 0.15653111\n",
      "390 12  u. The cu 0.15653111\n",
      "390 13 a. The cur 0.15653111\n",
      "390 14 r The curr 0.15653111\n",
      "390 15  The curre 0.15653111\n",
      "390 16 ahe curren 0.15653111\n",
      "390 17 ee current 0.15653111\n",
      "390 18   current  0.15653111\n",
      "390 19  surrent l 0.15653111\n",
      "390 20 aurrent le 0.15653111\n",
      "390 21 urrent lec 0.15653111\n",
      "390 22 rrent lect 0.15653111\n",
      "390 23 eent lectu 0.15653111\n",
      "390 24 e t lectur 0.15653111\n",
      "390 25  tslecture 0.15653111\n",
      "390 26 t lecture  0.15653111\n",
      "390 27 ulecture i 0.15653111\n",
      "390 28 aecture is 0.15653111\n",
      "390 29 eature is  0.15653111\n",
      "390 30  ture is a 0.15653111\n",
      "390 31 uure is a  0.15653111\n",
      "390 32 ude is a M 0.15653111\n",
      "390 33 rr is a Ma 0.15653111\n",
      "390 34 e ds a Mat 0.15653111\n",
      "390 35  ss a Matc 0.15653111\n",
      "390 36 as a Match 0.15653111\n",
      "390 37 s a Match  0.15653111\n",
      "390 38 ,a Match U 0.15653111\n",
      "390 39 arMatch Up 0.15653111\n",
      "390 40 tMatch Up  0.15653111\n",
      "390 41 aatch Up T 0.15653111\n",
      "390 42 atch Up Te 0.15653111\n",
      "390 43 tch Up Ten 0.15653111\n",
      "390 44 uh Up Tens 0.15653111\n",
      "390 45 u Up Tenso 0.15653111\n",
      "390 46  Up Tensor 0.15653111\n",
      "390 47 ap TensorF 0.15653111\n",
      "390 48 p TensorFl 0.15653111\n",
      "390 49 lTensorFlo 0.15653111\n",
      "390 50 ahnsorFlow 0.15653111\n",
      "390 51 ensorFlow. 0.15653111\n",
      "390 52  torFlow.  0.15653111\n",
      "390 53 torFlow. S 0.15653111\n",
      "390 54 ,rFlow. St 0.15653111\n",
      "390 55 wFlow. Stu 0.15653111\n",
      "390 56 elow. Stud 0.15653111\n",
      "390 57 low. Stude 0.15653111\n",
      "390 58 ew. Studen 0.15653111\n",
      "390 59 w. Student 0.15653111\n",
      "390 60 . Students 0.15653111\n",
      "390 61  Ttudents, 0.15653111\n",
      "390 62 atudents,  0.15653111\n",
      "390 63 tudents, p 0.15653111\n",
      "390 64 udents, pl 0.15653111\n",
      "390 65 rents, ple 0.15653111\n",
      "390 66 ants, plea 0.15653111\n",
      "390 67  ts, pleas 0.15653111\n",
      "390 68 t , please 0.15653111\n",
      "390 69 u, please  0.15653111\n",
      "390 70 , please s 0.15653111\n",
      "390 71  please st 0.15653111\n",
      "390 72 alease stu 0.15653111\n",
      "390 73 lease stud 0.15653111\n",
      "390 74 ease study 0.15653111\n",
      "390 75  se study  0.15653111\n",
      "390 76 te study h 0.15653111\n",
      "390 77 , study ha 0.15653111\n",
      "390 78  study har 0.15653111\n",
      "390 79 atudy hard 0.15653111\n",
      "390 80 ,udy hard. 0.15653111\n",
      "391 0 ae are dat 0.15652953\n",
      "391 1 e are data 0.15652953\n",
      "391 2  ire datae 0.15652953\n",
      "391 3 are dataed 0.15652953\n",
      "391 4 te dataedu 0.15652953\n",
      "391 5 e iataedu. 0.15652953\n",
      "391 6  iataedu.  0.15652953\n",
      "391 7 aataedu. T 0.15652953\n",
      "391 8 etaedu. Th 0.15652953\n",
      "391 9 tcedu. The 0.15652953\n",
      "391 10 uedu. The  0.15652953\n",
      "391 11 tdu. The c 0.15652953\n",
      "391 12  u. The cu 0.15652953\n",
      "391 13 e. The cur 0.15652953\n",
      "391 14 r The curr 0.15652953\n",
      "391 15  The curre 0.15652953\n",
      "391 16 ahe curren 0.15652953\n",
      "391 17 ee current 0.15652953\n",
      "391 18 e current  0.15652953\n",
      "391 19  iurrent l 0.15652953\n",
      "391 20 aurrent le 0.15652953\n",
      "391 21 urrent lec 0.15652953\n",
      "391 22 reent lect 0.15652953\n",
      "391 23 eent lectu 0.15652953\n",
      "391 24 e t lectur 0.15652953\n",
      "391 25  t lecture 0.15652953\n",
      "391 26 t lecture  0.15652953\n",
      "391 27 ulecture i 0.15652953\n",
      "391 28 aecture is 0.15652953\n",
      "391 29 ecture is  0.15652953\n",
      "391 30  ture is a 0.15652953\n",
      "391 31 uure is a  0.15652953\n",
      "391 32 ude is a M 0.15652953\n",
      "391 33 re is a Ma 0.15652953\n",
      "391 34 e is a Mat 0.15652953\n",
      "391 35  is a Matc 0.15652953\n",
      "391 36 as a Match 0.15652953\n",
      "391 37 s a Match  0.15652953\n",
      "391 38 ea Match U 0.15652953\n",
      "391 39 arMatch Up 0.15652953\n",
      "391 40 tMatch Up  0.15652953\n",
      "391 41 aatch Up T 0.15652953\n",
      "391 42 atch Up Te 0.15652953\n",
      "391 43 tch Up Ten 0.15652953\n",
      "391 44 uh Up Tens 0.15652953\n",
      "391 45 u Up Tenso 0.15652953\n",
      "391 46 eUp Tensor 0.15652953\n",
      "391 47 ap TensorF 0.15652953\n",
      "391 48 p TensorFl 0.15652953\n",
      "391 49 lTensorFlo 0.15652953\n",
      "391 50 ahnsorFlow 0.15652953\n",
      "391 51 ensorFlow. 0.15652953\n",
      "391 52  torFlow.  0.15652953\n",
      "391 53 torFlow. S 0.15652953\n",
      "391 54 erFlow. St 0.15652953\n",
      "391 55 wFlow. Stu 0.15652953\n",
      "391 56 elow. Stud 0.15652953\n",
      "391 57 low. Stude 0.15652953\n",
      "391 58 ew. Studen 0.15652953\n",
      "391 59 w. Student 0.15652953\n",
      "391 60 . Students 0.15652953\n",
      "391 61  Ttudents, 0.15652953\n",
      "391 62 atudents,  0.15652953\n",
      "391 63 tudents, p 0.15652953\n",
      "391 64 udents, pl 0.15652953\n",
      "391 65 rents, ple 0.15652953\n",
      "391 66 ents, plea 0.15652953\n",
      "391 67  t , pleas 0.15652953\n",
      "391 68 t , please 0.15652953\n",
      "391 69 u, please  0.15652953\n",
      "391 70 e please s 0.15652953\n",
      "391 71  please st 0.15652953\n",
      "391 72 alease stu 0.15652953\n",
      "391 73 lease stud 0.15652953\n",
      "391 74 ecse study 0.15652953\n",
      "391 75  se study  0.15652953\n",
      "391 76 te study h 0.15652953\n",
      "391 77 e study ha 0.15652953\n",
      "391 78  itudy har 0.15652953\n",
      "391 79 atudy hard 0.15652953\n",
      "391 80 eudy hard. 0.15652953\n",
      "392 0 Te are dat 0.15652993\n",
      "392 1 e are data 0.15652993\n",
      "392 2  cre datae 0.15652993\n",
      "392 3 T e dataed 0.15652993\n",
      "392 4 te dataedu 0.15652993\n",
      "392 5 e iataedu. 0.15652993\n",
      "392 6  cataedu.  0.15652993\n",
      "392 7 Tataedu. T 0.15652993\n",
      "392 8 utaedu. Th 0.15652993\n",
      "392 9 taedu. The 0.15652993\n",
      "392 10 uedu. The  0.15652993\n",
      "392 11 tdu. The c 0.15652993\n",
      "392 12  u. The cu 0.15652993\n",
      "392 13 u. The cur 0.15652993\n",
      "392 14 r The curr 0.15652993\n",
      "392 15  She curre 0.15652993\n",
      "392 16 Tee curren 0.15652993\n",
      "392 17 ee current 0.15652993\n",
      "392 18   current  0.15652993\n",
      "392 19  current l 0.15652993\n",
      "392 20 Turrent le 0.15652993\n",
      "392 21 hrrent lec 0.15652993\n",
      "392 22 reent lect 0.15652993\n",
      "392 23 eent lectu 0.15652993\n",
      "392 24 e t lectur 0.15652993\n",
      "392 25  tslecture 0.15652993\n",
      "392 26 tslecture  0.15652993\n",
      "392 27 ulecture i 0.15652993\n",
      "392 28 Tecture is 0.15652993\n",
      "392 29 ecture is  0.15652993\n",
      "392 30  ture is a 0.15652993\n",
      "392 31 hure is a  0.15652993\n",
      "392 32 ure is a M 0.15652993\n",
      "392 33 re is a Ma 0.15652993\n",
      "392 34 e is a Mat 0.15652993\n",
      "392 35  cs a Matc 0.15652993\n",
      "392 36 Ts a Match 0.15652993\n",
      "392 37 s a Match  0.15652993\n",
      "392 38 ta Match U 0.15652993\n",
      "392 39 T Match Up 0.15652993\n",
      "392 40 tMatch Up  0.15652993\n",
      "392 41 Tatch Up T 0.15652993\n",
      "392 42 atch Up Te 0.15652993\n",
      "392 43 tah Up Ten 0.15652993\n",
      "392 44 uh Up Tens 0.15652993\n",
      "392 45 h Up Tenso 0.15652993\n",
      "392 46  Up Tensor 0.15652993\n",
      "392 47 Tp TensorF 0.15652993\n",
      "392 48 p TensorFl 0.15652993\n",
      "392 49  TensorFlo 0.15652993\n",
      "392 50 TensorFlow 0.15652993\n",
      "392 51 ensorFlow. 0.15652993\n",
      "392 52  torFlow.  0.15652993\n",
      "392 53 torFlow. S 0.15652993\n",
      "392 54 trFlow. St 0.15652993\n",
      "392 55 rFlow. Stu 0.15652993\n",
      "392 56 elow. Stud 0.15652993\n",
      "392 57 low. Stude 0.15652993\n",
      "392 58 ew. Studen 0.15652993\n",
      "392 59 r. Student 0.15652993\n",
      "392 60 . Students 0.15652993\n",
      "392 61  Students, 0.15652993\n",
      "392 62 Ttudents,  0.15652993\n",
      "392 63 tudents, p 0.15652993\n",
      "392 64 urents, pl 0.15652993\n",
      "392 65 rents, ple 0.15652993\n",
      "392 66 unts, plea 0.15652993\n",
      "392 67  ts, pleas 0.15652993\n",
      "392 68 ts, please 0.15652993\n",
      "392 69 u, please  0.15652993\n",
      "392 70 t please s 0.15652993\n",
      "392 71  please st 0.15652993\n",
      "392 72 Tlease stu 0.15652993\n",
      "392 73  ease stud 0.15652993\n",
      "392 74 ecse study 0.15652993\n",
      "392 75  se study  0.15652993\n",
      "392 76 te study h 0.15652993\n",
      "392 77 t study ha 0.15652993\n",
      "392 78  ctudy har 0.15652993\n",
      "392 79 Ttudy hard 0.15652993\n",
      "392 80 tudy hard. 0.15652993\n",
      "393 0 ae are dat 0.1565283\n",
      "393 1 e are data 0.1565283\n",
      "393 2  ire datae 0.1565283\n",
      "393 3 are dataed 0.1565283\n",
      "393 4 te dataedu 0.1565283\n",
      "393 5 e iataedu. 0.1565283\n",
      "393 6  iataedu.  0.1565283\n",
      "393 7 aataedu. T 0.1565283\n",
      "393 8 utaedu. Th 0.1565283\n",
      "393 9 taedu. The 0.1565283\n",
      "393 10 uedu. The  0.1565283\n",
      "393 11 tdu. The c 0.1565283\n",
      "393 12  u. The cu 0.1565283\n",
      "393 13 u. The cur 0.1565283\n",
      "393 14 r The curr 0.1565283\n",
      "393 15  The curre 0.1565283\n",
      "393 16 ahe curren 0.1565283\n",
      "393 17 he current 0.1565283\n",
      "393 18 e current  0.1565283\n",
      "393 19  iurrent l 0.1565283\n",
      "393 20 aurrent le 0.1565283\n",
      "393 21 urrent lec 0.1565283\n",
      "393 22 rrent lect 0.1565283\n",
      "393 23 eent lectu 0.1565283\n",
      "393 24 e t lectur 0.1565283\n",
      "393 25  tslecture 0.1565283\n",
      "393 26 tslecture  0.1565283\n",
      "393 27 ulecture i 0.1565283\n",
      "393 28 aecture is 0.1565283\n",
      "393 29 eature is  0.1565283\n",
      "393 30  ture is a 0.1565283\n",
      "393 31 uure is a  0.1565283\n",
      "393 32 ude is a M 0.1565283\n",
      "393 33 rr is a Ma 0.1565283\n",
      "393 34 e is a Mat 0.1565283\n",
      "393 35  is a Matc 0.1565283\n",
      "393 36 as a Match 0.1565283\n",
      "393 37 s a Match  0.1565283\n",
      "393 38 ta Match U 0.1565283\n",
      "393 39 arMatch Up 0.1565283\n",
      "393 40 tMatch Up  0.1565283\n",
      "393 41 aatch Up T 0.1565283\n",
      "393 42 atch Up Te 0.1565283\n",
      "393 43 tah Up Ten 0.1565283\n",
      "393 44 uh Up Tens 0.1565283\n",
      "393 45 u Up Tenso 0.1565283\n",
      "393 46 eUp Tensor 0.1565283\n",
      "393 47 ap TensorF 0.1565283\n",
      "393 48 p TensorFl 0.1565283\n",
      "393 49  TensorFlo 0.1565283\n",
      "393 50 ahnsorFlow 0.1565283\n",
      "393 51 hnsorFlow. 0.1565283\n",
      "393 52  torFlow.  0.1565283\n",
      "393 53 torFlow. S 0.1565283\n",
      "393 54 trFlow. St 0.1565283\n",
      "393 55 rFlow. Stu 0.1565283\n",
      "393 56 elow. Stud 0.1565283\n",
      "393 57 low. Stude 0.1565283\n",
      "393 58 ew. Studen 0.1565283\n",
      "393 59 r. Student 0.1565283\n",
      "393 60 . Students 0.1565283\n",
      "393 61  Ttudents, 0.1565283\n",
      "393 62 atudents,  0.1565283\n",
      "393 63 tudents, p 0.1565283\n",
      "393 64 udents, pl 0.1565283\n",
      "393 65 rents, ple 0.1565283\n",
      "393 66 unts, plea 0.1565283\n",
      "393 67  ts, pleas 0.1565283\n",
      "393 68 ts, please 0.1565283\n",
      "393 69 u, please  0.1565283\n",
      "393 70 t please s 0.1565283\n",
      "393 71  please st 0.1565283\n",
      "393 72 alease stu 0.1565283\n",
      "393 73  ease stud 0.1565283\n",
      "393 74 ease study 0.1565283\n",
      "393 75  se study  0.1565283\n",
      "393 76 te study h 0.1565283\n",
      "393 77 t study ha 0.1565283\n",
      "393 78  itudy har 0.1565283\n",
      "393 79 atudy hard 0.1565283\n",
      "393 80 tudy hard. 0.1565283\n",
      "394 0 Te are dat 0.15652567\n",
      "394 1 e are data 0.15652567\n",
      "394 2  dre datae 0.15652567\n",
      "394 3 T e dataed 0.15652567\n",
      "394 4 te dataedu 0.15652567\n",
      "394 5 e dataedu. 0.15652567\n",
      "394 6  dataedu.  0.15652567\n",
      "394 7 Tataedu. T 0.15652567\n",
      "394 8 utaedu. Th 0.15652567\n",
      "394 9 tcedu. The 0.15652567\n",
      "394 10 uedu. The  0.15652567\n",
      "394 11 tdu. The c 0.15652567\n",
      "394 12  u. The cu 0.15652567\n",
      "394 13 u. The cur 0.15652567\n",
      "394 14 r The curr 0.15652567\n",
      "394 15  The curre 0.15652567\n",
      "394 16 Tee curren 0.15652567\n",
      "394 17 ee current 0.15652567\n",
      "394 18 e current  0.15652567\n",
      "394 19  durrent l 0.15652567\n",
      "394 20 Turrent le 0.15652567\n",
      "394 21 hrrent lec 0.15652567\n",
      "394 22 reent lect 0.15652567\n",
      "394 23 eent lectu 0.15652567\n",
      "394 24 e t lectur 0.15652567\n",
      "394 25  t lecture 0.15652567\n",
      "394 26 t lecture  0.15652567\n",
      "394 27 ulecture i 0.15652567\n",
      "394 28 Tecture is 0.15652567\n",
      "394 29 ecture is  0.15652567\n",
      "394 30  ture is a 0.15652567\n",
      "394 31 hure is a  0.15652567\n",
      "394 32 ude is a M 0.15652567\n",
      "394 33 re is a Ma 0.15652567\n",
      "394 34 e ds a Mat 0.15652567\n",
      "394 35  ds a Matc 0.15652567\n",
      "394 36 Ts a Match 0.15652567\n",
      "394 37 s a Match  0.15652567\n",
      "394 38 oa Match U 0.15652567\n",
      "394 39 T Match Up 0.15652567\n",
      "394 40 tMatch Up  0.15652567\n",
      "394 41 Tatch Up T 0.15652567\n",
      "394 42 atch Up Te 0.15652567\n",
      "394 43 tch Up Ten 0.15652567\n",
      "394 44 uh Up Tens 0.15652567\n",
      "394 45 h Up Tenso 0.15652567\n",
      "394 46 eUp Tensor 0.15652567\n",
      "394 47 Tp TensorF 0.15652567\n",
      "394 48 p TensorFl 0.15652567\n",
      "394 49  TensorFlo 0.15652567\n",
      "394 50 TensorFlow 0.15652567\n",
      "394 51 ensorFlow. 0.15652567\n",
      "394 52  torFlow.  0.15652567\n",
      "394 53 torFlow. S 0.15652567\n",
      "394 54 orFlow. St 0.15652567\n",
      "394 55 rFlow. Stu 0.15652567\n",
      "394 56 elow. Stud 0.15652567\n",
      "394 57 low. Stude 0.15652567\n",
      "394 58 ew. Studen 0.15652567\n",
      "394 59 r. Student 0.15652567\n",
      "394 60 . Students 0.15652567\n",
      "394 61  Ttudents, 0.15652567\n",
      "394 62 Ttudents,  0.15652567\n",
      "394 63 tudents, p 0.15652567\n",
      "394 64 udents, pl 0.15652567\n",
      "394 65 rents, ple 0.15652567\n",
      "394 66 unts, plea 0.15652567\n",
      "394 67  t , pleas 0.15652567\n",
      "394 68 t , please 0.15652567\n",
      "394 69 u, please  0.15652567\n",
      "394 70 o please s 0.15652567\n",
      "394 71  please st 0.15652567\n",
      "394 72 Tlease stu 0.15652567\n",
      "394 73  ease stud 0.15652567\n",
      "394 74 ecse study 0.15652567\n",
      "394 75  se study  0.15652567\n",
      "394 76 te study h 0.15652567\n",
      "394 77 o study ha 0.15652567\n",
      "394 78  dtudy har 0.15652567\n",
      "394 79 Ttudy hard 0.15652567\n",
      "394 80 oudy hard. 0.15652567\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "395 0 Te are dat 0.15652508\n",
      "395 1 e are data 0.15652508\n",
      "395 2  cre datae 0.15652508\n",
      "395 3 T e dataed 0.15652508\n",
      "395 4 te dataedu 0.15652508\n",
      "395 5 e dataedu. 0.15652508\n",
      "395 6  cataedu.  0.15652508\n",
      "395 7 Tataedu. T 0.15652508\n",
      "395 8 utaedu. Th 0.15652508\n",
      "395 9 tcedu. The 0.15652508\n",
      "395 10 uedu. The  0.15652508\n",
      "395 11 tdu. The c 0.15652508\n",
      "395 12  u. The cu 0.15652508\n",
      "395 13 u. The cur 0.15652508\n",
      "395 14 r The curr 0.15652508\n",
      "395 15  She curre 0.15652508\n",
      "395 16 Tee curren 0.15652508\n",
      "395 17 he current 0.15652508\n",
      "395 18   current  0.15652508\n",
      "395 19  current l 0.15652508\n",
      "395 20 Turrent le 0.15652508\n",
      "395 21 hrrent lec 0.15652508\n",
      "395 22 reent lect 0.15652508\n",
      "395 23 eent lectu 0.15652508\n",
      "395 24 e t lectur 0.15652508\n",
      "395 25  t lecture 0.15652508\n",
      "395 26 t lecture  0.15652508\n",
      "395 27 ulecture i 0.15652508\n",
      "395 28 Tecture is 0.15652508\n",
      "395 29 eature is  0.15652508\n",
      "395 30  ture is a 0.15652508\n",
      "395 31 hure is a  0.15652508\n",
      "395 32 ure is a M 0.15652508\n",
      "395 33 re is a Ma 0.15652508\n",
      "395 34 e ds a Mat 0.15652508\n",
      "395 35  cs a Matc 0.15652508\n",
      "395 36 Ts a Match 0.15652508\n",
      "395 37 s a Match  0.15652508\n",
      "395 38 oa Match U 0.15652508\n",
      "395 39 T Match Up 0.15652508\n",
      "395 40 tMatch Up  0.15652508\n",
      "395 41 Tatch Up T 0.15652508\n",
      "395 42 atch Up Te 0.15652508\n",
      "395 43 tch Up Ten 0.15652508\n",
      "395 44 uh Up Tens 0.15652508\n",
      "395 45 h Up Tenso 0.15652508\n",
      "395 46  Up Tensor 0.15652508\n",
      "395 47 Tp TensorF 0.15652508\n",
      "395 48 p TensorFl 0.15652508\n",
      "395 49 lTensorFlo 0.15652508\n",
      "395 50 TensorFlow 0.15652508\n",
      "395 51 hnsorFlow. 0.15652508\n",
      "395 52  torFlow.  0.15652508\n",
      "395 53 torFlow. S 0.15652508\n",
      "395 54 orFlow. St 0.15652508\n",
      "395 55 wFlow. Stu 0.15652508\n",
      "395 56 elow. Stud 0.15652508\n",
      "395 57 low. Stude 0.15652508\n",
      "395 58 ew. Studen 0.15652508\n",
      "395 59 w. Student 0.15652508\n",
      "395 60 . Students 0.15652508\n",
      "395 61  Students, 0.15652508\n",
      "395 62 Ttudents,  0.15652508\n",
      "395 63 tudents, p 0.15652508\n",
      "395 64 urents, pl 0.15652508\n",
      "395 65 rents, ple 0.15652508\n",
      "395 66 unts, plea 0.15652508\n",
      "395 67  t , pleas 0.15652508\n",
      "395 68 t , please 0.15652508\n",
      "395 69 u, please  0.15652508\n",
      "395 70 o please s 0.15652508\n",
      "395 71  please st 0.15652508\n",
      "395 72 Tlease stu 0.15652508\n",
      "395 73 lease stud 0.15652508\n",
      "395 74 ease study 0.15652508\n",
      "395 75  se study  0.15652508\n",
      "395 76 te study h 0.15652508\n",
      "395 77 o study ha 0.15652508\n",
      "395 78  ctudy har 0.15652508\n",
      "395 79 Ttudy hard 0.15652508\n",
      "395 80 oudy hard. 0.15652508\n",
      "396 0 ae are dat 0.15652499\n",
      "396 1 e are data 0.15652499\n",
      "396 2  sre datae 0.15652499\n",
      "396 3 are dataed 0.15652499\n",
      "396 4 te dataedu 0.15652499\n",
      "396 5 e iataedu. 0.15652499\n",
      "396 6  sataedu.  0.15652499\n",
      "396 7 aataedu. T 0.15652499\n",
      "396 8 ataedu. Th 0.15652499\n",
      "396 9 taedu. The 0.15652499\n",
      "396 10 uedu. The  0.15652499\n",
      "396 11 tdu. The c 0.15652499\n",
      "396 12  u. The cu 0.15652499\n",
      "396 13 a. The cur 0.15652499\n",
      "396 14 r The curr 0.15652499\n",
      "396 15  The curre 0.15652499\n",
      "396 16 ahe curren 0.15652499\n",
      "396 17 he current 0.15652499\n",
      "396 18 e current  0.15652499\n",
      "396 19  surrent l 0.15652499\n",
      "396 20 aurrent le 0.15652499\n",
      "396 21 urrent lec 0.15652499\n",
      "396 22 rrent lect 0.15652499\n",
      "396 23 eent lectu 0.15652499\n",
      "396 24 e t lectur 0.15652499\n",
      "396 25  tslecture 0.15652499\n",
      "396 26 tslecture  0.15652499\n",
      "396 27 ulecture i 0.15652499\n",
      "396 28 aecture is 0.15652499\n",
      "396 29 eature is  0.15652499\n",
      "396 30  ture is a 0.15652499\n",
      "396 31 uure is a  0.15652499\n",
      "396 32 ude is a M 0.15652499\n",
      "396 33 rr is a Ma 0.15652499\n",
      "396 34 e is a Mat 0.15652499\n",
      "396 35  ss a Matc 0.15652499\n",
      "396 36 as a Match 0.15652499\n",
      "396 37 s a Match  0.15652499\n",
      "396 38 ,a Match U 0.15652499\n",
      "396 39 arMatch Up 0.15652499\n",
      "396 40 tMatch Up  0.15652499\n",
      "396 41 aatch Up T 0.15652499\n",
      "396 42 atch Up Te 0.15652499\n",
      "396 43 tah Up Ten 0.15652499\n",
      "396 44 uh Up Tens 0.15652499\n",
      "396 45 u Up Tenso 0.15652499\n",
      "396 46 eUp Tensor 0.15652499\n",
      "396 47 ap TensorF 0.15652499\n",
      "396 48 p TensorFl 0.15652499\n",
      "396 49 lTensorFlo 0.15652499\n",
      "396 50 ahnsorFlow 0.15652499\n",
      "396 51 hnsorFlow. 0.15652499\n",
      "396 52  torFlow.  0.15652499\n",
      "396 53 torFlow. S 0.15652499\n",
      "396 54 ,rFlow. St 0.15652499\n",
      "396 55 wFlow. Stu 0.15652499\n",
      "396 56 elow. Stud 0.15652499\n",
      "396 57 low. Stude 0.15652499\n",
      "396 58 ew. Studen 0.15652499\n",
      "396 59 w. Student 0.15652499\n",
      "396 60 . Students 0.15652499\n",
      "396 61  Ttudents, 0.15652499\n",
      "396 62 atudents,  0.15652499\n",
      "396 63 tudents, p 0.15652499\n",
      "396 64 udents, pl 0.15652499\n",
      "396 65 rents, ple 0.15652499\n",
      "396 66 ants, plea 0.15652499\n",
      "396 67  ts, pleas 0.15652499\n",
      "396 68 ts, please 0.15652499\n",
      "396 69 u, please  0.15652499\n",
      "396 70 , please s 0.15652499\n",
      "396 71  please st 0.15652499\n",
      "396 72 alease stu 0.15652499\n",
      "396 73 lease stud 0.15652499\n",
      "396 74 ease study 0.15652499\n",
      "396 75  se study  0.15652499\n",
      "396 76 te study h 0.15652499\n",
      "396 77 , study ha 0.15652499\n",
      "396 78  study har 0.15652499\n",
      "396 79 atudy hard 0.15652499\n",
      "396 80 ,udy hard. 0.15652499\n",
      "397 0 Te are dat 0.15652269\n",
      "397 1 e are data 0.15652269\n",
      "397 2  are datae 0.15652269\n",
      "397 3 T e dataed 0.15652269\n",
      "397 4 te dataedu 0.15652269\n",
      "397 5 e iataedu. 0.15652269\n",
      "397 6  aataedu.  0.15652269\n",
      "397 7 Tataedu. T 0.15652269\n",
      "397 8 ataedu. Th 0.15652269\n",
      "397 9 tcedu. The 0.15652269\n",
      "397 10 uedu. The  0.15652269\n",
      "397 11 tdu. The c 0.15652269\n",
      "397 12  u. The cu 0.15652269\n",
      "397 13 a. The cur 0.15652269\n",
      "397 14 r The curr 0.15652269\n",
      "397 15  She curre 0.15652269\n",
      "397 16 Tee curren 0.15652269\n",
      "397 17 ee current 0.15652269\n",
      "397 18   current  0.15652269\n",
      "397 19  aurrent l 0.15652269\n",
      "397 20 Turrent le 0.15652269\n",
      "397 21 hrrent lec 0.15652269\n",
      "397 22 reent lect 0.15652269\n",
      "397 23 eent lectu 0.15652269\n",
      "397 24 e t lectur 0.15652269\n",
      "397 25  tslecture 0.15652269\n",
      "397 26 t lecture  0.15652269\n",
      "397 27 ulecture i 0.15652269\n",
      "397 28 Tecture is 0.15652269\n",
      "397 29 ecture is  0.15652269\n",
      "397 30  ture is a 0.15652269\n",
      "397 31 hure is a  0.15652269\n",
      "397 32 ure is a M 0.15652269\n",
      "397 33 re is a Ma 0.15652269\n",
      "397 34 e is a Mat 0.15652269\n",
      "397 35  as a Matc 0.15652269\n",
      "397 36 Ts a Match 0.15652269\n",
      "397 37 s a Match  0.15652269\n",
      "397 38 ta Match U 0.15652269\n",
      "397 39 T Match Up 0.15652269\n",
      "397 40 tMatch Up  0.15652269\n",
      "397 41 Tatch Up T 0.15652269\n",
      "397 42 atch Up Te 0.15652269\n",
      "397 43 tch Up Ten 0.15652269\n",
      "397 44 uh Up Tens 0.15652269\n",
      "397 45 h Up Tenso 0.15652269\n",
      "397 46  Up Tensor 0.15652269\n",
      "397 47 Tp TensorF 0.15652269\n",
      "397 48 p TensorFl 0.15652269\n",
      "397 49 lTensorFlo 0.15652269\n",
      "397 50 TensorFlow 0.15652269\n",
      "397 51 ensorFlow. 0.15652269\n",
      "397 52  torFlow.  0.15652269\n",
      "397 53 torFlow. S 0.15652269\n",
      "397 54 trFlow. St 0.15652269\n",
      "397 55 wFlow. Stu 0.15652269\n",
      "397 56 elow. Stud 0.15652269\n",
      "397 57 low. Stude 0.15652269\n",
      "397 58 ew. Studen 0.15652269\n",
      "397 59 w. Student 0.15652269\n",
      "397 60 . Students 0.15652269\n",
      "397 61  Students, 0.15652269\n",
      "397 62 Ttudents,  0.15652269\n",
      "397 63 tudents, p 0.15652269\n",
      "397 64 urents, pl 0.15652269\n",
      "397 65 rents, ple 0.15652269\n",
      "397 66 ants, plea 0.15652269\n",
      "397 67  ts, pleas 0.15652269\n",
      "397 68 t , please 0.15652269\n",
      "397 69 u, please  0.15652269\n",
      "397 70 t please s 0.15652269\n",
      "397 71  please st 0.15652269\n",
      "397 72 Tlease stu 0.15652269\n",
      "397 73 lease stud 0.15652269\n",
      "397 74 ecse study 0.15652269\n",
      "397 75  se study  0.15652269\n",
      "397 76 te study h 0.15652269\n",
      "397 77 t study ha 0.15652269\n",
      "397 78  atudy har 0.15652269\n",
      "397 79 Ttudy hard 0.15652269\n",
      "397 80 tudy hard. 0.15652269\n",
      "398 0 Te are dat 0.15652099\n",
      "398 1 e are data 0.15652099\n",
      "398 2  dre datae 0.15652099\n",
      "398 3 T e dataed 0.15652099\n",
      "398 4 te dataedu 0.15652099\n",
      "398 5 e dataedu. 0.15652099\n",
      "398 6  dataedu.  0.15652099\n",
      "398 7 Tataedu. T 0.15652099\n",
      "398 8 ataedu. Th 0.15652099\n",
      "398 9 tcedu. The 0.15652099\n",
      "398 10 uedu. The  0.15652099\n",
      "398 11 tdu. The c 0.15652099\n",
      "398 12  u. The cu 0.15652099\n",
      "398 13 a. The cur 0.15652099\n",
      "398 14 r The curr 0.15652099\n",
      "398 15  She curre 0.15652099\n",
      "398 16 Tee curren 0.15652099\n",
      "398 17 ee current 0.15652099\n",
      "398 18   current  0.15652099\n",
      "398 19  durrent l 0.15652099\n",
      "398 20 Turrent le 0.15652099\n",
      "398 21 urrent lec 0.15652099\n",
      "398 22 reent lect 0.15652099\n",
      "398 23 eent lectu 0.15652099\n",
      "398 24 e t lectur 0.15652099\n",
      "398 25  t lecture 0.15652099\n",
      "398 26 t lecture  0.15652099\n",
      "398 27 ulecture i 0.15652099\n",
      "398 28 Tecture is 0.15652099\n",
      "398 29 eature is  0.15652099\n",
      "398 30  ture is a 0.15652099\n",
      "398 31 uure is a  0.15652099\n",
      "398 32 ude is a M 0.15652099\n",
      "398 33 re is a Ma 0.15652099\n",
      "398 34 e ds a Mat 0.15652099\n",
      "398 35  ds a Matc 0.15652099\n",
      "398 36 Ts a Match 0.15652099\n",
      "398 37 s a Match  0.15652099\n",
      "398 38 ,a Match U 0.15652099\n",
      "398 39 T Match Up 0.15652099\n",
      "398 40 tMatch Up  0.15652099\n",
      "398 41 Tatch Up T 0.15652099\n",
      "398 42 atch Up Te 0.15652099\n",
      "398 43 tch Up Ten 0.15652099\n",
      "398 44 uh Up Tens 0.15652099\n",
      "398 45 u Up Tenso 0.15652099\n",
      "398 46  Up Tensor 0.15652099\n",
      "398 47 Tp TensorF 0.15652099\n",
      "398 48 p TensorFl 0.15652099\n",
      "398 49  TensorFlo 0.15652099\n",
      "398 50 TensorFlow 0.15652099\n",
      "398 51 ensorFlow. 0.15652099\n",
      "398 52  torFlow.  0.15652099\n",
      "398 53 torFlow. S 0.15652099\n",
      "398 54 ,rFlow. St 0.15652099\n",
      "398 55 rFlow. Stu 0.15652099\n",
      "398 56 elow. Stud 0.15652099\n",
      "398 57 low. Stude 0.15652099\n",
      "398 58 ew. Studen 0.15652099\n",
      "398 59 r. Student 0.15652099\n",
      "398 60 . Students 0.15652099\n",
      "398 61  Students, 0.15652099\n",
      "398 62 Ttudents,  0.15652099\n",
      "398 63 tudents, p 0.15652099\n",
      "398 64 udents, pl 0.15652099\n",
      "398 65 rents, ple 0.15652099\n",
      "398 66 ants, plea 0.15652099\n",
      "398 67  t , pleas 0.15652099\n",
      "398 68 t , please 0.15652099\n",
      "398 69 u, please  0.15652099\n",
      "398 70 , please s 0.15652099\n",
      "398 71  please st 0.15652099\n",
      "398 72 Tlease stu 0.15652099\n",
      "398 73  ease stud 0.15652099\n",
      "398 74 ease study 0.15652099\n",
      "398 75  se study  0.15652099\n",
      "398 76 te study h 0.15652099\n",
      "398 77 , study ha 0.15652099\n",
      "398 78  dtudy har 0.15652099\n",
      "398 79 Ttudy hard 0.15652099\n",
      "398 80 ,udy hard. 0.15652099\n",
      "399 0 ae are dat 0.15652083\n",
      "399 1 e are data 0.15652083\n",
      "399 2  are datae 0.15652083\n",
      "399 3 are dataed 0.15652083\n",
      "399 4 te dataedu 0.15652083\n",
      "399 5 e iataedu. 0.15652083\n",
      "399 6  aataedu.  0.15652083\n",
      "399 7 aataedu. T 0.15652083\n",
      "399 8 ataedu. Th 0.15652083\n",
      "399 9 taedu. The 0.15652083\n",
      "399 10 uedu. The  0.15652083\n",
      "399 11 tdu. The c 0.15652083\n",
      "399 12  u. The cu 0.15652083\n",
      "399 13 a. The cur 0.15652083\n",
      "399 14 r The curr 0.15652083\n",
      "399 15  The curre 0.15652083\n",
      "399 16 ahe curren 0.15652083\n",
      "399 17 he current 0.15652083\n",
      "399 18 e current  0.15652083\n",
      "399 19  aurrent l 0.15652083\n",
      "399 20 aurrent le 0.15652083\n",
      "399 21 urrent lec 0.15652083\n",
      "399 22 rrent lect 0.15652083\n",
      "399 23 eent lectu 0.15652083\n",
      "399 24 e t lectur 0.15652083\n",
      "399 25  tslecture 0.15652083\n",
      "399 26 tslecture  0.15652083\n",
      "399 27 ulecture i 0.15652083\n",
      "399 28 aecture is 0.15652083\n",
      "399 29 eature is  0.15652083\n",
      "399 30  ture is a 0.15652083\n",
      "399 31 uure is a  0.15652083\n",
      "399 32 ude is a M 0.15652083\n",
      "399 33 rr is a Ma 0.15652083\n",
      "399 34 e is a Mat 0.15652083\n",
      "399 35  as a Matc 0.15652083\n",
      "399 36 as a Match 0.15652083\n",
      "399 37 s a Match  0.15652083\n",
      "399 38 oa Match U 0.15652083\n",
      "399 39 arMatch Up 0.15652083\n",
      "399 40 tMatch Up  0.15652083\n",
      "399 41 aatch Up T 0.15652083\n",
      "399 42 atch Up Te 0.15652083\n",
      "399 43 tah Up Ten 0.15652083\n",
      "399 44 uh Up Tens 0.15652083\n",
      "399 45 u Up Tenso 0.15652083\n",
      "399 46 eUp Tensor 0.15652083\n",
      "399 47 ap TensorF 0.15652083\n",
      "399 48 p TensorFl 0.15652083\n",
      "399 49  TensorFlo 0.15652083\n",
      "399 50 ahnsorFlow 0.15652083\n",
      "399 51 hnsorFlow. 0.15652083\n",
      "399 52  torFlow.  0.15652083\n",
      "399 53 torFlow. S 0.15652083\n",
      "399 54 orFlow. St 0.15652083\n",
      "399 55 rFlow. Stu 0.15652083\n",
      "399 56 elow. Stud 0.15652083\n",
      "399 57 low. Stude 0.15652083\n",
      "399 58 ew. Studen 0.15652083\n",
      "399 59 r. Student 0.15652083\n",
      "399 60 . Students 0.15652083\n",
      "399 61  Ttudents, 0.15652083\n",
      "399 62 atudents,  0.15652083\n",
      "399 63 tudents, p 0.15652083\n",
      "399 64 udents, pl 0.15652083\n",
      "399 65 rents, ple 0.15652083\n",
      "399 66 ants, plea 0.15652083\n",
      "399 67  ts, pleas 0.15652083\n",
      "399 68 ts, please 0.15652083\n",
      "399 69 u, please  0.15652083\n",
      "399 70 o please s 0.15652083\n",
      "399 71  please st 0.15652083\n",
      "399 72 alease stu 0.15652083\n",
      "399 73  ease stud 0.15652083\n",
      "399 74 ease study 0.15652083\n",
      "399 75  se study  0.15652083\n",
      "399 76 te study h 0.15652083\n",
      "399 77 o study ha 0.15652083\n",
      "399 78  atudy har 0.15652083\n",
      "399 79 atudy hard 0.15652083\n",
      "399 80 oudy hard. 0.15652083\n",
      "400 0 Te are dat 0.15651987\n",
      "400 1 e are data 0.15651987\n",
      "400 2  cre datae 0.15651987\n",
      "400 3 T e dataed 0.15651987\n",
      "400 4 te dataedu 0.15651987\n",
      "400 5 e iataedu. 0.15651987\n",
      "400 6  cataedu.  0.15651987\n",
      "400 7 Tataedu. T 0.15651987\n",
      "400 8 ataedu. Th 0.15651987\n",
      "400 9 tcedu. The 0.15651987\n",
      "400 10 uedu. The  0.15651987\n",
      "400 11 tdu. The c 0.15651987\n",
      "400 12  u. The cu 0.15651987\n",
      "400 13 a. The cur 0.15651987\n",
      "400 14 r The curr 0.15651987\n",
      "400 15  She curre 0.15651987\n",
      "400 16 Tee curren 0.15651987\n",
      "400 17 ee current 0.15651987\n",
      "400 18   current  0.15651987\n",
      "400 19  current l 0.15651987\n",
      "400 20 Turrent le 0.15651987\n",
      "400 21 hrrent lec 0.15651987\n",
      "400 22 reent lect 0.15651987\n",
      "400 23 eent lectu 0.15651987\n",
      "400 24 e t lectur 0.15651987\n",
      "400 25  tslecture 0.15651987\n",
      "400 26 tslecture  0.15651987\n",
      "400 27 ulecture i 0.15651987\n",
      "400 28 Tecture is 0.15651987\n",
      "400 29 ecture is  0.15651987\n",
      "400 30  ture is a 0.15651987\n",
      "400 31 hure is a  0.15651987\n",
      "400 32 ure is a M 0.15651987\n",
      "400 33 re is a Ma 0.15651987\n",
      "400 34 e is a Mat 0.15651987\n",
      "400 35  cs a Matc 0.15651987\n",
      "400 36 Ts a Match 0.15651987\n",
      "400 37 s a Match  0.15651987\n",
      "400 38 ea Match U 0.15651987\n",
      "400 39 T Match Up 0.15651987\n",
      "400 40 tMatch Up  0.15651987\n",
      "400 41 Tatch Up T 0.15651987\n",
      "400 42 atch Up Te 0.15651987\n",
      "400 43 tch Up Ten 0.15651987\n",
      "400 44 uh Up Tens 0.15651987\n",
      "400 45 h Up Tenso 0.15651987\n",
      "400 46  Up Tensor 0.15651987\n",
      "400 47 Tp TensorF 0.15651987\n",
      "400 48 p TensorFl 0.15651987\n",
      "400 49  TensorFlo 0.15651987\n",
      "400 50 TensorFlow 0.15651987\n",
      "400 51 ensorFlow. 0.15651987\n",
      "400 52  torFlow.  0.15651987\n",
      "400 53 torFlow. S 0.15651987\n",
      "400 54 erFlow. St 0.15651987\n",
      "400 55 rFlow. Stu 0.15651987\n",
      "400 56 elow. Stud 0.15651987\n",
      "400 57 low. Stude 0.15651987\n",
      "400 58 ew. Studen 0.15651987\n",
      "400 59 r. Student 0.15651987\n",
      "400 60 . Students 0.15651987\n",
      "400 61  Students, 0.15651987\n",
      "400 62 Ttudents,  0.15651987\n",
      "400 63 tudents, p 0.15651987\n",
      "400 64 urents, pl 0.15651987\n",
      "400 65 rents, ple 0.15651987\n",
      "400 66 ants, plea 0.15651987\n",
      "400 67  ts, pleas 0.15651987\n",
      "400 68 ts, please 0.15651987\n",
      "400 69 u, please  0.15651987\n",
      "400 70 e please s 0.15651987\n",
      "400 71  please st 0.15651987\n",
      "400 72 Tlease stu 0.15651987\n",
      "400 73  ease stud 0.15651987\n",
      "400 74 ecse study 0.15651987\n",
      "400 75  se study  0.15651987\n",
      "400 76 te study h 0.15651987\n",
      "400 77 e study ha 0.15651987\n",
      "400 78  ctudy har 0.15651987\n",
      "400 79 Ttudy hard 0.15651987\n",
      "400 80 eudy hard. 0.15651987\n",
      "401 0 ae are dat 0.15651803\n",
      "401 1 e are data 0.15651803\n",
      "401 2  sre datae 0.15651803\n",
      "401 3 are dataed 0.15651803\n",
      "401 4 te dataedu 0.15651803\n",
      "401 5 e dataedu. 0.15651803\n",
      "401 6  sataedu.  0.15651803\n",
      "401 7 aataedu. T 0.15651803\n",
      "401 8 ataedu. Th 0.15651803\n",
      "401 9 taedu. The 0.15651803\n",
      "401 10 uedu. The  0.15651803\n",
      "401 11 tdu. The c 0.15651803\n",
      "401 12  u. The cu 0.15651803\n",
      "401 13 a. The cur 0.15651803\n",
      "401 14 r The curr 0.15651803\n",
      "401 15  The curre 0.15651803\n",
      "401 16 aee curren 0.15651803\n",
      "401 17 ee current 0.15651803\n",
      "401 18 e current  0.15651803\n",
      "401 19  surrent l 0.15651803\n",
      "401 20 aurrent le 0.15651803\n",
      "401 21 urrent lec 0.15651803\n",
      "401 22 rrent lect 0.15651803\n",
      "401 23 eent lectu 0.15651803\n",
      "401 24 e t lectur 0.15651803\n",
      "401 25  t lecture 0.15651803\n",
      "401 26 t lecture  0.15651803\n",
      "401 27 ulecture i 0.15651803\n",
      "401 28 aecture is 0.15651803\n",
      "401 29 eature is  0.15651803\n",
      "401 30  ture is a 0.15651803\n",
      "401 31 uure is a  0.15651803\n",
      "401 32 ude is a M 0.15651803\n",
      "401 33 rr is a Ma 0.15651803\n",
      "401 34 e ds a Mat 0.15651803\n",
      "401 35  ss a Matc 0.15651803\n",
      "401 36 as a Match 0.15651803\n",
      "401 37 s a Match  0.15651803\n",
      "401 38 ta Match U 0.15651803\n",
      "401 39 arMatch Up 0.15651803\n",
      "401 40 tMatch Up  0.15651803\n",
      "401 41 aatch Up T 0.15651803\n",
      "401 42 atch Up Te 0.15651803\n",
      "401 43 tah Up Ten 0.15651803\n",
      "401 44 uh Up Tens 0.15651803\n",
      "401 45 u Up Tenso 0.15651803\n",
      "401 46 eUp Tensor 0.15651803\n",
      "401 47 ap TensorF 0.15651803\n",
      "401 48 p TensorFl 0.15651803\n",
      "401 49 lTensorFlo 0.15651803\n",
      "401 50 aensorFlow 0.15651803\n",
      "401 51 ensorFlow. 0.15651803\n",
      "401 52  torFlow.  0.15651803\n",
      "401 53 torFlow. S 0.15651803\n",
      "401 54 trFlow. St 0.15651803\n",
      "401 55 wFlow. Stu 0.15651803\n",
      "401 56 elow. Stud 0.15651803\n",
      "401 57 low. Stude 0.15651803\n",
      "401 58 ew. Studen 0.15651803\n",
      "401 59 w. Student 0.15651803\n",
      "401 60 . Students 0.15651803\n",
      "401 61  Ttudents, 0.15651803\n",
      "401 62 atudents,  0.15651803\n",
      "401 63 tudents, p 0.15651803\n",
      "401 64 udents, pl 0.15651803\n",
      "401 65 rents, ple 0.15651803\n",
      "401 66 ants, plea 0.15651803\n",
      "401 67  t , pleas 0.15651803\n",
      "401 68 t , please 0.15651803\n",
      "401 69 u, please  0.15651803\n",
      "401 70 t please s 0.15651803\n",
      "401 71  please st 0.15651803\n",
      "401 72 alease stu 0.15651803\n",
      "401 73 lease stud 0.15651803\n",
      "401 74 ease study 0.15651803\n",
      "401 75  se study  0.15651803\n",
      "401 76 te study h 0.15651803\n",
      "401 77 t study ha 0.15651803\n",
      "401 78  study har 0.15651803\n",
      "401 79 atudy hard 0.15651803\n",
      "401 80 tudy hard. 0.15651803\n",
      "402 0 ae are dat 0.15651679\n",
      "402 1 e are data 0.15651679\n",
      "402 2  sre datae 0.15651679\n",
      "402 3 are dataed 0.15651679\n",
      "402 4 te dataedu 0.15651679\n",
      "402 5 e dataedu. 0.15651679\n",
      "402 6  sataedu.  0.15651679\n",
      "402 7 aataedu. T 0.15651679\n",
      "402 8 utaedu. Th 0.15651679\n",
      "402 9 tcedu. The 0.15651679\n",
      "402 10 uedu. The  0.15651679\n",
      "402 11 tdu. The c 0.15651679\n",
      "402 12  u. The cu 0.15651679\n",
      "402 13 u. The cur 0.15651679\n",
      "402 14 r The curr 0.15651679\n",
      "402 15  The curre 0.15651679\n",
      "402 16 ahe curren 0.15651679\n",
      "402 17 he current 0.15651679\n",
      "402 18 e current  0.15651679\n",
      "402 19  surrent l 0.15651679\n",
      "402 20 aurrent le 0.15651679\n",
      "402 21 urrent lec 0.15651679\n",
      "402 22 rrent lect 0.15651679\n",
      "402 23 eent lectu 0.15651679\n",
      "402 24 e t lectur 0.15651679\n",
      "402 25  tslecture 0.15651679\n",
      "402 26 tslecture  0.15651679\n",
      "402 27 ulecture i 0.15651679\n",
      "402 28 aecture is 0.15651679\n",
      "402 29 eature is  0.15651679\n",
      "402 30  ture is a 0.15651679\n",
      "402 31 uure is a  0.15651679\n",
      "402 32 ude is a M 0.15651679\n",
      "402 33 rr is a Ma 0.15651679\n",
      "402 34 e ds a Mat 0.15651679\n",
      "402 35  ss a Matc 0.15651679\n",
      "402 36 as a Match 0.15651679\n",
      "402 37 s a Match  0.15651679\n",
      "402 38 oa Match U 0.15651679\n",
      "402 39 arMatch Up 0.15651679\n",
      "402 40 tMatch Up  0.15651679\n",
      "402 41 aatch Up T 0.15651679\n",
      "402 42 atch Up Te 0.15651679\n",
      "402 43 tch Up Ten 0.15651679\n",
      "402 44 uh Up Tens 0.15651679\n",
      "402 45 u Up Tenso 0.15651679\n",
      "402 46 eUp Tensor 0.15651679\n",
      "402 47 ap TensorF 0.15651679\n",
      "402 48 p TensorFl 0.15651679\n",
      "402 49 lTensorFlo 0.15651679\n",
      "402 50 ahnsorFlow 0.15651679\n",
      "402 51 hnsorFlow. 0.15651679\n",
      "402 52  torFlow.  0.15651679\n",
      "402 53 torFlow. S 0.15651679\n",
      "402 54 orFlow. St 0.15651679\n",
      "402 55 wFlow. Stu 0.15651679\n",
      "402 56 elow. Stud 0.15651679\n",
      "402 57 low. Stude 0.15651679\n",
      "402 58 ew. Studen 0.15651679\n",
      "402 59 w. Student 0.15651679\n",
      "402 60 . Students 0.15651679\n",
      "402 61  Ttudents, 0.15651679\n",
      "402 62 atudents,  0.15651679\n",
      "402 63 tudents, p 0.15651679\n",
      "402 64 udents, pl 0.15651679\n",
      "402 65 rents, ple 0.15651679\n",
      "402 66 unts, plea 0.15651679\n",
      "402 67  ts, pleas 0.15651679\n",
      "402 68 ts, please 0.15651679\n",
      "402 69 u, please  0.15651679\n",
      "402 70 o please s 0.15651679\n",
      "402 71  please st 0.15651679\n",
      "402 72 alease stu 0.15651679\n",
      "402 73 lease stud 0.15651679\n",
      "402 74 ease study 0.15651679\n",
      "402 75  se study  0.15651679\n",
      "402 76 te study h 0.15651679\n",
      "402 77 o study ha 0.15651679\n",
      "402 78  study har 0.15651679\n",
      "402 79 atudy hard 0.15651679\n",
      "402 80 oudy hard. 0.15651679\n",
      "403 0 Te are dat 0.15651637\n",
      "403 1 e are data 0.15651637\n",
      "403 2  cre datae 0.15651637\n",
      "403 3 T e dataed 0.15651637\n",
      "403 4 te dataedu 0.15651637\n",
      "403 5 e dataedu. 0.15651637\n",
      "403 6  cataedu.  0.15651637\n",
      "403 7 Tataedu. T 0.15651637\n",
      "403 8 utaedu. Th 0.15651637\n",
      "403 9 tcedu. The 0.15651637\n",
      "403 10 uedu. The  0.15651637\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "403 11 tdu. The c 0.15651637\n",
      "403 12  u. The cu 0.15651637\n",
      "403 13 u. The cur 0.15651637\n",
      "403 14 r The curr 0.15651637\n",
      "403 15  She curre 0.15651637\n",
      "403 16 Tee curren 0.15651637\n",
      "403 17 ee current 0.15651637\n",
      "403 18   current  0.15651637\n",
      "403 19  current l 0.15651637\n",
      "403 20 Turrent le 0.15651637\n",
      "403 21 hrrent lec 0.15651637\n",
      "403 22 reent lect 0.15651637\n",
      "403 23 eent lectu 0.15651637\n",
      "403 24 e t lectur 0.15651637\n",
      "403 25  tslecture 0.15651637\n",
      "403 26 tslecture  0.15651637\n",
      "403 27 ulecture i 0.15651637\n",
      "403 28 Tecture is 0.15651637\n",
      "403 29 ecture is  0.15651637\n",
      "403 30  ture is a 0.15651637\n",
      "403 31 hure is a  0.15651637\n",
      "403 32 ure is a M 0.15651637\n",
      "403 33 re is a Ma 0.15651637\n",
      "403 34 e ds a Mat 0.15651637\n",
      "403 35  cs a Matc 0.15651637\n",
      "403 36 Ts a Match 0.15651637\n",
      "403 37 s a Match  0.15651637\n",
      "403 38 oa Match U 0.15651637\n",
      "403 39 T Match Up 0.15651637\n",
      "403 40 tMatch Up  0.15651637\n",
      "403 41 Tatch Up T 0.15651637\n",
      "403 42 atch Up Te 0.15651637\n",
      "403 43 tch Up Ten 0.15651637\n",
      "403 44 uh Up Tens 0.15651637\n",
      "403 45 h Up Tenso 0.15651637\n",
      "403 46  Up Tensor 0.15651637\n",
      "403 47 Tp TensorF 0.15651637\n",
      "403 48 p TensorFl 0.15651637\n",
      "403 49 lTensorFlo 0.15651637\n",
      "403 50 TensorFlow 0.15651637\n",
      "403 51 ensorFlow. 0.15651637\n",
      "403 52  torFlow.  0.15651637\n",
      "403 53 torFlow. S 0.15651637\n",
      "403 54 orFlow. St 0.15651637\n",
      "403 55 rFlow. Stu 0.15651637\n",
      "403 56 elow. Stud 0.15651637\n",
      "403 57 low. Stude 0.15651637\n",
      "403 58 ew. Studen 0.15651637\n",
      "403 59 r. Student 0.15651637\n",
      "403 60 . Students 0.15651637\n",
      "403 61  Students, 0.15651637\n",
      "403 62 Ttudents,  0.15651637\n",
      "403 63 tudents, p 0.15651637\n",
      "403 64 urents, pl 0.15651637\n",
      "403 65 rents, ple 0.15651637\n",
      "403 66 unts, plea 0.15651637\n",
      "403 67  ts, pleas 0.15651637\n",
      "403 68 ts, please 0.15651637\n",
      "403 69 u, please  0.15651637\n",
      "403 70 o please s 0.15651637\n",
      "403 71  please st 0.15651637\n",
      "403 72 Tlease stu 0.15651637\n",
      "403 73 lease stud 0.15651637\n",
      "403 74 ecse study 0.15651637\n",
      "403 75  se study  0.15651637\n",
      "403 76 te study h 0.15651637\n",
      "403 77 o study ha 0.15651637\n",
      "403 78  ctudy har 0.15651637\n",
      "403 79 Ttudy hard 0.15651637\n",
      "403 80 oudy hard. 0.15651637\n",
      "404 0 ae are dat 0.1565153\n",
      "404 1 e are data 0.1565153\n",
      "404 2  dre datae 0.1565153\n",
      "404 3 are dataed 0.1565153\n",
      "404 4 te dataedu 0.1565153\n",
      "404 5 e iataedu. 0.1565153\n",
      "404 6  dataedu.  0.1565153\n",
      "404 7 aataedu. T 0.1565153\n",
      "404 8 ataedu. Th 0.1565153\n",
      "404 9 taedu. The 0.1565153\n",
      "404 10 uedu. The  0.1565153\n",
      "404 11 tdu. The c 0.1565153\n",
      "404 12  u. The cu 0.1565153\n",
      "404 13 a. The cur 0.1565153\n",
      "404 14 r The curr 0.1565153\n",
      "404 15  The curre 0.1565153\n",
      "404 16 aee curren 0.1565153\n",
      "404 17 ee current 0.1565153\n",
      "404 18 e current  0.1565153\n",
      "404 19  durrent l 0.1565153\n",
      "404 20 aurrent le 0.1565153\n",
      "404 21 urrent lec 0.1565153\n",
      "404 22 rrent lect 0.1565153\n",
      "404 23 eent lectu 0.1565153\n",
      "404 24 e t lectur 0.1565153\n",
      "404 25  t lecture 0.1565153\n",
      "404 26 t lecture  0.1565153\n",
      "404 27 ulecture i 0.1565153\n",
      "404 28 aecture is 0.1565153\n",
      "404 29 eature is  0.1565153\n",
      "404 30  ture is a 0.1565153\n",
      "404 31 uure is a  0.1565153\n",
      "404 32 ude is a M 0.1565153\n",
      "404 33 rr is a Ma 0.1565153\n",
      "404 34 e is a Mat 0.1565153\n",
      "404 35  ds a Matc 0.1565153\n",
      "404 36 as a Match 0.1565153\n",
      "404 37 s a Match  0.1565153\n",
      "404 38 oa Match U 0.1565153\n",
      "404 39 arMatch Up 0.1565153\n",
      "404 40 tMatch Up  0.1565153\n",
      "404 41 aatch Up T 0.1565153\n",
      "404 42 atch Up Te 0.1565153\n",
      "404 43 tah Up Ten 0.1565153\n",
      "404 44 uh Up Tens 0.1565153\n",
      "404 45 u Up Tenso 0.1565153\n",
      "404 46 eUp Tensor 0.1565153\n",
      "404 47 ap TensorF 0.1565153\n",
      "404 48 p TensorFl 0.1565153\n",
      "404 49  TensorFlo 0.1565153\n",
      "404 50 aensorFlow 0.1565153\n",
      "404 51 ensorFlow. 0.1565153\n",
      "404 52  torFlow.  0.1565153\n",
      "404 53 torFlow. S 0.1565153\n",
      "404 54 orFlow. St 0.1565153\n",
      "404 55 rFlow. Stu 0.1565153\n",
      "404 56 elow. Stud 0.1565153\n",
      "404 57 low. Stude 0.1565153\n",
      "404 58 ew. Studen 0.1565153\n",
      "404 59 r. Student 0.1565153\n",
      "404 60 . Students 0.1565153\n",
      "404 61  Ttudents, 0.1565153\n",
      "404 62 atudents,  0.1565153\n",
      "404 63 tudents, p 0.1565153\n",
      "404 64 udents, pl 0.1565153\n",
      "404 65 rents, ple 0.1565153\n",
      "404 66 ants, plea 0.1565153\n",
      "404 67  t , pleas 0.1565153\n",
      "404 68 t , please 0.1565153\n",
      "404 69 u, please  0.1565153\n",
      "404 70 o please s 0.1565153\n",
      "404 71  please st 0.1565153\n",
      "404 72 alease stu 0.1565153\n",
      "404 73  ease stud 0.1565153\n",
      "404 74 ease study 0.1565153\n",
      "404 75  se study  0.1565153\n",
      "404 76 te study h 0.1565153\n",
      "404 77 o study ha 0.1565153\n",
      "404 78  dtudy har 0.1565153\n",
      "404 79 atudy hard 0.1565153\n",
      "404 80 oudy hard. 0.1565153\n",
      "405 0 Te are dat 0.15651368\n",
      "405 1 e are data 0.15651368\n",
      "405 2  cre datae 0.15651368\n",
      "405 3 T e dataed 0.15651368\n",
      "405 4 te dataedu 0.15651368\n",
      "405 5 e iataedu. 0.15651368\n",
      "405 6  cataedu.  0.15651368\n",
      "405 7 Tataedu. T 0.15651368\n",
      "405 8 ataedu. Th 0.15651368\n",
      "405 9 tcedu. The 0.15651368\n",
      "405 10 uedu. The  0.15651368\n",
      "405 11 tdu. The c 0.15651368\n",
      "405 12  u. The cu 0.15651368\n",
      "405 13 a. The cur 0.15651368\n",
      "405 14 r The curr 0.15651368\n",
      "405 15  She curre 0.15651368\n",
      "405 16 Tee curren 0.15651368\n",
      "405 17 ee current 0.15651368\n",
      "405 18   current  0.15651368\n",
      "405 19  current l 0.15651368\n",
      "405 20 Turrent le 0.15651368\n",
      "405 21 hrrent lec 0.15651368\n",
      "405 22 rrent lect 0.15651368\n",
      "405 23 eent lectu 0.15651368\n",
      "405 24 e t lectur 0.15651368\n",
      "405 25  tslecture 0.15651368\n",
      "405 26 tslecture  0.15651368\n",
      "405 27 ulecture i 0.15651368\n",
      "405 28 Tecture is 0.15651368\n",
      "405 29 ecture is  0.15651368\n",
      "405 30  ture is a 0.15651368\n",
      "405 31 hure is a  0.15651368\n",
      "405 32 ure is a M 0.15651368\n",
      "405 33 rr is a Ma 0.15651368\n",
      "405 34 e is a Mat 0.15651368\n",
      "405 35  cs a Matc 0.15651368\n",
      "405 36 Ts a Match 0.15651368\n",
      "405 37 s a Match  0.15651368\n",
      "405 38 ta Match U 0.15651368\n",
      "405 39 T Match Up 0.15651368\n",
      "405 40 tMatch Up  0.15651368\n",
      "405 41 Tatch Up T 0.15651368\n",
      "405 42 atch Up Te 0.15651368\n",
      "405 43 tch Up Ten 0.15651368\n",
      "405 44 uh Up Tens 0.15651368\n",
      "405 45 h Up Tenso 0.15651368\n",
      "405 46  Up Tensor 0.15651368\n",
      "405 47 Tp TensorF 0.15651368\n",
      "405 48 p TensorFl 0.15651368\n",
      "405 49  TensorFlo 0.15651368\n",
      "405 50 TensorFlow 0.15651368\n",
      "405 51 ensorFlow. 0.15651368\n",
      "405 52  torFlow.  0.15651368\n",
      "405 53 torFlow. S 0.15651368\n",
      "405 54 trFlow. St 0.15651368\n",
      "405 55 rFlow. Stu 0.15651368\n",
      "405 56 elow. Stud 0.15651368\n",
      "405 57 low. Stude 0.15651368\n",
      "405 58 ew. Studen 0.15651368\n",
      "405 59 r. Student 0.15651368\n",
      "405 60 . Students 0.15651368\n",
      "405 61  Students, 0.15651368\n",
      "405 62 Ttudents,  0.15651368\n",
      "405 63 tudents, p 0.15651368\n",
      "405 64 urents, pl 0.15651368\n",
      "405 65 rents, ple 0.15651368\n",
      "405 66 ants, plea 0.15651368\n",
      "405 67  ts, pleas 0.15651368\n",
      "405 68 ts, please 0.15651368\n",
      "405 69 u, please  0.15651368\n",
      "405 70 t please s 0.15651368\n",
      "405 71  please st 0.15651368\n",
      "405 72 Tlease stu 0.15651368\n",
      "405 73  ease stud 0.15651368\n",
      "405 74 ecse study 0.15651368\n",
      "405 75  se study  0.15651368\n",
      "405 76 te study h 0.15651368\n",
      "405 77 t study ha 0.15651368\n",
      "405 78  ctudy har 0.15651368\n",
      "405 79 Ttudy hard 0.15651368\n",
      "405 80 tudy hard. 0.15651368\n",
      "406 0 Te are dat 0.1565127\n",
      "406 1 e are data 0.1565127\n",
      "406 2  are datae 0.1565127\n",
      "406 3 T e dataed 0.1565127\n",
      "406 4 te dataedu 0.1565127\n",
      "406 5 e dataedu. 0.1565127\n",
      "406 6  aataedu.  0.1565127\n",
      "406 7 Tataedu. T 0.1565127\n",
      "406 8 ataedu. Th 0.1565127\n",
      "406 9 tcedu. The 0.1565127\n",
      "406 10 uedu. The  0.1565127\n",
      "406 11 tdu. The c 0.1565127\n",
      "406 12  u. The cu 0.1565127\n",
      "406 13 a. The cur 0.1565127\n",
      "406 14 r The curr 0.1565127\n",
      "406 15  She curre 0.1565127\n",
      "406 16 The curren 0.1565127\n",
      "406 17 he current 0.1565127\n",
      "406 18 e current  0.1565127\n",
      "406 19  aurrent l 0.1565127\n",
      "406 20 Turrent le 0.1565127\n",
      "406 21 hrrent lec 0.1565127\n",
      "406 22 reent lect 0.1565127\n",
      "406 23 eent lectu 0.1565127\n",
      "406 24 e t lectur 0.1565127\n",
      "406 25  tslecture 0.1565127\n",
      "406 26 tslecture  0.1565127\n",
      "406 27 ulecture i 0.1565127\n",
      "406 28 Tecture is 0.1565127\n",
      "406 29 eature is  0.1565127\n",
      "406 30  ture is a 0.1565127\n",
      "406 31 hure is a  0.1565127\n",
      "406 32 ure is a M 0.1565127\n",
      "406 33 re is a Ma 0.1565127\n",
      "406 34 e ds a Mat 0.1565127\n",
      "406 35  as a Matc 0.1565127\n",
      "406 36 Ts a Match 0.1565127\n",
      "406 37 s a Match  0.1565127\n",
      "406 38 ,a Match U 0.1565127\n",
      "406 39 T Match Up 0.1565127\n",
      "406 40 tMatch Up  0.1565127\n",
      "406 41 Tatch Up T 0.1565127\n",
      "406 42 atch Up Te 0.1565127\n",
      "406 43 tch Up Ten 0.1565127\n",
      "406 44 uh Up Tens 0.1565127\n",
      "406 45 h Up Tenso 0.1565127\n",
      "406 46 eUp Tensor 0.1565127\n",
      "406 47 Tp TensorF 0.1565127\n",
      "406 48 p TensorFl 0.1565127\n",
      "406 49  TensorFlo 0.1565127\n",
      "406 50 ThnsorFlow 0.1565127\n",
      "406 51 hnsorFlow. 0.1565127\n",
      "406 52  torFlow.  0.1565127\n",
      "406 53 torFlow. S 0.1565127\n",
      "406 54 ,rFlow. St 0.1565127\n",
      "406 55 wFlow. Stu 0.1565127\n",
      "406 56 elow. Stud 0.1565127\n",
      "406 57 low. Stude 0.1565127\n",
      "406 58 ew. Studen 0.1565127\n",
      "406 59 w. Student 0.1565127\n",
      "406 60 . Students 0.1565127\n",
      "406 61  Students, 0.1565127\n",
      "406 62 Ttudents,  0.1565127\n",
      "406 63 tudents, p 0.1565127\n",
      "406 64 urents, pl 0.1565127\n",
      "406 65 rents, ple 0.1565127\n",
      "406 66 ants, plea 0.1565127\n",
      "406 67  ts, pleas 0.1565127\n",
      "406 68 ts, please 0.1565127\n",
      "406 69 u, please  0.1565127\n",
      "406 70 , please s 0.1565127\n",
      "406 71  please st 0.1565127\n",
      "406 72 Tlease stu 0.1565127\n",
      "406 73  ease stud 0.1565127\n",
      "406 74 ease study 0.1565127\n",
      "406 75  se study  0.1565127\n",
      "406 76 te study h 0.1565127\n",
      "406 77 , study ha 0.1565127\n",
      "406 78  atudy har 0.1565127\n",
      "406 79 Ttudy hard 0.1565127\n",
      "406 80 ,udy hard. 0.1565127\n",
      "407 0 ae are dat 0.15651204\n",
      "407 1 e are data 0.15651204\n",
      "407 2  are datae 0.15651204\n",
      "407 3 are dataed 0.15651204\n",
      "407 4 te dataedu 0.15651204\n",
      "407 5 e dataedu. 0.15651204\n",
      "407 6  aataedu.  0.15651204\n",
      "407 7 aataedu. T 0.15651204\n",
      "407 8 ataedu. Th 0.15651204\n",
      "407 9 taedu. The 0.15651204\n",
      "407 10 uedu. The  0.15651204\n",
      "407 11 tdu. The c 0.15651204\n",
      "407 12  u. The cu 0.15651204\n",
      "407 13 a. The cur 0.15651204\n",
      "407 14 r The curr 0.15651204\n",
      "407 15  The curre 0.15651204\n",
      "407 16 ahe curren 0.15651204\n",
      "407 17 he current 0.15651204\n",
      "407 18 e current  0.15651204\n",
      "407 19  aurrent l 0.15651204\n",
      "407 20 aurrent le 0.15651204\n",
      "407 21 urrent lec 0.15651204\n",
      "407 22 rrent lect 0.15651204\n",
      "407 23 eent lectu 0.15651204\n",
      "407 24 e t lectur 0.15651204\n",
      "407 25  t lecture 0.15651204\n",
      "407 26 t lecture  0.15651204\n",
      "407 27 ulecture i 0.15651204\n",
      "407 28 aecture is 0.15651204\n",
      "407 29 eature is  0.15651204\n",
      "407 30  ture is a 0.15651204\n",
      "407 31 uure is a  0.15651204\n",
      "407 32 ude is a M 0.15651204\n",
      "407 33 rr is a Ma 0.15651204\n",
      "407 34 e ds a Mat 0.15651204\n",
      "407 35  as a Matc 0.15651204\n",
      "407 36 as a Match 0.15651204\n",
      "407 37 s a Match  0.15651204\n",
      "407 38 ,a Match U 0.15651204\n",
      "407 39 arMatch Up 0.15651204\n",
      "407 40 tMatch Up  0.15651204\n",
      "407 41 aatch Up T 0.15651204\n",
      "407 42 atch Up Te 0.15651204\n",
      "407 43 tah Up Ten 0.15651204\n",
      "407 44 uh Up Tens 0.15651204\n",
      "407 45 u Up Tenso 0.15651204\n",
      "407 46 eUp Tensor 0.15651204\n",
      "407 47 ap TensorF 0.15651204\n",
      "407 48 p TensorFl 0.15651204\n",
      "407 49 lTensorFlo 0.15651204\n",
      "407 50 ahnsorFlow 0.15651204\n",
      "407 51 hnsorFlow. 0.15651204\n",
      "407 52  torFlow.  0.15651204\n",
      "407 53 torFlow. S 0.15651204\n",
      "407 54 ,rFlow. St 0.15651204\n",
      "407 55 wFlow. Stu 0.15651204\n",
      "407 56 elow. Stud 0.15651204\n",
      "407 57 low. Stude 0.15651204\n",
      "407 58 ew. Studen 0.15651204\n",
      "407 59 w. Student 0.15651204\n",
      "407 60 . Students 0.15651204\n",
      "407 61  Ttudents, 0.15651204\n",
      "407 62 atudents,  0.15651204\n",
      "407 63 tudents, p 0.15651204\n",
      "407 64 udents, pl 0.15651204\n",
      "407 65 rents, ple 0.15651204\n",
      "407 66 ants, plea 0.15651204\n",
      "407 67  t , pleas 0.15651204\n",
      "407 68 t , please 0.15651204\n",
      "407 69 u, please  0.15651204\n",
      "407 70 , please s 0.15651204\n",
      "407 71  please st 0.15651204\n",
      "407 72 alease stu 0.15651204\n",
      "407 73 lease stud 0.15651204\n",
      "407 74 ease study 0.15651204\n",
      "407 75  se study  0.15651204\n",
      "407 76 te study h 0.15651204\n",
      "407 77 , study ha 0.15651204\n",
      "407 78  atudy har 0.15651204\n",
      "407 79 atudy hard 0.15651204\n",
      "407 80 ,udy hard. 0.15651204\n",
      "408 0 Te are dat 0.15651096\n",
      "408 1 e are data 0.15651096\n",
      "408 2  cre datae 0.15651096\n",
      "408 3 T e dataed 0.15651096\n",
      "408 4 te dataedu 0.15651096\n",
      "408 5 e iataedu. 0.15651096\n",
      "408 6  cataedu.  0.15651096\n",
      "408 7 Tataedu. T 0.15651096\n",
      "408 8 ataedu. Th 0.15651096\n",
      "408 9 tcedu. The 0.15651096\n",
      "408 10 uedu. The  0.15651096\n",
      "408 11 tdu. The c 0.15651096\n",
      "408 12  u. The cu 0.15651096\n",
      "408 13 a. The cur 0.15651096\n",
      "408 14 r The curr 0.15651096\n",
      "408 15  She curre 0.15651096\n",
      "408 16 Tee curren 0.15651096\n",
      "408 17 ee current 0.15651096\n",
      "408 18   current  0.15651096\n",
      "408 19  current l 0.15651096\n",
      "408 20 Turrent le 0.15651096\n",
      "408 21 hrrent lec 0.15651096\n",
      "408 22 reent lect 0.15651096\n",
      "408 23 eent lectu 0.15651096\n",
      "408 24 e t lectur 0.15651096\n",
      "408 25  tslecture 0.15651096\n",
      "408 26 tslecture  0.15651096\n",
      "408 27 ulecture i 0.15651096\n",
      "408 28 Tecture is 0.15651096\n",
      "408 29 ecture is  0.15651096\n",
      "408 30  ture is a 0.15651096\n",
      "408 31 hure is a  0.15651096\n",
      "408 32 ure is a M 0.15651096\n",
      "408 33 re is a Ma 0.15651096\n",
      "408 34 e is a Mat 0.15651096\n",
      "408 35  cs a Matc 0.15651096\n",
      "408 36 Ts a Match 0.15651096\n",
      "408 37 s a Match  0.15651096\n",
      "408 38 ta Match U 0.15651096\n",
      "408 39 T Match Up 0.15651096\n",
      "408 40 tMatch Up  0.15651096\n",
      "408 41 Tatch Up T 0.15651096\n",
      "408 42 atch Up Te 0.15651096\n",
      "408 43 tch Up Ten 0.15651096\n",
      "408 44 uh Up Tens 0.15651096\n",
      "408 45 h Up Tenso 0.15651096\n",
      "408 46  Up Tensor 0.15651096\n",
      "408 47 Tp TensorF 0.15651096\n",
      "408 48 p TensorFl 0.15651096\n",
      "408 49 lTensorFlo 0.15651096\n",
      "408 50 TensorFlow 0.15651096\n",
      "408 51 ensorFlow. 0.15651096\n",
      "408 52  torFlow.  0.15651096\n",
      "408 53 torFlow. S 0.15651096\n",
      "408 54 trFlow. St 0.15651096\n",
      "408 55 wFlow. Stu 0.15651096\n",
      "408 56 elow. Stud 0.15651096\n",
      "408 57 low. Stude 0.15651096\n",
      "408 58 ew. Studen 0.15651096\n",
      "408 59 w. Student 0.15651096\n",
      "408 60 . Students 0.15651096\n",
      "408 61  Students, 0.15651096\n",
      "408 62 Ttudents,  0.15651096\n",
      "408 63 tudents, p 0.15651096\n",
      "408 64 urents, pl 0.15651096\n",
      "408 65 rents, ple 0.15651096\n",
      "408 66 ants, plea 0.15651096\n",
      "408 67  ts, pleas 0.15651096\n",
      "408 68 ts, please 0.15651096\n",
      "408 69 u, please  0.15651096\n",
      "408 70 t please s 0.15651096\n",
      "408 71  please st 0.15651096\n",
      "408 72 Tlease stu 0.15651096\n",
      "408 73 lease stud 0.15651096\n",
      "408 74 ecse study 0.15651096\n",
      "408 75  se study  0.15651096\n",
      "408 76 te study h 0.15651096\n",
      "408 77 t study ha 0.15651096\n",
      "408 78  ctudy har 0.15651096\n",
      "408 79 Ttudy hard 0.15651096\n",
      "408 80 tudy hard. 0.15651096\n",
      "409 0 ae are dat 0.15650964\n",
      "409 1 e are data 0.15650964\n",
      "409 2  are datae 0.15650964\n",
      "409 3 are dataed 0.15650964\n",
      "409 4 te dataedu 0.15650964\n",
      "409 5 e iataedu. 0.15650964\n",
      "409 6  aataedu.  0.15650964\n",
      "409 7 aataedu. T 0.15650964\n",
      "409 8 ataedu. Th 0.15650964\n",
      "409 9 taedu. The 0.15650964\n",
      "409 10 uedu. The  0.15650964\n",
      "409 11 tdu. The c 0.15650964\n",
      "409 12  u. The cu 0.15650964\n",
      "409 13 a. The cur 0.15650964\n",
      "409 14 r The curr 0.15650964\n",
      "409 15  The curre 0.15650964\n",
      "409 16 aee curren 0.15650964\n",
      "409 17 ee current 0.15650964\n",
      "409 18 e current  0.15650964\n",
      "409 19  aurrent l 0.15650964\n",
      "409 20 aurrent le 0.15650964\n",
      "409 21 urrent lec 0.15650964\n",
      "409 22 rrent lect 0.15650964\n",
      "409 23 eent lectu 0.15650964\n",
      "409 24 e t lectur 0.15650964\n",
      "409 25  tslecture 0.15650964\n",
      "409 26 tslecture  0.15650964\n",
      "409 27 ulecture i 0.15650964\n",
      "409 28 aecture is 0.15650964\n",
      "409 29 eature is  0.15650964\n",
      "409 30  ture is a 0.15650964\n",
      "409 31 uure is a  0.15650964\n",
      "409 32 ure is a M 0.15650964\n",
      "409 33 rr is a Ma 0.15650964\n",
      "409 34 e is a Mat 0.15650964\n",
      "409 35  as a Matc 0.15650964\n",
      "409 36 as a Match 0.15650964\n",
      "409 37 s a Match  0.15650964\n",
      "409 38 ,a Match U 0.15650964\n",
      "409 39 arMatch Up 0.15650964\n",
      "409 40 tMatch Up  0.15650964\n",
      "409 41 aatch Up T 0.15650964\n",
      "409 42 atch Up Te 0.15650964\n",
      "409 43 tah Up Ten 0.15650964\n",
      "409 44 uh Up Tens 0.15650964\n",
      "409 45 u Up Tenso 0.15650964\n",
      "409 46 eUp Tensor 0.15650964\n",
      "409 47 ap TensorF 0.15650964\n",
      "409 48 p TensorFl 0.15650964\n",
      "409 49 lTensorFlo 0.15650964\n",
      "409 50 aensorFlow 0.15650964\n",
      "409 51 ensorFlow. 0.15650964\n",
      "409 52  torFlow.  0.15650964\n",
      "409 53 torFlow. S 0.15650964\n",
      "409 54 ,rFlow. St 0.15650964\n",
      "409 55 rFlow. Stu 0.15650964\n",
      "409 56 elow. Stud 0.15650964\n",
      "409 57 low. Stude 0.15650964\n",
      "409 58 ew. Studen 0.15650964\n",
      "409 59 r. Student 0.15650964\n",
      "409 60 . Students 0.15650964\n",
      "409 61  Ttudents, 0.15650964\n",
      "409 62 atudents,  0.15650964\n",
      "409 63 tudents, p 0.15650964\n",
      "409 64 urents, pl 0.15650964\n",
      "409 65 rents, ple 0.15650964\n",
      "409 66 ants, plea 0.15650964\n",
      "409 67  ts, pleas 0.15650964\n",
      "409 68 ts, please 0.15650964\n",
      "409 69 u, please  0.15650964\n",
      "409 70 , please s 0.15650964\n",
      "409 71  please st 0.15650964\n",
      "409 72 alease stu 0.15650964\n",
      "409 73 lease stud 0.15650964\n",
      "409 74 ease study 0.15650964\n",
      "409 75  se study  0.15650964\n",
      "409 76 te study h 0.15650964\n",
      "409 77 , study ha 0.15650964\n",
      "409 78  atudy har 0.15650964\n",
      "409 79 atudy hard 0.15650964\n",
      "409 80 ,udy hard. 0.15650964\n",
      "410 0 ae are dat 0.15650861\n",
      "410 1 e are data 0.15650861\n",
      "410 2  dre datae 0.15650861\n",
      "410 3 are dataed 0.15650861\n",
      "410 4 te dataedu 0.15650861\n",
      "410 5 e dataedu. 0.15650861\n",
      "410 6  dataedu.  0.15650861\n",
      "410 7 aataedu. T 0.15650861\n",
      "410 8 ataedu. Th 0.15650861\n",
      "410 9 taedu. The 0.15650861\n",
      "410 10 uedu. The  0.15650861\n",
      "410 11 tdu. The c 0.15650861\n",
      "410 12  u. The cu 0.15650861\n",
      "410 13 a. The cur 0.15650861\n",
      "410 14 r The curr 0.15650861\n",
      "410 15  The curre 0.15650861\n",
      "410 16 ahe curren 0.15650861\n",
      "410 17 he current 0.15650861\n",
      "410 18   current  0.15650861\n",
      "410 19  durrent l 0.15650861\n",
      "410 20 aurrent le 0.15650861\n",
      "410 21 urrent lec 0.15650861\n",
      "410 22 rrent lect 0.15650861\n",
      "410 23 eent lectu 0.15650861\n",
      "410 24 e t lectur 0.15650861\n",
      "410 25  t lecture 0.15650861\n",
      "410 26 t lecture  0.15650861\n",
      "410 27 ulecture i 0.15650861\n",
      "410 28 aecture is 0.15650861\n",
      "410 29 eature is  0.15650861\n",
      "410 30  ture is a 0.15650861\n",
      "410 31 uure is a  0.15650861\n",
      "410 32 ude is a M 0.15650861\n",
      "410 33 rr is a Ma 0.15650861\n",
      "410 34 e ds a Mat 0.15650861\n",
      "410 35  ds a Matc 0.15650861\n",
      "410 36 as a Match 0.15650861\n",
      "410 37 s a Match  0.15650861\n",
      "410 38 ta Match U 0.15650861\n",
      "410 39 arMatch Up 0.15650861\n",
      "410 40 tMatch Up  0.15650861\n",
      "410 41 aatch Up T 0.15650861\n",
      "410 42 atch Up Te 0.15650861\n",
      "410 43 tah Up Ten 0.15650861\n",
      "410 44 uh Up Tens 0.15650861\n",
      "410 45 u Up Tenso 0.15650861\n",
      "410 46  Up Tensor 0.15650861\n",
      "410 47 ap TensorF 0.15650861\n",
      "410 48 p TensorFl 0.15650861\n",
      "410 49  TensorFlo 0.15650861\n",
      "410 50 ahnsorFlow 0.15650861\n",
      "410 51 hnsorFlow. 0.15650861\n",
      "410 52  torFlow.  0.15650861\n",
      "410 53 torFlow. S 0.15650861\n",
      "410 54 trFlow. St 0.15650861\n",
      "410 55 rFlow. Stu 0.15650861\n",
      "410 56 elow. Stud 0.15650861\n",
      "410 57 low. Stude 0.15650861\n",
      "410 58 ew. Studen 0.15650861\n",
      "410 59 r. Student 0.15650861\n",
      "410 60 . Students 0.15650861\n",
      "410 61  Ttudents, 0.15650861\n",
      "410 62 atudents,  0.15650861\n",
      "410 63 tudents, p 0.15650861\n",
      "410 64 udents, pl 0.15650861\n",
      "410 65 rents, ple 0.15650861\n",
      "410 66 ants, plea 0.15650861\n",
      "410 67  t , pleas 0.15650861\n",
      "410 68 t , please 0.15650861\n",
      "410 69 u, please  0.15650861\n",
      "410 70 t please s 0.15650861\n",
      "410 71  please st 0.15650861\n",
      "410 72 alease stu 0.15650861\n",
      "410 73  ease stud 0.15650861\n",
      "410 74 ease study 0.15650861\n",
      "410 75  se study  0.15650861\n",
      "410 76 te study h 0.15650861\n",
      "410 77 t study ha 0.15650861\n",
      "410 78  dtudy har 0.15650861\n",
      "410 79 atudy hard 0.15650861\n",
      "410 80 tudy hard. 0.15650861\n",
      "411 0 Te are dat 0.15650794\n",
      "411 1 e are data 0.15650794\n",
      "411 2  cre datae 0.15650794\n",
      "411 3 T e dataed 0.15650794\n",
      "411 4 te dataedu 0.15650794\n",
      "411 5 e dataedu. 0.15650794\n",
      "411 6  cataedu.  0.15650794\n",
      "411 7 Tataedu. T 0.15650794\n",
      "411 8 utaedu. Th 0.15650794\n",
      "411 9 tcedu. The 0.15650794\n",
      "411 10 uedu. The  0.15650794\n",
      "411 11 tdu. The c 0.15650794\n",
      "411 12  u. The cu 0.15650794\n",
      "411 13 u. The cur 0.15650794\n",
      "411 14 r The curr 0.15650794\n",
      "411 15  She curre 0.15650794\n",
      "411 16 Tee curren 0.15650794\n",
      "411 17 ee current 0.15650794\n",
      "411 18   current  0.15650794\n",
      "411 19  current l 0.15650794\n",
      "411 20 Turrent le 0.15650794\n",
      "411 21 hrrent lec 0.15650794\n",
      "411 22 reent lect 0.15650794\n",
      "411 23 eent lectu 0.15650794\n",
      "411 24 e t lectur 0.15650794\n",
      "411 25  tslecture 0.15650794\n",
      "411 26 t lecture  0.15650794\n",
      "411 27 ulecture i 0.15650794\n",
      "411 28 Tecture is 0.15650794\n",
      "411 29 ecture is  0.15650794\n",
      "411 30  ture is a 0.15650794\n",
      "411 31 hure is a  0.15650794\n",
      "411 32 ure is a M 0.15650794\n",
      "411 33 re is a Ma 0.15650794\n",
      "411 34 e ds a Mat 0.15650794\n",
      "411 35  cs a Matc 0.15650794\n",
      "411 36 Ts a Match 0.15650794\n",
      "411 37 s a Match  0.15650794\n",
      "411 38 oa Match U 0.15650794\n",
      "411 39 T Match Up 0.15650794\n",
      "411 40 tMatch Up  0.15650794\n",
      "411 41 Tatch Up T 0.15650794\n",
      "411 42 atch Up Te 0.15650794\n",
      "411 43 tch Up Ten 0.15650794\n",
      "411 44 uh Up Tens 0.15650794\n",
      "411 45 h Up Tenso 0.15650794\n",
      "411 46  Up Tensor 0.15650794\n",
      "411 47 Tp TensorF 0.15650794\n",
      "411 48 p TensorFl 0.15650794\n",
      "411 49  TensorFlo 0.15650794\n",
      "411 50 TensorFlow 0.15650794\n",
      "411 51 ensorFlow. 0.15650794\n",
      "411 52  torFlow.  0.15650794\n",
      "411 53 torFlow. S 0.15650794\n",
      "411 54 orFlow. St 0.15650794\n",
      "411 55 rFlow. Stu 0.15650794\n",
      "411 56 elow. Stud 0.15650794\n",
      "411 57 low. Stude 0.15650794\n",
      "411 58 ew. Studen 0.15650794\n",
      "411 59 r. Student 0.15650794\n",
      "411 60 . Students 0.15650794\n",
      "411 61  Students, 0.15650794\n",
      "411 62 Ttudents,  0.15650794\n",
      "411 63 tudents, p 0.15650794\n",
      "411 64 urents, pl 0.15650794\n",
      "411 65 rents, ple 0.15650794\n",
      "411 66 unts, plea 0.15650794\n",
      "411 67  ts, pleas 0.15650794\n",
      "411 68 t , please 0.15650794\n",
      "411 69 u, please  0.15650794\n",
      "411 70 o please s 0.15650794\n",
      "411 71  please st 0.15650794\n",
      "411 72 Tlease stu 0.15650794\n",
      "411 73  ease stud 0.15650794\n",
      "411 74 ecse study 0.15650794\n",
      "411 75  se study  0.15650794\n",
      "411 76 te study h 0.15650794\n",
      "411 77 o study ha 0.15650794\n",
      "411 78  ctudy har 0.15650794\n",
      "411 79 Ttudy hard 0.15650794\n",
      "411 80 oudy hard. 0.15650794\n",
      "412 0 ae are dat 0.15650696\n",
      "412 1 e are data 0.15650696\n",
      "412 2  sre datae 0.15650696\n",
      "412 3 are dataed 0.15650696\n",
      "412 4 te dataedu 0.15650696\n",
      "412 5 e iataedu. 0.15650696\n",
      "412 6  sataedu.  0.15650696\n",
      "412 7 aataedu. T 0.15650696\n",
      "412 8 ataedu. Th 0.15650696\n",
      "412 9 taedu. The 0.15650696\n",
      "412 10 uedu. The  0.15650696\n",
      "412 11 tdu. The c 0.15650696\n",
      "412 12  u. The cu 0.15650696\n",
      "412 13 a. The cur 0.15650696\n",
      "412 14 r The curr 0.15650696\n",
      "412 15  The curre 0.15650696\n",
      "412 16 aee curren 0.15650696\n",
      "412 17 ee current 0.15650696\n",
      "412 18 e current  0.15650696\n",
      "412 19  surrent l 0.15650696\n",
      "412 20 aurrent le 0.15650696\n",
      "412 21 urrent lec 0.15650696\n",
      "412 22 rrent lect 0.15650696\n",
      "412 23 eent lectu 0.15650696\n",
      "412 24 e t lectur 0.15650696\n",
      "412 25  tslecture 0.15650696\n",
      "412 26 tslecture  0.15650696\n",
      "412 27 ulecture i 0.15650696\n",
      "412 28 aecture is 0.15650696\n",
      "412 29 eature is  0.15650696\n",
      "412 30  ture is a 0.15650696\n",
      "412 31 uure is a  0.15650696\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "412 32 ude is a M 0.15650696\n",
      "412 33 rr is a Ma 0.15650696\n",
      "412 34 e is a Mat 0.15650696\n",
      "412 35  ss a Matc 0.15650696\n",
      "412 36 as a Match 0.15650696\n",
      "412 37 s a Match  0.15650696\n",
      "412 38 oa Match U 0.15650696\n",
      "412 39 arMatch Up 0.15650696\n",
      "412 40 tMatch Up  0.15650696\n",
      "412 41 aatch Up T 0.15650696\n",
      "412 42 atch Up Te 0.15650696\n",
      "412 43 tah Up Ten 0.15650696\n",
      "412 44 uh Up Tens 0.15650696\n",
      "412 45 u Up Tenso 0.15650696\n",
      "412 46 eUp Tensor 0.15650696\n",
      "412 47 ap TensorF 0.15650696\n",
      "412 48 p TensorFl 0.15650696\n",
      "412 49  TensorFlo 0.15650696\n",
      "412 50 aensorFlow 0.15650696\n",
      "412 51 ensorFlow. 0.15650696\n",
      "412 52  torFlow.  0.15650696\n",
      "412 53 torFlow. S 0.15650696\n",
      "412 54 orFlow. St 0.15650696\n",
      "412 55 wFlow. Stu 0.15650696\n",
      "412 56 elow. Stud 0.15650696\n",
      "412 57 low. Stude 0.15650696\n",
      "412 58 ew. Studen 0.15650696\n",
      "412 59 w. Student 0.15650696\n",
      "412 60 . Students 0.15650696\n",
      "412 61  Ttudents, 0.15650696\n",
      "412 62 atudents,  0.15650696\n",
      "412 63 tudents, p 0.15650696\n",
      "412 64 udents, pl 0.15650696\n",
      "412 65 rents, ple 0.15650696\n",
      "412 66 ants, plea 0.15650696\n",
      "412 67  ts, pleas 0.15650696\n",
      "412 68 ts, please 0.15650696\n",
      "412 69 u, please  0.15650696\n",
      "412 70 o please s 0.15650696\n",
      "412 71  please st 0.15650696\n",
      "412 72 alease stu 0.15650696\n",
      "412 73  ease stud 0.15650696\n",
      "412 74 ease study 0.15650696\n",
      "412 75  se study  0.15650696\n",
      "412 76 te study h 0.15650696\n",
      "412 77 o study ha 0.15650696\n",
      "412 78  study har 0.15650696\n",
      "412 79 atudy hard 0.15650696\n",
      "412 80 oudy hard. 0.15650696\n",
      "413 0 Te are dat 0.15650573\n",
      "413 1 e are data 0.15650573\n",
      "413 2  cre datae 0.15650573\n",
      "413 3 T e dataed 0.15650573\n",
      "413 4 te dataedu 0.15650573\n",
      "413 5 e dataedu. 0.15650573\n",
      "413 6  cataedu.  0.15650573\n",
      "413 7 Tataedu. T 0.15650573\n",
      "413 8 utaedu. Th 0.15650573\n",
      "413 9 tcedu. The 0.15650573\n",
      "413 10 uedu. The  0.15650573\n",
      "413 11 tdu. The c 0.15650573\n",
      "413 12  u. The cu 0.15650573\n",
      "413 13 u. The cur 0.15650573\n",
      "413 14 r The curr 0.15650573\n",
      "413 15  She curre 0.15650573\n",
      "413 16 Tee curren 0.15650573\n",
      "413 17 ee current 0.15650573\n",
      "413 18   current  0.15650573\n",
      "413 19  current l 0.15650573\n",
      "413 20 Turrent le 0.15650573\n",
      "413 21 urrent lec 0.15650573\n",
      "413 22 rrent lect 0.15650573\n",
      "413 23 eent lectu 0.15650573\n",
      "413 24 e t lectur 0.15650573\n",
      "413 25  tslecture 0.15650573\n",
      "413 26 t lecture  0.15650573\n",
      "413 27 ulecture i 0.15650573\n",
      "413 28 Tecture is 0.15650573\n",
      "413 29 ecture is  0.15650573\n",
      "413 30  ture is a 0.15650573\n",
      "413 31 uure is a  0.15650573\n",
      "413 32 ure is a M 0.15650573\n",
      "413 33 rr is a Ma 0.15650573\n",
      "413 34 e ds a Mat 0.15650573\n",
      "413 35  cs a Matc 0.15650573\n",
      "413 36 Ts a Match 0.15650573\n",
      "413 37 s a Match  0.15650573\n",
      "413 38 ta Match U 0.15650573\n",
      "413 39 T Match Up 0.15650573\n",
      "413 40 tMatch Up  0.15650573\n",
      "413 41 Tatch Up T 0.15650573\n",
      "413 42 atch Up Te 0.15650573\n",
      "413 43 tch Up Ten 0.15650573\n",
      "413 44 uh Up Tens 0.15650573\n",
      "413 45 u Up Tenso 0.15650573\n",
      "413 46  Up Tensor 0.15650573\n",
      "413 47 Tp TensorF 0.15650573\n",
      "413 48 p TensorFl 0.15650573\n",
      "413 49  TensorFlo 0.15650573\n",
      "413 50 TensorFlow 0.15650573\n",
      "413 51 ensorFlow. 0.15650573\n",
      "413 52  torFlow.  0.15650573\n",
      "413 53 torFlow. S 0.15650573\n",
      "413 54 trFlow. St 0.15650573\n",
      "413 55 wFlow. Stu 0.15650573\n",
      "413 56 elow. Stud 0.15650573\n",
      "413 57 low. Stude 0.15650573\n",
      "413 58 ew. Studen 0.15650573\n",
      "413 59 w. Student 0.15650573\n",
      "413 60 . Students 0.15650573\n",
      "413 61  Students, 0.15650573\n",
      "413 62 Ttudents,  0.15650573\n",
      "413 63 tudents, p 0.15650573\n",
      "413 64 urents, pl 0.15650573\n",
      "413 65 rents, ple 0.15650573\n",
      "413 66 unts, plea 0.15650573\n",
      "413 67  ts, pleas 0.15650573\n",
      "413 68 t , please 0.15650573\n",
      "413 69 u, please  0.15650573\n",
      "413 70 t please s 0.15650573\n",
      "413 71  please st 0.15650573\n",
      "413 72 Tlease stu 0.15650573\n",
      "413 73  ease stud 0.15650573\n",
      "413 74 ecse study 0.15650573\n",
      "413 75  se study  0.15650573\n",
      "413 76 te study h 0.15650573\n",
      "413 77 t study ha 0.15650573\n",
      "413 78  ctudy har 0.15650573\n",
      "413 79 Ttudy hard 0.15650573\n",
      "413 80 tudy hard. 0.15650573\n",
      "414 0 Te are dat 0.15650472\n",
      "414 1 e are data 0.15650472\n",
      "414 2  dre datae 0.15650472\n",
      "414 3 T e dataed 0.15650472\n",
      "414 4 te dataedu 0.15650472\n",
      "414 5 e dataedu. 0.15650472\n",
      "414 6  dataedu.  0.15650472\n",
      "414 7 Tataedu. T 0.15650472\n",
      "414 8 ataedu. Th 0.15650472\n",
      "414 9 taedu. The 0.15650472\n",
      "414 10 uedu. The  0.15650472\n",
      "414 11 tdu. The c 0.15650472\n",
      "414 12  u. The cu 0.15650472\n",
      "414 13 a. The cur 0.15650472\n",
      "414 14 r The curr 0.15650472\n",
      "414 15  She curre 0.15650472\n",
      "414 16 Tee curren 0.15650472\n",
      "414 17 ee current 0.15650472\n",
      "414 18   current  0.15650472\n",
      "414 19  durrent l 0.15650472\n",
      "414 20 Turrent le 0.15650472\n",
      "414 21 hrrent lec 0.15650472\n",
      "414 22 reent lect 0.15650472\n",
      "414 23 eent lectu 0.15650472\n",
      "414 24 e t lectur 0.15650472\n",
      "414 25  t lecture 0.15650472\n",
      "414 26 t lecture  0.15650472\n",
      "414 27 ulecture i 0.15650472\n",
      "414 28 Tecture is 0.15650472\n",
      "414 29 ecture is  0.15650472\n",
      "414 30  ture is a 0.15650472\n",
      "414 31 hure is a  0.15650472\n",
      "414 32 ude is a M 0.15650472\n",
      "414 33 re is a Ma 0.15650472\n",
      "414 34 e ds a Mat 0.15650472\n",
      "414 35  ds a Matc 0.15650472\n",
      "414 36 Ts a Match 0.15650472\n",
      "414 37 s a Match  0.15650472\n",
      "414 38 ,a Match U 0.15650472\n",
      "414 39 T Match Up 0.15650472\n",
      "414 40 tMatch Up  0.15650472\n",
      "414 41 Tatch Up T 0.15650472\n",
      "414 42 atch Up Te 0.15650472\n",
      "414 43 tah Up Ten 0.15650472\n",
      "414 44 uh Up Tens 0.15650472\n",
      "414 45 h Up Tenso 0.15650472\n",
      "414 46  Up Tensor 0.15650472\n",
      "414 47 Tp TensorF 0.15650472\n",
      "414 48 p TensorFl 0.15650472\n",
      "414 49 lTensorFlo 0.15650472\n",
      "414 50 TensorFlow 0.15650472\n",
      "414 51 ensorFlow. 0.15650472\n",
      "414 52  torFlow.  0.15650472\n",
      "414 53 torFlow. S 0.15650472\n",
      "414 54 ,rFlow. St 0.15650472\n",
      "414 55 wFlow. Stu 0.15650472\n",
      "414 56 elow. Stud 0.15650472\n",
      "414 57 low. Stude 0.15650472\n",
      "414 58 ew. Studen 0.15650472\n",
      "414 59 w. Student 0.15650472\n",
      "414 60 . Students 0.15650472\n",
      "414 61  Students, 0.15650472\n",
      "414 62 Ttudents,  0.15650472\n",
      "414 63 tudents, p 0.15650472\n",
      "414 64 udents, pl 0.15650472\n",
      "414 65 rents, ple 0.15650472\n",
      "414 66 ants, plea 0.15650472\n",
      "414 67  t , pleas 0.15650472\n",
      "414 68 t , please 0.15650472\n",
      "414 69 u, please  0.15650472\n",
      "414 70 , please s 0.15650472\n",
      "414 71  please st 0.15650472\n",
      "414 72 Tlease stu 0.15650472\n",
      "414 73 lease stud 0.15650472\n",
      "414 74 ecse study 0.15650472\n",
      "414 75  se study  0.15650472\n",
      "414 76 te study h 0.15650472\n",
      "414 77 , study ha 0.15650472\n",
      "414 78  dtudy har 0.15650472\n",
      "414 79 Ttudy hard 0.15650472\n",
      "414 80 ,udy hard. 0.15650472\n",
      "415 0 ae are dat 0.15650395\n",
      "415 1 e are data 0.15650395\n",
      "415 2  are datae 0.15650395\n",
      "415 3 are dataed 0.15650395\n",
      "415 4 te dataedu 0.15650395\n",
      "415 5 e iataedu. 0.15650395\n",
      "415 6  aataedu.  0.15650395\n",
      "415 7 aataedu. T 0.15650395\n",
      "415 8 ataedu. Th 0.15650395\n",
      "415 9 taedu. The 0.15650395\n",
      "415 10 uedu. The  0.15650395\n",
      "415 11 tdu. The c 0.15650395\n",
      "415 12  u. The cu 0.15650395\n",
      "415 13 a. The cur 0.15650395\n",
      "415 14 r The curr 0.15650395\n",
      "415 15  The curre 0.15650395\n",
      "415 16 ahe curren 0.15650395\n",
      "415 17 he current 0.15650395\n",
      "415 18 e current  0.15650395\n",
      "415 19  aurrent l 0.15650395\n",
      "415 20 aurrent le 0.15650395\n",
      "415 21 urrent lec 0.15650395\n",
      "415 22 rrent lect 0.15650395\n",
      "415 23 eent lectu 0.15650395\n",
      "415 24 e t lectur 0.15650395\n",
      "415 25  tslecture 0.15650395\n",
      "415 26 tslecture  0.15650395\n",
      "415 27 ulecture i 0.15650395\n",
      "415 28 aecture is 0.15650395\n",
      "415 29 eature is  0.15650395\n",
      "415 30  ture is a 0.15650395\n",
      "415 31 uure is a  0.15650395\n",
      "415 32 ude is a M 0.15650395\n",
      "415 33 rr is a Ma 0.15650395\n",
      "415 34 e is a Mat 0.15650395\n",
      "415 35  as a Matc 0.15650395\n",
      "415 36 as a Match 0.15650395\n",
      "415 37 s a Match  0.15650395\n",
      "415 38 ,a Match U 0.15650395\n",
      "415 39 arMatch Up 0.15650395\n",
      "415 40 tMatch Up  0.15650395\n",
      "415 41 aatch Up T 0.15650395\n",
      "415 42 atch Up Te 0.15650395\n",
      "415 43 tah Up Ten 0.15650395\n",
      "415 44 uh Up Tens 0.15650395\n",
      "415 45 u Up Tenso 0.15650395\n",
      "415 46 eUp Tensor 0.15650395\n",
      "415 47 ap TensorF 0.15650395\n",
      "415 48 p TensorFl 0.15650395\n",
      "415 49 lTensorFlo 0.15650395\n",
      "415 50 ahnsorFlow 0.15650395\n",
      "415 51 hnsorFlow. 0.15650395\n",
      "415 52  torFlow.  0.15650395\n",
      "415 53 torFlow. S 0.15650395\n",
      "415 54 ,rFlow. St 0.15650395\n",
      "415 55 rFlow. Stu 0.15650395\n",
      "415 56 elow. Stud 0.15650395\n",
      "415 57 low. Stude 0.15650395\n",
      "415 58 ew. Studen 0.15650395\n",
      "415 59 r. Student 0.15650395\n",
      "415 60 . Students 0.15650395\n",
      "415 61  Ttudents, 0.15650395\n",
      "415 62 atudents,  0.15650395\n",
      "415 63 tudents, p 0.15650395\n",
      "415 64 udents, pl 0.15650395\n",
      "415 65 rents, ple 0.15650395\n",
      "415 66 ants, plea 0.15650395\n",
      "415 67  ts, pleas 0.15650395\n",
      "415 68 ts, please 0.15650395\n",
      "415 69 u, please  0.15650395\n",
      "415 70 , please s 0.15650395\n",
      "415 71  please st 0.15650395\n",
      "415 72 alease stu 0.15650395\n",
      "415 73 lease stud 0.15650395\n",
      "415 74 ease study 0.15650395\n",
      "415 75  se study  0.15650395\n",
      "415 76 te study h 0.15650395\n",
      "415 77 , study ha 0.15650395\n",
      "415 78  atudy har 0.15650395\n",
      "415 79 atudy hard 0.15650395\n",
      "415 80 ,udy hard. 0.15650395\n",
      "416 0 Te are dat 0.15650308\n",
      "416 1 e are data 0.15650308\n",
      "416 2  cre datae 0.15650308\n",
      "416 3 T e dataed 0.15650308\n",
      "416 4 te dataedu 0.15650308\n",
      "416 5 e iataedu. 0.15650308\n",
      "416 6  cataedu.  0.15650308\n",
      "416 7 Tataedu. T 0.15650308\n",
      "416 8 ataedu. Th 0.15650308\n",
      "416 9 tcedu. The 0.15650308\n",
      "416 10 uedu. The  0.15650308\n",
      "416 11 tdu. The c 0.15650308\n",
      "416 12  u. The cu 0.15650308\n",
      "416 13 a. The cur 0.15650308\n",
      "416 14 r The curr 0.15650308\n",
      "416 15  She curre 0.15650308\n",
      "416 16 Tee curren 0.15650308\n",
      "416 17 ee current 0.15650308\n",
      "416 18   current  0.15650308\n",
      "416 19  current l 0.15650308\n",
      "416 20 Turrent le 0.15650308\n",
      "416 21 hrrent lec 0.15650308\n",
      "416 22 reent lect 0.15650308\n",
      "416 23 eent lectu 0.15650308\n",
      "416 24 e t lectur 0.15650308\n",
      "416 25  tslecture 0.15650308\n",
      "416 26 t lecture  0.15650308\n",
      "416 27 ulecture i 0.15650308\n",
      "416 28 Tecture is 0.15650308\n",
      "416 29 ecture is  0.15650308\n",
      "416 30  ture is a 0.15650308\n",
      "416 31 hure is a  0.15650308\n",
      "416 32 ure is a M 0.15650308\n",
      "416 33 re is a Ma 0.15650308\n",
      "416 34 e is a Mat 0.15650308\n",
      "416 35  cs a Matc 0.15650308\n",
      "416 36 Ts a Match 0.15650308\n",
      "416 37 s a Match  0.15650308\n",
      "416 38 ta Match U 0.15650308\n",
      "416 39 T Match Up 0.15650308\n",
      "416 40 tMatch Up  0.15650308\n",
      "416 41 Tatch Up T 0.15650308\n",
      "416 42 atch Up Te 0.15650308\n",
      "416 43 tch Up Ten 0.15650308\n",
      "416 44 uh Up Tens 0.15650308\n",
      "416 45 h Up Tenso 0.15650308\n",
      "416 46  Up Tensor 0.15650308\n",
      "416 47 Tp TensorF 0.15650308\n",
      "416 48 p TensorFl 0.15650308\n",
      "416 49  TensorFlo 0.15650308\n",
      "416 50 TensorFlow 0.15650308\n",
      "416 51 ensorFlow. 0.15650308\n",
      "416 52  torFlow.  0.15650308\n",
      "416 53 torFlow. S 0.15650308\n",
      "416 54 trFlow. St 0.15650308\n",
      "416 55 rFlow. Stu 0.15650308\n",
      "416 56 elow. Stud 0.15650308\n",
      "416 57 low. Stude 0.15650308\n",
      "416 58 ew. Studen 0.15650308\n",
      "416 59 r. Student 0.15650308\n",
      "416 60 . Students 0.15650308\n",
      "416 61  Students, 0.15650308\n",
      "416 62 Ttudents,  0.15650308\n",
      "416 63 tudents, p 0.15650308\n",
      "416 64 urents, pl 0.15650308\n",
      "416 65 rents, ple 0.15650308\n",
      "416 66 ants, plea 0.15650308\n",
      "416 67  ts, pleas 0.15650308\n",
      "416 68 t , please 0.15650308\n",
      "416 69 u, please  0.15650308\n",
      "416 70 t please s 0.15650308\n",
      "416 71  please st 0.15650308\n",
      "416 72 Tlease stu 0.15650308\n",
      "416 73  ease stud 0.15650308\n",
      "416 74 ecse study 0.15650308\n",
      "416 75  se study  0.15650308\n",
      "416 76 te study h 0.15650308\n",
      "416 77 t study ha 0.15650308\n",
      "416 78  ctudy har 0.15650308\n",
      "416 79 Ttudy hard 0.15650308\n",
      "416 80 tudy hard. 0.15650308\n",
      "417 0 ae are dat 0.15650204\n",
      "417 1 e are data 0.15650204\n",
      "417 2  sre datae 0.15650204\n",
      "417 3 are dataed 0.15650204\n",
      "417 4 te dataedu 0.15650204\n",
      "417 5 e dataedu. 0.15650204\n",
      "417 6  sataedu.  0.15650204\n",
      "417 7 aataedu. T 0.15650204\n",
      "417 8 ataedu. Th 0.15650204\n",
      "417 9 taedu. The 0.15650204\n",
      "417 10 uedu. The  0.15650204\n",
      "417 11 tdu. The c 0.15650204\n",
      "417 12  u. The cu 0.15650204\n",
      "417 13 a. The cur 0.15650204\n",
      "417 14 r The curr 0.15650204\n",
      "417 15  The curre 0.15650204\n",
      "417 16 aee curren 0.15650204\n",
      "417 17 ee current 0.15650204\n",
      "417 18 e current  0.15650204\n",
      "417 19  surrent l 0.15650204\n",
      "417 20 aurrent le 0.15650204\n",
      "417 21 urrent lec 0.15650204\n",
      "417 22 rrent lect 0.15650204\n",
      "417 23 eent lectu 0.15650204\n",
      "417 24 e t lectur 0.15650204\n",
      "417 25  t lecture 0.15650204\n",
      "417 26 t lecture  0.15650204\n",
      "417 27 ulecture i 0.15650204\n",
      "417 28 aecture is 0.15650204\n",
      "417 29 eature is  0.15650204\n",
      "417 30  ture is a 0.15650204\n",
      "417 31 uure is a  0.15650204\n",
      "417 32 ude is a M 0.15650204\n",
      "417 33 rr is a Ma 0.15650204\n",
      "417 34 e ds a Mat 0.15650204\n",
      "417 35  ss a Matc 0.15650204\n",
      "417 36 as a Match 0.15650204\n",
      "417 37 s a Match  0.15650204\n",
      "417 38 ,a Match U 0.15650204\n",
      "417 39 arMatch Up 0.15650204\n",
      "417 40 tMatch Up  0.15650204\n",
      "417 41 aatch Up T 0.15650204\n",
      "417 42 atch Up Te 0.15650204\n",
      "417 43 tah Up Ten 0.15650204\n",
      "417 44 uh Up Tens 0.15650204\n",
      "417 45 u Up Tenso 0.15650204\n",
      "417 46 eUp Tensor 0.15650204\n",
      "417 47 ap TensorF 0.15650204\n",
      "417 48 p TensorFl 0.15650204\n",
      "417 49  TensorFlo 0.15650204\n",
      "417 50 aensorFlow 0.15650204\n",
      "417 51 ensorFlow. 0.15650204\n",
      "417 52  torFlow.  0.15650204\n",
      "417 53 torFlow. S 0.15650204\n",
      "417 54 ,rFlow. St 0.15650204\n",
      "417 55 wFlow. Stu 0.15650204\n",
      "417 56 elow. Stud 0.15650204\n",
      "417 57 low. Stude 0.15650204\n",
      "417 58 ew. Studen 0.15650204\n",
      "417 59 w. Student 0.15650204\n",
      "417 60 . Students 0.15650204\n",
      "417 61  Ttudents, 0.15650204\n",
      "417 62 atudents,  0.15650204\n",
      "417 63 tudents, p 0.15650204\n",
      "417 64 udents, pl 0.15650204\n",
      "417 65 rents, ple 0.15650204\n",
      "417 66 ants, plea 0.15650204\n",
      "417 67  t , pleas 0.15650204\n",
      "417 68 t , please 0.15650204\n",
      "417 69 u, please  0.15650204\n",
      "417 70 , please s 0.15650204\n",
      "417 71  please st 0.15650204\n",
      "417 72 alease stu 0.15650204\n",
      "417 73  ease stud 0.15650204\n",
      "417 74 ease study 0.15650204\n",
      "417 75  se study  0.15650204\n",
      "417 76 te study h 0.15650204\n",
      "417 77 , study ha 0.15650204\n",
      "417 78  study har 0.15650204\n",
      "417 79 atudy hard 0.15650204\n",
      "417 80 ,udy hard. 0.15650204\n",
      "418 0 Te are dat 0.15650101\n",
      "418 1 e are data 0.15650101\n",
      "418 2  are datae 0.15650101\n",
      "418 3 Tre dataed 0.15650101\n",
      "418 4 te dataedu 0.15650101\n",
      "418 5 e dataedu. 0.15650101\n",
      "418 6  aataedu.  0.15650101\n",
      "418 7 Tataedu. T 0.15650101\n",
      "418 8 ataedu. Th 0.15650101\n",
      "418 9 tcedu. The 0.15650101\n",
      "418 10 uedu. The  0.15650101\n",
      "418 11 tdu. The c 0.15650101\n",
      "418 12  u. The cu 0.15650101\n",
      "418 13 a. The cur 0.15650101\n",
      "418 14 r The curr 0.15650101\n",
      "418 15  The curre 0.15650101\n",
      "418 16 The curren 0.15650101\n",
      "418 17 he current 0.15650101\n",
      "418 18   current  0.15650101\n",
      "418 19  aurrent l 0.15650101\n",
      "418 20 Turrent le 0.15650101\n",
      "418 21 urrent lec 0.15650101\n",
      "418 22 reent lect 0.15650101\n",
      "418 23 eent lectu 0.15650101\n",
      "418 24 e t lectur 0.15650101\n",
      "418 25  tslecture 0.15650101\n",
      "418 26 tslecture  0.15650101\n",
      "418 27 ulecture i 0.15650101\n",
      "418 28 Tecture is 0.15650101\n",
      "418 29 ecture is  0.15650101\n",
      "418 30  ture is a 0.15650101\n",
      "418 31 uure is a  0.15650101\n",
      "418 32 ude is a M 0.15650101\n",
      "418 33 re is a Ma 0.15650101\n",
      "418 34 e ds a Mat 0.15650101\n",
      "418 35  as a Matc 0.15650101\n",
      "418 36 Ts a Match 0.15650101\n",
      "418 37 s a Match  0.15650101\n",
      "418 38 oa Match U 0.15650101\n",
      "418 39 TrMatch Up 0.15650101\n",
      "418 40 tMatch Up  0.15650101\n",
      "418 41 Tatch Up T 0.15650101\n",
      "418 42 atch Up Te 0.15650101\n",
      "418 43 tch Up Ten 0.15650101\n",
      "418 44 uh Up Tens 0.15650101\n",
      "418 45 u Up Tenso 0.15650101\n",
      "418 46  Up Tensor 0.15650101\n",
      "418 47 Tp TensorF 0.15650101\n",
      "418 48 p TensorFl 0.15650101\n",
      "418 49  TensorFlo 0.15650101\n",
      "418 50 ThnsorFlow 0.15650101\n",
      "418 51 hnsorFlow. 0.15650101\n",
      "418 52  torFlow.  0.15650101\n",
      "418 53 torFlow. S 0.15650101\n",
      "418 54 orFlow. St 0.15650101\n",
      "418 55 wFlow. Stu 0.15650101\n",
      "418 56 elow. Stud 0.15650101\n",
      "418 57 low. Stude 0.15650101\n",
      "418 58 ew. Studen 0.15650101\n",
      "418 59 w. Student 0.15650101\n",
      "418 60 . Students 0.15650101\n",
      "418 61  Ttudents, 0.15650101\n",
      "418 62 Ttudents,  0.15650101\n",
      "418 63 tudents, p 0.15650101\n",
      "418 64 udents, pl 0.15650101\n",
      "418 65 rents, ple 0.15650101\n",
      "418 66 ants, plea 0.15650101\n",
      "418 67  ts, pleas 0.15650101\n",
      "418 68 ts, please 0.15650101\n",
      "418 69 u, please  0.15650101\n",
      "418 70 o please s 0.15650101\n",
      "418 71  please st 0.15650101\n",
      "418 72 Tlease stu 0.15650101\n",
      "418 73  ease stud 0.15650101\n",
      "418 74 ecse study 0.15650101\n",
      "418 75  se study  0.15650101\n",
      "418 76 te study h 0.15650101\n",
      "418 77 o study ha 0.15650101\n",
      "418 78  atudy har 0.15650101\n",
      "418 79 Ttudy hard 0.15650101\n",
      "418 80 oudy hard. 0.15650101\n",
      "419 0 Te are dat 0.15650015\n",
      "419 1 e are data 0.15650015\n",
      "419 2  cre datae 0.15650015\n",
      "419 3 T e dataed 0.15650015\n",
      "419 4 te dataedu 0.15650015\n",
      "419 5 e dataedu. 0.15650015\n",
      "419 6  cataedu.  0.15650015\n",
      "419 7 Tataedu. T 0.15650015\n",
      "419 8 ataedu. Th 0.15650015\n",
      "419 9 tcedu. The 0.15650015\n",
      "419 10 uedu. The  0.15650015\n",
      "419 11 tdu. The c 0.15650015\n",
      "419 12  u. The cu 0.15650015\n",
      "419 13 a. The cur 0.15650015\n",
      "419 14 r The curr 0.15650015\n",
      "419 15  She curre 0.15650015\n",
      "419 16 The curren 0.15650015\n",
      "419 17 he current 0.15650015\n",
      "419 18   current  0.15650015\n",
      "419 19  current l 0.15650015\n",
      "419 20 Turrent le 0.15650015\n",
      "419 21 hrrent lec 0.15650015\n",
      "419 22 reent lect 0.15650015\n",
      "419 23 eent lectu 0.15650015\n",
      "419 24 e t lectur 0.15650015\n",
      "419 25  tslecture 0.15650015\n",
      "419 26 tslecture  0.15650015\n",
      "419 27 ulecture i 0.15650015\n",
      "419 28 Tecture is 0.15650015\n",
      "419 29 ecture is  0.15650015\n",
      "419 30  ture is a 0.15650015\n",
      "419 31 hure is a  0.15650015\n",
      "419 32 ure is a M 0.15650015\n",
      "419 33 re is a Ma 0.15650015\n",
      "419 34 e ds a Mat 0.15650015\n",
      "419 35  cs a Matc 0.15650015\n",
      "419 36 Ts a Match 0.15650015\n",
      "419 37 s a Match  0.15650015\n",
      "419 38 oa Match U 0.15650015\n",
      "419 39 T Match Up 0.15650015\n",
      "419 40 tMatch Up  0.15650015\n",
      "419 41 Tatch Up T 0.15650015\n",
      "419 42 atch Up Te 0.15650015\n",
      "419 43 tch Up Ten 0.15650015\n",
      "419 44 uh Up Tens 0.15650015\n",
      "419 45 h Up Tenso 0.15650015\n",
      "419 46  Up Tensor 0.15650015\n",
      "419 47 Tp TensorF 0.15650015\n",
      "419 48 p TensorFl 0.15650015\n",
      "419 49  TensorFlo 0.15650015\n",
      "419 50 ThnsorFlow 0.15650015\n",
      "419 51 hnsorFlow. 0.15650015\n",
      "419 52  torFlow.  0.15650015\n",
      "419 53 torFlow. S 0.15650015\n",
      "419 54 orFlow. St 0.15650015\n",
      "419 55 wFlow. Stu 0.15650015\n",
      "419 56 elow. Stud 0.15650015\n",
      "419 57 low. Stude 0.15650015\n",
      "419 58 ew. Studen 0.15650015\n",
      "419 59 w. Student 0.15650015\n",
      "419 60 . Students 0.15650015\n",
      "419 61  Students, 0.15650015\n",
      "419 62 Ttudents,  0.15650015\n",
      "419 63 tudents, p 0.15650015\n",
      "419 64 urents, pl 0.15650015\n",
      "419 65 rents, ple 0.15650015\n",
      "419 66 ants, plea 0.15650015\n",
      "419 67  ts, pleas 0.15650015\n",
      "419 68 ts, please 0.15650015\n",
      "419 69 u, please  0.15650015\n",
      "419 70 o please s 0.15650015\n",
      "419 71  please st 0.15650015\n",
      "419 72 Tlease stu 0.15650015\n",
      "419 73  ease stud 0.15650015\n",
      "419 74 ecse study 0.15650015\n",
      "419 75  se study  0.15650015\n",
      "419 76 te study h 0.15650015\n",
      "419 77 o study ha 0.15650015\n",
      "419 78  ctudy har 0.15650015\n",
      "419 79 Ttudy hard 0.15650015\n",
      "419 80 oudy hard. 0.15650015\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "420 0 ae are dat 0.15649937\n",
      "420 1 e are data 0.15649937\n",
      "420 2  are datae 0.15649937\n",
      "420 3 are dataed 0.15649937\n",
      "420 4 te dataedu 0.15649937\n",
      "420 5 e iataedu. 0.15649937\n",
      "420 6  aataedu.  0.15649937\n",
      "420 7 aataedu. T 0.15649937\n",
      "420 8 ataedu. Th 0.15649937\n",
      "420 9 taedu. The 0.15649937\n",
      "420 10 uedu. The  0.15649937\n",
      "420 11 tdu. The c 0.15649937\n",
      "420 12  u. The cu 0.15649937\n",
      "420 13 a. The cur 0.15649937\n",
      "420 14 r The curr 0.15649937\n",
      "420 15  The curre 0.15649937\n",
      "420 16 aee curren 0.15649937\n",
      "420 17 ee current 0.15649937\n",
      "420 18 e current  0.15649937\n",
      "420 19  aurrent l 0.15649937\n",
      "420 20 aurrent le 0.15649937\n",
      "420 21 urrent lec 0.15649937\n",
      "420 22 rrent lect 0.15649937\n",
      "420 23 eent lectu 0.15649937\n",
      "420 24 e t lectur 0.15649937\n",
      "420 25  t lecture 0.15649937\n",
      "420 26 t lecture  0.15649937\n",
      "420 27 ulecture i 0.15649937\n",
      "420 28 aecture is 0.15649937\n",
      "420 29 eature is  0.15649937\n",
      "420 30  ture is a 0.15649937\n",
      "420 31 uure is a  0.15649937\n",
      "420 32 ude is a M 0.15649937\n",
      "420 33 rr is a Ma 0.15649937\n",
      "420 34 e is a Mat 0.15649937\n",
      "420 35  as a Matc 0.15649937\n",
      "420 36 as a Match 0.15649937\n",
      "420 37 s a Match  0.15649937\n",
      "420 38 ,a Match U 0.15649937\n",
      "420 39 arMatch Up 0.15649937\n",
      "420 40 tMatch Up  0.15649937\n",
      "420 41 aatch Up T 0.15649937\n",
      "420 42 atch Up Te 0.15649937\n",
      "420 43 tah Up Ten 0.15649937\n",
      "420 44 uh Up Tens 0.15649937\n",
      "420 45 u Up Tenso 0.15649937\n",
      "420 46 eUp Tensor 0.15649937\n",
      "420 47 ap TensorF 0.15649937\n",
      "420 48 p TensorFl 0.15649937\n",
      "420 49 lTensorFlo 0.15649937\n",
      "420 50 aensorFlow 0.15649937\n",
      "420 51 ensorFlow. 0.15649937\n",
      "420 52  torFlow.  0.15649937\n",
      "420 53 torFlow. S 0.15649937\n",
      "420 54 ,rFlow. St 0.15649937\n",
      "420 55 rFlow. Stu 0.15649937\n",
      "420 56 elow. Stud 0.15649937\n",
      "420 57 low. Stude 0.15649937\n",
      "420 58 ew. Studen 0.15649937\n",
      "420 59 r. Student 0.15649937\n",
      "420 60 . Students 0.15649937\n",
      "420 61  Ttudents, 0.15649937\n",
      "420 62 atudents,  0.15649937\n",
      "420 63 tudents, p 0.15649937\n",
      "420 64 udents, pl 0.15649937\n",
      "420 65 rents, ple 0.15649937\n",
      "420 66 ants, plea 0.15649937\n",
      "420 67  t , pleas 0.15649937\n",
      "420 68 t , please 0.15649937\n",
      "420 69 u, please  0.15649937\n",
      "420 70 , please s 0.15649937\n",
      "420 71  please st 0.15649937\n",
      "420 72 alease stu 0.15649937\n",
      "420 73 lease stud 0.15649937\n",
      "420 74 ease study 0.15649937\n",
      "420 75  se study  0.15649937\n",
      "420 76 te study h 0.15649937\n",
      "420 77 , study ha 0.15649937\n",
      "420 78  atudy har 0.15649937\n",
      "420 79 atudy hard 0.15649937\n",
      "420 80 ,udy hard. 0.15649937\n",
      "421 0 Te are dat 0.15649845\n",
      "421 1 e are data 0.15649845\n",
      "421 2  cre datae 0.15649845\n",
      "421 3 T e dataed 0.15649845\n",
      "421 4 te dataedu 0.15649845\n",
      "421 5 e iataedu. 0.15649845\n",
      "421 6  cataedu.  0.15649845\n",
      "421 7 Tataedu. T 0.15649845\n",
      "421 8 ataedu. Th 0.15649845\n",
      "421 9 tcedu. The 0.15649845\n",
      "421 10 uedu. The  0.15649845\n",
      "421 11 tdu. The c 0.15649845\n",
      "421 12  u. The cu 0.15649845\n",
      "421 13 a. The cur 0.15649845\n",
      "421 14 r The curr 0.15649845\n",
      "421 15  She curre 0.15649845\n",
      "421 16 Tee curren 0.15649845\n",
      "421 17 ee current 0.15649845\n",
      "421 18   current  0.15649845\n",
      "421 19  current l 0.15649845\n",
      "421 20 Turrent le 0.15649845\n",
      "421 21 urrent lec 0.15649845\n",
      "421 22 reent lect 0.15649845\n",
      "421 23 eent lectu 0.15649845\n",
      "421 24 e t lectur 0.15649845\n",
      "421 25  tslecture 0.15649845\n",
      "421 26 tslecture  0.15649845\n",
      "421 27 ulecture i 0.15649845\n",
      "421 28 Tecture is 0.15649845\n",
      "421 29 ecture is  0.15649845\n",
      "421 30  ture is a 0.15649845\n",
      "421 31 uure is a  0.15649845\n",
      "421 32 ure is a M 0.15649845\n",
      "421 33 re is a Ma 0.15649845\n",
      "421 34 e is a Mat 0.15649845\n",
      "421 35  cs a Matc 0.15649845\n",
      "421 36 Ts a Match 0.15649845\n",
      "421 37 s a Match  0.15649845\n",
      "421 38 ta Match U 0.15649845\n",
      "421 39 T Match Up 0.15649845\n",
      "421 40 tMatch Up  0.15649845\n",
      "421 41 Tatch Up T 0.15649845\n",
      "421 42 atch Up Te 0.15649845\n",
      "421 43 tch Up Ten 0.15649845\n",
      "421 44 uh Up Tens 0.15649845\n",
      "421 45 u Up Tenso 0.15649845\n",
      "421 46  Up Tensor 0.15649845\n",
      "421 47 Tp TensorF 0.15649845\n",
      "421 48 p TensorFl 0.15649845\n",
      "421 49  TensorFlo 0.15649845\n",
      "421 50 TensorFlow 0.15649845\n",
      "421 51 ensorFlow. 0.15649845\n",
      "421 52  torFlow.  0.15649845\n",
      "421 53 torFlow. S 0.15649845\n",
      "421 54 trFlow. St 0.15649845\n",
      "421 55 rFlow. Stu 0.15649845\n",
      "421 56 elow. Stud 0.15649845\n",
      "421 57 low. Stude 0.15649845\n",
      "421 58 ew. Studen 0.15649845\n",
      "421 59 r. Student 0.15649845\n",
      "421 60 . Students 0.15649845\n",
      "421 61  Students, 0.15649845\n",
      "421 62 Ttudents,  0.15649845\n",
      "421 63 tudents, p 0.15649845\n",
      "421 64 urents, pl 0.15649845\n",
      "421 65 rents, ple 0.15649845\n",
      "421 66 ants, plea 0.15649845\n",
      "421 67  ts, pleas 0.15649845\n",
      "421 68 ts, please 0.15649845\n",
      "421 69 u, please  0.15649845\n",
      "421 70 t please s 0.15649845\n",
      "421 71  please st 0.15649845\n",
      "421 72 Tlease stu 0.15649845\n",
      "421 73  ease stud 0.15649845\n",
      "421 74 ecse study 0.15649845\n",
      "421 75  se study  0.15649845\n",
      "421 76 te study h 0.15649845\n",
      "421 77 t study ha 0.15649845\n",
      "421 78  ctudy har 0.15649845\n",
      "421 79 Ttudy hard 0.15649845\n",
      "421 80 tudy hard. 0.15649845\n",
      "422 0 ae are dat 0.15649742\n",
      "422 1 e are data 0.15649742\n",
      "422 2  are datae 0.15649742\n",
      "422 3 are dataed 0.15649742\n",
      "422 4 te dataedu 0.15649742\n",
      "422 5 e dataedu. 0.15649742\n",
      "422 6  aataedu.  0.15649742\n",
      "422 7 aataedu. T 0.15649742\n",
      "422 8 ataedu. Th 0.15649742\n",
      "422 9 taedu. The 0.15649742\n",
      "422 10 uedu. The  0.15649742\n",
      "422 11 tdu. The c 0.15649742\n",
      "422 12  u. The cu 0.15649742\n",
      "422 13 a. The cur 0.15649742\n",
      "422 14 r The curr 0.15649742\n",
      "422 15  The curre 0.15649742\n",
      "422 16 ahe curren 0.15649742\n",
      "422 17 ee current 0.15649742\n",
      "422 18 e current  0.15649742\n",
      "422 19  aurrent l 0.15649742\n",
      "422 20 aurrent le 0.15649742\n",
      "422 21 urrent lec 0.15649742\n",
      "422 22 rrent lect 0.15649742\n",
      "422 23 eent lectu 0.15649742\n",
      "422 24 e t lectur 0.15649742\n",
      "422 25  t lecture 0.15649742\n",
      "422 26 t lecture  0.15649742\n",
      "422 27 ulecture i 0.15649742\n",
      "422 28 aecture is 0.15649742\n",
      "422 29 eature is  0.15649742\n",
      "422 30  ture is a 0.15649742\n",
      "422 31 uure is a  0.15649742\n",
      "422 32 ure is a M 0.15649742\n",
      "422 33 rr is a Ma 0.15649742\n",
      "422 34 e ds a Mat 0.15649742\n",
      "422 35  as a Matc 0.15649742\n",
      "422 36 as a Match 0.15649742\n",
      "422 37 s a Match  0.15649742\n",
      "422 38 ,a Match U 0.15649742\n",
      "422 39 arMatch Up 0.15649742\n",
      "422 40 tMatch Up  0.15649742\n",
      "422 41 aatch Up T 0.15649742\n",
      "422 42 atch Up Te 0.15649742\n",
      "422 43 tah Up Ten 0.15649742\n",
      "422 44 uh Up Tens 0.15649742\n",
      "422 45 u Up Tenso 0.15649742\n",
      "422 46 eUp Tensor 0.15649742\n",
      "422 47 ap TensorF 0.15649742\n",
      "422 48 p TensorFl 0.15649742\n",
      "422 49 lTensorFlo 0.15649742\n",
      "422 50 ahnsorFlow 0.15649742\n",
      "422 51 ensorFlow. 0.15649742\n",
      "422 52  torFlow.  0.15649742\n",
      "422 53 torFlow. S 0.15649742\n",
      "422 54 ,rFlow. St 0.15649742\n",
      "422 55 rFlow. Stu 0.15649742\n",
      "422 56 elow. Stud 0.15649742\n",
      "422 57 low. Stude 0.15649742\n",
      "422 58 ew. Studen 0.15649742\n",
      "422 59 r. Student 0.15649742\n",
      "422 60 . Students 0.15649742\n",
      "422 61  Ttudents, 0.15649742\n",
      "422 62 atudents,  0.15649742\n",
      "422 63 tudents, p 0.15649742\n",
      "422 64 urents, pl 0.15649742\n",
      "422 65 rents, ple 0.15649742\n",
      "422 66 ants, plea 0.15649742\n",
      "422 67  t , pleas 0.15649742\n",
      "422 68 t , please 0.15649742\n",
      "422 69 u, please  0.15649742\n",
      "422 70 , please s 0.15649742\n",
      "422 71  please st 0.15649742\n",
      "422 72 alease stu 0.15649742\n",
      "422 73 lease stud 0.15649742\n",
      "422 74 ease study 0.15649742\n",
      "422 75  se study  0.15649742\n",
      "422 76 te study h 0.15649742\n",
      "422 77 , study ha 0.15649742\n",
      "422 78  atudy har 0.15649742\n",
      "422 79 atudy hard 0.15649742\n",
      "422 80 ,udy hard. 0.15649742\n",
      "423 0 Te are dat 0.15649655\n",
      "423 1 e are data 0.15649655\n",
      "423 2  are datae 0.15649655\n",
      "423 3 Tre dataed 0.15649655\n",
      "423 4 te dataedu 0.15649655\n",
      "423 5 e dataedu. 0.15649655\n",
      "423 6  aataedu.  0.15649655\n",
      "423 7 Tataedu. T 0.15649655\n",
      "423 8 ataedu. Th 0.15649655\n",
      "423 9 tcedu. The 0.15649655\n",
      "423 10 uedu. The  0.15649655\n",
      "423 11 tdu. The c 0.15649655\n",
      "423 12  u. The cu 0.15649655\n",
      "423 13 a. The cur 0.15649655\n",
      "423 14 r The curr 0.15649655\n",
      "423 15  The curre 0.15649655\n",
      "423 16 The curren 0.15649655\n",
      "423 17 ee current 0.15649655\n",
      "423 18 e current  0.15649655\n",
      "423 19  aurrent l 0.15649655\n",
      "423 20 Turrent le 0.15649655\n",
      "423 21 urrent lec 0.15649655\n",
      "423 22 reent lect 0.15649655\n",
      "423 23 eent lectu 0.15649655\n",
      "423 24 e t lectur 0.15649655\n",
      "423 25  tslecture 0.15649655\n",
      "423 26 t lecture  0.15649655\n",
      "423 27 ulecture i 0.15649655\n",
      "423 28 Tecture is 0.15649655\n",
      "423 29 ecture is  0.15649655\n",
      "423 30  ture is a 0.15649655\n",
      "423 31 uure is a  0.15649655\n",
      "423 32 ude is a M 0.15649655\n",
      "423 33 re is a Ma 0.15649655\n",
      "423 34 e ds a Mat 0.15649655\n",
      "423 35  as a Matc 0.15649655\n",
      "423 36 Ts a Match 0.15649655\n",
      "423 37 s a Match  0.15649655\n",
      "423 38 ,a Match U 0.15649655\n",
      "423 39 TrMatch Up 0.15649655\n",
      "423 40 tMatch Up  0.15649655\n",
      "423 41 Tatch Up T 0.15649655\n",
      "423 42 atch Up Te 0.15649655\n",
      "423 43 tch Up Ten 0.15649655\n",
      "423 44 uh Up Tens 0.15649655\n",
      "423 45 u Up Tenso 0.15649655\n",
      "423 46 eUp Tensor 0.15649655\n",
      "423 47 Tp TensorF 0.15649655\n",
      "423 48 p TensorFl 0.15649655\n",
      "423 49  TensorFlo 0.15649655\n",
      "423 50 ThnsorFlow 0.15649655\n",
      "423 51 ensorFlow. 0.15649655\n",
      "423 52  torFlow.  0.15649655\n",
      "423 53 torFlow. S 0.15649655\n",
      "423 54 ,rFlow. St 0.15649655\n",
      "423 55 wFlow. Stu 0.15649655\n",
      "423 56 elow. Stud 0.15649655\n",
      "423 57 low. Stude 0.15649655\n",
      "423 58 ew. Studen 0.15649655\n",
      "423 59 w. Student 0.15649655\n",
      "423 60 . Students 0.15649655\n",
      "423 61  Ttudents, 0.15649655\n",
      "423 62 Ttudents,  0.15649655\n",
      "423 63 tudents, p 0.15649655\n",
      "423 64 udents, pl 0.15649655\n",
      "423 65 rents, ple 0.15649655\n",
      "423 66 ants, plea 0.15649655\n",
      "423 67  ts, pleas 0.15649655\n",
      "423 68 t , please 0.15649655\n",
      "423 69 u, please  0.15649655\n",
      "423 70 , please s 0.15649655\n",
      "423 71  please st 0.15649655\n",
      "423 72 Tlease stu 0.15649655\n",
      "423 73  ease stud 0.15649655\n",
      "423 74 ecse study 0.15649655\n",
      "423 75  se study  0.15649655\n",
      "423 76 te study h 0.15649655\n",
      "423 77 , study ha 0.15649655\n",
      "423 78  atudy har 0.15649655\n",
      "423 79 Ttudy hard 0.15649655\n",
      "423 80 ,udy hard. 0.15649655\n",
      "424 0 Te are dat 0.15649568\n",
      "424 1 e are data 0.15649568\n",
      "424 2  cre datae 0.15649568\n",
      "424 3 T e dataed 0.15649568\n",
      "424 4 te dataedu 0.15649568\n",
      "424 5 e iataedu. 0.15649568\n",
      "424 6  cataedu.  0.15649568\n",
      "424 7 Tataedu. T 0.15649568\n",
      "424 8 ataedu. Th 0.15649568\n",
      "424 9 tcedu. The 0.15649568\n",
      "424 10 uedu. The  0.15649568\n",
      "424 11 tdu. The c 0.15649568\n",
      "424 12  u. The cu 0.15649568\n",
      "424 13 a. The cur 0.15649568\n",
      "424 14 r The curr 0.15649568\n",
      "424 15  She curre 0.15649568\n",
      "424 16 Tee curren 0.15649568\n",
      "424 17 ee current 0.15649568\n",
      "424 18   current  0.15649568\n",
      "424 19  current l 0.15649568\n",
      "424 20 Turrent le 0.15649568\n",
      "424 21 urrent lec 0.15649568\n",
      "424 22 reent lect 0.15649568\n",
      "424 23 eent lectu 0.15649568\n",
      "424 24 e t lectur 0.15649568\n",
      "424 25  tslecture 0.15649568\n",
      "424 26 tslecture  0.15649568\n",
      "424 27 ulecture i 0.15649568\n",
      "424 28 Tecture is 0.15649568\n",
      "424 29 ecture is  0.15649568\n",
      "424 30  ture is a 0.15649568\n",
      "424 31 uure is a  0.15649568\n",
      "424 32 ure is a M 0.15649568\n",
      "424 33 re is a Ma 0.15649568\n",
      "424 34 e is a Mat 0.15649568\n",
      "424 35  cs a Matc 0.15649568\n",
      "424 36 Ts a Match 0.15649568\n",
      "424 37 s a Match  0.15649568\n",
      "424 38 ta Match U 0.15649568\n",
      "424 39 T Match Up 0.15649568\n",
      "424 40 tMatch Up  0.15649568\n",
      "424 41 Tatch Up T 0.15649568\n",
      "424 42 atch Up Te 0.15649568\n",
      "424 43 tch Up Ten 0.15649568\n",
      "424 44 uh Up Tens 0.15649568\n",
      "424 45 u Up Tenso 0.15649568\n",
      "424 46  Up Tensor 0.15649568\n",
      "424 47 Tp TensorF 0.15649568\n",
      "424 48 p TensorFl 0.15649568\n",
      "424 49  TensorFlo 0.15649568\n",
      "424 50 TensorFlow 0.15649568\n",
      "424 51 ensorFlow. 0.15649568\n",
      "424 52  torFlow.  0.15649568\n",
      "424 53 torFlow. S 0.15649568\n",
      "424 54 trFlow. St 0.15649568\n",
      "424 55 wFlow. Stu 0.15649568\n",
      "424 56 elow. Stud 0.15649568\n",
      "424 57 low. Stude 0.15649568\n",
      "424 58 ew. Studen 0.15649568\n",
      "424 59 w. Student 0.15649568\n",
      "424 60 . Students 0.15649568\n",
      "424 61  Students, 0.15649568\n",
      "424 62 Ttudents,  0.15649568\n",
      "424 63 tudents, p 0.15649568\n",
      "424 64 urents, pl 0.15649568\n",
      "424 65 rents, ple 0.15649568\n",
      "424 66 ants, plea 0.15649568\n",
      "424 67  ts, pleas 0.15649568\n",
      "424 68 ts, please 0.15649568\n",
      "424 69 u, please  0.15649568\n",
      "424 70 t please s 0.15649568\n",
      "424 71  please st 0.15649568\n",
      "424 72 Tlease stu 0.15649568\n",
      "424 73  ease stud 0.15649568\n",
      "424 74 ecse study 0.15649568\n",
      "424 75  se study  0.15649568\n",
      "424 76 te study h 0.15649568\n",
      "424 77 t study ha 0.15649568\n",
      "424 78  ctudy har 0.15649568\n",
      "424 79 Ttudy hard 0.15649568\n",
      "424 80 tudy hard. 0.15649568\n",
      "425 0 ae are dat 0.15649486\n",
      "425 1 e are data 0.15649486\n",
      "425 2  are datae 0.15649486\n",
      "425 3 are dataed 0.15649486\n",
      "425 4 te dataedu 0.15649486\n",
      "425 5 e iataedu. 0.15649486\n",
      "425 6  aataedu.  0.15649486\n",
      "425 7 aataedu. T 0.15649486\n",
      "425 8 ataedu. Th 0.15649486\n",
      "425 9 taedu. The 0.15649486\n",
      "425 10 uedu. The  0.15649486\n",
      "425 11 tdu. The c 0.15649486\n",
      "425 12  u. The cu 0.15649486\n",
      "425 13 a. The cur 0.15649486\n",
      "425 14 r The curr 0.15649486\n",
      "425 15  The curre 0.15649486\n",
      "425 16 aee curren 0.15649486\n",
      "425 17 ee current 0.15649486\n",
      "425 18 e current  0.15649486\n",
      "425 19  aurrent l 0.15649486\n",
      "425 20 aurrent le 0.15649486\n",
      "425 21 urrent lec 0.15649486\n",
      "425 22 rrent lect 0.15649486\n",
      "425 23 eent lectu 0.15649486\n",
      "425 24 e t lectur 0.15649486\n",
      "425 25  t lecture 0.15649486\n",
      "425 26 t lecture  0.15649486\n",
      "425 27 ulecture i 0.15649486\n",
      "425 28 aecture is 0.15649486\n",
      "425 29 eature is  0.15649486\n",
      "425 30  ture is a 0.15649486\n",
      "425 31 uure is a  0.15649486\n",
      "425 32 ude is a M 0.15649486\n",
      "425 33 rr is a Ma 0.15649486\n",
      "425 34 e is a Mat 0.15649486\n",
      "425 35  as a Matc 0.15649486\n",
      "425 36 as a Match 0.15649486\n",
      "425 37 s a Match  0.15649486\n",
      "425 38 ,a Match U 0.15649486\n",
      "425 39 arMatch Up 0.15649486\n",
      "425 40 tMatch Up  0.15649486\n",
      "425 41 aatch Up T 0.15649486\n",
      "425 42 atch Up Te 0.15649486\n",
      "425 43 tah Up Ten 0.15649486\n",
      "425 44 uh Up Tens 0.15649486\n",
      "425 45 u Up Tenso 0.15649486\n",
      "425 46 eUp Tensor 0.15649486\n",
      "425 47 ap TensorF 0.15649486\n",
      "425 48 p TensorFl 0.15649486\n",
      "425 49  TensorFlo 0.15649486\n",
      "425 50 aensorFlow 0.15649486\n",
      "425 51 ensorFlow. 0.15649486\n",
      "425 52  torFlow.  0.15649486\n",
      "425 53 torFlow. S 0.15649486\n",
      "425 54 ,rFlow. St 0.15649486\n",
      "425 55 rFlow. Stu 0.15649486\n",
      "425 56 elow. Stud 0.15649486\n",
      "425 57 low. Stude 0.15649486\n",
      "425 58 ew. Studen 0.15649486\n",
      "425 59 r. Student 0.15649486\n",
      "425 60 . Students 0.15649486\n",
      "425 61  Ttudents, 0.15649486\n",
      "425 62 atudents,  0.15649486\n",
      "425 63 tudents, p 0.15649486\n",
      "425 64 udents, pl 0.15649486\n",
      "425 65 rents, ple 0.15649486\n",
      "425 66 ants, plea 0.15649486\n",
      "425 67  t , pleas 0.15649486\n",
      "425 68 t , please 0.15649486\n",
      "425 69 u, please  0.15649486\n",
      "425 70 , please s 0.15649486\n",
      "425 71  please st 0.15649486\n",
      "425 72 alease stu 0.15649486\n",
      "425 73  ease stud 0.15649486\n",
      "425 74 ease study 0.15649486\n",
      "425 75  se study  0.15649486\n",
      "425 76 te study h 0.15649486\n",
      "425 77 , study ha 0.15649486\n",
      "425 78  atudy har 0.15649486\n",
      "425 79 atudy hard 0.15649486\n",
      "425 80 ,udy hard. 0.15649486\n",
      "426 0 Te are dat 0.15649402\n",
      "426 1 e are data 0.15649402\n",
      "426 2  cre datae 0.15649402\n",
      "426 3 T e dataed 0.15649402\n",
      "426 4 te dataedu 0.15649402\n",
      "426 5 e dataedu. 0.15649402\n",
      "426 6  cataedu.  0.15649402\n",
      "426 7 Tataedu. T 0.15649402\n",
      "426 8 ataedu. Th 0.15649402\n",
      "426 9 tcedu. The 0.15649402\n",
      "426 10 uedu. The  0.15649402\n",
      "426 11 tdu. The c 0.15649402\n",
      "426 12  u. The cu 0.15649402\n",
      "426 13 a. The cur 0.15649402\n",
      "426 14 r The curr 0.15649402\n",
      "426 15  She curre 0.15649402\n",
      "426 16 The curren 0.15649402\n",
      "426 17 he current 0.15649402\n",
      "426 18   current  0.15649402\n",
      "426 19  current l 0.15649402\n",
      "426 20 Turrent le 0.15649402\n",
      "426 21 urrent lec 0.15649402\n",
      "426 22 reent lect 0.15649402\n",
      "426 23 eent lectu 0.15649402\n",
      "426 24 e t lectur 0.15649402\n",
      "426 25  tslecture 0.15649402\n",
      "426 26 tslecture  0.15649402\n",
      "426 27 ulecture i 0.15649402\n",
      "426 28 Tecture is 0.15649402\n",
      "426 29 ecture is  0.15649402\n",
      "426 30  ture is a 0.15649402\n",
      "426 31 uure is a  0.15649402\n",
      "426 32 ure is a M 0.15649402\n",
      "426 33 re is a Ma 0.15649402\n",
      "426 34 e ds a Mat 0.15649402\n",
      "426 35  cs a Matc 0.15649402\n",
      "426 36 Ts a Match 0.15649402\n",
      "426 37 s a Match  0.15649402\n",
      "426 38 oa Match U 0.15649402\n",
      "426 39 T Match Up 0.15649402\n",
      "426 40 tMatch Up  0.15649402\n",
      "426 41 Tatch Up T 0.15649402\n",
      "426 42 atch Up Te 0.15649402\n",
      "426 43 tch Up Ten 0.15649402\n",
      "426 44 uh Up Tens 0.15649402\n",
      "426 45 u Up Tenso 0.15649402\n",
      "426 46  Up Tensor 0.15649402\n",
      "426 47 Tp TensorF 0.15649402\n",
      "426 48 p TensorFl 0.15649402\n",
      "426 49  TensorFlo 0.15649402\n",
      "426 50 ThnsorFlow 0.15649402\n",
      "426 51 hnsorFlow. 0.15649402\n",
      "426 52  torFlow.  0.15649402\n",
      "426 53 torFlow. S 0.15649402\n",
      "426 54 orFlow. St 0.15649402\n",
      "426 55 rFlow. Stu 0.15649402\n",
      "426 56 elow. Stud 0.15649402\n",
      "426 57 low. Stude 0.15649402\n",
      "426 58 ew. Studen 0.15649402\n",
      "426 59 r. Student 0.15649402\n",
      "426 60 . Students 0.15649402\n",
      "426 61  Students, 0.15649402\n",
      "426 62 Ttudents,  0.15649402\n",
      "426 63 tudents, p 0.15649402\n",
      "426 64 urents, pl 0.15649402\n",
      "426 65 rents, ple 0.15649402\n",
      "426 66 ants, plea 0.15649402\n",
      "426 67  ts, pleas 0.15649402\n",
      "426 68 ts, please 0.15649402\n",
      "426 69 u, please  0.15649402\n",
      "426 70 o please s 0.15649402\n",
      "426 71  please st 0.15649402\n",
      "426 72 Tlease stu 0.15649402\n",
      "426 73  ease stud 0.15649402\n",
      "426 74 ecse study 0.15649402\n",
      "426 75  se study  0.15649402\n",
      "426 76 te study h 0.15649402\n",
      "426 77 o study ha 0.15649402\n",
      "426 78  ctudy har 0.15649402\n",
      "426 79 Ttudy hard 0.15649402\n",
      "426 80 oudy hard. 0.15649402\n",
      "427 0 ae are dat 0.15649308\n",
      "427 1 e are data 0.15649308\n",
      "427 2  are datae 0.15649308\n",
      "427 3 are dataed 0.15649308\n",
      "427 4 te dataedu 0.15649308\n",
      "427 5 e iataedu. 0.15649308\n",
      "427 6  aataedu.  0.15649308\n",
      "427 7 aataedu. T 0.15649308\n",
      "427 8 ataedu. Th 0.15649308\n",
      "427 9 taedu. The 0.15649308\n",
      "427 10 uedu. The  0.15649308\n",
      "427 11 tdu. The c 0.15649308\n",
      "427 12  u. The cu 0.15649308\n",
      "427 13 a. The cur 0.15649308\n",
      "427 14 r The curr 0.15649308\n",
      "427 15  The curre 0.15649308\n",
      "427 16 aee curren 0.15649308\n",
      "427 17 ee current 0.15649308\n",
      "427 18   current  0.15649308\n",
      "427 19  aurrent l 0.15649308\n",
      "427 20 aurrent le 0.15649308\n",
      "427 21 urrent lec 0.15649308\n",
      "427 22 rrent lect 0.15649308\n",
      "427 23 eent lectu 0.15649308\n",
      "427 24 e t lectur 0.15649308\n",
      "427 25  t lecture 0.15649308\n",
      "427 26 tslecture  0.15649308\n",
      "427 27 ulecture i 0.15649308\n",
      "427 28 aecture is 0.15649308\n",
      "427 29 eature is  0.15649308\n",
      "427 30  ture is a 0.15649308\n",
      "427 31 uure is a  0.15649308\n",
      "427 32 ure is a M 0.15649308\n",
      "427 33 rr is a Ma 0.15649308\n",
      "427 34 e is a Mat 0.15649308\n",
      "427 35  as a Matc 0.15649308\n",
      "427 36 as a Match 0.15649308\n",
      "427 37 s a Match  0.15649308\n",
      "427 38 oa Match U 0.15649308\n",
      "427 39 arMatch Up 0.15649308\n",
      "427 40 tMatch Up  0.15649308\n",
      "427 41 aatch Up T 0.15649308\n",
      "427 42 atch Up Te 0.15649308\n",
      "427 43 tah Up Ten 0.15649308\n",
      "427 44 uh Up Tens 0.15649308\n",
      "427 45 u Up Tenso 0.15649308\n",
      "427 46  Up Tensor 0.15649308\n",
      "427 47 ap TensorF 0.15649308\n",
      "427 48 p TensorFl 0.15649308\n",
      "427 49 lTensorFlo 0.15649308\n",
      "427 50 aensorFlow 0.15649308\n",
      "427 51 ensorFlow. 0.15649308\n",
      "427 52  torFlow.  0.15649308\n",
      "427 53 torFlow. S 0.15649308\n",
      "427 54 orFlow. St 0.15649308\n",
      "427 55 rFlow. Stu 0.15649308\n",
      "427 56 elow. Stud 0.15649308\n",
      "427 57 low. Stude 0.15649308\n",
      "427 58 ew. Studen 0.15649308\n",
      "427 59 r. Student 0.15649308\n",
      "427 60 . Students 0.15649308\n",
      "427 61  Ttudents, 0.15649308\n",
      "427 62 atudents,  0.15649308\n",
      "427 63 tudents, p 0.15649308\n",
      "427 64 urents, pl 0.15649308\n",
      "427 65 rents, ple 0.15649308\n",
      "427 66 ants, plea 0.15649308\n",
      "427 67  t , pleas 0.15649308\n",
      "427 68 ts, please 0.15649308\n",
      "427 69 u, please  0.15649308\n",
      "427 70 o please s 0.15649308\n",
      "427 71  please st 0.15649308\n",
      "427 72 alease stu 0.15649308\n",
      "427 73 lease stud 0.15649308\n",
      "427 74 ease study 0.15649308\n",
      "427 75  se study  0.15649308\n",
      "427 76 te study h 0.15649308\n",
      "427 77 o study ha 0.15649308\n",
      "427 78  atudy har 0.15649308\n",
      "427 79 atudy hard 0.15649308\n",
      "427 80 oudy hard. 0.15649308\n",
      "428 0 Te are dat 0.15649217\n",
      "428 1 e are data 0.15649217\n",
      "428 2  are datae 0.15649217\n",
      "428 3 T e dataed 0.15649217\n",
      "428 4 te dataedu 0.15649217\n",
      "428 5 e iataedu. 0.15649217\n",
      "428 6  aataedu.  0.15649217\n",
      "428 7 Tataedu. T 0.15649217\n",
      "428 8 ataedu. Th 0.15649217\n",
      "428 9 tcedu. The 0.15649217\n",
      "428 10 uedu. The  0.15649217\n",
      "428 11 tdu. The c 0.15649217\n",
      "428 12  u. The cu 0.15649217\n",
      "428 13 a. The cur 0.15649217\n",
      "428 14 r The curr 0.15649217\n",
      "428 15  The curre 0.15649217\n",
      "428 16 Tee curren 0.15649217\n",
      "428 17 ee current 0.15649217\n",
      "428 18 e current  0.15649217\n",
      "428 19  aurrent l 0.15649217\n",
      "428 20 Turrent le 0.15649217\n",
      "428 21 urrent lec 0.15649217\n",
      "428 22 rrent lect 0.15649217\n",
      "428 23 eent lectu 0.15649217\n",
      "428 24 e t lectur 0.15649217\n",
      "428 25  tslecture 0.15649217\n",
      "428 26 tslecture  0.15649217\n",
      "428 27 ulecture i 0.15649217\n",
      "428 28 Tecture is 0.15649217\n",
      "428 29 ecture is  0.15649217\n",
      "428 30  ture is a 0.15649217\n",
      "428 31 uure is a  0.15649217\n",
      "428 32 ude is a M 0.15649217\n",
      "428 33 rr is a Ma 0.15649217\n",
      "428 34 e is a Mat 0.15649217\n",
      "428 35  as a Matc 0.15649217\n",
      "428 36 Ts a Match 0.15649217\n",
      "428 37 s a Match  0.15649217\n",
      "428 38 ta Match U 0.15649217\n",
      "428 39 T Match Up 0.15649217\n",
      "428 40 tMatch Up  0.15649217\n",
      "428 41 Tatch Up T 0.15649217\n",
      "428 42 atch Up Te 0.15649217\n",
      "428 43 tch Up Ten 0.15649217\n",
      "428 44 uh Up Tens 0.15649217\n",
      "428 45 u Up Tenso 0.15649217\n",
      "428 46 eUp Tensor 0.15649217\n",
      "428 47 Tp TensorF 0.15649217\n",
      "428 48 p TensorFl 0.15649217\n",
      "428 49  TensorFlo 0.15649217\n",
      "428 50 TensorFlow 0.15649217\n",
      "428 51 ensorFlow. 0.15649217\n",
      "428 52  torFlow.  0.15649217\n",
      "428 53 torFlow. S 0.15649217\n",
      "428 54 trFlow. St 0.15649217\n",
      "428 55 wFlow. Stu 0.15649217\n",
      "428 56 elow. Stud 0.15649217\n",
      "428 57 low. Stude 0.15649217\n",
      "428 58 ew. Studen 0.15649217\n",
      "428 59 w. Student 0.15649217\n",
      "428 60 . Students 0.15649217\n",
      "428 61  Ttudents, 0.15649217\n",
      "428 62 Ttudents,  0.15649217\n",
      "428 63 tudents, p 0.15649217\n",
      "428 64 udents, pl 0.15649217\n",
      "428 65 rents, ple 0.15649217\n",
      "428 66 ants, plea 0.15649217\n",
      "428 67  ts, pleas 0.15649217\n",
      "428 68 ts, please 0.15649217\n",
      "428 69 u, please  0.15649217\n",
      "428 70 t please s 0.15649217\n",
      "428 71  please st 0.15649217\n",
      "428 72 Tlease stu 0.15649217\n",
      "428 73  ease stud 0.15649217\n",
      "428 74 ecse study 0.15649217\n",
      "428 75  se study  0.15649217\n",
      "428 76 te study h 0.15649217\n",
      "428 77 t study ha 0.15649217\n",
      "428 78  atudy har 0.15649217\n",
      "428 79 Ttudy hard 0.15649217\n",
      "428 80 tudy hard. 0.15649217\n",
      "429 0 Te are dat 0.15649137\n",
      "429 1 e are data 0.15649137\n",
      "429 2  are datae 0.15649137\n",
      "429 3 T e dataed 0.15649137\n",
      "429 4 te dataedu 0.15649137\n",
      "429 5 e dataedu. 0.15649137\n",
      "429 6  aataedu.  0.15649137\n",
      "429 7 Tataedu. T 0.15649137\n",
      "429 8 ataedu. Th 0.15649137\n",
      "429 9 tcedu. The 0.15649137\n",
      "429 10 uedu. The  0.15649137\n",
      "429 11 tdu. The c 0.15649137\n",
      "429 12  u. The cu 0.15649137\n",
      "429 13 a. The cur 0.15649137\n",
      "429 14 r The curr 0.15649137\n",
      "429 15  She curre 0.15649137\n",
      "429 16 Tee curren 0.15649137\n",
      "429 17 ee current 0.15649137\n",
      "429 18   current  0.15649137\n",
      "429 19  aurrent l 0.15649137\n",
      "429 20 Turrent le 0.15649137\n",
      "429 21 urrent lec 0.15649137\n",
      "429 22 reent lect 0.15649137\n",
      "429 23 eent lectu 0.15649137\n",
      "429 24 e t lectur 0.15649137\n",
      "429 25  t lecture 0.15649137\n",
      "429 26 t lecture  0.15649137\n",
      "429 27 ulecture i 0.15649137\n",
      "429 28 Tecture is 0.15649137\n",
      "429 29 ecture is  0.15649137\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "429 30  ture is a 0.15649137\n",
      "429 31 uure is a  0.15649137\n",
      "429 32 ure is a M 0.15649137\n",
      "429 33 re is a Ma 0.15649137\n",
      "429 34 e ds a Mat 0.15649137\n",
      "429 35  as a Matc 0.15649137\n",
      "429 36 Ts a Match 0.15649137\n",
      "429 37 s a Match  0.15649137\n",
      "429 38 ,a Match U 0.15649137\n",
      "429 39 T Match Up 0.15649137\n",
      "429 40 tMatch Up  0.15649137\n",
      "429 41 Tatch Up T 0.15649137\n",
      "429 42 atch Up Te 0.15649137\n",
      "429 43 tch Up Ten 0.15649137\n",
      "429 44 uh Up Tens 0.15649137\n",
      "429 45 u Up Tenso 0.15649137\n",
      "429 46  Up Tensor 0.15649137\n",
      "429 47 Tp TensorF 0.15649137\n",
      "429 48 p TensorFl 0.15649137\n",
      "429 49  TensorFlo 0.15649137\n",
      "429 50 TensorFlow 0.15649137\n",
      "429 51 ensorFlow. 0.15649137\n",
      "429 52  torFlow.  0.15649137\n",
      "429 53 torFlow. S 0.15649137\n",
      "429 54 ,rFlow. St 0.15649137\n",
      "429 55 wFlow. Stu 0.15649137\n",
      "429 56 elow. Stud 0.15649137\n",
      "429 57 low. Stude 0.15649137\n",
      "429 58 ew. Studen 0.15649137\n",
      "429 59 w. Student 0.15649137\n",
      "429 60 . Students 0.15649137\n",
      "429 61  Students, 0.15649137\n",
      "429 62 Ttudents,  0.15649137\n",
      "429 63 tudents, p 0.15649137\n",
      "429 64 urents, pl 0.15649137\n",
      "429 65 rents, ple 0.15649137\n",
      "429 66 ants, plea 0.15649137\n",
      "429 67  t , pleas 0.15649137\n",
      "429 68 t , please 0.15649137\n",
      "429 69 u, please  0.15649137\n",
      "429 70 , please s 0.15649137\n",
      "429 71  please st 0.15649137\n",
      "429 72 Tlease stu 0.15649137\n",
      "429 73  ease stud 0.15649137\n",
      "429 74 ecse study 0.15649137\n",
      "429 75  se study  0.15649137\n",
      "429 76 te study h 0.15649137\n",
      "429 77 , study ha 0.15649137\n",
      "429 78  atudy har 0.15649137\n",
      "429 79 Ttudy hard 0.15649137\n",
      "429 80 ,udy hard. 0.15649137\n",
      "430 0 ae are dat 0.15649055\n",
      "430 1 e are data 0.15649055\n",
      "430 2  are datae 0.15649055\n",
      "430 3 are dataed 0.15649055\n",
      "430 4 te dataedu 0.15649055\n",
      "430 5 e iataedu. 0.15649055\n",
      "430 6  aataedu.  0.15649055\n",
      "430 7 aataedu. T 0.15649055\n",
      "430 8 ataedu. Th 0.15649055\n",
      "430 9 taedu. The 0.15649055\n",
      "430 10 uedu. The  0.15649055\n",
      "430 11 tdu. The c 0.15649055\n",
      "430 12  u. The cu 0.15649055\n",
      "430 13 a. The cur 0.15649055\n",
      "430 14 r The curr 0.15649055\n",
      "430 15  The curre 0.15649055\n",
      "430 16 aee curren 0.15649055\n",
      "430 17 ee current 0.15649055\n",
      "430 18 e current  0.15649055\n",
      "430 19  aurrent l 0.15649055\n",
      "430 20 aurrent le 0.15649055\n",
      "430 21 urrent lec 0.15649055\n",
      "430 22 reent lect 0.15649055\n",
      "430 23 eent lectu 0.15649055\n",
      "430 24 e t lectur 0.15649055\n",
      "430 25  tslecture 0.15649055\n",
      "430 26 tslecture  0.15649055\n",
      "430 27 ulecture i 0.15649055\n",
      "430 28 aecture is 0.15649055\n",
      "430 29 eature is  0.15649055\n",
      "430 30  ture is a 0.15649055\n",
      "430 31 uure is a  0.15649055\n",
      "430 32 ude is a M 0.15649055\n",
      "430 33 re is a Ma 0.15649055\n",
      "430 34 e is a Mat 0.15649055\n",
      "430 35  as a Matc 0.15649055\n",
      "430 36 as a Match 0.15649055\n",
      "430 37 s a Match  0.15649055\n",
      "430 38 oa Match U 0.15649055\n",
      "430 39 arMatch Up 0.15649055\n",
      "430 40 tMatch Up  0.15649055\n",
      "430 41 aatch Up T 0.15649055\n",
      "430 42 atch Up Te 0.15649055\n",
      "430 43 tah Up Ten 0.15649055\n",
      "430 44 uh Up Tens 0.15649055\n",
      "430 45 u Up Tenso 0.15649055\n",
      "430 46 eUp Tensor 0.15649055\n",
      "430 47 ap TensorF 0.15649055\n",
      "430 48 p TensorFl 0.15649055\n",
      "430 49  TensorFlo 0.15649055\n",
      "430 50 aensorFlow 0.15649055\n",
      "430 51 ensorFlow. 0.15649055\n",
      "430 52  torFlow.  0.15649055\n",
      "430 53 torFlow. S 0.15649055\n",
      "430 54 orFlow. St 0.15649055\n",
      "430 55 wFlow. Stu 0.15649055\n",
      "430 56 elow. Stud 0.15649055\n",
      "430 57 low. Stude 0.15649055\n",
      "430 58 ew. Studen 0.15649055\n",
      "430 59 w. Student 0.15649055\n",
      "430 60 . Students 0.15649055\n",
      "430 61  Ttudents, 0.15649055\n",
      "430 62 atudents,  0.15649055\n",
      "430 63 tudents, p 0.15649055\n",
      "430 64 udents, pl 0.15649055\n",
      "430 65 rents, ple 0.15649055\n",
      "430 66 ants, plea 0.15649055\n",
      "430 67  ts, pleas 0.15649055\n",
      "430 68 ts, please 0.15649055\n",
      "430 69 u, please  0.15649055\n",
      "430 70 o please s 0.15649055\n",
      "430 71  please st 0.15649055\n",
      "430 72 alease stu 0.15649055\n",
      "430 73  ease stud 0.15649055\n",
      "430 74 ease study 0.15649055\n",
      "430 75  se study  0.15649055\n",
      "430 76 te study h 0.15649055\n",
      "430 77 o study ha 0.15649055\n",
      "430 78  atudy har 0.15649055\n",
      "430 79 atudy hard 0.15649055\n",
      "430 80 oudy hard. 0.15649055\n",
      "431 0 Te are dat 0.15648976\n",
      "431 1 e are data 0.15648976\n",
      "431 2  cre datae 0.15648976\n",
      "431 3 T e dataed 0.15648976\n",
      "431 4 te dataedu 0.15648976\n",
      "431 5 e iataedu. 0.15648976\n",
      "431 6  cataedu.  0.15648976\n",
      "431 7 Tataedu. T 0.15648976\n",
      "431 8 ataedu. Th 0.15648976\n",
      "431 9 tcedu. The 0.15648976\n",
      "431 10 uedu. The  0.15648976\n",
      "431 11 tdu. The c 0.15648976\n",
      "431 12  u. The cu 0.15648976\n",
      "431 13 a. The cur 0.15648976\n",
      "431 14 r The curr 0.15648976\n",
      "431 15  The curre 0.15648976\n",
      "431 16 The curren 0.15648976\n",
      "431 17 ee current 0.15648976\n",
      "431 18   current  0.15648976\n",
      "431 19  current l 0.15648976\n",
      "431 20 Turrent le 0.15648976\n",
      "431 21 urrent lec 0.15648976\n",
      "431 22 rrent lect 0.15648976\n",
      "431 23 eent lectu 0.15648976\n",
      "431 24 e t lectur 0.15648976\n",
      "431 25  tslecture 0.15648976\n",
      "431 26 tslecture  0.15648976\n",
      "431 27 ulecture i 0.15648976\n",
      "431 28 Tecture is 0.15648976\n",
      "431 29 ecture is  0.15648976\n",
      "431 30  ture is a 0.15648976\n",
      "431 31 uure is a  0.15648976\n",
      "431 32 ure is a M 0.15648976\n",
      "431 33 rr is a Ma 0.15648976\n",
      "431 34 e is a Mat 0.15648976\n",
      "431 35  cs a Matc 0.15648976\n",
      "431 36 Ts a Match 0.15648976\n",
      "431 37 s a Match  0.15648976\n",
      "431 38 ,a Match U 0.15648976\n",
      "431 39 T Match Up 0.15648976\n",
      "431 40 tMatch Up  0.15648976\n",
      "431 41 Tatch Up T 0.15648976\n",
      "431 42 atch Up Te 0.15648976\n",
      "431 43 tch Up Ten 0.15648976\n",
      "431 44 uh Up Tens 0.15648976\n",
      "431 45 u Up Tenso 0.15648976\n",
      "431 46  Up Tensor 0.15648976\n",
      "431 47 Tp TensorF 0.15648976\n",
      "431 48 p TensorFl 0.15648976\n",
      "431 49  TensorFlo 0.15648976\n",
      "431 50 ThnsorFlow 0.15648976\n",
      "431 51 ensorFlow. 0.15648976\n",
      "431 52  torFlow.  0.15648976\n",
      "431 53 torFlow. S 0.15648976\n",
      "431 54 ,rFlow. St 0.15648976\n",
      "431 55 rFlow. Stu 0.15648976\n",
      "431 56 elow. Stud 0.15648976\n",
      "431 57 low. Stude 0.15648976\n",
      "431 58 ew. Studen 0.15648976\n",
      "431 59 r. Student 0.15648976\n",
      "431 60 . Students 0.15648976\n",
      "431 61  Ttudents, 0.15648976\n",
      "431 62 Ttudents,  0.15648976\n",
      "431 63 tudents, p 0.15648976\n",
      "431 64 urents, pl 0.15648976\n",
      "431 65 rents, ple 0.15648976\n",
      "431 66 ants, plea 0.15648976\n",
      "431 67  ts, pleas 0.15648976\n",
      "431 68 ts, please 0.15648976\n",
      "431 69 u, please  0.15648976\n",
      "431 70 , please s 0.15648976\n",
      "431 71  please st 0.15648976\n",
      "431 72 Tlease stu 0.15648976\n",
      "431 73  ease stud 0.15648976\n",
      "431 74 ecse study 0.15648976\n",
      "431 75  se study  0.15648976\n",
      "431 76 te study h 0.15648976\n",
      "431 77 , study ha 0.15648976\n",
      "431 78  ctudy har 0.15648976\n",
      "431 79 Ttudy hard 0.15648976\n",
      "431 80 ,udy hard. 0.15648976\n",
      "432 0 ae are dat 0.15648887\n",
      "432 1 e are data 0.15648887\n",
      "432 2  are datae 0.15648887\n",
      "432 3 are dataed 0.15648887\n",
      "432 4 te dataedu 0.15648887\n",
      "432 5 e iataedu. 0.15648887\n",
      "432 6  aataedu.  0.15648887\n",
      "432 7 aataedu. T 0.15648887\n",
      "432 8 ataedu. Th 0.15648887\n",
      "432 9 taedu. The 0.15648887\n",
      "432 10 uedu. The  0.15648887\n",
      "432 11 tdu. The c 0.15648887\n",
      "432 12  u. The cu 0.15648887\n",
      "432 13 a. The cur 0.15648887\n",
      "432 14 r The curr 0.15648887\n",
      "432 15  The curre 0.15648887\n",
      "432 16 aee curren 0.15648887\n",
      "432 17 ee current 0.15648887\n",
      "432 18 e current  0.15648887\n",
      "432 19  aurrent l 0.15648887\n",
      "432 20 aurrent le 0.15648887\n",
      "432 21 urrent lec 0.15648887\n",
      "432 22 reent lect 0.15648887\n",
      "432 23 eent lectu 0.15648887\n",
      "432 24 e t lectur 0.15648887\n",
      "432 25  t lecture 0.15648887\n",
      "432 26 t lecture  0.15648887\n",
      "432 27 ulecture i 0.15648887\n",
      "432 28 aecture is 0.15648887\n",
      "432 29 eature is  0.15648887\n",
      "432 30  ture is a 0.15648887\n",
      "432 31 uure is a  0.15648887\n",
      "432 32 ude is a M 0.15648887\n",
      "432 33 re is a Ma 0.15648887\n",
      "432 34 e is a Mat 0.15648887\n",
      "432 35  as a Matc 0.15648887\n",
      "432 36 as a Match 0.15648887\n",
      "432 37 s a Match  0.15648887\n",
      "432 38 ,a Match U 0.15648887\n",
      "432 39 arMatch Up 0.15648887\n",
      "432 40 tMatch Up  0.15648887\n",
      "432 41 aatch Up T 0.15648887\n",
      "432 42 atch Up Te 0.15648887\n",
      "432 43 tah Up Ten 0.15648887\n",
      "432 44 uh Up Tens 0.15648887\n",
      "432 45 u Up Tenso 0.15648887\n",
      "432 46 eUp Tensor 0.15648887\n",
      "432 47 ap TensorF 0.15648887\n",
      "432 48 p TensorFl 0.15648887\n",
      "432 49 lTensorFlo 0.15648887\n",
      "432 50 aensorFlow 0.15648887\n",
      "432 51 ensorFlow. 0.15648887\n",
      "432 52  torFlow.  0.15648887\n",
      "432 53 torFlow. S 0.15648887\n",
      "432 54 ,rFlow. St 0.15648887\n",
      "432 55 rFlow. Stu 0.15648887\n",
      "432 56 elow. Stud 0.15648887\n",
      "432 57 low. Stude 0.15648887\n",
      "432 58 ew. Studen 0.15648887\n",
      "432 59 r. Student 0.15648887\n",
      "432 60 . Students 0.15648887\n",
      "432 61  Ttudents, 0.15648887\n",
      "432 62 atudents,  0.15648887\n",
      "432 63 tudents, p 0.15648887\n",
      "432 64 udents, pl 0.15648887\n",
      "432 65 rents, ple 0.15648887\n",
      "432 66 ants, plea 0.15648887\n",
      "432 67  t , pleas 0.15648887\n",
      "432 68 t , please 0.15648887\n",
      "432 69 u, please  0.15648887\n",
      "432 70 , please s 0.15648887\n",
      "432 71  please st 0.15648887\n",
      "432 72 alease stu 0.15648887\n",
      "432 73 lease stud 0.15648887\n",
      "432 74 ease study 0.15648887\n",
      "432 75  se study  0.15648887\n",
      "432 76 te study h 0.15648887\n",
      "432 77 , study ha 0.15648887\n",
      "432 78  atudy har 0.15648887\n",
      "432 79 atudy hard 0.15648887\n",
      "432 80 ,udy hard. 0.15648887\n",
      "433 0 Te are dat 0.15648808\n",
      "433 1 e are data 0.15648808\n",
      "433 2  cre datae 0.15648808\n",
      "433 3 T e dataed 0.15648808\n",
      "433 4 te dataedu 0.15648808\n",
      "433 5 e iataedu. 0.15648808\n",
      "433 6  cataedu.  0.15648808\n",
      "433 7 Tataedu. T 0.15648808\n",
      "433 8 ataedu. Th 0.15648808\n",
      "433 9 tcedu. The 0.15648808\n",
      "433 10 uedu. The  0.15648808\n",
      "433 11 tdu. The c 0.15648808\n",
      "433 12  u. The cu 0.15648808\n",
      "433 13 a. The cur 0.15648808\n",
      "433 14 r The curr 0.15648808\n",
      "433 15  She curre 0.15648808\n",
      "433 16 The curren 0.15648808\n",
      "433 17 ee current 0.15648808\n",
      "433 18 e current  0.15648808\n",
      "433 19  current l 0.15648808\n",
      "433 20 Turrent le 0.15648808\n",
      "433 21 hrrent lec 0.15648808\n",
      "433 22 reent lect 0.15648808\n",
      "433 23 eent lectu 0.15648808\n",
      "433 24 e t lectur 0.15648808\n",
      "433 25  tslecture 0.15648808\n",
      "433 26 tslecture  0.15648808\n",
      "433 27 ulecture i 0.15648808\n",
      "433 28 Tecture is 0.15648808\n",
      "433 29 ecture is  0.15648808\n",
      "433 30  ture is a 0.15648808\n",
      "433 31 hure is a  0.15648808\n",
      "433 32 ure is a M 0.15648808\n",
      "433 33 re is a Ma 0.15648808\n",
      "433 34 e is a Mat 0.15648808\n",
      "433 35  cs a Matc 0.15648808\n",
      "433 36 Ts a Match 0.15648808\n",
      "433 37 s a Match  0.15648808\n",
      "433 38 ,a Match U 0.15648808\n",
      "433 39 T Match Up 0.15648808\n",
      "433 40 tMatch Up  0.15648808\n",
      "433 41 Tatch Up T 0.15648808\n",
      "433 42 atch Up Te 0.15648808\n",
      "433 43 tch Up Ten 0.15648808\n",
      "433 44 uh Up Tens 0.15648808\n",
      "433 45 h Up Tenso 0.15648808\n",
      "433 46 eUp Tensor 0.15648808\n",
      "433 47 Tp TensorF 0.15648808\n",
      "433 48 p TensorFl 0.15648808\n",
      "433 49  TensorFlo 0.15648808\n",
      "433 50 ThnsorFlow 0.15648808\n",
      "433 51 ensorFlow. 0.15648808\n",
      "433 52  torFlow.  0.15648808\n",
      "433 53 torFlow. S 0.15648808\n",
      "433 54 ,rFlow. St 0.15648808\n",
      "433 55 wFlow. Stu 0.15648808\n",
      "433 56 elow. Stud 0.15648808\n",
      "433 57 low. Stude 0.15648808\n",
      "433 58 ew. Studen 0.15648808\n",
      "433 59 w. Student 0.15648808\n",
      "433 60 . Students 0.15648808\n",
      "433 61  Students, 0.15648808\n",
      "433 62 Ttudents,  0.15648808\n",
      "433 63 tudents, p 0.15648808\n",
      "433 64 urents, pl 0.15648808\n",
      "433 65 rents, ple 0.15648808\n",
      "433 66 ants, plea 0.15648808\n",
      "433 67  ts, pleas 0.15648808\n",
      "433 68 ts, please 0.15648808\n",
      "433 69 u, please  0.15648808\n",
      "433 70 , please s 0.15648808\n",
      "433 71  please st 0.15648808\n",
      "433 72 Tlease stu 0.15648808\n",
      "433 73  ease stud 0.15648808\n",
      "433 74 ecse study 0.15648808\n",
      "433 75  se study  0.15648808\n",
      "433 76 te study h 0.15648808\n",
      "433 77 , study ha 0.15648808\n",
      "433 78  ctudy har 0.15648808\n",
      "433 79 Ttudy hard 0.15648808\n",
      "433 80 ,udy hard. 0.15648808\n",
      "434 0 Te are dat 0.15648726\n",
      "434 1 e are data 0.15648726\n",
      "434 2  are datae 0.15648726\n",
      "434 3 T e dataed 0.15648726\n",
      "434 4 te dataedu 0.15648726\n",
      "434 5 e dataedu. 0.15648726\n",
      "434 6  aataedu.  0.15648726\n",
      "434 7 Tataedu. T 0.15648726\n",
      "434 8 ataedu. Th 0.15648726\n",
      "434 9 taedu. The 0.15648726\n",
      "434 10 uedu. The  0.15648726\n",
      "434 11 tdu. The c 0.15648726\n",
      "434 12  u. The cu 0.15648726\n",
      "434 13 a. The cur 0.15648726\n",
      "434 14 r The curr 0.15648726\n",
      "434 15  The curre 0.15648726\n",
      "434 16 Tee curren 0.15648726\n",
      "434 17 ee current 0.15648726\n",
      "434 18   current  0.15648726\n",
      "434 19  aurrent l 0.15648726\n",
      "434 20 Turrent le 0.15648726\n",
      "434 21 urrent lec 0.15648726\n",
      "434 22 rrent lect 0.15648726\n",
      "434 23 eent lectu 0.15648726\n",
      "434 24 e t lectur 0.15648726\n",
      "434 25  t lecture 0.15648726\n",
      "434 26 t lecture  0.15648726\n",
      "434 27 ulecture i 0.15648726\n",
      "434 28 Tecture is 0.15648726\n",
      "434 29 eature is  0.15648726\n",
      "434 30  ture is a 0.15648726\n",
      "434 31 uure is a  0.15648726\n",
      "434 32 ure is a M 0.15648726\n",
      "434 33 rr is a Ma 0.15648726\n",
      "434 34 e ds a Mat 0.15648726\n",
      "434 35  as a Matc 0.15648726\n",
      "434 36 Ts a Match 0.15648726\n",
      "434 37 s a Match  0.15648726\n",
      "434 38 oa Match U 0.15648726\n",
      "434 39 T Match Up 0.15648726\n",
      "434 40 tMatch Up  0.15648726\n",
      "434 41 Tatch Up T 0.15648726\n",
      "434 42 atch Up Te 0.15648726\n",
      "434 43 tah Up Ten 0.15648726\n",
      "434 44 uh Up Tens 0.15648726\n",
      "434 45 u Up Tenso 0.15648726\n",
      "434 46  Up Tensor 0.15648726\n",
      "434 47 Tp TensorF 0.15648726\n",
      "434 48 p TensorFl 0.15648726\n",
      "434 49  TensorFlo 0.15648726\n",
      "434 50 TensorFlow 0.15648726\n",
      "434 51 ensorFlow. 0.15648726\n",
      "434 52  torFlow.  0.15648726\n",
      "434 53 torFlow. S 0.15648726\n",
      "434 54 orFlow. St 0.15648726\n",
      "434 55 rFlow. Stu 0.15648726\n",
      "434 56 elow. Stud 0.15648726\n",
      "434 57 low. Stude 0.15648726\n",
      "434 58 ew. Studen 0.15648726\n",
      "434 59 r. Student 0.15648726\n",
      "434 60 . Students 0.15648726\n",
      "434 61  Ttudents, 0.15648726\n",
      "434 62 Ttudents,  0.15648726\n",
      "434 63 tudents, p 0.15648726\n",
      "434 64 urents, pl 0.15648726\n",
      "434 65 rents, ple 0.15648726\n",
      "434 66 ants, plea 0.15648726\n",
      "434 67  t , pleas 0.15648726\n",
      "434 68 t , please 0.15648726\n",
      "434 69 u, please  0.15648726\n",
      "434 70 o please s 0.15648726\n",
      "434 71  please st 0.15648726\n",
      "434 72 Tlease stu 0.15648726\n",
      "434 73  ease stud 0.15648726\n",
      "434 74 ease study 0.15648726\n",
      "434 75  se study  0.15648726\n",
      "434 76 te study h 0.15648726\n",
      "434 77 o study ha 0.15648726\n",
      "434 78  atudy har 0.15648726\n",
      "434 79 Ttudy hard 0.15648726\n",
      "434 80 oudy hard. 0.15648726\n",
      "435 0 Te are dat 0.15648645\n",
      "435 1 e are data 0.15648645\n",
      "435 2  are datae 0.15648645\n",
      "435 3 Tre dataed 0.15648645\n",
      "435 4 te dataedu 0.15648645\n",
      "435 5 e dataedu. 0.15648645\n",
      "435 6  aataedu.  0.15648645\n",
      "435 7 Tataedu. T 0.15648645\n",
      "435 8 ataedu. Th 0.15648645\n",
      "435 9 taedu. The 0.15648645\n",
      "435 10 uedu. The  0.15648645\n",
      "435 11 tdu. The c 0.15648645\n",
      "435 12  u. The cu 0.15648645\n",
      "435 13 a. The cur 0.15648645\n",
      "435 14 r The curr 0.15648645\n",
      "435 15  She curre 0.15648645\n",
      "435 16 The curren 0.15648645\n",
      "435 17 ee current 0.15648645\n",
      "435 18 e current  0.15648645\n",
      "435 19  aurrent l 0.15648645\n",
      "435 20 Turrent le 0.15648645\n",
      "435 21 urrent lec 0.15648645\n",
      "435 22 reent lect 0.15648645\n",
      "435 23 eent lectu 0.15648645\n",
      "435 24 e t lectur 0.15648645\n",
      "435 25  tslecture 0.15648645\n",
      "435 26 tslecture  0.15648645\n",
      "435 27 ulecture i 0.15648645\n",
      "435 28 Tecture is 0.15648645\n",
      "435 29 eature is  0.15648645\n",
      "435 30  ture is a 0.15648645\n",
      "435 31 uure is a  0.15648645\n",
      "435 32 ude is a M 0.15648645\n",
      "435 33 re is a Ma 0.15648645\n",
      "435 34 e ds a Mat 0.15648645\n",
      "435 35  as a Matc 0.15648645\n",
      "435 36 Ts a Match 0.15648645\n",
      "435 37 s a Match  0.15648645\n",
      "435 38 oa Match U 0.15648645\n",
      "435 39 TrMatch Up 0.15648645\n",
      "435 40 tMatch Up  0.15648645\n",
      "435 41 Tatch Up T 0.15648645\n",
      "435 42 atch Up Te 0.15648645\n",
      "435 43 tah Up Ten 0.15648645\n",
      "435 44 uh Up Tens 0.15648645\n",
      "435 45 u Up Tenso 0.15648645\n",
      "435 46 eUp Tensor 0.15648645\n",
      "435 47 Tp TensorF 0.15648645\n",
      "435 48 p TensorFl 0.15648645\n",
      "435 49  TensorFlo 0.15648645\n",
      "435 50 ThnsorFlow 0.15648645\n",
      "435 51 ensorFlow. 0.15648645\n",
      "435 52  torFlow.  0.15648645\n",
      "435 53 torFlow. S 0.15648645\n",
      "435 54 orFlow. St 0.15648645\n",
      "435 55 wFlow. Stu 0.15648645\n",
      "435 56 elow. Stud 0.15648645\n",
      "435 57 low. Stude 0.15648645\n",
      "435 58 ew. Studen 0.15648645\n",
      "435 59 w. Student 0.15648645\n",
      "435 60 . Students 0.15648645\n",
      "435 61  Students, 0.15648645\n",
      "435 62 Ttudents,  0.15648645\n",
      "435 63 tudents, p 0.15648645\n",
      "435 64 udents, pl 0.15648645\n",
      "435 65 rents, ple 0.15648645\n",
      "435 66 ants, plea 0.15648645\n",
      "435 67  ts, pleas 0.15648645\n",
      "435 68 ts, please 0.15648645\n",
      "435 69 u, please  0.15648645\n",
      "435 70 o please s 0.15648645\n",
      "435 71  please st 0.15648645\n",
      "435 72 Tlease stu 0.15648645\n",
      "435 73  ease stud 0.15648645\n",
      "435 74 ease study 0.15648645\n",
      "435 75  se study  0.15648645\n",
      "435 76 te study h 0.15648645\n",
      "435 77 o study ha 0.15648645\n",
      "435 78  atudy har 0.15648645\n",
      "435 79 Ttudy hard 0.15648645\n",
      "435 80 oudy hard. 0.15648645\n",
      "436 0 Te are dat 0.15648566\n",
      "436 1 e are data 0.15648566\n",
      "436 2  are datae 0.15648566\n",
      "436 3 T e dataed 0.15648566\n",
      "436 4 te dataedu 0.15648566\n",
      "436 5 e iataedu. 0.15648566\n",
      "436 6  aataedu.  0.15648566\n",
      "436 7 Tataedu. T 0.15648566\n",
      "436 8 ataedu. Th 0.15648566\n",
      "436 9 tcedu. The 0.15648566\n",
      "436 10 uedu. The  0.15648566\n",
      "436 11 tdu. The c 0.15648566\n",
      "436 12  u. The cu 0.15648566\n",
      "436 13 a. The cur 0.15648566\n",
      "436 14 r The curr 0.15648566\n",
      "436 15  The curre 0.15648566\n",
      "436 16 Tee curren 0.15648566\n",
      "436 17 ee current 0.15648566\n",
      "436 18   current  0.15648566\n",
      "436 19  aurrent l 0.15648566\n",
      "436 20 Turrent le 0.15648566\n",
      "436 21 urrent lec 0.15648566\n",
      "436 22 rrent lect 0.15648566\n",
      "436 23 eent lectu 0.15648566\n",
      "436 24 e t lectur 0.15648566\n",
      "436 25  tslecture 0.15648566\n",
      "436 26 tslecture  0.15648566\n",
      "436 27 ulecture i 0.15648566\n",
      "436 28 Tecture is 0.15648566\n",
      "436 29 ecture is  0.15648566\n",
      "436 30  ture is a 0.15648566\n",
      "436 31 uure is a  0.15648566\n",
      "436 32 ure is a M 0.15648566\n",
      "436 33 rr is a Ma 0.15648566\n",
      "436 34 e is a Mat 0.15648566\n",
      "436 35  as a Matc 0.15648566\n",
      "436 36 Ts a Match 0.15648566\n",
      "436 37 s a Match  0.15648566\n",
      "436 38 ta Match U 0.15648566\n",
      "436 39 T Match Up 0.15648566\n",
      "436 40 tMatch Up  0.15648566\n",
      "436 41 Tatch Up T 0.15648566\n",
      "436 42 atch Up Te 0.15648566\n",
      "436 43 tch Up Ten 0.15648566\n",
      "436 44 uh Up Tens 0.15648566\n",
      "436 45 u Up Tenso 0.15648566\n",
      "436 46  Up Tensor 0.15648566\n",
      "436 47 Tp TensorF 0.15648566\n",
      "436 48 p TensorFl 0.15648566\n",
      "436 49  TensorFlo 0.15648566\n",
      "436 50 TensorFlow 0.15648566\n",
      "436 51 ensorFlow. 0.15648566\n",
      "436 52  torFlow.  0.15648566\n",
      "436 53 torFlow. S 0.15648566\n",
      "436 54 trFlow. St 0.15648566\n",
      "436 55 rFlow. Stu 0.15648566\n",
      "436 56 elow. Stud 0.15648566\n",
      "436 57 low. Stude 0.15648566\n",
      "436 58 ew. Studen 0.15648566\n",
      "436 59 r. Student 0.15648566\n",
      "436 60 . Students 0.15648566\n",
      "436 61  Ttudents, 0.15648566\n",
      "436 62 Ttudents,  0.15648566\n",
      "436 63 tudents, p 0.15648566\n",
      "436 64 urents, pl 0.15648566\n",
      "436 65 rents, ple 0.15648566\n",
      "436 66 ants, plea 0.15648566\n",
      "436 67  ts, pleas 0.15648566\n",
      "436 68 ts, please 0.15648566\n",
      "436 69 u, please  0.15648566\n",
      "436 70 t please s 0.15648566\n",
      "436 71  please st 0.15648566\n",
      "436 72 Tlease stu 0.15648566\n",
      "436 73  ease stud 0.15648566\n",
      "436 74 ecse study 0.15648566\n",
      "436 75  se study  0.15648566\n",
      "436 76 te study h 0.15648566\n",
      "436 77 t study ha 0.15648566\n",
      "436 78  atudy har 0.15648566\n",
      "436 79 Ttudy hard 0.15648566\n",
      "436 80 tudy hard. 0.15648566\n",
      "437 0 ae are dat 0.15648483\n",
      "437 1 e are data 0.15648483\n",
      "437 2  are datae 0.15648483\n",
      "437 3 are dataed 0.15648483\n",
      "437 4 te dataedu 0.15648483\n",
      "437 5 e dataedu. 0.15648483\n",
      "437 6  aataedu.  0.15648483\n",
      "437 7 aataedu. T 0.15648483\n",
      "437 8 ataedu. Th 0.15648483\n",
      "437 9 taedu. The 0.15648483\n",
      "437 10 uedu. The  0.15648483\n",
      "437 11 tdu. The c 0.15648483\n",
      "437 12  u. The cu 0.15648483\n",
      "437 13 a. The cur 0.15648483\n",
      "437 14 r The curr 0.15648483\n",
      "437 15  The curre 0.15648483\n",
      "437 16 aee curren 0.15648483\n",
      "437 17 ee current 0.15648483\n",
      "437 18 e current  0.15648483\n",
      "437 19  aurrent l 0.15648483\n",
      "437 20 aurrent le 0.15648483\n",
      "437 21 urrent lec 0.15648483\n",
      "437 22 rrent lect 0.15648483\n",
      "437 23 eent lectu 0.15648483\n",
      "437 24 e t lectur 0.15648483\n",
      "437 25  tslecture 0.15648483\n",
      "437 26 tslecture  0.15648483\n",
      "437 27 ulecture i 0.15648483\n",
      "437 28 aecture is 0.15648483\n",
      "437 29 eature is  0.15648483\n",
      "437 30  ture is a 0.15648483\n",
      "437 31 uure is a  0.15648483\n",
      "437 32 ude is a M 0.15648483\n",
      "437 33 rr is a Ma 0.15648483\n",
      "437 34 e ds a Mat 0.15648483\n",
      "437 35  as a Matc 0.15648483\n",
      "437 36 as a Match 0.15648483\n",
      "437 37 s a Match  0.15648483\n",
      "437 38 ,a Match U 0.15648483\n",
      "437 39 arMatch Up 0.15648483\n",
      "437 40 tMatch Up  0.15648483\n",
      "437 41 aatch Up T 0.15648483\n",
      "437 42 atch Up Te 0.15648483\n",
      "437 43 tah Up Ten 0.15648483\n",
      "437 44 uh Up Tens 0.15648483\n",
      "437 45 u Up Tenso 0.15648483\n",
      "437 46 eUp Tensor 0.15648483\n",
      "437 47 ap TensorF 0.15648483\n",
      "437 48 p TensorFl 0.15648483\n",
      "437 49  TensorFlo 0.15648483\n",
      "437 50 aensorFlow 0.15648483\n",
      "437 51 ensorFlow. 0.15648483\n",
      "437 52  torFlow.  0.15648483\n",
      "437 53 torFlow. S 0.15648483\n",
      "437 54 ,rFlow. St 0.15648483\n",
      "437 55 rFlow. Stu 0.15648483\n",
      "437 56 elow. Stud 0.15648483\n",
      "437 57 low. Stude 0.15648483\n",
      "437 58 ew. Studen 0.15648483\n",
      "437 59 r. Student 0.15648483\n",
      "437 60 . Students 0.15648483\n",
      "437 61  Ttudents, 0.15648483\n",
      "437 62 atudents,  0.15648483\n",
      "437 63 tudents, p 0.15648483\n",
      "437 64 udents, pl 0.15648483\n",
      "437 65 rents, ple 0.15648483\n",
      "437 66 ants, plea 0.15648483\n",
      "437 67  ts, pleas 0.15648483\n",
      "437 68 ts, please 0.15648483\n",
      "437 69 u, please  0.15648483\n",
      "437 70 , please s 0.15648483\n",
      "437 71  please st 0.15648483\n",
      "437 72 alease stu 0.15648483\n",
      "437 73  ease stud 0.15648483\n",
      "437 74 ease study 0.15648483\n",
      "437 75  se study  0.15648483\n",
      "437 76 te study h 0.15648483\n",
      "437 77 , study ha 0.15648483\n",
      "437 78  atudy har 0.15648483\n",
      "437 79 atudy hard 0.15648483\n",
      "437 80 ,udy hard. 0.15648483\n",
      "438 0 Te are dat 0.15648404\n",
      "438 1 e are data 0.15648404\n",
      "438 2  are datae 0.15648404\n",
      "438 3 T e dataed 0.15648404\n",
      "438 4 te dataedu 0.15648404\n",
      "438 5 e iataedu. 0.15648404\n",
      "438 6  aataedu.  0.15648404\n",
      "438 7 Tataedu. T 0.15648404\n",
      "438 8 ataedu. Th 0.15648404\n",
      "438 9 tcedu. The 0.15648404\n",
      "438 10 uedu. The  0.15648404\n",
      "438 11 tdu. The c 0.15648404\n",
      "438 12  u. The cu 0.15648404\n",
      "438 13 a. The cur 0.15648404\n",
      "438 14 r The curr 0.15648404\n",
      "438 15  The curre 0.15648404\n",
      "438 16 The curren 0.15648404\n",
      "438 17 ee current 0.15648404\n",
      "438 18   current  0.15648404\n",
      "438 19  aurrent l 0.15648404\n",
      "438 20 Turrent le 0.15648404\n",
      "438 21 urrent lec 0.15648404\n",
      "438 22 reent lect 0.15648404\n",
      "438 23 eent lectu 0.15648404\n",
      "438 24 e t lectur 0.15648404\n",
      "438 25  tslecture 0.15648404\n",
      "438 26 tslecture  0.15648404\n",
      "438 27 ulecture i 0.15648404\n",
      "438 28 Tecture is 0.15648404\n",
      "438 29 ecture is  0.15648404\n",
      "438 30  ture is a 0.15648404\n",
      "438 31 uure is a  0.15648404\n",
      "438 32 ure is a M 0.15648404\n",
      "438 33 re is a Ma 0.15648404\n",
      "438 34 e is a Mat 0.15648404\n",
      "438 35  as a Matc 0.15648404\n",
      "438 36 Ts a Match 0.15648404\n",
      "438 37 s a Match  0.15648404\n",
      "438 38 ,a Match U 0.15648404\n",
      "438 39 T Match Up 0.15648404\n",
      "438 40 tMatch Up  0.15648404\n",
      "438 41 Tatch Up T 0.15648404\n",
      "438 42 atch Up Te 0.15648404\n",
      "438 43 tch Up Ten 0.15648404\n",
      "438 44 uh Up Tens 0.15648404\n",
      "438 45 u Up Tenso 0.15648404\n",
      "438 46  Up Tensor 0.15648404\n",
      "438 47 Tp TensorF 0.15648404\n",
      "438 48 p TensorFl 0.15648404\n",
      "438 49  TensorFlo 0.15648404\n",
      "438 50 ThnsorFlow 0.15648404\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "438 51 ensorFlow. 0.15648404\n",
      "438 52  torFlow.  0.15648404\n",
      "438 53 torFlow. S 0.15648404\n",
      "438 54 ,rFlow. St 0.15648404\n",
      "438 55 rFlow. Stu 0.15648404\n",
      "438 56 elow. Stud 0.15648404\n",
      "438 57 low. Stude 0.15648404\n",
      "438 58 ew. Studen 0.15648404\n",
      "438 59 r. Student 0.15648404\n",
      "438 60 . Students 0.15648404\n",
      "438 61  Ttudents, 0.15648404\n",
      "438 62 Ttudents,  0.15648404\n",
      "438 63 tudents, p 0.15648404\n",
      "438 64 urents, pl 0.15648404\n",
      "438 65 rents, ple 0.15648404\n",
      "438 66 ants, plea 0.15648404\n",
      "438 67  ts, pleas 0.15648404\n",
      "438 68 ts, please 0.15648404\n",
      "438 69 u, please  0.15648404\n",
      "438 70 , please s 0.15648404\n",
      "438 71  please st 0.15648404\n",
      "438 72 Tlease stu 0.15648404\n",
      "438 73  ease stud 0.15648404\n",
      "438 74 ecse study 0.15648404\n",
      "438 75  se study  0.15648404\n",
      "438 76 te study h 0.15648404\n",
      "438 77 , study ha 0.15648404\n",
      "438 78  atudy har 0.15648404\n",
      "438 79 Ttudy hard 0.15648404\n",
      "438 80 ,udy hard. 0.15648404\n",
      "439 0 ae are dat 0.15648322\n",
      "439 1 e are data 0.15648322\n",
      "439 2  are datae 0.15648322\n",
      "439 3 are dataed 0.15648322\n",
      "439 4 te dataedu 0.15648322\n",
      "439 5 e dataedu. 0.15648322\n",
      "439 6  aataedu.  0.15648322\n",
      "439 7 aataedu. T 0.15648322\n",
      "439 8 ataedu. Th 0.15648322\n",
      "439 9 taedu. The 0.15648322\n",
      "439 10 uedu. The  0.15648322\n",
      "439 11 tdu. The c 0.15648322\n",
      "439 12  u. The cu 0.15648322\n",
      "439 13 a. The cur 0.15648322\n",
      "439 14 r The curr 0.15648322\n",
      "439 15  The curre 0.15648322\n",
      "439 16 ahe curren 0.15648322\n",
      "439 17 ee current 0.15648322\n",
      "439 18   current  0.15648322\n",
      "439 19  aurrent l 0.15648322\n",
      "439 20 aurrent le 0.15648322\n",
      "439 21 urrent lec 0.15648322\n",
      "439 22 rrent lect 0.15648322\n",
      "439 23 eent lectu 0.15648322\n",
      "439 24 e t lectur 0.15648322\n",
      "439 25  t lecture 0.15648322\n",
      "439 26 tslecture  0.15648322\n",
      "439 27 ulecture i 0.15648322\n",
      "439 28 aecture is 0.15648322\n",
      "439 29 eature is  0.15648322\n",
      "439 30  ture is a 0.15648322\n",
      "439 31 uure is a  0.15648322\n",
      "439 32 ure is a M 0.15648322\n",
      "439 33 rr is a Ma 0.15648322\n",
      "439 34 e ds a Mat 0.15648322\n",
      "439 35  as a Matc 0.15648322\n",
      "439 36 as a Match 0.15648322\n",
      "439 37 s a Match  0.15648322\n",
      "439 38 ,a Match U 0.15648322\n",
      "439 39 arMatch Up 0.15648322\n",
      "439 40 tMatch Up  0.15648322\n",
      "439 41 aatch Up T 0.15648322\n",
      "439 42 atch Up Te 0.15648322\n",
      "439 43 tah Up Ten 0.15648322\n",
      "439 44 uh Up Tens 0.15648322\n",
      "439 45 u Up Tenso 0.15648322\n",
      "439 46  Up Tensor 0.15648322\n",
      "439 47 ap TensorF 0.15648322\n",
      "439 48 p TensorFl 0.15648322\n",
      "439 49  TensorFlo 0.15648322\n",
      "439 50 ahnsorFlow 0.15648322\n",
      "439 51 ensorFlow. 0.15648322\n",
      "439 52  torFlow.  0.15648322\n",
      "439 53 torFlow. S 0.15648322\n",
      "439 54 ,rFlow. St 0.15648322\n",
      "439 55 wFlow. Stu 0.15648322\n",
      "439 56 elow. Stud 0.15648322\n",
      "439 57 low. Stude 0.15648322\n",
      "439 58 ew. Studen 0.15648322\n",
      "439 59 w. Student 0.15648322\n",
      "439 60 . Students 0.15648322\n",
      "439 61  Ttudents, 0.15648322\n",
      "439 62 atudents,  0.15648322\n",
      "439 63 tudents, p 0.15648322\n",
      "439 64 urents, pl 0.15648322\n",
      "439 65 rents, ple 0.15648322\n",
      "439 66 ants, plea 0.15648322\n",
      "439 67  t , pleas 0.15648322\n",
      "439 68 ts, please 0.15648322\n",
      "439 69 u, please  0.15648322\n",
      "439 70 , please s 0.15648322\n",
      "439 71  please st 0.15648322\n",
      "439 72 alease stu 0.15648322\n",
      "439 73  ease stud 0.15648322\n",
      "439 74 ease study 0.15648322\n",
      "439 75  se study  0.15648322\n",
      "439 76 te study h 0.15648322\n",
      "439 77 , study ha 0.15648322\n",
      "439 78  atudy har 0.15648322\n",
      "439 79 atudy hard 0.15648322\n",
      "439 80 ,udy hard. 0.15648322\n",
      "440 0 Te are dat 0.15648243\n",
      "440 1 e are data 0.15648243\n",
      "440 2  are datae 0.15648243\n",
      "440 3 T e dataed 0.15648243\n",
      "440 4 te dataedu 0.15648243\n",
      "440 5 e iataedu. 0.15648243\n",
      "440 6  aataedu.  0.15648243\n",
      "440 7 Tataedu. T 0.15648243\n",
      "440 8 ataedu. Th 0.15648243\n",
      "440 9 tcedu. The 0.15648243\n",
      "440 10 uedu. The  0.15648243\n",
      "440 11 tdu. The c 0.15648243\n",
      "440 12  u. The cu 0.15648243\n",
      "440 13 a. The cur 0.15648243\n",
      "440 14 r The curr 0.15648243\n",
      "440 15  She curre 0.15648243\n",
      "440 16 Tee curren 0.15648243\n",
      "440 17 ee current 0.15648243\n",
      "440 18 e current  0.15648243\n",
      "440 19  aurrent l 0.15648243\n",
      "440 20 Turrent le 0.15648243\n",
      "440 21 urrent lec 0.15648243\n",
      "440 22 reent lect 0.15648243\n",
      "440 23 eent lectu 0.15648243\n",
      "440 24 e t lectur 0.15648243\n",
      "440 25  tslecture 0.15648243\n",
      "440 26 tslecture  0.15648243\n",
      "440 27 ulecture i 0.15648243\n",
      "440 28 Tecture is 0.15648243\n",
      "440 29 ecture is  0.15648243\n",
      "440 30  ture is a 0.15648243\n",
      "440 31 uure is a  0.15648243\n",
      "440 32 ude is a M 0.15648243\n",
      "440 33 re is a Ma 0.15648243\n",
      "440 34 e is a Mat 0.15648243\n",
      "440 35  as a Matc 0.15648243\n",
      "440 36 Ts a Match 0.15648243\n",
      "440 37 s a Match  0.15648243\n",
      "440 38 ,a Match U 0.15648243\n",
      "440 39 T Match Up 0.15648243\n",
      "440 40 tMatch Up  0.15648243\n",
      "440 41 Tatch Up T 0.15648243\n",
      "440 42 atch Up Te 0.15648243\n",
      "440 43 tch Up Ten 0.15648243\n",
      "440 44 uh Up Tens 0.15648243\n",
      "440 45 u Up Tenso 0.15648243\n",
      "440 46 eUp Tensor 0.15648243\n",
      "440 47 Tp TensorF 0.15648243\n",
      "440 48 p TensorFl 0.15648243\n",
      "440 49  TensorFlo 0.15648243\n",
      "440 50 TensorFlow 0.15648243\n",
      "440 51 ensorFlow. 0.15648243\n",
      "440 52  torFlow.  0.15648243\n",
      "440 53 torFlow. S 0.15648243\n",
      "440 54 ,rFlow. St 0.15648243\n",
      "440 55 wFlow. Stu 0.15648243\n",
      "440 56 elow. Stud 0.15648243\n",
      "440 57 low. Stude 0.15648243\n",
      "440 58 ew. Studen 0.15648243\n",
      "440 59 w. Student 0.15648243\n",
      "440 60 . Students 0.15648243\n",
      "440 61  Students, 0.15648243\n",
      "440 62 Ttudents,  0.15648243\n",
      "440 63 tudents, p 0.15648243\n",
      "440 64 udents, pl 0.15648243\n",
      "440 65 rents, ple 0.15648243\n",
      "440 66 ants, plea 0.15648243\n",
      "440 67  ts, pleas 0.15648243\n",
      "440 68 ts, please 0.15648243\n",
      "440 69 u, please  0.15648243\n",
      "440 70 , please s 0.15648243\n",
      "440 71  please st 0.15648243\n",
      "440 72 Tlease stu 0.15648243\n",
      "440 73  ease stud 0.15648243\n",
      "440 74 ecse study 0.15648243\n",
      "440 75  se study  0.15648243\n",
      "440 76 te study h 0.15648243\n",
      "440 77 , study ha 0.15648243\n",
      "440 78  atudy har 0.15648243\n",
      "440 79 Ttudy hard 0.15648243\n",
      "440 80 ,udy hard. 0.15648243\n",
      "441 0 Te are dat 0.15648165\n",
      "441 1 e are data 0.15648165\n",
      "441 2  are datae 0.15648165\n",
      "441 3 T e dataed 0.15648165\n",
      "441 4 te dataedu 0.15648165\n",
      "441 5 e iataedu. 0.15648165\n",
      "441 6  aataedu.  0.15648165\n",
      "441 7 Tataedu. T 0.15648165\n",
      "441 8 ataedu. Th 0.15648165\n",
      "441 9 taedu. The 0.15648165\n",
      "441 10 uedu. The  0.15648165\n",
      "441 11 tdu. The c 0.15648165\n",
      "441 12  u. The cu 0.15648165\n",
      "441 13 a. The cur 0.15648165\n",
      "441 14 r The curr 0.15648165\n",
      "441 15  The curre 0.15648165\n",
      "441 16 Tee curren 0.15648165\n",
      "441 17 ee current 0.15648165\n",
      "441 18   current  0.15648165\n",
      "441 19  aurrent l 0.15648165\n",
      "441 20 Turrent le 0.15648165\n",
      "441 21 urrent lec 0.15648165\n",
      "441 22 rrent lect 0.15648165\n",
      "441 23 eent lectu 0.15648165\n",
      "441 24 e t lectur 0.15648165\n",
      "441 25  t lecture 0.15648165\n",
      "441 26 t lecture  0.15648165\n",
      "441 27 ulecture i 0.15648165\n",
      "441 28 Tecture is 0.15648165\n",
      "441 29 eature is  0.15648165\n",
      "441 30  ture is a 0.15648165\n",
      "441 31 uure is a  0.15648165\n",
      "441 32 ure is a M 0.15648165\n",
      "441 33 rr is a Ma 0.15648165\n",
      "441 34 e is a Mat 0.15648165\n",
      "441 35  as a Matc 0.15648165\n",
      "441 36 Ts a Match 0.15648165\n",
      "441 37 s a Match  0.15648165\n",
      "441 38 ,a Match U 0.15648165\n",
      "441 39 T Match Up 0.15648165\n",
      "441 40 tMatch Up  0.15648165\n",
      "441 41 Tatch Up T 0.15648165\n",
      "441 42 atch Up Te 0.15648165\n",
      "441 43 tah Up Ten 0.15648165\n",
      "441 44 uh Up Tens 0.15648165\n",
      "441 45 u Up Tenso 0.15648165\n",
      "441 46  Up Tensor 0.15648165\n",
      "441 47 Tp TensorF 0.15648165\n",
      "441 48 p TensorFl 0.15648165\n",
      "441 49  TensorFlo 0.15648165\n",
      "441 50 TensorFlow 0.15648165\n",
      "441 51 ensorFlow. 0.15648165\n",
      "441 52  torFlow.  0.15648165\n",
      "441 53 torFlow. S 0.15648165\n",
      "441 54 ,rFlow. St 0.15648165\n",
      "441 55 rFlow. Stu 0.15648165\n",
      "441 56 elow. Stud 0.15648165\n",
      "441 57 low. Stude 0.15648165\n",
      "441 58 ew. Studen 0.15648165\n",
      "441 59 r. Student 0.15648165\n",
      "441 60 . Students 0.15648165\n",
      "441 61  Ttudents, 0.15648165\n",
      "441 62 Ttudents,  0.15648165\n",
      "441 63 tudents, p 0.15648165\n",
      "441 64 urents, pl 0.15648165\n",
      "441 65 rents, ple 0.15648165\n",
      "441 66 ants, plea 0.15648165\n",
      "441 67  t , pleas 0.15648165\n",
      "441 68 t , please 0.15648165\n",
      "441 69 u, please  0.15648165\n",
      "441 70 , please s 0.15648165\n",
      "441 71  please st 0.15648165\n",
      "441 72 Tlease stu 0.15648165\n",
      "441 73  ease stud 0.15648165\n",
      "441 74 ease study 0.15648165\n",
      "441 75  se study  0.15648165\n",
      "441 76 te study h 0.15648165\n",
      "441 77 , study ha 0.15648165\n",
      "441 78  atudy har 0.15648165\n",
      "441 79 Ttudy hard 0.15648165\n",
      "441 80 ,udy hard. 0.15648165\n",
      "442 0 Te are dat 0.15648088\n",
      "442 1 e are data 0.15648088\n",
      "442 2  are datae 0.15648088\n",
      "442 3 Tre dataed 0.15648088\n",
      "442 4 te dataedu 0.15648088\n",
      "442 5 e dataedu. 0.15648088\n",
      "442 6  aataedu.  0.15648088\n",
      "442 7 Tataedu. T 0.15648088\n",
      "442 8 ataedu. Th 0.15648088\n",
      "442 9 tcedu. The 0.15648088\n",
      "442 10 uedu. The  0.15648088\n",
      "442 11 tdu. The c 0.15648088\n",
      "442 12  u. The cu 0.15648088\n",
      "442 13 a. The cur 0.15648088\n",
      "442 14 r The curr 0.15648088\n",
      "442 15  She curre 0.15648088\n",
      "442 16 The curren 0.15648088\n",
      "442 17 ee current 0.15648088\n",
      "442 18 e current  0.15648088\n",
      "442 19  aurrent l 0.15648088\n",
      "442 20 Turrent le 0.15648088\n",
      "442 21 hrrent lec 0.15648088\n",
      "442 22 reent lect 0.15648088\n",
      "442 23 eent lectu 0.15648088\n",
      "442 24 e t lectur 0.15648088\n",
      "442 25  tslecture 0.15648088\n",
      "442 26 tslecture  0.15648088\n",
      "442 27 ulecture i 0.15648088\n",
      "442 28 Tecture is 0.15648088\n",
      "442 29 ecture is  0.15648088\n",
      "442 30  ture is a 0.15648088\n",
      "442 31 hure is a  0.15648088\n",
      "442 32 ude is a M 0.15648088\n",
      "442 33 re is a Ma 0.15648088\n",
      "442 34 e ds a Mat 0.15648088\n",
      "442 35  as a Matc 0.15648088\n",
      "442 36 Ts a Match 0.15648088\n",
      "442 37 s a Match  0.15648088\n",
      "442 38 ,a Match U 0.15648088\n",
      "442 39 TrMatch Up 0.15648088\n",
      "442 40 tMatch Up  0.15648088\n",
      "442 41 Tatch Up T 0.15648088\n",
      "442 42 atch Up Te 0.15648088\n",
      "442 43 tch Up Ten 0.15648088\n",
      "442 44 uh Up Tens 0.15648088\n",
      "442 45 h Up Tenso 0.15648088\n",
      "442 46 eUp Tensor 0.15648088\n",
      "442 47 Tp TensorF 0.15648088\n",
      "442 48 p TensorFl 0.15648088\n",
      "442 49  TensorFlo 0.15648088\n",
      "442 50 ThnsorFlow 0.15648088\n",
      "442 51 ensorFlow. 0.15648088\n",
      "442 52  torFlow.  0.15648088\n",
      "442 53 torFlow. S 0.15648088\n",
      "442 54 ,rFlow. St 0.15648088\n",
      "442 55 wFlow. Stu 0.15648088\n",
      "442 56 elow. Stud 0.15648088\n",
      "442 57 low. Stude 0.15648088\n",
      "442 58 ew. Studen 0.15648088\n",
      "442 59 w. Student 0.15648088\n",
      "442 60 . Students 0.15648088\n",
      "442 61  Students, 0.15648088\n",
      "442 62 Ttudents,  0.15648088\n",
      "442 63 tudents, p 0.15648088\n",
      "442 64 udents, pl 0.15648088\n",
      "442 65 rents, ple 0.15648088\n",
      "442 66 ants, plea 0.15648088\n",
      "442 67  ts, pleas 0.15648088\n",
      "442 68 ts, please 0.15648088\n",
      "442 69 u, please  0.15648088\n",
      "442 70 , please s 0.15648088\n",
      "442 71  please st 0.15648088\n",
      "442 72 Tlease stu 0.15648088\n",
      "442 73  ease stud 0.15648088\n",
      "442 74 ecse study 0.15648088\n",
      "442 75  se study  0.15648088\n",
      "442 76 te study h 0.15648088\n",
      "442 77 , study ha 0.15648088\n",
      "442 78  atudy har 0.15648088\n",
      "442 79 Ttudy hard 0.15648088\n",
      "442 80 ,udy hard. 0.15648088\n",
      "443 0 Te are dat 0.15648013\n",
      "443 1 e are data 0.15648013\n",
      "443 2  are datae 0.15648013\n",
      "443 3 T e dataed 0.15648013\n",
      "443 4 te dataedu 0.15648013\n",
      "443 5 e iataedu. 0.15648013\n",
      "443 6  aataedu.  0.15648013\n",
      "443 7 Tataedu. T 0.15648013\n",
      "443 8 ataedu. Th 0.15648013\n",
      "443 9 tcedu. The 0.15648013\n",
      "443 10 uedu. The  0.15648013\n",
      "443 11 tdu. The c 0.15648013\n",
      "443 12  u. The cu 0.15648013\n",
      "443 13 a. The cur 0.15648013\n",
      "443 14 r The curr 0.15648013\n",
      "443 15  The curre 0.15648013\n",
      "443 16 Tee curren 0.15648013\n",
      "443 17 ee current 0.15648013\n",
      "443 18   current  0.15648013\n",
      "443 19  aurrent l 0.15648013\n",
      "443 20 Turrent le 0.15648013\n",
      "443 21 urrent lec 0.15648013\n",
      "443 22 rrent lect 0.15648013\n",
      "443 23 eent lectu 0.15648013\n",
      "443 24 e t lectur 0.15648013\n",
      "443 25  t lecture 0.15648013\n",
      "443 26 t lecture  0.15648013\n",
      "443 27 ulecture i 0.15648013\n",
      "443 28 Tecture is 0.15648013\n",
      "443 29 eature is  0.15648013\n",
      "443 30  ture is a 0.15648013\n",
      "443 31 uure is a  0.15648013\n",
      "443 32 ure is a M 0.15648013\n",
      "443 33 rr is a Ma 0.15648013\n",
      "443 34 e is a Mat 0.15648013\n",
      "443 35  as a Matc 0.15648013\n",
      "443 36 Ts a Match 0.15648013\n",
      "443 37 s a Match  0.15648013\n",
      "443 38 ,a Match U 0.15648013\n",
      "443 39 T Match Up 0.15648013\n",
      "443 40 tMatch Up  0.15648013\n",
      "443 41 Tatch Up T 0.15648013\n",
      "443 42 atch Up Te 0.15648013\n",
      "443 43 tch Up Ten 0.15648013\n",
      "443 44 uh Up Tens 0.15648013\n",
      "443 45 u Up Tenso 0.15648013\n",
      "443 46  Up Tensor 0.15648013\n",
      "443 47 Tp TensorF 0.15648013\n",
      "443 48 p TensorFl 0.15648013\n",
      "443 49  TensorFlo 0.15648013\n",
      "443 50 TensorFlow 0.15648013\n",
      "443 51 ensorFlow. 0.15648013\n",
      "443 52  torFlow.  0.15648013\n",
      "443 53 torFlow. S 0.15648013\n",
      "443 54 ,rFlow. St 0.15648013\n",
      "443 55 rFlow. Stu 0.15648013\n",
      "443 56 elow. Stud 0.15648013\n",
      "443 57 low. Stude 0.15648013\n",
      "443 58 ew. Studen 0.15648013\n",
      "443 59 r. Student 0.15648013\n",
      "443 60 . Students 0.15648013\n",
      "443 61  Ttudents, 0.15648013\n",
      "443 62 Ttudents,  0.15648013\n",
      "443 63 tudents, p 0.15648013\n",
      "443 64 urents, pl 0.15648013\n",
      "443 65 rents, ple 0.15648013\n",
      "443 66 ants, plea 0.15648013\n",
      "443 67  t , pleas 0.15648013\n",
      "443 68 t , please 0.15648013\n",
      "443 69 u, please  0.15648013\n",
      "443 70 , please s 0.15648013\n",
      "443 71  please st 0.15648013\n",
      "443 72 Tlease stu 0.15648013\n",
      "443 73  ease stud 0.15648013\n",
      "443 74 ease study 0.15648013\n",
      "443 75  se study  0.15648013\n",
      "443 76 te study h 0.15648013\n",
      "443 77 , study ha 0.15648013\n",
      "443 78  atudy har 0.15648013\n",
      "443 79 Ttudy hard 0.15648013\n",
      "443 80 ,udy hard. 0.15648013\n",
      "444 0 Te are dat 0.15647936\n",
      "444 1 e are data 0.15647936\n",
      "444 2  are datae 0.15647936\n",
      "444 3 T e dataed 0.15647936\n",
      "444 4 te dataedu 0.15647936\n",
      "444 5 e dataedu. 0.15647936\n",
      "444 6  aataedu.  0.15647936\n",
      "444 7 Tataedu. T 0.15647936\n",
      "444 8 ataedu. Th 0.15647936\n",
      "444 9 taedu. The 0.15647936\n",
      "444 10 uedu. The  0.15647936\n",
      "444 11 tdu. The c 0.15647936\n",
      "444 12  u. The cu 0.15647936\n",
      "444 13 a. The cur 0.15647936\n",
      "444 14 r The curr 0.15647936\n",
      "444 15  She curre 0.15647936\n",
      "444 16 Tee curren 0.15647936\n",
      "444 17 ee current 0.15647936\n",
      "444 18 e current  0.15647936\n",
      "444 19  aurrent l 0.15647936\n",
      "444 20 Turrent le 0.15647936\n",
      "444 21 hrrent lec 0.15647936\n",
      "444 22 reent lect 0.15647936\n",
      "444 23 eent lectu 0.15647936\n",
      "444 24 e t lectur 0.15647936\n",
      "444 25  tslecture 0.15647936\n",
      "444 26 tslecture  0.15647936\n",
      "444 27 ulecture i 0.15647936\n",
      "444 28 Tecture is 0.15647936\n",
      "444 29 ecture is  0.15647936\n",
      "444 30  ture is a 0.15647936\n",
      "444 31 hure is a  0.15647936\n",
      "444 32 ude is a M 0.15647936\n",
      "444 33 re is a Ma 0.15647936\n",
      "444 34 e ds a Mat 0.15647936\n",
      "444 35  as a Matc 0.15647936\n",
      "444 36 Ts a Match 0.15647936\n",
      "444 37 s a Match  0.15647936\n",
      "444 38 ,a Match U 0.15647936\n",
      "444 39 T Match Up 0.15647936\n",
      "444 40 tMatch Up  0.15647936\n",
      "444 41 Tatch Up T 0.15647936\n",
      "444 42 atch Up Te 0.15647936\n",
      "444 43 tah Up Ten 0.15647936\n",
      "444 44 uh Up Tens 0.15647936\n",
      "444 45 h Up Tenso 0.15647936\n",
      "444 46 eUp Tensor 0.15647936\n",
      "444 47 Tp TensorF 0.15647936\n",
      "444 48 p TensorFl 0.15647936\n",
      "444 49  TensorFlo 0.15647936\n",
      "444 50 TensorFlow 0.15647936\n",
      "444 51 ensorFlow. 0.15647936\n",
      "444 52  torFlow.  0.15647936\n",
      "444 53 torFlow. S 0.15647936\n",
      "444 54 ,rFlow. St 0.15647936\n",
      "444 55 wFlow. Stu 0.15647936\n",
      "444 56 elow. Stud 0.15647936\n",
      "444 57 low. Stude 0.15647936\n",
      "444 58 ew. Studen 0.15647936\n",
      "444 59 w. Student 0.15647936\n",
      "444 60 . Students 0.15647936\n",
      "444 61  Students, 0.15647936\n",
      "444 62 Ttudents,  0.15647936\n",
      "444 63 tudents, p 0.15647936\n",
      "444 64 udents, pl 0.15647936\n",
      "444 65 rents, ple 0.15647936\n",
      "444 66 ants, plea 0.15647936\n",
      "444 67  ts, pleas 0.15647936\n",
      "444 68 ts, please 0.15647936\n",
      "444 69 u, please  0.15647936\n",
      "444 70 , please s 0.15647936\n",
      "444 71  please st 0.15647936\n",
      "444 72 Tlease stu 0.15647936\n",
      "444 73  ease stud 0.15647936\n",
      "444 74 ecse study 0.15647936\n",
      "444 75  se study  0.15647936\n",
      "444 76 te study h 0.15647936\n",
      "444 77 , study ha 0.15647936\n",
      "444 78  atudy har 0.15647936\n",
      "444 79 Ttudy hard 0.15647936\n",
      "444 80 ,udy hard. 0.15647936\n",
      "445 0 Te are dat 0.15647861\n",
      "445 1 e are data 0.15647861\n",
      "445 2  are datae 0.15647861\n",
      "445 3 Tre dataed 0.15647861\n",
      "445 4 te dataedu 0.15647861\n",
      "445 5 e iataedu. 0.15647861\n",
      "445 6  aataedu.  0.15647861\n",
      "445 7 Tataedu. T 0.15647861\n",
      "445 8 ataedu. Th 0.15647861\n",
      "445 9 taedu. The 0.15647861\n",
      "445 10 uedu. The  0.15647861\n",
      "445 11 tdu. The c 0.15647861\n",
      "445 12  u. The cu 0.15647861\n",
      "445 13 a. The cur 0.15647861\n",
      "445 14 r The curr 0.15647861\n",
      "445 15  The curre 0.15647861\n",
      "445 16 The curren 0.15647861\n",
      "445 17 ee current 0.15647861\n",
      "445 18   current  0.15647861\n",
      "445 19  aurrent l 0.15647861\n",
      "445 20 Turrent le 0.15647861\n",
      "445 21 urrent lec 0.15647861\n",
      "445 22 rrent lect 0.15647861\n",
      "445 23 eent lectu 0.15647861\n",
      "445 24 e t lectur 0.15647861\n",
      "445 25  t lecture 0.15647861\n",
      "445 26 t lecture  0.15647861\n",
      "445 27 ulecture i 0.15647861\n",
      "445 28 Tecture is 0.15647861\n",
      "445 29 eature is  0.15647861\n",
      "445 30  ture is a 0.15647861\n",
      "445 31 uure is a  0.15647861\n",
      "445 32 ure is a M 0.15647861\n",
      "445 33 rr is a Ma 0.15647861\n",
      "445 34 e is a Mat 0.15647861\n",
      "445 35  as a Matc 0.15647861\n",
      "445 36 Ts a Match 0.15647861\n",
      "445 37 s a Match  0.15647861\n",
      "445 38 ,a Match U 0.15647861\n",
      "445 39 TrMatch Up 0.15647861\n",
      "445 40 tMatch Up  0.15647861\n",
      "445 41 Tatch Up T 0.15647861\n",
      "445 42 atch Up Te 0.15647861\n",
      "445 43 tah Up Ten 0.15647861\n",
      "445 44 uh Up Tens 0.15647861\n",
      "445 45 u Up Tenso 0.15647861\n",
      "445 46  Up Tensor 0.15647861\n",
      "445 47 Tp TensorF 0.15647861\n",
      "445 48 p TensorFl 0.15647861\n",
      "445 49  TensorFlo 0.15647861\n",
      "445 50 ThnsorFlow 0.15647861\n",
      "445 51 ensorFlow. 0.15647861\n",
      "445 52  torFlow.  0.15647861\n",
      "445 53 torFlow. S 0.15647861\n",
      "445 54 ,rFlow. St 0.15647861\n",
      "445 55 rFlow. Stu 0.15647861\n",
      "445 56 elow. Stud 0.15647861\n",
      "445 57 low. Stude 0.15647861\n",
      "445 58 ew. Studen 0.15647861\n",
      "445 59 r. Student 0.15647861\n",
      "445 60 . Students 0.15647861\n",
      "445 61  Ttudents, 0.15647861\n",
      "445 62 Ttudents,  0.15647861\n",
      "445 63 tudents, p 0.15647861\n",
      "445 64 urents, pl 0.15647861\n",
      "445 65 rents, ple 0.15647861\n",
      "445 66 ants, plea 0.15647861\n",
      "445 67  t , pleas 0.15647861\n",
      "445 68 t , please 0.15647861\n",
      "445 69 u, please  0.15647861\n",
      "445 70 , please s 0.15647861\n",
      "445 71  please st 0.15647861\n",
      "445 72 Tlease stu 0.15647861\n",
      "445 73  ease stud 0.15647861\n",
      "445 74 ease study 0.15647861\n",
      "445 75  se study  0.15647861\n",
      "445 76 te study h 0.15647861\n",
      "445 77 , study ha 0.15647861\n",
      "445 78  atudy har 0.15647861\n",
      "445 79 Ttudy hard 0.15647861\n",
      "445 80 ,udy hard. 0.15647861\n",
      "446 0 Te are dat 0.15647787\n",
      "446 1 e are data 0.15647787\n",
      "446 2  cre datae 0.15647787\n",
      "446 3 T e dataed 0.15647787\n",
      "446 4 te dataedu 0.15647787\n",
      "446 5 e dataedu. 0.15647787\n",
      "446 6  cataedu.  0.15647787\n",
      "446 7 Tataedu. T 0.15647787\n",
      "446 8 ataedu. Th 0.15647787\n",
      "446 9 tcedu. The 0.15647787\n",
      "446 10 uedu. The  0.15647787\n",
      "446 11 tdu. The c 0.15647787\n",
      "446 12  u. The cu 0.15647787\n",
      "446 13 a. The cur 0.15647787\n",
      "446 14 r The curr 0.15647787\n",
      "446 15  She curre 0.15647787\n",
      "446 16 The curren 0.15647787\n",
      "446 17 ee current 0.15647787\n",
      "446 18 e current  0.15647787\n",
      "446 19  current l 0.15647787\n",
      "446 20 Turrent le 0.15647787\n",
      "446 21 urrent lec 0.15647787\n",
      "446 22 reent lect 0.15647787\n",
      "446 23 eent lectu 0.15647787\n",
      "446 24 e t lectur 0.15647787\n",
      "446 25  tslecture 0.15647787\n",
      "446 26 tslecture  0.15647787\n",
      "446 27 ulecture i 0.15647787\n",
      "446 28 Tecture is 0.15647787\n",
      "446 29 ecture is  0.15647787\n",
      "446 30  ture is a 0.15647787\n",
      "446 31 uure is a  0.15647787\n",
      "446 32 ude is a M 0.15647787\n",
      "446 33 re is a Ma 0.15647787\n",
      "446 34 e ds a Mat 0.15647787\n",
      "446 35  cs a Matc 0.15647787\n",
      "446 36 Ts a Match 0.15647787\n",
      "446 37 s a Match  0.15647787\n",
      "446 38 ,a Match U 0.15647787\n",
      "446 39 T Match Up 0.15647787\n",
      "446 40 tMatch Up  0.15647787\n",
      "446 41 Tatch Up T 0.15647787\n",
      "446 42 atch Up Te 0.15647787\n",
      "446 43 tch Up Ten 0.15647787\n",
      "446 44 uh Up Tens 0.15647787\n",
      "446 45 u Up Tenso 0.15647787\n",
      "446 46 eUp Tensor 0.15647787\n",
      "446 47 Tp TensorF 0.15647787\n",
      "446 48 p TensorFl 0.15647787\n",
      "446 49  TensorFlo 0.15647787\n",
      "446 50 ThnsorFlow 0.15647787\n",
      "446 51 ensorFlow. 0.15647787\n",
      "446 52  torFlow.  0.15647787\n",
      "446 53 torFlow. S 0.15647787\n",
      "446 54 ,rFlow. St 0.15647787\n",
      "446 55 wFlow. Stu 0.15647787\n",
      "446 56 elow. Stud 0.15647787\n",
      "446 57 low. Stude 0.15647787\n",
      "446 58 ew. Studen 0.15647787\n",
      "446 59 w. Student 0.15647787\n",
      "446 60 . Students 0.15647787\n",
      "446 61  Students, 0.15647787\n",
      "446 62 Ttudents,  0.15647787\n",
      "446 63 tudents, p 0.15647787\n",
      "446 64 udents, pl 0.15647787\n",
      "446 65 rents, ple 0.15647787\n",
      "446 66 ants, plea 0.15647787\n",
      "446 67  ts, pleas 0.15647787\n",
      "446 68 ts, please 0.15647787\n",
      "446 69 u, please  0.15647787\n",
      "446 70 , please s 0.15647787\n",
      "446 71  please st 0.15647787\n",
      "446 72 Tlease stu 0.15647787\n",
      "446 73  ease stud 0.15647787\n",
      "446 74 ecse study 0.15647787\n",
      "446 75  se study  0.15647787\n",
      "446 76 te study h 0.15647787\n",
      "446 77 , study ha 0.15647787\n",
      "446 78  ctudy har 0.15647787\n",
      "446 79 Ttudy hard 0.15647787\n",
      "446 80 ,udy hard. 0.15647787\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "447 0 ae are dat 0.15647711\n",
      "447 1 e are data 0.15647711\n",
      "447 2  are datae 0.15647711\n",
      "447 3 a e dataed 0.15647711\n",
      "447 4 te dataedu 0.15647711\n",
      "447 5 e iataedu. 0.15647711\n",
      "447 6  aataedu.  0.15647711\n",
      "447 7 aataedu. T 0.15647711\n",
      "447 8 ataedu. Th 0.15647711\n",
      "447 9 taedu. The 0.15647711\n",
      "447 10 uedu. The  0.15647711\n",
      "447 11 tdu. The c 0.15647711\n",
      "447 12  u. The cu 0.15647711\n",
      "447 13 a. The cur 0.15647711\n",
      "447 14 r The curr 0.15647711\n",
      "447 15  The curre 0.15647711\n",
      "447 16 aee curren 0.15647711\n",
      "447 17 ee current 0.15647711\n",
      "447 18   current  0.15647711\n",
      "447 19  aurrent l 0.15647711\n",
      "447 20 aurrent le 0.15647711\n",
      "447 21 urrent lec 0.15647711\n",
      "447 22 rrent lect 0.15647711\n",
      "447 23 eent lectu 0.15647711\n",
      "447 24 e t lectur 0.15647711\n",
      "447 25  t lecture 0.15647711\n",
      "447 26 t lecture  0.15647711\n",
      "447 27 ulecture i 0.15647711\n",
      "447 28 aecture is 0.15647711\n",
      "447 29 eature is  0.15647711\n",
      "447 30  ture is a 0.15647711\n",
      "447 31 uure is a  0.15647711\n",
      "447 32 ure is a M 0.15647711\n",
      "447 33 rr is a Ma 0.15647711\n",
      "447 34 e is a Mat 0.15647711\n",
      "447 35  as a Matc 0.15647711\n",
      "447 36 as a Match 0.15647711\n",
      "447 37 s a Match  0.15647711\n",
      "447 38 ,a Match U 0.15647711\n",
      "447 39 a Match Up 0.15647711\n",
      "447 40 tMatch Up  0.15647711\n",
      "447 41 aatch Up T 0.15647711\n",
      "447 42 atch Up Te 0.15647711\n",
      "447 43 tah Up Ten 0.15647711\n",
      "447 44 uh Up Tens 0.15647711\n",
      "447 45 u Up Tenso 0.15647711\n",
      "447 46  Up Tensor 0.15647711\n",
      "447 47 ap TensorF 0.15647711\n",
      "447 48 p TensorFl 0.15647711\n",
      "447 49  TensorFlo 0.15647711\n",
      "447 50 aensorFlow 0.15647711\n",
      "447 51 ensorFlow. 0.15647711\n",
      "447 52  torFlow.  0.15647711\n",
      "447 53 torFlow. S 0.15647711\n",
      "447 54 ,rFlow. St 0.15647711\n",
      "447 55 rFlow. Stu 0.15647711\n",
      "447 56 elow. Stud 0.15647711\n",
      "447 57 low. Stude 0.15647711\n",
      "447 58 ew. Studen 0.15647711\n",
      "447 59 r. Student 0.15647711\n",
      "447 60 . Students 0.15647711\n",
      "447 61  Ttudents, 0.15647711\n",
      "447 62 atudents,  0.15647711\n",
      "447 63 tudents, p 0.15647711\n",
      "447 64 urents, pl 0.15647711\n",
      "447 65 rents, ple 0.15647711\n",
      "447 66 ants, plea 0.15647711\n",
      "447 67  t , pleas 0.15647711\n",
      "447 68 t , please 0.15647711\n",
      "447 69 u, please  0.15647711\n",
      "447 70 , please s 0.15647711\n",
      "447 71  please st 0.15647711\n",
      "447 72 alease stu 0.15647711\n",
      "447 73  ease stud 0.15647711\n",
      "447 74 ease study 0.15647711\n",
      "447 75  se study  0.15647711\n",
      "447 76 te study h 0.15647711\n",
      "447 77 , study ha 0.15647711\n",
      "447 78  atudy har 0.15647711\n",
      "447 79 atudy hard 0.15647711\n",
      "447 80 ,udy hard. 0.15647711\n",
      "448 0 Te are dat 0.15647636\n",
      "448 1 e are data 0.15647636\n",
      "448 2  cre datae 0.15647636\n",
      "448 3 T e dataed 0.15647636\n",
      "448 4 te dataedu 0.15647636\n",
      "448 5 e dataedu. 0.15647636\n",
      "448 6  cataedu.  0.15647636\n",
      "448 7 Tataedu. T 0.15647636\n",
      "448 8 ataedu. Th 0.15647636\n",
      "448 9 tcedu. The 0.15647636\n",
      "448 10 uedu. The  0.15647636\n",
      "448 11 tdu. The c 0.15647636\n",
      "448 12  u. The cu 0.15647636\n",
      "448 13 a. The cur 0.15647636\n",
      "448 14 r The curr 0.15647636\n",
      "448 15  She curre 0.15647636\n",
      "448 16 The curren 0.15647636\n",
      "448 17 ee current 0.15647636\n",
      "448 18 e current  0.15647636\n",
      "448 19  current l 0.15647636\n",
      "448 20 Turrent le 0.15647636\n",
      "448 21 urrent lec 0.15647636\n",
      "448 22 reent lect 0.15647636\n",
      "448 23 eent lectu 0.15647636\n",
      "448 24 e t lectur 0.15647636\n",
      "448 25  tslecture 0.15647636\n",
      "448 26 tslecture  0.15647636\n",
      "448 27 ulecture i 0.15647636\n",
      "448 28 Tecture is 0.15647636\n",
      "448 29 ecture is  0.15647636\n",
      "448 30  ture is a 0.15647636\n",
      "448 31 uure is a  0.15647636\n",
      "448 32 ure is a M 0.15647636\n",
      "448 33 re is a Ma 0.15647636\n",
      "448 34 e ds a Mat 0.15647636\n",
      "448 35  cs a Matc 0.15647636\n",
      "448 36 Ts a Match 0.15647636\n",
      "448 37 s a Match  0.15647636\n",
      "448 38 ,a Match U 0.15647636\n",
      "448 39 T Match Up 0.15647636\n",
      "448 40 tMatch Up  0.15647636\n",
      "448 41 Tatch Up T 0.15647636\n",
      "448 42 atch Up Te 0.15647636\n",
      "448 43 tch Up Ten 0.15647636\n",
      "448 44 uh Up Tens 0.15647636\n",
      "448 45 u Up Tenso 0.15647636\n",
      "448 46 eUp Tensor 0.15647636\n",
      "448 47 Tp TensorF 0.15647636\n",
      "448 48 p TensorFl 0.15647636\n",
      "448 49  TensorFlo 0.15647636\n",
      "448 50 ThnsorFlow 0.15647636\n",
      "448 51 ensorFlow. 0.15647636\n",
      "448 52  torFlow.  0.15647636\n",
      "448 53 torFlow. S 0.15647636\n",
      "448 54 ,rFlow. St 0.15647636\n",
      "448 55 wFlow. Stu 0.15647636\n",
      "448 56 elow. Stud 0.15647636\n",
      "448 57 low. Stude 0.15647636\n",
      "448 58 ew. Studen 0.15647636\n",
      "448 59 w. Student 0.15647636\n",
      "448 60 . Students 0.15647636\n",
      "448 61  Students, 0.15647636\n",
      "448 62 Ttudents,  0.15647636\n",
      "448 63 tudents, p 0.15647636\n",
      "448 64 urents, pl 0.15647636\n",
      "448 65 rents, ple 0.15647636\n",
      "448 66 ants, plea 0.15647636\n",
      "448 67  ts, pleas 0.15647636\n",
      "448 68 ts, please 0.15647636\n",
      "448 69 u, please  0.15647636\n",
      "448 70 , please s 0.15647636\n",
      "448 71  please st 0.15647636\n",
      "448 72 Tlease stu 0.15647636\n",
      "448 73  ease stud 0.15647636\n",
      "448 74 ecse study 0.15647636\n",
      "448 75  se study  0.15647636\n",
      "448 76 te study h 0.15647636\n",
      "448 77 , study ha 0.15647636\n",
      "448 78  ctudy har 0.15647636\n",
      "448 79 Ttudy hard 0.15647636\n",
      "448 80 ,udy hard. 0.15647636\n",
      "449 0 ae are dat 0.15647565\n",
      "449 1 e are data 0.15647565\n",
      "449 2  sre datae 0.15647565\n",
      "449 3 are dataed 0.15647565\n",
      "449 4 te dataedu 0.15647565\n",
      "449 5 e iataedu. 0.15647565\n",
      "449 6  sataedu.  0.15647565\n",
      "449 7 aataedu. T 0.15647565\n",
      "449 8 ataedu. Th 0.15647565\n",
      "449 9 taedu. The 0.15647565\n",
      "449 10 uedu. The  0.15647565\n",
      "449 11 tdu. The c 0.15647565\n",
      "449 12  u. The cu 0.15647565\n",
      "449 13 a. The cur 0.15647565\n",
      "449 14 r The curr 0.15647565\n",
      "449 15  The curre 0.15647565\n",
      "449 16 aee curren 0.15647565\n",
      "449 17 ee current 0.15647565\n",
      "449 18   current  0.15647565\n",
      "449 19  surrent l 0.15647565\n",
      "449 20 aurrent le 0.15647565\n",
      "449 21 urrent lec 0.15647565\n",
      "449 22 rrent lect 0.15647565\n",
      "449 23 eent lectu 0.15647565\n",
      "449 24 e t lectur 0.15647565\n",
      "449 25  t lecture 0.15647565\n",
      "449 26 t lecture  0.15647565\n",
      "449 27 ulecture i 0.15647565\n",
      "449 28 aecture is 0.15647565\n",
      "449 29 eature is  0.15647565\n",
      "449 30  ture is a 0.15647565\n",
      "449 31 uure is a  0.15647565\n",
      "449 32 ude is a M 0.15647565\n",
      "449 33 rr is a Ma 0.15647565\n",
      "449 34 e is a Mat 0.15647565\n",
      "449 35  ss a Matc 0.15647565\n",
      "449 36 as a Match 0.15647565\n",
      "449 37 s a Match  0.15647565\n",
      "449 38 ,a Match U 0.15647565\n",
      "449 39 arMatch Up 0.15647565\n",
      "449 40 tMatch Up  0.15647565\n",
      "449 41 aatch Up T 0.15647565\n",
      "449 42 atch Up Te 0.15647565\n",
      "449 43 tah Up Ten 0.15647565\n",
      "449 44 uh Up Tens 0.15647565\n",
      "449 45 u Up Tenso 0.15647565\n",
      "449 46  Up Tensor 0.15647565\n",
      "449 47 ap TensorF 0.15647565\n",
      "449 48 p TensorFl 0.15647565\n",
      "449 49  TensorFlo 0.15647565\n",
      "449 50 aensorFlow 0.15647565\n",
      "449 51 ensorFlow. 0.15647565\n",
      "449 52  torFlow.  0.15647565\n",
      "449 53 torFlow. S 0.15647565\n",
      "449 54 ,rFlow. St 0.15647565\n",
      "449 55 rFlow. Stu 0.15647565\n",
      "449 56 elow. Stud 0.15647565\n",
      "449 57 low. Stude 0.15647565\n",
      "449 58 ew. Studen 0.15647565\n",
      "449 59 r. Student 0.15647565\n",
      "449 60 . Students 0.15647565\n",
      "449 61  Ttudents, 0.15647565\n",
      "449 62 atudents,  0.15647565\n",
      "449 63 tudents, p 0.15647565\n",
      "449 64 udents, pl 0.15647565\n",
      "449 65 rents, ple 0.15647565\n",
      "449 66 ants, plea 0.15647565\n",
      "449 67  t , pleas 0.15647565\n",
      "449 68 t , please 0.15647565\n",
      "449 69 u, please  0.15647565\n",
      "449 70 , please s 0.15647565\n",
      "449 71  please st 0.15647565\n",
      "449 72 alease stu 0.15647565\n",
      "449 73  ease stud 0.15647565\n",
      "449 74 ease study 0.15647565\n",
      "449 75  se study  0.15647565\n",
      "449 76 te study h 0.15647565\n",
      "449 77 , study ha 0.15647565\n",
      "449 78  study har 0.15647565\n",
      "449 79 atudy hard 0.15647565\n",
      "449 80 ,udy hard. 0.15647565\n",
      "450 0 Te are dat 0.15647498\n",
      "450 1 e are data 0.15647498\n",
      "450 2  cre datae 0.15647498\n",
      "450 3 T e dataed 0.15647498\n",
      "450 4 te dataedu 0.15647498\n",
      "450 5 e dataedu. 0.15647498\n",
      "450 6  cataedu.  0.15647498\n",
      "450 7 Tataedu. T 0.15647498\n",
      "450 8 ataedu. Th 0.15647498\n",
      "450 9 tcedu. The 0.15647498\n",
      "450 10 uedu. The  0.15647498\n",
      "450 11 tdu. The c 0.15647498\n",
      "450 12  u. The cu 0.15647498\n",
      "450 13 a. The cur 0.15647498\n",
      "450 14 r The curr 0.15647498\n",
      "450 15  She curre 0.15647498\n",
      "450 16 The curren 0.15647498\n",
      "450 17 ee current 0.15647498\n",
      "450 18 e current  0.15647498\n",
      "450 19  current l 0.15647498\n",
      "450 20 Turrent le 0.15647498\n",
      "450 21 urrent lec 0.15647498\n",
      "450 22 reent lect 0.15647498\n",
      "450 23 eent lectu 0.15647498\n",
      "450 24 e t lectur 0.15647498\n",
      "450 25  tslecture 0.15647498\n",
      "450 26 tslecture  0.15647498\n",
      "450 27 ulecture i 0.15647498\n",
      "450 28 Tecture is 0.15647498\n",
      "450 29 ecture is  0.15647498\n",
      "450 30  ture is a 0.15647498\n",
      "450 31 uure is a  0.15647498\n",
      "450 32 ude is a M 0.15647498\n",
      "450 33 re is a Ma 0.15647498\n",
      "450 34 e ds a Mat 0.15647498\n",
      "450 35  cs a Matc 0.15647498\n",
      "450 36 Ts a Match 0.15647498\n",
      "450 37 s a Match  0.15647498\n",
      "450 38 ta Match U 0.15647498\n",
      "450 39 T Match Up 0.15647498\n",
      "450 40 tMatch Up  0.15647498\n",
      "450 41 Tatch Up T 0.15647498\n",
      "450 42 atch Up Te 0.15647498\n",
      "450 43 tch Up Ten 0.15647498\n",
      "450 44 uh Up Tens 0.15647498\n",
      "450 45 u Up Tenso 0.15647498\n",
      "450 46 eUp Tensor 0.15647498\n",
      "450 47 Tp TensorF 0.15647498\n",
      "450 48 p TensorFl 0.15647498\n",
      "450 49  TensorFlo 0.15647498\n",
      "450 50 ThnsorFlow 0.15647498\n",
      "450 51 ensorFlow. 0.15647498\n",
      "450 52  torFlow.  0.15647498\n",
      "450 53 torFlow. S 0.15647498\n",
      "450 54 trFlow. St 0.15647498\n",
      "450 55 wFlow. Stu 0.15647498\n",
      "450 56 elow. Stud 0.15647498\n",
      "450 57 low. Stude 0.15647498\n",
      "450 58 ew. Studen 0.15647498\n",
      "450 59 w. Student 0.15647498\n",
      "450 60 . Students 0.15647498\n",
      "450 61  Students, 0.15647498\n",
      "450 62 Ttudents,  0.15647498\n",
      "450 63 tudents, p 0.15647498\n",
      "450 64 udents, pl 0.15647498\n",
      "450 65 rents, ple 0.15647498\n",
      "450 66 ants, plea 0.15647498\n",
      "450 67  ts, pleas 0.15647498\n",
      "450 68 ts, please 0.15647498\n",
      "450 69 u, please  0.15647498\n",
      "450 70 t please s 0.15647498\n",
      "450 71  please st 0.15647498\n",
      "450 72 Tlease stu 0.15647498\n",
      "450 73  ease stud 0.15647498\n",
      "450 74 ecse study 0.15647498\n",
      "450 75  se study  0.15647498\n",
      "450 76 te study h 0.15647498\n",
      "450 77 t study ha 0.15647498\n",
      "450 78  ctudy har 0.15647498\n",
      "450 79 Ttudy hard 0.15647498\n",
      "450 80 tudy hard. 0.15647498\n",
      "451 0 ae are dat 0.15647434\n",
      "451 1 e are data 0.15647434\n",
      "451 2  sre datae 0.15647434\n",
      "451 3 are dataed 0.15647434\n",
      "451 4 te dataedu 0.15647434\n",
      "451 5 e iataedu. 0.15647434\n",
      "451 6  sataedu.  0.15647434\n",
      "451 7 aataedu. T 0.15647434\n",
      "451 8 ataedu. Th 0.15647434\n",
      "451 9 taedu. The 0.15647434\n",
      "451 10 uedu. The  0.15647434\n",
      "451 11 tdu. The c 0.15647434\n",
      "451 12  u. The cu 0.15647434\n",
      "451 13 a. The cur 0.15647434\n",
      "451 14 r The curr 0.15647434\n",
      "451 15  The curre 0.15647434\n",
      "451 16 aee curren 0.15647434\n",
      "451 17 ee current 0.15647434\n",
      "451 18   current  0.15647434\n",
      "451 19  surrent l 0.15647434\n",
      "451 20 aurrent le 0.15647434\n",
      "451 21 urrent lec 0.15647434\n",
      "451 22 rrent lect 0.15647434\n",
      "451 23 eent lectu 0.15647434\n",
      "451 24 e t lectur 0.15647434\n",
      "451 25  t lecture 0.15647434\n",
      "451 26 t lecture  0.15647434\n",
      "451 27 ulecture i 0.15647434\n",
      "451 28 aecture is 0.15647434\n",
      "451 29 eature is  0.15647434\n",
      "451 30  ture is a 0.15647434\n",
      "451 31 uure is a  0.15647434\n",
      "451 32 ure is a M 0.15647434\n",
      "451 33 rr is a Ma 0.15647434\n",
      "451 34 e is a Mat 0.15647434\n",
      "451 35  ss a Matc 0.15647434\n",
      "451 36 as a Match 0.15647434\n",
      "451 37 s a Match  0.15647434\n",
      "451 38 ,a Match U 0.15647434\n",
      "451 39 arMatch Up 0.15647434\n",
      "451 40 tMatch Up  0.15647434\n",
      "451 41 aatch Up T 0.15647434\n",
      "451 42 atch Up Te 0.15647434\n",
      "451 43 tah Up Ten 0.15647434\n",
      "451 44 uh Up Tens 0.15647434\n",
      "451 45 u Up Tenso 0.15647434\n",
      "451 46  Up Tensor 0.15647434\n",
      "451 47 ap TensorF 0.15647434\n",
      "451 48 p TensorFl 0.15647434\n",
      "451 49 lTensorFlo 0.15647434\n",
      "451 50 aensorFlow 0.15647434\n",
      "451 51 ensorFlow. 0.15647434\n",
      "451 52  torFlow.  0.15647434\n",
      "451 53 torFlow. S 0.15647434\n",
      "451 54 ,rFlow. St 0.15647434\n",
      "451 55 rFlow. Stu 0.15647434\n",
      "451 56 elow. Stud 0.15647434\n",
      "451 57 low. Stude 0.15647434\n",
      "451 58 ew. Studen 0.15647434\n",
      "451 59 r. Student 0.15647434\n",
      "451 60 . Students 0.15647434\n",
      "451 61  Ttudents, 0.15647434\n",
      "451 62 atudents,  0.15647434\n",
      "451 63 tudents, p 0.15647434\n",
      "451 64 urents, pl 0.15647434\n",
      "451 65 rents, ple 0.15647434\n",
      "451 66 ants, plea 0.15647434\n",
      "451 67  t , pleas 0.15647434\n",
      "451 68 t , please 0.15647434\n",
      "451 69 u, please  0.15647434\n",
      "451 70 , please s 0.15647434\n",
      "451 71  please st 0.15647434\n",
      "451 72 alease stu 0.15647434\n",
      "451 73 lease stud 0.15647434\n",
      "451 74 ease study 0.15647434\n",
      "451 75  se study  0.15647434\n",
      "451 76 te study h 0.15647434\n",
      "451 77 , study ha 0.15647434\n",
      "451 78  study har 0.15647434\n",
      "451 79 atudy hard 0.15647434\n",
      "451 80 ,udy hard. 0.15647434\n",
      "452 0 Te are dat 0.15647383\n",
      "452 1 e are data 0.15647383\n",
      "452 2  cre datae 0.15647383\n",
      "452 3 T e dataed 0.15647383\n",
      "452 4 te dataedu 0.15647383\n",
      "452 5 e dataedu. 0.15647383\n",
      "452 6  cataedu.  0.15647383\n",
      "452 7 Tataedu. T 0.15647383\n",
      "452 8 ataedu. Th 0.15647383\n",
      "452 9 tcedu. The 0.15647383\n",
      "452 10 uedu. The  0.15647383\n",
      "452 11 tdu. The c 0.15647383\n",
      "452 12  u. The cu 0.15647383\n",
      "452 13 a. The cur 0.15647383\n",
      "452 14 r The curr 0.15647383\n",
      "452 15  She curre 0.15647383\n",
      "452 16 The curren 0.15647383\n",
      "452 17 ee current 0.15647383\n",
      "452 18 e current  0.15647383\n",
      "452 19  current l 0.15647383\n",
      "452 20 Turrent le 0.15647383\n",
      "452 21 hrrent lec 0.15647383\n",
      "452 22 reent lect 0.15647383\n",
      "452 23 eent lectu 0.15647383\n",
      "452 24 e t lectur 0.15647383\n",
      "452 25  tslecture 0.15647383\n",
      "452 26 tslecture  0.15647383\n",
      "452 27 ulecture i 0.15647383\n",
      "452 28 Tecture is 0.15647383\n",
      "452 29 ecture is  0.15647383\n",
      "452 30  ture is a 0.15647383\n",
      "452 31 hure is a  0.15647383\n",
      "452 32 ude is a M 0.15647383\n",
      "452 33 re is a Ma 0.15647383\n",
      "452 34 e ds a Mat 0.15647383\n",
      "452 35  cs a Matc 0.15647383\n",
      "452 36 Ts a Match 0.15647383\n",
      "452 37 s a Match  0.15647383\n",
      "452 38 ta Match U 0.15647383\n",
      "452 39 T Match Up 0.15647383\n",
      "452 40 tMatch Up  0.15647383\n",
      "452 41 Tatch Up T 0.15647383\n",
      "452 42 atch Up Te 0.15647383\n",
      "452 43 tch Up Ten 0.15647383\n",
      "452 44 uh Up Tens 0.15647383\n",
      "452 45 h Up Tenso 0.15647383\n",
      "452 46 eUp Tensor 0.15647383\n",
      "452 47 Tp TensorF 0.15647383\n",
      "452 48 p TensorFl 0.15647383\n",
      "452 49  TensorFlo 0.15647383\n",
      "452 50 ThnsorFlow 0.15647383\n",
      "452 51 ensorFlow. 0.15647383\n",
      "452 52  torFlow.  0.15647383\n",
      "452 53 torFlow. S 0.15647383\n",
      "452 54 trFlow. St 0.15647383\n",
      "452 55 wFlow. Stu 0.15647383\n",
      "452 56 elow. Stud 0.15647383\n",
      "452 57 low. Stude 0.15647383\n",
      "452 58 ew. Studen 0.15647383\n",
      "452 59 w. Student 0.15647383\n",
      "452 60 . Students 0.15647383\n",
      "452 61  Students, 0.15647383\n",
      "452 62 Ttudents,  0.15647383\n",
      "452 63 tudents, p 0.15647383\n",
      "452 64 udents, pl 0.15647383\n",
      "452 65 rents, ple 0.15647383\n",
      "452 66 ants, plea 0.15647383\n",
      "452 67  ts, pleas 0.15647383\n",
      "452 68 ts, please 0.15647383\n",
      "452 69 u, please  0.15647383\n",
      "452 70 t please s 0.15647383\n",
      "452 71  please st 0.15647383\n",
      "452 72 Tlease stu 0.15647383\n",
      "452 73  ease stud 0.15647383\n",
      "452 74 ecse study 0.15647383\n",
      "452 75  se study  0.15647383\n",
      "452 76 te study h 0.15647383\n",
      "452 77 t study ha 0.15647383\n",
      "452 78  ctudy har 0.15647383\n",
      "452 79 Ttudy hard 0.15647383\n",
      "452 80 tudy hard. 0.15647383\n",
      "453 0 ae are dat 0.15647346\n",
      "453 1 e are data 0.15647346\n",
      "453 2  sre datae 0.15647346\n",
      "453 3 are dataed 0.15647346\n",
      "453 4 te dataedu 0.15647346\n",
      "453 5 e iataedu. 0.15647346\n",
      "453 6  sataedu.  0.15647346\n",
      "453 7 aataedu. T 0.15647346\n",
      "453 8 ataedu. Th 0.15647346\n",
      "453 9 taedu. The 0.15647346\n",
      "453 10 uedu. The  0.15647346\n",
      "453 11 tdu. The c 0.15647346\n",
      "453 12  u. The cu 0.15647346\n",
      "453 13 a. The cur 0.15647346\n",
      "453 14 r The curr 0.15647346\n",
      "453 15  The curre 0.15647346\n",
      "453 16 aee curren 0.15647346\n",
      "453 17 ee current 0.15647346\n",
      "453 18   current  0.15647346\n",
      "453 19  surrent l 0.15647346\n",
      "453 20 aurrent le 0.15647346\n",
      "453 21 urrent lec 0.15647346\n",
      "453 22 rrent lect 0.15647346\n",
      "453 23 eent lectu 0.15647346\n",
      "453 24 e t lectur 0.15647346\n",
      "453 25  t lecture 0.15647346\n",
      "453 26 t lecture  0.15647346\n",
      "453 27 ulecture i 0.15647346\n",
      "453 28 aecture is 0.15647346\n",
      "453 29 eature is  0.15647346\n",
      "453 30  ture is a 0.15647346\n",
      "453 31 uure is a  0.15647346\n",
      "453 32 ure is a M 0.15647346\n",
      "453 33 rr is a Ma 0.15647346\n",
      "453 34 e is a Mat 0.15647346\n",
      "453 35  ss a Matc 0.15647346\n",
      "453 36 as a Match 0.15647346\n",
      "453 37 s a Match  0.15647346\n",
      "453 38 ,a Match U 0.15647346\n",
      "453 39 arMatch Up 0.15647346\n",
      "453 40 tMatch Up  0.15647346\n",
      "453 41 aatch Up T 0.15647346\n",
      "453 42 atch Up Te 0.15647346\n",
      "453 43 tah Up Ten 0.15647346\n",
      "453 44 uh Up Tens 0.15647346\n",
      "453 45 u Up Tenso 0.15647346\n",
      "453 46  Up Tensor 0.15647346\n",
      "453 47 ap TensorF 0.15647346\n",
      "453 48 p TensorFl 0.15647346\n",
      "453 49 lTensorFlo 0.15647346\n",
      "453 50 aensorFlow 0.15647346\n",
      "453 51 ensorFlow. 0.15647346\n",
      "453 52  torFlow.  0.15647346\n",
      "453 53 torFlow. S 0.15647346\n",
      "453 54 ,rFlow. St 0.15647346\n",
      "453 55 rFlow. Stu 0.15647346\n",
      "453 56 elow. Stud 0.15647346\n",
      "453 57 low. Stude 0.15647346\n",
      "453 58 ew. Studen 0.15647346\n",
      "453 59 r. Student 0.15647346\n",
      "453 60 . Students 0.15647346\n",
      "453 61  Ttudents, 0.15647346\n",
      "453 62 atudents,  0.15647346\n",
      "453 63 tudents, p 0.15647346\n",
      "453 64 urents, pl 0.15647346\n",
      "453 65 rents, ple 0.15647346\n",
      "453 66 ants, plea 0.15647346\n",
      "453 67  t , pleas 0.15647346\n",
      "453 68 t , please 0.15647346\n",
      "453 69 u, please  0.15647346\n",
      "453 70 , please s 0.15647346\n",
      "453 71  please st 0.15647346\n",
      "453 72 alease stu 0.15647346\n",
      "453 73 lease stud 0.15647346\n",
      "453 74 ease study 0.15647346\n",
      "453 75  se study  0.15647346\n",
      "453 76 te study h 0.15647346\n",
      "453 77 , study ha 0.15647346\n",
      "453 78  study har 0.15647346\n",
      "453 79 atudy hard 0.15647346\n",
      "453 80 ,udy hard. 0.15647346\n",
      "454 0 Te are dat 0.15647349\n",
      "454 1 e are data 0.15647349\n",
      "454 2  cre datae 0.15647349\n",
      "454 3 T e dataed 0.15647349\n",
      "454 4 te dataedu 0.15647349\n",
      "454 5 e dataedu. 0.15647349\n",
      "454 6  cataedu.  0.15647349\n",
      "454 7 Tataedu. T 0.15647349\n",
      "454 8 ataedu. Th 0.15647349\n",
      "454 9 tcedu. The 0.15647349\n",
      "454 10 uedu. The  0.15647349\n",
      "454 11 tdu. The c 0.15647349\n",
      "454 12  u. The cu 0.15647349\n",
      "454 13 a. The cur 0.15647349\n",
      "454 14 r The curr 0.15647349\n",
      "454 15  She curre 0.15647349\n",
      "454 16 The curren 0.15647349\n",
      "454 17 ee current 0.15647349\n",
      "454 18 e current  0.15647349\n",
      "454 19  current l 0.15647349\n",
      "454 20 Turrent le 0.15647349\n",
      "454 21 hrrent lec 0.15647349\n",
      "454 22 reent lect 0.15647349\n",
      "454 23 eent lectu 0.15647349\n",
      "454 24 e t lectur 0.15647349\n",
      "454 25  tslecture 0.15647349\n",
      "454 26 tslecture  0.15647349\n",
      "454 27 ulecture i 0.15647349\n",
      "454 28 Tecture is 0.15647349\n",
      "454 29 ecture is  0.15647349\n",
      "454 30  ture is a 0.15647349\n",
      "454 31 hure is a  0.15647349\n",
      "454 32 ude is a M 0.15647349\n",
      "454 33 re is a Ma 0.15647349\n",
      "454 34 e ds a Mat 0.15647349\n",
      "454 35  cs a Matc 0.15647349\n",
      "454 36 Ts a Match 0.15647349\n",
      "454 37 s a Match  0.15647349\n",
      "454 38 ta Match U 0.15647349\n",
      "454 39 T Match Up 0.15647349\n",
      "454 40 tMatch Up  0.15647349\n",
      "454 41 Tatch Up T 0.15647349\n",
      "454 42 atch Up Te 0.15647349\n",
      "454 43 tch Up Ten 0.15647349\n",
      "454 44 uh Up Tens 0.15647349\n",
      "454 45 h Up Tenso 0.15647349\n",
      "454 46 eUp Tensor 0.15647349\n",
      "454 47 Tp TensorF 0.15647349\n",
      "454 48 p TensorFl 0.15647349\n",
      "454 49  TensorFlo 0.15647349\n",
      "454 50 ThnsorFlow 0.15647349\n",
      "454 51 ensorFlow. 0.15647349\n",
      "454 52  torFlow.  0.15647349\n",
      "454 53 torFlow. S 0.15647349\n",
      "454 54 trFlow. St 0.15647349\n",
      "454 55 wFlow. Stu 0.15647349\n",
      "454 56 elow. Stud 0.15647349\n",
      "454 57 low. Stude 0.15647349\n",
      "454 58 ew. Studen 0.15647349\n",
      "454 59 w. Student 0.15647349\n",
      "454 60 . Students 0.15647349\n",
      "454 61  Students, 0.15647349\n",
      "454 62 Ttudents,  0.15647349\n",
      "454 63 tudents, p 0.15647349\n",
      "454 64 udents, pl 0.15647349\n",
      "454 65 rents, ple 0.15647349\n",
      "454 66 ants, plea 0.15647349\n",
      "454 67  ts, pleas 0.15647349\n",
      "454 68 ts, please 0.15647349\n",
      "454 69 u, please  0.15647349\n",
      "454 70 t please s 0.15647349\n",
      "454 71  please st 0.15647349\n",
      "454 72 Tlease stu 0.15647349\n",
      "454 73  ease stud 0.15647349\n",
      "454 74 ecse study 0.15647349\n",
      "454 75  se study  0.15647349\n",
      "454 76 te study h 0.15647349\n",
      "454 77 t study ha 0.15647349\n",
      "454 78  ctudy har 0.15647349\n",
      "454 79 Ttudy hard 0.15647349\n",
      "454 80 tudy hard. 0.15647349\n",
      "455 0 ae are dat 0.15647443\n",
      "455 1 e are data 0.15647443\n",
      "455 2  sre datae 0.15647443\n",
      "455 3 are dataed 0.15647443\n",
      "455 4 te dataedu 0.15647443\n",
      "455 5 e iataedu. 0.15647443\n",
      "455 6  sataedu.  0.15647443\n",
      "455 7 aataedu. T 0.15647443\n",
      "455 8 ataedu. Th 0.15647443\n",
      "455 9 taedu. The 0.15647443\n",
      "455 10 uedu. The  0.15647443\n",
      "455 11 tdu. The c 0.15647443\n",
      "455 12  u. The cu 0.15647443\n",
      "455 13 a. The cur 0.15647443\n",
      "455 14 r The curr 0.15647443\n",
      "455 15  The curre 0.15647443\n",
      "455 16 aee curren 0.15647443\n",
      "455 17 ee current 0.15647443\n",
      "455 18   current  0.15647443\n",
      "455 19  surrent l 0.15647443\n",
      "455 20 aurrent le 0.15647443\n",
      "455 21 urrent lec 0.15647443\n",
      "455 22 rrent lect 0.15647443\n",
      "455 23 eent lectu 0.15647443\n",
      "455 24 e t lectur 0.15647443\n",
      "455 25  t lecture 0.15647443\n",
      "455 26 t lecture  0.15647443\n",
      "455 27 ulecture i 0.15647443\n",
      "455 28 aecture is 0.15647443\n",
      "455 29 eature is  0.15647443\n",
      "455 30  ture is a 0.15647443\n",
      "455 31 uure is a  0.15647443\n",
      "455 32 ure is a M 0.15647443\n",
      "455 33 rr is a Ma 0.15647443\n",
      "455 34 e is a Mat 0.15647443\n",
      "455 35  ss a Matc 0.15647443\n",
      "455 36 as a Match 0.15647443\n",
      "455 37 s a Match  0.15647443\n",
      "455 38 ,a Match U 0.15647443\n",
      "455 39 arMatch Up 0.15647443\n",
      "455 40 tMatch Up  0.15647443\n",
      "455 41 aatch Up T 0.15647443\n",
      "455 42 atch Up Te 0.15647443\n",
      "455 43 tah Up Ten 0.15647443\n",
      "455 44 uh Up Tens 0.15647443\n",
      "455 45 u Up Tenso 0.15647443\n",
      "455 46  Up Tensor 0.15647443\n",
      "455 47 ap TensorF 0.15647443\n",
      "455 48 p TensorFl 0.15647443\n",
      "455 49 lTensorFlo 0.15647443\n",
      "455 50 aensorFlow 0.15647443\n",
      "455 51 ensorFlow. 0.15647443\n",
      "455 52  torFlow.  0.15647443\n",
      "455 53 torFlow. S 0.15647443\n",
      "455 54 ,rFlow. St 0.15647443\n",
      "455 55 rFlow. Stu 0.15647443\n",
      "455 56 elow. Stud 0.15647443\n",
      "455 57 low. Stude 0.15647443\n",
      "455 58 ew. Studen 0.15647443\n",
      "455 59 r. Student 0.15647443\n",
      "455 60 . Students 0.15647443\n",
      "455 61  Ttudents, 0.15647443\n",
      "455 62 atudents,  0.15647443\n",
      "455 63 tudents, p 0.15647443\n",
      "455 64 urents, pl 0.15647443\n",
      "455 65 rents, ple 0.15647443\n",
      "455 66 ants, plea 0.15647443\n",
      "455 67  t , pleas 0.15647443\n",
      "455 68 t , please 0.15647443\n",
      "455 69 u, please  0.15647443\n",
      "455 70 , please s 0.15647443\n",
      "455 71  please st 0.15647443\n",
      "455 72 alease stu 0.15647443\n",
      "455 73 lease stud 0.15647443\n",
      "455 74 ease study 0.15647443\n",
      "455 75  se study  0.15647443\n",
      "455 76 te study h 0.15647443\n",
      "455 77 , study ha 0.15647443\n",
      "455 78  study har 0.15647443\n",
      "455 79 atudy hard 0.15647443\n",
      "455 80 ,udy hard. 0.15647443\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "456 0 Te are dat 0.15647759\n",
      "456 1 e are data 0.15647759\n",
      "456 2  cre datae 0.15647759\n",
      "456 3 T e dataed 0.15647759\n",
      "456 4 te dataedu 0.15647759\n",
      "456 5 e dataedu. 0.15647759\n",
      "456 6  cataedu.  0.15647759\n",
      "456 7 Tataedu. T 0.15647759\n",
      "456 8 utaedu. Th 0.15647759\n",
      "456 9 tcedu. The 0.15647759\n",
      "456 10 uedu. The  0.15647759\n",
      "456 11 tdu. The c 0.15647759\n",
      "456 12  u. The cu 0.15647759\n",
      "456 13 u. The cur 0.15647759\n",
      "456 14 r The curr 0.15647759\n",
      "456 15  She curre 0.15647759\n",
      "456 16 The curren 0.15647759\n",
      "456 17 he current 0.15647759\n",
      "456 18 e current  0.15647759\n",
      "456 19  current l 0.15647759\n",
      "456 20 Turrent le 0.15647759\n",
      "456 21 hrrent lec 0.15647759\n",
      "456 22 reent lect 0.15647759\n",
      "456 23 eent lectu 0.15647759\n",
      "456 24 e t lectur 0.15647759\n",
      "456 25  tslecture 0.15647759\n",
      "456 26 tslecture  0.15647759\n",
      "456 27 ulecture i 0.15647759\n",
      "456 28 Tecture is 0.15647759\n",
      "456 29 ecture is  0.15647759\n",
      "456 30  ture is a 0.15647759\n",
      "456 31 hure is a  0.15647759\n",
      "456 32 ude is a M 0.15647759\n",
      "456 33 re is a Ma 0.15647759\n",
      "456 34 e ds a Mat 0.15647759\n",
      "456 35  cs a Matc 0.15647759\n",
      "456 36 Ts a Match 0.15647759\n",
      "456 37 s a Match  0.15647759\n",
      "456 38 ta Match U 0.15647759\n",
      "456 39 T Match Up 0.15647759\n",
      "456 40 tMatch Up  0.15647759\n",
      "456 41 Tatch Up T 0.15647759\n",
      "456 42 atch Up Te 0.15647759\n",
      "456 43 tch Up Ten 0.15647759\n",
      "456 44 uh Up Tens 0.15647759\n",
      "456 45 h Up Tenso 0.15647759\n",
      "456 46 eUp Tensor 0.15647759\n",
      "456 47 Tp TensorF 0.15647759\n",
      "456 48 p TensorFl 0.15647759\n",
      "456 49  TensorFlo 0.15647759\n",
      "456 50 ThnsorFlow 0.15647759\n",
      "456 51 hnsorFlow. 0.15647759\n",
      "456 52  torFlow.  0.15647759\n",
      "456 53 torFlow. S 0.15647759\n",
      "456 54 trFlow. St 0.15647759\n",
      "456 55 wFlow. Stu 0.15647759\n",
      "456 56 elow. Stud 0.15647759\n",
      "456 57 low. Stude 0.15647759\n",
      "456 58 ew. Studen 0.15647759\n",
      "456 59 w. Student 0.15647759\n",
      "456 60 . Students 0.15647759\n",
      "456 61  Students, 0.15647759\n",
      "456 62 Ttudents,  0.15647759\n",
      "456 63 tudents, p 0.15647759\n",
      "456 64 udents, pl 0.15647759\n",
      "456 65 rents, ple 0.15647759\n",
      "456 66 unts, plea 0.15647759\n",
      "456 67  ts, pleas 0.15647759\n",
      "456 68 ts, please 0.15647759\n",
      "456 69 u, please  0.15647759\n",
      "456 70 t please s 0.15647759\n",
      "456 71  please st 0.15647759\n",
      "456 72 Tlease stu 0.15647759\n",
      "456 73  ease stud 0.15647759\n",
      "456 74 ecse study 0.15647759\n",
      "456 75  se study  0.15647759\n",
      "456 76 te study h 0.15647759\n",
      "456 77 t study ha 0.15647759\n",
      "456 78  ctudy har 0.15647759\n",
      "456 79 Ttudy hard 0.15647759\n",
      "456 80 tudy hard. 0.15647759\n",
      "457 0 ae are dat 0.15648575\n",
      "457 1 e are data 0.15648575\n",
      "457 2  sre datae 0.15648575\n",
      "457 3 are dataed 0.15648575\n",
      "457 4 te dataedu 0.15648575\n",
      "457 5 e iataedu. 0.15648575\n",
      "457 6  sataedu.  0.15648575\n",
      "457 7 aataedu. T 0.15648575\n",
      "457 8 ataedu. Th 0.15648575\n",
      "457 9 taedu. The 0.15648575\n",
      "457 10 uedu. The  0.15648575\n",
      "457 11 tdu. The c 0.15648575\n",
      "457 12  u. The cu 0.15648575\n",
      "457 13 a. The cur 0.15648575\n",
      "457 14 r The curr 0.15648575\n",
      "457 15  The curre 0.15648575\n",
      "457 16 aee curren 0.15648575\n",
      "457 17 ee current 0.15648575\n",
      "457 18   current  0.15648575\n",
      "457 19  surrent l 0.15648575\n",
      "457 20 aurrent le 0.15648575\n",
      "457 21 urrent lec 0.15648575\n",
      "457 22 rrent lect 0.15648575\n",
      "457 23 eent lectu 0.15648575\n",
      "457 24 e t lectur 0.15648575\n",
      "457 25  t lecture 0.15648575\n",
      "457 26 t lecture  0.15648575\n",
      "457 27 ulecture i 0.15648575\n",
      "457 28 aecture is 0.15648575\n",
      "457 29 eature is  0.15648575\n",
      "457 30  ture is a 0.15648575\n",
      "457 31 uure is a  0.15648575\n",
      "457 32 ure is a M 0.15648575\n",
      "457 33 rr is a Ma 0.15648575\n",
      "457 34 e is a Mat 0.15648575\n",
      "457 35  ss a Matc 0.15648575\n",
      "457 36 as a Match 0.15648575\n",
      "457 37 s a Match  0.15648575\n",
      "457 38 ,a Match U 0.15648575\n",
      "457 39 arMatch Up 0.15648575\n",
      "457 40 tMatch Up  0.15648575\n",
      "457 41 aatch Up T 0.15648575\n",
      "457 42 atch Up Te 0.15648575\n",
      "457 43 tah Up Ten 0.15648575\n",
      "457 44 uh Up Tens 0.15648575\n",
      "457 45 u Up Tenso 0.15648575\n",
      "457 46  Up Tensor 0.15648575\n",
      "457 47 ap TensorF 0.15648575\n",
      "457 48 p TensorFl 0.15648575\n",
      "457 49 lTensorFlo 0.15648575\n",
      "457 50 aensorFlow 0.15648575\n",
      "457 51 ensorFlow. 0.15648575\n",
      "457 52  torFlow.  0.15648575\n",
      "457 53 torFlow. S 0.15648575\n",
      "457 54 ,rFlow. St 0.15648575\n",
      "457 55 rFlow. Stu 0.15648575\n",
      "457 56 elow. Stud 0.15648575\n",
      "457 57 low. Stude 0.15648575\n",
      "457 58 ew. Studen 0.15648575\n",
      "457 59 r. Student 0.15648575\n",
      "457 60 . Students 0.15648575\n",
      "457 61  Ttudents, 0.15648575\n",
      "457 62 atudents,  0.15648575\n",
      "457 63 tudents, p 0.15648575\n",
      "457 64 urents, pl 0.15648575\n",
      "457 65 rents, ple 0.15648575\n",
      "457 66 ants, plea 0.15648575\n",
      "457 67  t , pleas 0.15648575\n",
      "457 68 t , please 0.15648575\n",
      "457 69 u, please  0.15648575\n",
      "457 70 , please s 0.15648575\n",
      "457 71  please st 0.15648575\n",
      "457 72 alease stu 0.15648575\n",
      "457 73 lease stud 0.15648575\n",
      "457 74 ease study 0.15648575\n",
      "457 75  se study  0.15648575\n",
      "457 76 te study h 0.15648575\n",
      "457 77 , study ha 0.15648575\n",
      "457 78  study har 0.15648575\n",
      "457 79 atudy hard 0.15648575\n",
      "457 80 ,udy hard. 0.15648575\n",
      "458 0 Te are dat 0.15650767\n",
      "458 1 e are data 0.15650767\n",
      "458 2  cre datae 0.15650767\n",
      "458 3 T e dataed 0.15650767\n",
      "458 4 te dataedu 0.15650767\n",
      "458 5 e dataedu. 0.15650767\n",
      "458 6  cataedu.  0.15650767\n",
      "458 7 Tataedu. T 0.15650767\n",
      "458 8 utaedu. Th 0.15650767\n",
      "458 9 tcedu. The 0.15650767\n",
      "458 10 uedu. The  0.15650767\n",
      "458 11 tdu. The c 0.15650767\n",
      "458 12  u. The cu 0.15650767\n",
      "458 13 u. The cur 0.15650767\n",
      "458 14 r The curr 0.15650767\n",
      "458 15  She curre 0.15650767\n",
      "458 16 The curren 0.15650767\n",
      "458 17 he current 0.15650767\n",
      "458 18 e current  0.15650767\n",
      "458 19  current l 0.15650767\n",
      "458 20 Turrent le 0.15650767\n",
      "458 21 hrrent lec 0.15650767\n",
      "458 22 reent lect 0.15650767\n",
      "458 23 eent lectu 0.15650767\n",
      "458 24 e t lectur 0.15650767\n",
      "458 25  tslecture 0.15650767\n",
      "458 26 tslecture  0.15650767\n",
      "458 27 ulecture i 0.15650767\n",
      "458 28 Tecture is 0.15650767\n",
      "458 29 ecture is  0.15650767\n",
      "458 30  ture is a 0.15650767\n",
      "458 31 hure is a  0.15650767\n",
      "458 32 ude is a M 0.15650767\n",
      "458 33 re is a Ma 0.15650767\n",
      "458 34 e ds a Mat 0.15650767\n",
      "458 35  cs a Matc 0.15650767\n",
      "458 36 Ts a Match 0.15650767\n",
      "458 37 s a Match  0.15650767\n",
      "458 38 ta Match U 0.15650767\n",
      "458 39 T Match Up 0.15650767\n",
      "458 40 tMatch Up  0.15650767\n",
      "458 41 Tatch Up T 0.15650767\n",
      "458 42 atch Up Te 0.15650767\n",
      "458 43 tch Up Ten 0.15650767\n",
      "458 44 uh Up Tens 0.15650767\n",
      "458 45 h Up Tenso 0.15650767\n",
      "458 46 eUp Tensor 0.15650767\n",
      "458 47 Tp TensorF 0.15650767\n",
      "458 48 p TensorFl 0.15650767\n",
      "458 49  TensorFlo 0.15650767\n",
      "458 50 ThnsorFlow 0.15650767\n",
      "458 51 hnsorFlow. 0.15650767\n",
      "458 52  torFlow.  0.15650767\n",
      "458 53 torFlow. S 0.15650767\n",
      "458 54 trFlow. St 0.15650767\n",
      "458 55 wFlow. Stu 0.15650767\n",
      "458 56 elow. Stud 0.15650767\n",
      "458 57 low. Stude 0.15650767\n",
      "458 58 ew. Studen 0.15650767\n",
      "458 59 w. Student 0.15650767\n",
      "458 60 . Students 0.15650767\n",
      "458 61  Students, 0.15650767\n",
      "458 62 Ttudents,  0.15650767\n",
      "458 63 tudents, p 0.15650767\n",
      "458 64 udents, pl 0.15650767\n",
      "458 65 rents, ple 0.15650767\n",
      "458 66 unts, plea 0.15650767\n",
      "458 67  ts, pleas 0.15650767\n",
      "458 68 ts, please 0.15650767\n",
      "458 69 u, please  0.15650767\n",
      "458 70 t please s 0.15650767\n",
      "458 71  please st 0.15650767\n",
      "458 72 Tlease stu 0.15650767\n",
      "458 73  ease stud 0.15650767\n",
      "458 74 ecse study 0.15650767\n",
      "458 75  se study  0.15650767\n",
      "458 76 te study h 0.15650767\n",
      "458 77 t study ha 0.15650767\n",
      "458 78  ctudy har 0.15650767\n",
      "458 79 Ttudy hard 0.15650767\n",
      "458 80 tudy hard. 0.15650767\n",
      "459 0 ae are dat 0.15655705\n",
      "459 1 e are data 0.15655705\n",
      "459 2  sre datae 0.15655705\n",
      "459 3 are dataed 0.15655705\n",
      "459 4 te dataedu 0.15655705\n",
      "459 5 e iataedu. 0.15655705\n",
      "459 6  sataedu.  0.15655705\n",
      "459 7 aataedu. T 0.15655705\n",
      "459 8 ataedu. Th 0.15655705\n",
      "459 9 taedu. The 0.15655705\n",
      "459 10 uedu. The  0.15655705\n",
      "459 11 tdu. The c 0.15655705\n",
      "459 12  u. The cu 0.15655705\n",
      "459 13 a. The cur 0.15655705\n",
      "459 14 r The curr 0.15655705\n",
      "459 15  The curre 0.15655705\n",
      "459 16 aee curren 0.15655705\n",
      "459 17 ee current 0.15655705\n",
      "459 18   current  0.15655705\n",
      "459 19  surrent l 0.15655705\n",
      "459 20 aurrent le 0.15655705\n",
      "459 21 urrent lec 0.15655705\n",
      "459 22 rrent lect 0.15655705\n",
      "459 23 eent lectu 0.15655705\n",
      "459 24 e t lectur 0.15655705\n",
      "459 25  t lecture 0.15655705\n",
      "459 26 t lecture  0.15655705\n",
      "459 27 ulecture i 0.15655705\n",
      "459 28 aecture is 0.15655705\n",
      "459 29 eature is  0.15655705\n",
      "459 30  ture is a 0.15655705\n",
      "459 31 uure is a  0.15655705\n",
      "459 32 ure is a M 0.15655705\n",
      "459 33 rr is a Ma 0.15655705\n",
      "459 34 e is a Mat 0.15655705\n",
      "459 35  ss a Matc 0.15655705\n",
      "459 36 as a Match 0.15655705\n",
      "459 37 s a Match  0.15655705\n",
      "459 38 ,a Match U 0.15655705\n",
      "459 39 arMatch Up 0.15655705\n",
      "459 40 tMatch Up  0.15655705\n",
      "459 41 aatch Up T 0.15655705\n",
      "459 42 atch Up Te 0.15655705\n",
      "459 43 tah Up Ten 0.15655705\n",
      "459 44 uh Up Tens 0.15655705\n",
      "459 45 u Up Tenso 0.15655705\n",
      "459 46  Up Tensor 0.15655705\n",
      "459 47 ap TensorF 0.15655705\n",
      "459 48 p TensorFl 0.15655705\n",
      "459 49 lTensorFlo 0.15655705\n",
      "459 50 aensorFlow 0.15655705\n",
      "459 51 ensorFlow. 0.15655705\n",
      "459 52  torFlow.  0.15655705\n",
      "459 53 torFlow. S 0.15655705\n",
      "459 54 ,rFlow. St 0.15655705\n",
      "459 55 rFlow. Stu 0.15655705\n",
      "459 56 elow. Stud 0.15655705\n",
      "459 57 low. Stude 0.15655705\n",
      "459 58 ew. Studen 0.15655705\n",
      "459 59 r. Student 0.15655705\n",
      "459 60 . Students 0.15655705\n",
      "459 61  Ttudents, 0.15655705\n",
      "459 62 atudents,  0.15655705\n",
      "459 63 tudents, p 0.15655705\n",
      "459 64 urents, pl 0.15655705\n",
      "459 65 rents, ple 0.15655705\n",
      "459 66 ants, plea 0.15655705\n",
      "459 67  t , pleas 0.15655705\n",
      "459 68 t , please 0.15655705\n",
      "459 69 u, please  0.15655705\n",
      "459 70 , please s 0.15655705\n",
      "459 71  please st 0.15655705\n",
      "459 72 alease stu 0.15655705\n",
      "459 73 lease stud 0.15655705\n",
      "459 74 ease study 0.15655705\n",
      "459 75  se study  0.15655705\n",
      "459 76 te study h 0.15655705\n",
      "459 77 , study ha 0.15655705\n",
      "459 78  study har 0.15655705\n",
      "459 79 atudy hard 0.15655705\n",
      "459 80 ,udy hard. 0.15655705\n",
      "460 0 Te are dat 0.15669242\n",
      "460 1 e are data 0.15669242\n",
      "460 2  cre datae 0.15669242\n",
      "460 3 T e dataed 0.15669242\n",
      "460 4 te dataedu 0.15669242\n",
      "460 5 e dataedu. 0.15669242\n",
      "460 6  cataedu.  0.15669242\n",
      "460 7 Tataedu. T 0.15669242\n",
      "460 8 utaedu. Th 0.15669242\n",
      "460 9 tcedu. The 0.15669242\n",
      "460 10 uedu. The  0.15669242\n",
      "460 11 tdu. The c 0.15669242\n",
      "460 12  u. The cu 0.15669242\n",
      "460 13 u. The cur 0.15669242\n",
      "460 14 r The curr 0.15669242\n",
      "460 15  She curre 0.15669242\n",
      "460 16 The curren 0.15669242\n",
      "460 17 he current 0.15669242\n",
      "460 18 e current  0.15669242\n",
      "460 19  current l 0.15669242\n",
      "460 20 Turrent le 0.15669242\n",
      "460 21 hrrent lec 0.15669242\n",
      "460 22 reent lect 0.15669242\n",
      "460 23 eent lectu 0.15669242\n",
      "460 24 e t lectur 0.15669242\n",
      "460 25  tslecture 0.15669242\n",
      "460 26 tslecture  0.15669242\n",
      "460 27 ulecture i 0.15669242\n",
      "460 28 Tecture is 0.15669242\n",
      "460 29 ecture is  0.15669242\n",
      "460 30  ture is a 0.15669242\n",
      "460 31 hure is a  0.15669242\n",
      "460 32 ude is a M 0.15669242\n",
      "460 33 re is a Ma 0.15669242\n",
      "460 34 e ds a Mat 0.15669242\n",
      "460 35  cs a Matc 0.15669242\n",
      "460 36 Ts a Match 0.15669242\n",
      "460 37 s a Match  0.15669242\n",
      "460 38 ta Match U 0.15669242\n",
      "460 39 T Match Up 0.15669242\n",
      "460 40 tMatch Up  0.15669242\n",
      "460 41 Tatch Up T 0.15669242\n",
      "460 42 atch Up Te 0.15669242\n",
      "460 43 tch Up Ten 0.15669242\n",
      "460 44 uh Up Tens 0.15669242\n",
      "460 45 h Up Tenso 0.15669242\n",
      "460 46 eUp Tensor 0.15669242\n",
      "460 47 Tp TensorF 0.15669242\n",
      "460 48 p TensorFl 0.15669242\n",
      "460 49  TensorFlo 0.15669242\n",
      "460 50 ThnsorFlow 0.15669242\n",
      "460 51 hnsorFlow. 0.15669242\n",
      "460 52  torFlow.  0.15669242\n",
      "460 53 torFlow. S 0.15669242\n",
      "460 54 trFlow. St 0.15669242\n",
      "460 55 wFlow. Stu 0.15669242\n",
      "460 56 elow. Stud 0.15669242\n",
      "460 57 low. Stude 0.15669242\n",
      "460 58 ew. Studen 0.15669242\n",
      "460 59 w. Student 0.15669242\n",
      "460 60 . Students 0.15669242\n",
      "460 61  Students, 0.15669242\n",
      "460 62 Ttudents,  0.15669242\n",
      "460 63 tudents, p 0.15669242\n",
      "460 64 udents, pl 0.15669242\n",
      "460 65 rents, ple 0.15669242\n",
      "460 66 unts, plea 0.15669242\n",
      "460 67  ts, pleas 0.15669242\n",
      "460 68 ts, please 0.15669242\n",
      "460 69 u, please  0.15669242\n",
      "460 70 t please s 0.15669242\n",
      "460 71  please st 0.15669242\n",
      "460 72 Tlease stu 0.15669242\n",
      "460 73  ease stud 0.15669242\n",
      "460 74 ecse study 0.15669242\n",
      "460 75  se study  0.15669242\n",
      "460 76 te study h 0.15669242\n",
      "460 77 t study ha 0.15669242\n",
      "460 78  ctudy har 0.15669242\n",
      "460 79 Ttudy hard 0.15669242\n",
      "460 80 tudy hard. 0.15669242\n",
      "461 0 ae are dat 0.15691449\n",
      "461 1 e are data 0.15691449\n",
      "461 2  sre datae 0.15691449\n",
      "461 3 are dataed 0.15691449\n",
      "461 4 te dataedu 0.15691449\n",
      "461 5 e iataedu. 0.15691449\n",
      "461 6  sataedu.  0.15691449\n",
      "461 7 aataedu. T 0.15691449\n",
      "461 8 ataedu. Th 0.15691449\n",
      "461 9 taedu. The 0.15691449\n",
      "461 10 uedu. The  0.15691449\n",
      "461 11 tdu. The c 0.15691449\n",
      "461 12  u. The cu 0.15691449\n",
      "461 13 a. The cur 0.15691449\n",
      "461 14 r The curr 0.15691449\n",
      "461 15  The curre 0.15691449\n",
      "461 16 aee curren 0.15691449\n",
      "461 17 ee current 0.15691449\n",
      "461 18   current  0.15691449\n",
      "461 19  surrent l 0.15691449\n",
      "461 20 aurrent le 0.15691449\n",
      "461 21 urrent lec 0.15691449\n",
      "461 22 rrent lect 0.15691449\n",
      "461 23 eent lectu 0.15691449\n",
      "461 24 e t lectur 0.15691449\n",
      "461 25  t lecture 0.15691449\n",
      "461 26 t lecture  0.15691449\n",
      "461 27 ulecture i 0.15691449\n",
      "461 28 aecture is 0.15691449\n",
      "461 29 eature is  0.15691449\n",
      "461 30  ture is a 0.15691449\n",
      "461 31 uure is a  0.15691449\n",
      "461 32 ure is a M 0.15691449\n",
      "461 33 rr is a Ma 0.15691449\n",
      "461 34 e is a Mat 0.15691449\n",
      "461 35  ss a Matc 0.15691449\n",
      "461 36 as a Match 0.15691449\n",
      "461 37 s a Match  0.15691449\n",
      "461 38 ,a Match U 0.15691449\n",
      "461 39 arMatch Up 0.15691449\n",
      "461 40 tMatch Up  0.15691449\n",
      "461 41 aatch Up T 0.15691449\n",
      "461 42 atch Up Te 0.15691449\n",
      "461 43 tah Up Ten 0.15691449\n",
      "461 44 uh Up Tens 0.15691449\n",
      "461 45 u Up Tenso 0.15691449\n",
      "461 46  Up Tensor 0.15691449\n",
      "461 47 ap TensorF 0.15691449\n",
      "461 48 p TensorFl 0.15691449\n",
      "461 49 lTensorFlo 0.15691449\n",
      "461 50 aensorFlow 0.15691449\n",
      "461 51 ensorFlow. 0.15691449\n",
      "461 52  torFlow.  0.15691449\n",
      "461 53 torFlow. S 0.15691449\n",
      "461 54 ,rFlow. St 0.15691449\n",
      "461 55 rFlow. Stu 0.15691449\n",
      "461 56 elow. Stud 0.15691449\n",
      "461 57 low. Stude 0.15691449\n",
      "461 58 ew. Studen 0.15691449\n",
      "461 59 r. Student 0.15691449\n",
      "461 60 . Students 0.15691449\n",
      "461 61  Ttudents, 0.15691449\n",
      "461 62 atudents,  0.15691449\n",
      "461 63 tudents, p 0.15691449\n",
      "461 64 urents, pl 0.15691449\n",
      "461 65 rents, ple 0.15691449\n",
      "461 66 ants, plea 0.15691449\n",
      "461 67  t , pleas 0.15691449\n",
      "461 68 t , please 0.15691449\n",
      "461 69 u, please  0.15691449\n",
      "461 70 , please s 0.15691449\n",
      "461 71  please st 0.15691449\n",
      "461 72 alease stu 0.15691449\n",
      "461 73 lease stud 0.15691449\n",
      "461 74 ease study 0.15691449\n",
      "461 75  se study  0.15691449\n",
      "461 76 te study h 0.15691449\n",
      "461 77 , study ha 0.15691449\n",
      "461 78  study har 0.15691449\n",
      "461 79 atudy hard 0.15691449\n",
      "461 80 ,udy hard. 0.15691449\n",
      "462 0 Te are dat 0.15741892\n",
      "462 1 e are data 0.15741892\n",
      "462 2  cre datae 0.15741892\n",
      "462 3 T e dataed 0.15741892\n",
      "462 4 te dataedu 0.15741892\n",
      "462 5 e dataedu. 0.15741892\n",
      "462 6  cataedu.  0.15741892\n",
      "462 7 Tataedu. T 0.15741892\n",
      "462 8 utaedu. Th 0.15741892\n",
      "462 9 tcedu. The 0.15741892\n",
      "462 10 uedu. The  0.15741892\n",
      "462 11 tdu. The c 0.15741892\n",
      "462 12  u. The cu 0.15741892\n",
      "462 13 u. The cur 0.15741892\n",
      "462 14 r The curr 0.15741892\n",
      "462 15  She curre 0.15741892\n",
      "462 16 The curren 0.15741892\n",
      "462 17 he current 0.15741892\n",
      "462 18 e current  0.15741892\n",
      "462 19  current l 0.15741892\n",
      "462 20 Turrent le 0.15741892\n",
      "462 21 hrrent lec 0.15741892\n",
      "462 22 reent lect 0.15741892\n",
      "462 23 eent lectu 0.15741892\n",
      "462 24 e t lectur 0.15741892\n",
      "462 25  tslecture 0.15741892\n",
      "462 26 tslecture  0.15741892\n",
      "462 27 ulecture i 0.15741892\n",
      "462 28 Tecture is 0.15741892\n",
      "462 29 ecture is  0.15741892\n",
      "462 30  ture is a 0.15741892\n",
      "462 31 hure is a  0.15741892\n",
      "462 32 ude is a M 0.15741892\n",
      "462 33 re is a Ma 0.15741892\n",
      "462 34 e ds a Mat 0.15741892\n",
      "462 35  cs a Matc 0.15741892\n",
      "462 36 Ts a Match 0.15741892\n",
      "462 37 s a Match  0.15741892\n",
      "462 38 ta Match U 0.15741892\n",
      "462 39 T Match Up 0.15741892\n",
      "462 40 tMatch Up  0.15741892\n",
      "462 41 Tatch Up T 0.15741892\n",
      "462 42 atch Up Te 0.15741892\n",
      "462 43 tch Up Ten 0.15741892\n",
      "462 44 uh Up Tens 0.15741892\n",
      "462 45 h Up Tenso 0.15741892\n",
      "462 46 eUp Tensor 0.15741892\n",
      "462 47 Tp TensorF 0.15741892\n",
      "462 48 p TensorFl 0.15741892\n",
      "462 49  TensorFlo 0.15741892\n",
      "462 50 ThnsorFlow 0.15741892\n",
      "462 51 hnsorFlow. 0.15741892\n",
      "462 52  torFlow.  0.15741892\n",
      "462 53 torFlow. S 0.15741892\n",
      "462 54 trFlow. St 0.15741892\n",
      "462 55 wFlow. Stu 0.15741892\n",
      "462 56 elow. Stud 0.15741892\n",
      "462 57 low. Stude 0.15741892\n",
      "462 58 ew. Studen 0.15741892\n",
      "462 59 w. Student 0.15741892\n",
      "462 60 . Students 0.15741892\n",
      "462 61  Students, 0.15741892\n",
      "462 62 Ttudents,  0.15741892\n",
      "462 63 tudents, p 0.15741892\n",
      "462 64 udents, pl 0.15741892\n",
      "462 65 rents, ple 0.15741892\n",
      "462 66 unts, plea 0.15741892\n",
      "462 67  ts, pleas 0.15741892\n",
      "462 68 ts, please 0.15741892\n",
      "462 69 u, please  0.15741892\n",
      "462 70 t please s 0.15741892\n",
      "462 71  please st 0.15741892\n",
      "462 72 Tlease stu 0.15741892\n",
      "462 73  ease stud 0.15741892\n",
      "462 74 ecse study 0.15741892\n",
      "462 75  se study  0.15741892\n",
      "462 76 te study h 0.15741892\n",
      "462 77 t study ha 0.15741892\n",
      "462 78  ctudy har 0.15741892\n",
      "462 79 Ttudy hard 0.15741892\n",
      "462 80 tudy hard. 0.15741892\n",
      "463 0 ae are dat 0.1575578\n",
      "463 1 e are data 0.1575578\n",
      "463 2  ire datae 0.1575578\n",
      "463 3 are dataed 0.1575578\n",
      "463 4 te dataedu 0.1575578\n",
      "463 5 e iataedu. 0.1575578\n",
      "463 6  iataedu.  0.1575578\n",
      "463 7 aataedu. T 0.1575578\n",
      "463 8 ataedu. Th 0.1575578\n",
      "463 9 taedu. The 0.1575578\n",
      "463 10 uedu. The  0.1575578\n",
      "463 11 tdu. The c 0.1575578\n",
      "463 12  u. The cu 0.1575578\n",
      "463 13 a. The cur 0.1575578\n",
      "463 14 r The curr 0.1575578\n",
      "463 15  The curre 0.1575578\n",
      "463 16 aee curren 0.1575578\n",
      "463 17 ee current 0.1575578\n",
      "463 18   current  0.1575578\n",
      "463 19  iurrent l 0.1575578\n",
      "463 20 aurrent le 0.1575578\n",
      "463 21 urrent lec 0.1575578\n",
      "463 22 rrent lect 0.1575578\n",
      "463 23 eent lectu 0.1575578\n",
      "463 24 e t lectur 0.1575578\n",
      "463 25  t lecture 0.1575578\n",
      "463 26 t lecture  0.1575578\n",
      "463 27 ulecture i 0.1575578\n",
      "463 28 aecture is 0.1575578\n",
      "463 29 eature is  0.1575578\n",
      "463 30  ture is a 0.1575578\n",
      "463 31 uure is a  0.1575578\n",
      "463 32 ure is a M 0.1575578\n",
      "463 33 rr is a Ma 0.1575578\n",
      "463 34 e is a Mat 0.1575578\n",
      "463 35  is a Matc 0.1575578\n",
      "463 36 as a Match 0.1575578\n",
      "463 37 s a Match  0.1575578\n",
      "463 38 ,a Match U 0.1575578\n",
      "463 39 arMatch Up 0.1575578\n",
      "463 40 tMatch Up  0.1575578\n",
      "463 41 aatch Up T 0.1575578\n",
      "463 42 atch Up Te 0.1575578\n",
      "463 43 tah Up Ten 0.1575578\n",
      "463 44 uh Up Tens 0.1575578\n",
      "463 45 u Up Tenso 0.1575578\n",
      "463 46  Up Tensor 0.1575578\n",
      "463 47 ap TensorF 0.1575578\n",
      "463 48 p TensorFl 0.1575578\n",
      "463 49 lTensorFlo 0.1575578\n",
      "463 50 aensorFlow 0.1575578\n",
      "463 51 ensorFlow. 0.1575578\n",
      "463 52  torFlow.  0.1575578\n",
      "463 53 torFlow. S 0.1575578\n",
      "463 54 ,rFlow. St 0.1575578\n",
      "463 55 rFlow. Stu 0.1575578\n",
      "463 56 elow. Stud 0.1575578\n",
      "463 57 low. Stude 0.1575578\n",
      "463 58 ew. Studen 0.1575578\n",
      "463 59 r. Student 0.1575578\n",
      "463 60 . Students 0.1575578\n",
      "463 61  Ttudents, 0.1575578\n",
      "463 62 atudents,  0.1575578\n",
      "463 63 tudents, p 0.1575578\n",
      "463 64 urents, pl 0.1575578\n",
      "463 65 rents, ple 0.1575578\n",
      "463 66 ants, plea 0.1575578\n",
      "463 67  t , pleas 0.1575578\n",
      "463 68 t , please 0.1575578\n",
      "463 69 u, please  0.1575578\n",
      "463 70 , please s 0.1575578\n",
      "463 71  please st 0.1575578\n",
      "463 72 alease stu 0.1575578\n",
      "463 73 lease stud 0.1575578\n",
      "463 74 ease study 0.1575578\n",
      "463 75  se study  0.1575578\n",
      "463 76 te study h 0.1575578\n",
      "463 77 , study ha 0.1575578\n",
      "463 78  itudy har 0.1575578\n",
      "463 79 atudy hard 0.1575578\n",
      "463 80 ,udy hard. 0.1575578\n",
      "464 0 Te are dat 0.15753514\n",
      "464 1 e are data 0.15753514\n",
      "464 2  cre datae 0.15753514\n",
      "464 3 T e dataed 0.15753514\n",
      "464 4 te dataedu 0.15753514\n",
      "464 5 e dataedu. 0.15753514\n",
      "464 6  cataedu.  0.15753514\n",
      "464 7 Tataedu. T 0.15753514\n",
      "464 8 etaedu. Th 0.15753514\n",
      "464 9 tcedu. The 0.15753514\n",
      "464 10 uedu. The  0.15753514\n",
      "464 11 tdu. The c 0.15753514\n",
      "464 12  u. The cu 0.15753514\n",
      "464 13 e. The cur 0.15753514\n",
      "464 14 r The curr 0.15753514\n",
      "464 15  She curre 0.15753514\n",
      "464 16 The curren 0.15753514\n",
      "464 17 ee current 0.15753514\n",
      "464 18 e current  0.15753514\n",
      "464 19  current l 0.15753514\n",
      "464 20 Turrent le 0.15753514\n",
      "464 21 hrrent lec 0.15753514\n",
      "464 22 reent lect 0.15753514\n",
      "464 23 eent lectu 0.15753514\n",
      "464 24 e t lectur 0.15753514\n",
      "464 25  tslecture 0.15753514\n",
      "464 26 tslecture  0.15753514\n",
      "464 27 ulecture i 0.15753514\n",
      "464 28 Tecture is 0.15753514\n",
      "464 29 ecture is  0.15753514\n",
      "464 30  ture is a 0.15753514\n",
      "464 31 hure is a  0.15753514\n",
      "464 32 ude is a M 0.15753514\n",
      "464 33 re is a Ma 0.15753514\n",
      "464 34 e ds a Mat 0.15753514\n",
      "464 35  cs a Matc 0.15753514\n",
      "464 36 Ts a Match 0.15753514\n",
      "464 37 s a Match  0.15753514\n",
      "464 38 ta Match U 0.15753514\n",
      "464 39 T Match Up 0.15753514\n",
      "464 40 tMatch Up  0.15753514\n",
      "464 41 Tatch Up T 0.15753514\n",
      "464 42 atch Up Te 0.15753514\n",
      "464 43 tch Up Ten 0.15753514\n",
      "464 44 uh Up Tens 0.15753514\n",
      "464 45 h Up Tenso 0.15753514\n",
      "464 46 eUp Tensor 0.15753514\n",
      "464 47 Tp TensorF 0.15753514\n",
      "464 48 p TensorFl 0.15753514\n",
      "464 49  TensorFlo 0.15753514\n",
      "464 50 ThnsorFlow 0.15753514\n",
      "464 51 ensorFlow. 0.15753514\n",
      "464 52  torFlow.  0.15753514\n",
      "464 53 torFlow. S 0.15753514\n",
      "464 54 trFlow. St 0.15753514\n",
      "464 55 wFlow. Stu 0.15753514\n",
      "464 56 elow. Stud 0.15753514\n",
      "464 57 low. Stude 0.15753514\n",
      "464 58 ew. Studen 0.15753514\n",
      "464 59 w. Student 0.15753514\n",
      "464 60 . Students 0.15753514\n",
      "464 61  Students, 0.15753514\n",
      "464 62 Ttudents,  0.15753514\n",
      "464 63 tudents, p 0.15753514\n",
      "464 64 udents, pl 0.15753514\n",
      "464 65 rents, ple 0.15753514\n",
      "464 66 ents, plea 0.15753514\n",
      "464 67  ts, pleas 0.15753514\n",
      "464 68 ts, please 0.15753514\n",
      "464 69 u, please  0.15753514\n",
      "464 70 t please s 0.15753514\n",
      "464 71  please st 0.15753514\n",
      "464 72 Tlease stu 0.15753514\n",
      "464 73  ease stud 0.15753514\n",
      "464 74 ecse study 0.15753514\n",
      "464 75  se study  0.15753514\n",
      "464 76 te study h 0.15753514\n",
      "464 77 t study ha 0.15753514\n",
      "464 78  ctudy har 0.15753514\n",
      "464 79 Ttudy hard 0.15753514\n",
      "464 80 tudy hard. 0.15753514\n",
      "465 0 ae are dat 0.15704884\n",
      "465 1 e are data 0.15704884\n",
      "465 2  ire datae 0.15704884\n",
      "465 3 are dataed 0.15704884\n",
      "465 4 te dataedu 0.15704884\n",
      "465 5 e iataedu. 0.15704884\n",
      "465 6  iataedu.  0.15704884\n",
      "465 7 aataedu. T 0.15704884\n",
      "465 8 ataedu. Th 0.15704884\n",
      "465 9 tcedu. The 0.15704884\n",
      "465 10 uedu. The  0.15704884\n",
      "465 11 tdu. The c 0.15704884\n",
      "465 12  u. The cu 0.15704884\n",
      "465 13 a. The cur 0.15704884\n",
      "465 14 r The curr 0.15704884\n",
      "465 15  The curre 0.15704884\n",
      "465 16 ahe curren 0.15704884\n",
      "465 17 he current 0.15704884\n",
      "465 18   current  0.15704884\n",
      "465 19  iurrent l 0.15704884\n",
      "465 20 aurrent le 0.15704884\n",
      "465 21 urrent lec 0.15704884\n",
      "465 22 rrent lect 0.15704884\n",
      "465 23 eent lectu 0.15704884\n",
      "465 24 e t lectur 0.15704884\n",
      "465 25  t lecture 0.15704884\n",
      "465 26 t lecture  0.15704884\n",
      "465 27 ulecture i 0.15704884\n",
      "465 28 aecture is 0.15704884\n",
      "465 29 eature is  0.15704884\n",
      "465 30  ture is a 0.15704884\n",
      "465 31 uure is a  0.15704884\n",
      "465 32 ure is a M 0.15704884\n",
      "465 33 rr is a Ma 0.15704884\n",
      "465 34 e is a Mat 0.15704884\n",
      "465 35  is a Matc 0.15704884\n",
      "465 36 as a Match 0.15704884\n",
      "465 37 s a Match  0.15704884\n",
      "465 38 ,a Match U 0.15704884\n",
      "465 39 arMatch Up 0.15704884\n",
      "465 40 tMatch Up  0.15704884\n",
      "465 41 aatch Up T 0.15704884\n",
      "465 42 atch Up Te 0.15704884\n",
      "465 43 tch Up Ten 0.15704884\n",
      "465 44 uh Up Tens 0.15704884\n",
      "465 45 u Up Tenso 0.15704884\n",
      "465 46  Up Tensor 0.15704884\n",
      "465 47 ap TensorF 0.15704884\n",
      "465 48 p TensorFl 0.15704884\n",
      "465 49 lTensorFlo 0.15704884\n",
      "465 50 ahnsorFlow 0.15704884\n",
      "465 51 hnsorFlow. 0.15704884\n",
      "465 52  torFlow.  0.15704884\n",
      "465 53 torFlow. S 0.15704884\n",
      "465 54 ,rFlow. St 0.15704884\n",
      "465 55 rFlow. Stu 0.15704884\n",
      "465 56 elow. Stud 0.15704884\n",
      "465 57 low. Stude 0.15704884\n",
      "465 58 ew. Studen 0.15704884\n",
      "465 59 r. Student 0.15704884\n",
      "465 60 . Students 0.15704884\n",
      "465 61  Ttudents, 0.15704884\n",
      "465 62 atudents,  0.15704884\n",
      "465 63 tudents, p 0.15704884\n",
      "465 64 urents, pl 0.15704884\n",
      "465 65 rents, ple 0.15704884\n",
      "465 66 ants, plea 0.15704884\n",
      "465 67  t , pleas 0.15704884\n",
      "465 68 t , please 0.15704884\n",
      "465 69 u, please  0.15704884\n",
      "465 70 , please s 0.15704884\n",
      "465 71  please st 0.15704884\n",
      "465 72 alease stu 0.15704884\n",
      "465 73 lease stud 0.15704884\n",
      "465 74 ease study 0.15704884\n",
      "465 75  se study  0.15704884\n",
      "465 76 te study h 0.15704884\n",
      "465 77 , study ha 0.15704884\n",
      "465 78  itudy har 0.15704884\n",
      "465 79 atudy hard 0.15704884\n",
      "465 80 ,udy hard. 0.15704884\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "466 0 ae are dat 0.1567709\n",
      "466 1 e are data 0.1567709\n",
      "466 2  dre datae 0.1567709\n",
      "466 3 a e dataed 0.1567709\n",
      "466 4 te dataedu 0.1567709\n",
      "466 5 e dataedu. 0.1567709\n",
      "466 6  dataedu.  0.1567709\n",
      "466 7 aataedu. T 0.1567709\n",
      "466 8 etaedu. Th 0.1567709\n",
      "466 9 taedu. The 0.1567709\n",
      "466 10 uedu. The  0.1567709\n",
      "466 11 tdu. The c 0.1567709\n",
      "466 12  u. The cu 0.1567709\n",
      "466 13 e. The cur 0.1567709\n",
      "466 14 r The curr 0.1567709\n",
      "466 15  She curre 0.1567709\n",
      "466 16 aee curren 0.1567709\n",
      "466 17 ee current 0.1567709\n",
      "466 18 e current  0.1567709\n",
      "466 19  durrent l 0.1567709\n",
      "466 20 aurrent le 0.1567709\n",
      "466 21 hrrent lec 0.1567709\n",
      "466 22 reent lect 0.1567709\n",
      "466 23 eent lectu 0.1567709\n",
      "466 24 e t lectur 0.1567709\n",
      "466 25  t lecture 0.1567709\n",
      "466 26 t lecture  0.1567709\n",
      "466 27 ulecture i 0.1567709\n",
      "466 28 aecture is 0.1567709\n",
      "466 29 eature is  0.1567709\n",
      "466 30  ture is a 0.1567709\n",
      "466 31 hure is a  0.1567709\n",
      "466 32 ude is a M 0.1567709\n",
      "466 33 re is a Ma 0.1567709\n",
      "466 34 e ds a Mat 0.1567709\n",
      "466 35  ds a Matc 0.1567709\n",
      "466 36 as a Match 0.1567709\n",
      "466 37 s a Match  0.1567709\n",
      "466 38 oa Match U 0.1567709\n",
      "466 39 a Match Up 0.1567709\n",
      "466 40 tMatch Up  0.1567709\n",
      "466 41 aatch Up T 0.1567709\n",
      "466 42 atch Up Te 0.1567709\n",
      "466 43 tah Up Ten 0.1567709\n",
      "466 44 uh Up Tens 0.1567709\n",
      "466 45 h Up Tenso 0.1567709\n",
      "466 46 eUp Tensor 0.1567709\n",
      "466 47 ap TensorF 0.1567709\n",
      "466 48 p TensorFl 0.1567709\n",
      "466 49 lTensorFlo 0.1567709\n",
      "466 50 aensorFlow 0.1567709\n",
      "466 51 ensorFlow. 0.1567709\n",
      "466 52  torFlow.  0.1567709\n",
      "466 53 torFlow. S 0.1567709\n",
      "466 54 orFlow. St 0.1567709\n",
      "466 55 wFlow. Stu 0.1567709\n",
      "466 56 elow. Stud 0.1567709\n",
      "466 57 low. Stude 0.1567709\n",
      "466 58 ew. Studen 0.1567709\n",
      "466 59 w. Student 0.1567709\n",
      "466 60 . Students 0.1567709\n",
      "466 61  Students, 0.1567709\n",
      "466 62 atudents,  0.1567709\n",
      "466 63 tudents, p 0.1567709\n",
      "466 64 udents, pl 0.1567709\n",
      "466 65 rents, ple 0.1567709\n",
      "466 66 ents, plea 0.1567709\n",
      "466 67  t , pleas 0.1567709\n",
      "466 68 t , please 0.1567709\n",
      "466 69 u, please  0.1567709\n",
      "466 70 o please s 0.1567709\n",
      "466 71  please st 0.1567709\n",
      "466 72 alease stu 0.1567709\n",
      "466 73 lease stud 0.1567709\n",
      "466 74 ease study 0.1567709\n",
      "466 75  se study  0.1567709\n",
      "466 76 te study h 0.1567709\n",
      "466 77 o study ha 0.1567709\n",
      "466 78  dtudy har 0.1567709\n",
      "466 79 atudy hard 0.1567709\n",
      "466 80 oudy hard. 0.1567709\n",
      "467 0 Te are dat 0.15676187\n",
      "467 1 e are data 0.15676187\n",
      "467 2  cre datae 0.15676187\n",
      "467 3 T e dataed 0.15676187\n",
      "467 4 te dataedu 0.15676187\n",
      "467 5 e iataedu. 0.15676187\n",
      "467 6  cataedu.  0.15676187\n",
      "467 7 Tataedu. T 0.15676187\n",
      "467 8 etaedu. Th 0.15676187\n",
      "467 9 tcedu. The 0.15676187\n",
      "467 10 uedu. The  0.15676187\n",
      "467 11 tdu. The c 0.15676187\n",
      "467 12  u. The cu 0.15676187\n",
      "467 13 e. The cur 0.15676187\n",
      "467 14 r The curr 0.15676187\n",
      "467 15  The curre 0.15676187\n",
      "467 16 The curren 0.15676187\n",
      "467 17 he current 0.15676187\n",
      "467 18   current  0.15676187\n",
      "467 19  current l 0.15676187\n",
      "467 20 Turrent le 0.15676187\n",
      "467 21 trrent lec 0.15676187\n",
      "467 22 rrent lect 0.15676187\n",
      "467 23 eent lectu 0.15676187\n",
      "467 24 e t lectur 0.15676187\n",
      "467 25  tslecture 0.15676187\n",
      "467 26 tslecture  0.15676187\n",
      "467 27 ulecture i 0.15676187\n",
      "467 28 Tecture is 0.15676187\n",
      "467 29 ecture is  0.15676187\n",
      "467 30  ture is a 0.15676187\n",
      "467 31 ture is a  0.15676187\n",
      "467 32 ude is a M 0.15676187\n",
      "467 33 rr is a Ma 0.15676187\n",
      "467 34 e is a Mat 0.15676187\n",
      "467 35  cs a Matc 0.15676187\n",
      "467 36 Ts a Match 0.15676187\n",
      "467 37 s a Match  0.15676187\n",
      "467 38 ta Match U 0.15676187\n",
      "467 39 T Match Up 0.15676187\n",
      "467 40 tMatch Up  0.15676187\n",
      "467 41 Tatch Up T 0.15676187\n",
      "467 42 atch Up Te 0.15676187\n",
      "467 43 tch Up Ten 0.15676187\n",
      "467 44 uh Up Tens 0.15676187\n",
      "467 45 t Up Tenso 0.15676187\n",
      "467 46  Up Tensor 0.15676187\n",
      "467 47 Tp TensorF 0.15676187\n",
      "467 48 p TensorFl 0.15676187\n",
      "467 49  TensorFlo 0.15676187\n",
      "467 50 ThnsorFlow 0.15676187\n",
      "467 51 hnsorFlow. 0.15676187\n",
      "467 52  torFlow.  0.15676187\n",
      "467 53 torFlow. S 0.15676187\n",
      "467 54 trFlow. St 0.15676187\n",
      "467 55 wFlow. Stu 0.15676187\n",
      "467 56 elow. Stud 0.15676187\n",
      "467 57 low. Stude 0.15676187\n",
      "467 58 ew. Studen 0.15676187\n",
      "467 59 w. Student 0.15676187\n",
      "467 60 . Students 0.15676187\n",
      "467 61  Ttudents, 0.15676187\n",
      "467 62 Ttudents,  0.15676187\n",
      "467 63 tudents, p 0.15676187\n",
      "467 64 udents, pl 0.15676187\n",
      "467 65 rents, ple 0.15676187\n",
      "467 66 ents, plea 0.15676187\n",
      "467 67  ts, pleas 0.15676187\n",
      "467 68 ts, please 0.15676187\n",
      "467 69 u, please  0.15676187\n",
      "467 70 t please s 0.15676187\n",
      "467 71  please st 0.15676187\n",
      "467 72 Tlease stu 0.15676187\n",
      "467 73  ease stud 0.15676187\n",
      "467 74 ecse study 0.15676187\n",
      "467 75  se study  0.15676187\n",
      "467 76 te study h 0.15676187\n",
      "467 77 t study ha 0.15676187\n",
      "467 78  ctudy har 0.15676187\n",
      "467 79 Ttudy hard 0.15676187\n",
      "467 80 tudy hard. 0.15676187\n",
      "468 0 ae are dat 0.15668099\n",
      "468 1 e are data 0.15668099\n",
      "468 2  dre datae 0.15668099\n",
      "468 3 are dataed 0.15668099\n",
      "468 4 te dataedu 0.15668099\n",
      "468 5 e iataedu. 0.15668099\n",
      "468 6  dataedu.  0.15668099\n",
      "468 7 aataedu. T 0.15668099\n",
      "468 8 ataedu. Th 0.15668099\n",
      "468 9 taedu. The 0.15668099\n",
      "468 10 uedu. The  0.15668099\n",
      "468 11 tdu. The c 0.15668099\n",
      "468 12  u. The cu 0.15668099\n",
      "468 13 a. The cur 0.15668099\n",
      "468 14 r The curr 0.15668099\n",
      "468 15  The curre 0.15668099\n",
      "468 16 aee curren 0.15668099\n",
      "468 17 he current 0.15668099\n",
      "468 18   current  0.15668099\n",
      "468 19  durrent l 0.15668099\n",
      "468 20 aurrent le 0.15668099\n",
      "468 21 trrent lec 0.15668099\n",
      "468 22 rrent lect 0.15668099\n",
      "468 23 eent lectu 0.15668099\n",
      "468 24 e t lectur 0.15668099\n",
      "468 25  t lecture 0.15668099\n",
      "468 26 tslecture  0.15668099\n",
      "468 27 ulecture i 0.15668099\n",
      "468 28 aecture is 0.15668099\n",
      "468 29 eature is  0.15668099\n",
      "468 30  ture is a 0.15668099\n",
      "468 31 ture is a  0.15668099\n",
      "468 32 ure is a M 0.15668099\n",
      "468 33 rr is a Ma 0.15668099\n",
      "468 34 e is a Mat 0.15668099\n",
      "468 35  ds a Matc 0.15668099\n",
      "468 36 as a Match 0.15668099\n",
      "468 37 s a Match  0.15668099\n",
      "468 38 ,a Match U 0.15668099\n",
      "468 39 arMatch Up 0.15668099\n",
      "468 40 tMatch Up  0.15668099\n",
      "468 41 aatch Up T 0.15668099\n",
      "468 42 atch Up Te 0.15668099\n",
      "468 43 tah Up Ten 0.15668099\n",
      "468 44 uh Up Tens 0.15668099\n",
      "468 45 t Up Tenso 0.15668099\n",
      "468 46  Up Tensor 0.15668099\n",
      "468 47 ap TensorF 0.15668099\n",
      "468 48 p TensorFl 0.15668099\n",
      "468 49 lTensorFlo 0.15668099\n",
      "468 50 aensorFlow 0.15668099\n",
      "468 51 hnsorFlow. 0.15668099\n",
      "468 52  torFlow.  0.15668099\n",
      "468 53 torFlow. S 0.15668099\n",
      "468 54 ,rFlow. St 0.15668099\n",
      "468 55 rFlow. Stu 0.15668099\n",
      "468 56 elow. Stud 0.15668099\n",
      "468 57 low. Stude 0.15668099\n",
      "468 58 ew. Studen 0.15668099\n",
      "468 59 r. Student 0.15668099\n",
      "468 60 . Students 0.15668099\n",
      "468 61  Ttudents, 0.15668099\n",
      "468 62 atudents,  0.15668099\n",
      "468 63 tudents, p 0.15668099\n",
      "468 64 urents, pl 0.15668099\n",
      "468 65 rents, ple 0.15668099\n",
      "468 66 ants, plea 0.15668099\n",
      "468 67  t , pleas 0.15668099\n",
      "468 68 ts, please 0.15668099\n",
      "468 69 u, please  0.15668099\n",
      "468 70 , please s 0.15668099\n",
      "468 71  please st 0.15668099\n",
      "468 72 alease stu 0.15668099\n",
      "468 73 lease stud 0.15668099\n",
      "468 74 ease study 0.15668099\n",
      "468 75  se study  0.15668099\n",
      "468 76 te study h 0.15668099\n",
      "468 77 , study ha 0.15668099\n",
      "468 78  dtudy har 0.15668099\n",
      "468 79 atudy hard 0.15668099\n",
      "468 80 ,udy hard. 0.15668099\n",
      "469 0 Te are dat 0.15675204\n",
      "469 1 e are data 0.15675204\n",
      "469 2  are datae 0.15675204\n",
      "469 3 T e dataed 0.15675204\n",
      "469 4 te dataedu 0.15675204\n",
      "469 5 e dataedu. 0.15675204\n",
      "469 6  aataedu.  0.15675204\n",
      "469 7 Tataedu. T 0.15675204\n",
      "469 8 etaedu. Th 0.15675204\n",
      "469 9 taedu. The 0.15675204\n",
      "469 10 uedu. The  0.15675204\n",
      "469 11 tdu. The c 0.15675204\n",
      "469 12  u. The cu 0.15675204\n",
      "469 13 e. The cur 0.15675204\n",
      "469 14 r The curr 0.15675204\n",
      "469 15  She curre 0.15675204\n",
      "469 16 Tee curren 0.15675204\n",
      "469 17 ee current 0.15675204\n",
      "469 18 e current  0.15675204\n",
      "469 19  aurrent l 0.15675204\n",
      "469 20 Turrent le 0.15675204\n",
      "469 21 hrrent lec 0.15675204\n",
      "469 22 reent lect 0.15675204\n",
      "469 23 eent lectu 0.15675204\n",
      "469 24 e t lectur 0.15675204\n",
      "469 25  t lecture 0.15675204\n",
      "469 26 t lecture  0.15675204\n",
      "469 27 ulecture i 0.15675204\n",
      "469 28 Tecture is 0.15675204\n",
      "469 29 eature is  0.15675204\n",
      "469 30  ture is a 0.15675204\n",
      "469 31 hure is a  0.15675204\n",
      "469 32 ure is a M 0.15675204\n",
      "469 33 re is a Ma 0.15675204\n",
      "469 34 e ds a Mat 0.15675204\n",
      "469 35  as a Matc 0.15675204\n",
      "469 36 Ts a Match 0.15675204\n",
      "469 37 s a Match  0.15675204\n",
      "469 38 oa Match U 0.15675204\n",
      "469 39 T Match Up 0.15675204\n",
      "469 40 tMatch Up  0.15675204\n",
      "469 41 Tatch Up T 0.15675204\n",
      "469 42 atch Up Te 0.15675204\n",
      "469 43 tah Up Ten 0.15675204\n",
      "469 44 uh Up Tens 0.15675204\n",
      "469 45 h Up Tenso 0.15675204\n",
      "469 46 eUp Tensor 0.15675204\n",
      "469 47 Tp TensorF 0.15675204\n",
      "469 48 p TensorFl 0.15675204\n",
      "469 49 lTensorFlo 0.15675204\n",
      "469 50 TensorFlow 0.15675204\n",
      "469 51 ensorFlow. 0.15675204\n",
      "469 52  torFlow.  0.15675204\n",
      "469 53 torFlow. S 0.15675204\n",
      "469 54 orFlow. St 0.15675204\n",
      "469 55 wFlow. Stu 0.15675204\n",
      "469 56 elow. Stud 0.15675204\n",
      "469 57 low. Stude 0.15675204\n",
      "469 58 ew. Studen 0.15675204\n",
      "469 59 w. Student 0.15675204\n",
      "469 60 . Students 0.15675204\n",
      "469 61  Students, 0.15675204\n",
      "469 62 Ttudents,  0.15675204\n",
      "469 63 tudents, p 0.15675204\n",
      "469 64 urents, pl 0.15675204\n",
      "469 65 rents, ple 0.15675204\n",
      "469 66 ents, plea 0.15675204\n",
      "469 67  t , pleas 0.15675204\n",
      "469 68 t , please 0.15675204\n",
      "469 69 u, please  0.15675204\n",
      "469 70 o please s 0.15675204\n",
      "469 71  please st 0.15675204\n",
      "469 72 Tlease stu 0.15675204\n",
      "469 73 lease stud 0.15675204\n",
      "469 74 ease study 0.15675204\n",
      "469 75  se study  0.15675204\n",
      "469 76 te study h 0.15675204\n",
      "469 77 o study ha 0.15675204\n",
      "469 78  atudy har 0.15675204\n",
      "469 79 Ttudy hard 0.15675204\n",
      "469 80 oudy hard. 0.15675204\n",
      "470 0 Te are dat 0.15682611\n",
      "470 1 e are data 0.15682611\n",
      "470 2  cre datae 0.15682611\n",
      "470 3 Tre dataed 0.15682611\n",
      "470 4 te dataedu 0.15682611\n",
      "470 5 e iataedu. 0.15682611\n",
      "470 6  cataedu.  0.15682611\n",
      "470 7 Tataedu. T 0.15682611\n",
      "470 8 utaedu. Th 0.15682611\n",
      "470 9 tcedu. The 0.15682611\n",
      "470 10 uedu. The  0.15682611\n",
      "470 11 tdu. The c 0.15682611\n",
      "470 12  u. The cu 0.15682611\n",
      "470 13 u. The cur 0.15682611\n",
      "470 14 r The curr 0.15682611\n",
      "470 15  The curre 0.15682611\n",
      "470 16 The curren 0.15682611\n",
      "470 17 he current 0.15682611\n",
      "470 18   current  0.15682611\n",
      "470 19  current l 0.15682611\n",
      "470 20 Turrent le 0.15682611\n",
      "470 21 trrent lec 0.15682611\n",
      "470 22 rrent lect 0.15682611\n",
      "470 23 eent lectu 0.15682611\n",
      "470 24 e t lectur 0.15682611\n",
      "470 25  tslecture 0.15682611\n",
      "470 26 tslecture  0.15682611\n",
      "470 27 ulecture i 0.15682611\n",
      "470 28 Tecture is 0.15682611\n",
      "470 29 ecture is  0.15682611\n",
      "470 30  ture is a 0.15682611\n",
      "470 31 ture is a  0.15682611\n",
      "470 32 ude is a M 0.15682611\n",
      "470 33 rr is a Ma 0.15682611\n",
      "470 34 e is a Mat 0.15682611\n",
      "470 35  cs a Matc 0.15682611\n",
      "470 36 Ts a Match 0.15682611\n",
      "470 37 s a Match  0.15682611\n",
      "470 38 ta Match U 0.15682611\n",
      "470 39 TrMatch Up 0.15682611\n",
      "470 40 tMatch Up  0.15682611\n",
      "470 41 Tatch Up T 0.15682611\n",
      "470 42 atch Up Te 0.15682611\n",
      "470 43 tch Up Ten 0.15682611\n",
      "470 44 uh Up Tens 0.15682611\n",
      "470 45 t Up Tenso 0.15682611\n",
      "470 46  Up Tensor 0.15682611\n",
      "470 47 Tp TensorF 0.15682611\n",
      "470 48 p TensorFl 0.15682611\n",
      "470 49  TensorFlo 0.15682611\n",
      "470 50 ThnsorFlow 0.15682611\n",
      "470 51 hnsorFlow. 0.15682611\n",
      "470 52  torFlow.  0.15682611\n",
      "470 53 torFlow. S 0.15682611\n",
      "470 54 trFlow. St 0.15682611\n",
      "470 55 rFlow. Stu 0.15682611\n",
      "470 56 elow. Stud 0.15682611\n",
      "470 57 low. Stude 0.15682611\n",
      "470 58 ew. Studen 0.15682611\n",
      "470 59 r. Student 0.15682611\n",
      "470 60 . Students 0.15682611\n",
      "470 61  Ttudents, 0.15682611\n",
      "470 62 Ttudents,  0.15682611\n",
      "470 63 tudents, p 0.15682611\n",
      "470 64 udents, pl 0.15682611\n",
      "470 65 rents, ple 0.15682611\n",
      "470 66 unts, plea 0.15682611\n",
      "470 67  ts, pleas 0.15682611\n",
      "470 68 ts, please 0.15682611\n",
      "470 69 u, please  0.15682611\n",
      "470 70 t please s 0.15682611\n",
      "470 71  please st 0.15682611\n",
      "470 72 Tlease stu 0.15682611\n",
      "470 73  ease stud 0.15682611\n",
      "470 74 ecse study 0.15682611\n",
      "470 75  se study  0.15682611\n",
      "470 76 te study h 0.15682611\n",
      "470 77 t study ha 0.15682611\n",
      "470 78  ctudy har 0.15682611\n",
      "470 79 Ttudy hard 0.15682611\n",
      "470 80 tudy hard. 0.15682611\n",
      "471 0 ae are dat 0.15668672\n",
      "471 1 e are data 0.15668672\n",
      "471 2  are datae 0.15668672\n",
      "471 3 are dataed 0.15668672\n",
      "471 4 te dataedu 0.15668672\n",
      "471 5 e dataedu. 0.15668672\n",
      "471 6  aataedu.  0.15668672\n",
      "471 7 aataedu. T 0.15668672\n",
      "471 8 etaedu. Th 0.15668672\n",
      "471 9 taedu. The 0.15668672\n",
      "471 10 uedu. The  0.15668672\n",
      "471 11 tdu. The c 0.15668672\n",
      "471 12  u. The cu 0.15668672\n",
      "471 13 e. The cur 0.15668672\n",
      "471 14 r The curr 0.15668672\n",
      "471 15  She curre 0.15668672\n",
      "471 16 aee curren 0.15668672\n",
      "471 17 ee current 0.15668672\n",
      "471 18 e current  0.15668672\n",
      "471 19  aurrent l 0.15668672\n",
      "471 20 aurrent le 0.15668672\n",
      "471 21 hrrent lec 0.15668672\n",
      "471 22 reent lect 0.15668672\n",
      "471 23 eent lectu 0.15668672\n",
      "471 24 e t lectur 0.15668672\n",
      "471 25  tslecture 0.15668672\n",
      "471 26 tslecture  0.15668672\n",
      "471 27 ulecture i 0.15668672\n",
      "471 28 aecture is 0.15668672\n",
      "471 29 eature is  0.15668672\n",
      "471 30  ture is a 0.15668672\n",
      "471 31 hure is a  0.15668672\n",
      "471 32 ure is a M 0.15668672\n",
      "471 33 re is a Ma 0.15668672\n",
      "471 34 e ds a Mat 0.15668672\n",
      "471 35  as a Matc 0.15668672\n",
      "471 36 as a Match 0.15668672\n",
      "471 37 s a Match  0.15668672\n",
      "471 38 oa Match U 0.15668672\n",
      "471 39 arMatch Up 0.15668672\n",
      "471 40 tMatch Up  0.15668672\n",
      "471 41 aatch Up T 0.15668672\n",
      "471 42 atch Up Te 0.15668672\n",
      "471 43 tah Up Ten 0.15668672\n",
      "471 44 uh Up Tens 0.15668672\n",
      "471 45 h Up Tenso 0.15668672\n",
      "471 46 eUp Tensor 0.15668672\n",
      "471 47 ap TensorF 0.15668672\n",
      "471 48 p TensorFl 0.15668672\n",
      "471 49 lTensorFlo 0.15668672\n",
      "471 50 aensorFlow 0.15668672\n",
      "471 51 ensorFlow. 0.15668672\n",
      "471 52  torFlow.  0.15668672\n",
      "471 53 torFlow. S 0.15668672\n",
      "471 54 orFlow. St 0.15668672\n",
      "471 55 wFlow. Stu 0.15668672\n",
      "471 56 elow. Stud 0.15668672\n",
      "471 57 low. Stude 0.15668672\n",
      "471 58 ew. Studen 0.15668672\n",
      "471 59 w. Student 0.15668672\n",
      "471 60 . Students 0.15668672\n",
      "471 61  Students, 0.15668672\n",
      "471 62 atudents,  0.15668672\n",
      "471 63 tudents, p 0.15668672\n",
      "471 64 urents, pl 0.15668672\n",
      "471 65 rents, ple 0.15668672\n",
      "471 66 ents, plea 0.15668672\n",
      "471 67  ts, pleas 0.15668672\n",
      "471 68 ts, please 0.15668672\n",
      "471 69 u, please  0.15668672\n",
      "471 70 o please s 0.15668672\n",
      "471 71  please st 0.15668672\n",
      "471 72 alease stu 0.15668672\n",
      "471 73 lease stud 0.15668672\n",
      "471 74 ease study 0.15668672\n",
      "471 75  se study  0.15668672\n",
      "471 76 te study h 0.15668672\n",
      "471 77 o study ha 0.15668672\n",
      "471 78  atudy har 0.15668672\n",
      "471 79 atudy hard 0.15668672\n",
      "471 80 oudy hard. 0.15668672\n",
      "472 0 Te are dat 0.1566069\n",
      "472 1 e are data 0.1566069\n",
      "472 2  ire datae 0.1566069\n",
      "472 3 T e dataed 0.1566069\n",
      "472 4 te dataedu 0.1566069\n",
      "472 5 e iataedu. 0.1566069\n",
      "472 6  iataedu.  0.1566069\n",
      "472 7 Tataedu. T 0.1566069\n",
      "472 8 etaedu. Th 0.1566069\n",
      "472 9 taedu. The 0.1566069\n",
      "472 10 uedu. The  0.1566069\n",
      "472 11 tdu. The c 0.1566069\n",
      "472 12  u. The cu 0.1566069\n",
      "472 13 e. The cur 0.1566069\n",
      "472 14 r The curr 0.1566069\n",
      "472 15  The curre 0.1566069\n",
      "472 16 Tee curren 0.1566069\n",
      "472 17 ee current 0.1566069\n",
      "472 18   current  0.1566069\n",
      "472 19  iurrent l 0.1566069\n",
      "472 20 Turrent le 0.1566069\n",
      "472 21 hrrent lec 0.1566069\n",
      "472 22 reent lect 0.1566069\n",
      "472 23 eent lectu 0.1566069\n",
      "472 24 e t lectur 0.1566069\n",
      "472 25  t lecture 0.1566069\n",
      "472 26 t lecture  0.1566069\n",
      "472 27 ulecture i 0.1566069\n",
      "472 28 Tecture is 0.1566069\n",
      "472 29 ecture is  0.1566069\n",
      "472 30  ture is a 0.1566069\n",
      "472 31 hure is a  0.1566069\n",
      "472 32 ure is a M 0.1566069\n",
      "472 33 re is a Ma 0.1566069\n",
      "472 34 e is a Mat 0.1566069\n",
      "472 35  is a Matc 0.1566069\n",
      "472 36 Ts a Match 0.1566069\n",
      "472 37 s a Match  0.1566069\n",
      "472 38 ea Match U 0.1566069\n",
      "472 39 T Match Up 0.1566069\n",
      "472 40 tMatch Up  0.1566069\n",
      "472 41 Tatch Up T 0.1566069\n",
      "472 42 atch Up Te 0.1566069\n",
      "472 43 tah Up Ten 0.1566069\n",
      "472 44 uh Up Tens 0.1566069\n",
      "472 45 h Up Tenso 0.1566069\n",
      "472 46  Up Tensor 0.1566069\n",
      "472 47 Tp TensorF 0.1566069\n",
      "472 48 p TensorFl 0.1566069\n",
      "472 49  TensorFlo 0.1566069\n",
      "472 50 TensorFlow 0.1566069\n",
      "472 51 ensorFlow. 0.1566069\n",
      "472 52  torFlow.  0.1566069\n",
      "472 53 torFlow. S 0.1566069\n",
      "472 54 erFlow. St 0.1566069\n",
      "472 55 rFlow. Stu 0.1566069\n",
      "472 56 elow. Stud 0.1566069\n",
      "472 57 low. Stude 0.1566069\n",
      "472 58 ew. Studen 0.1566069\n",
      "472 59 r. Student 0.1566069\n",
      "472 60 . Students 0.1566069\n",
      "472 61  Ttudents, 0.1566069\n",
      "472 62 Ttudents,  0.1566069\n",
      "472 63 tudents, p 0.1566069\n",
      "472 64 urents, pl 0.1566069\n",
      "472 65 rents, ple 0.1566069\n",
      "472 66 ents, plea 0.1566069\n",
      "472 67  t , pleas 0.1566069\n",
      "472 68 t , please 0.1566069\n",
      "472 69 u, please  0.1566069\n",
      "472 70 e please s 0.1566069\n",
      "472 71  please st 0.1566069\n",
      "472 72 Tlease stu 0.1566069\n",
      "472 73  ease stud 0.1566069\n",
      "472 74 ecse study 0.1566069\n",
      "472 75  se study  0.1566069\n",
      "472 76 te study h 0.1566069\n",
      "472 77 e study ha 0.1566069\n",
      "472 78  itudy har 0.1566069\n",
      "472 79 Ttudy hard 0.1566069\n",
      "472 80 eudy hard. 0.1566069\n",
      "473 0 Te are dat 0.15667792\n",
      "473 1 e are data 0.15667792\n",
      "473 2  dre datae 0.15667792\n",
      "473 3 Tre dataed 0.15667792\n",
      "473 4 te dataedu 0.15667792\n",
      "473 5 e dataedu. 0.15667792\n",
      "473 6  dataedu.  0.15667792\n",
      "473 7 Tataedu. T 0.15667792\n",
      "473 8 ataedu. Th 0.15667792\n",
      "473 9 tcedu. The 0.15667792\n",
      "473 10 uedu. The  0.15667792\n",
      "473 11 tdu. The c 0.15667792\n",
      "473 12  u. The cu 0.15667792\n",
      "473 13 a. The cur 0.15667792\n",
      "473 14 r The curr 0.15667792\n",
      "473 15  The curre 0.15667792\n",
      "473 16 The curren 0.15667792\n",
      "473 17 he current 0.15667792\n",
      "473 18 e current  0.15667792\n",
      "473 19  durrent l 0.15667792\n",
      "473 20 Turrent le 0.15667792\n",
      "473 21 urrent lec 0.15667792\n",
      "473 22 rrent lect 0.15667792\n",
      "473 23 eent lectu 0.15667792\n",
      "473 24 e t lectur 0.15667792\n",
      "473 25  t lecture 0.15667792\n",
      "473 26 t lecture  0.15667792\n",
      "473 27 ulecture i 0.15667792\n",
      "473 28 Tecture is 0.15667792\n",
      "473 29 ecture is  0.15667792\n",
      "473 30  ture is a 0.15667792\n",
      "473 31 uure is a  0.15667792\n",
      "473 32 ude is a M 0.15667792\n",
      "473 33 rr is a Ma 0.15667792\n",
      "473 34 e ds a Mat 0.15667792\n",
      "473 35  ds a Matc 0.15667792\n",
      "473 36 Ts a Match 0.15667792\n",
      "473 37 s a Match  0.15667792\n",
      "473 38 ta Match U 0.15667792\n",
      "473 39 TrMatch Up 0.15667792\n",
      "473 40 tMatch Up  0.15667792\n",
      "473 41 Tatch Up T 0.15667792\n",
      "473 42 atch Up Te 0.15667792\n",
      "473 43 tch Up Ten 0.15667792\n",
      "473 44 uh Up Tens 0.15667792\n",
      "473 45 u Up Tenso 0.15667792\n",
      "473 46 eUp Tensor 0.15667792\n",
      "473 47 Tp TensorF 0.15667792\n",
      "473 48 p TensorFl 0.15667792\n",
      "473 49  TensorFlo 0.15667792\n",
      "473 50 ThnsorFlow 0.15667792\n",
      "473 51 hnsorFlow. 0.15667792\n",
      "473 52  torFlow.  0.15667792\n",
      "473 53 torFlow. S 0.15667792\n",
      "473 54 trFlow. St 0.15667792\n",
      "473 55 rFlow. Stu 0.15667792\n",
      "473 56 elow. Stud 0.15667792\n",
      "473 57 low. Stude 0.15667792\n",
      "473 58 ew. Studen 0.15667792\n",
      "473 59 r. Student 0.15667792\n",
      "473 60 . Students 0.15667792\n",
      "473 61  Ttudents, 0.15667792\n",
      "473 62 Ttudents,  0.15667792\n",
      "473 63 tudents, p 0.15667792\n",
      "473 64 udents, pl 0.15667792\n",
      "473 65 rents, ple 0.15667792\n",
      "473 66 ants, plea 0.15667792\n",
      "473 67  t , pleas 0.15667792\n",
      "473 68 t , please 0.15667792\n",
      "473 69 u, please  0.15667792\n",
      "473 70 t please s 0.15667792\n",
      "473 71  please st 0.15667792\n",
      "473 72 Tlease stu 0.15667792\n",
      "473 73  ease stud 0.15667792\n",
      "473 74 ecse study 0.15667792\n",
      "473 75  se study  0.15667792\n",
      "473 76 te study h 0.15667792\n",
      "473 77 t study ha 0.15667792\n",
      "473 78  dtudy har 0.15667792\n",
      "473 79 Ttudy hard 0.15667792\n",
      "473 80 tudy hard. 0.15667792\n",
      "474 0 ae are dat 0.1566618\n",
      "474 1 e are data 0.1566618\n",
      "474 2  dre datae 0.1566618\n",
      "474 3 a e dataed 0.1566618\n",
      "474 4 te dataedu 0.1566618\n",
      "474 5 e dataedu. 0.1566618\n",
      "474 6  dataedu.  0.1566618\n",
      "474 7 aataedu. T 0.1566618\n",
      "474 8 etaedu. Th 0.1566618\n",
      "474 9 taedu. The 0.1566618\n",
      "474 10 uedu. The  0.1566618\n",
      "474 11 tdu. The c 0.1566618\n",
      "474 12  u. The cu 0.1566618\n",
      "474 13 e. The cur 0.1566618\n",
      "474 14 r The curr 0.1566618\n",
      "474 15  She curre 0.1566618\n",
      "474 16 aee curren 0.1566618\n",
      "474 17 ee current 0.1566618\n",
      "474 18 e current  0.1566618\n",
      "474 19  durrent l 0.1566618\n",
      "474 20 aurrent le 0.1566618\n",
      "474 21 hrrent lec 0.1566618\n",
      "474 22 reent lect 0.1566618\n",
      "474 23 eent lectu 0.1566618\n",
      "474 24 e t lectur 0.1566618\n",
      "474 25  tslecture 0.1566618\n",
      "474 26 tslecture  0.1566618\n",
      "474 27 ulecture i 0.1566618\n",
      "474 28 aecture is 0.1566618\n",
      "474 29 eature is  0.1566618\n",
      "474 30  ture is a 0.1566618\n",
      "474 31 hure is a  0.1566618\n",
      "474 32 ure is a M 0.1566618\n",
      "474 33 re is a Ma 0.1566618\n",
      "474 34 e ds a Mat 0.1566618\n",
      "474 35  ds a Matc 0.1566618\n",
      "474 36 as a Match 0.1566618\n",
      "474 37 s a Match  0.1566618\n",
      "474 38 oa Match U 0.1566618\n",
      "474 39 a Match Up 0.1566618\n",
      "474 40 tMatch Up  0.1566618\n",
      "474 41 aatch Up T 0.1566618\n",
      "474 42 atch Up Te 0.1566618\n",
      "474 43 tah Up Ten 0.1566618\n",
      "474 44 uh Up Tens 0.1566618\n",
      "474 45 h Up Tenso 0.1566618\n",
      "474 46 eUp Tensor 0.1566618\n",
      "474 47 ap TensorF 0.1566618\n",
      "474 48 p TensorFl 0.1566618\n",
      "474 49 lTensorFlo 0.1566618\n",
      "474 50 aensorFlow 0.1566618\n",
      "474 51 ensorFlow. 0.1566618\n",
      "474 52  torFlow.  0.1566618\n",
      "474 53 torFlow. S 0.1566618\n",
      "474 54 orFlow. St 0.1566618\n",
      "474 55 wFlow. Stu 0.1566618\n",
      "474 56 elow. Stud 0.1566618\n",
      "474 57 low. Stude 0.1566618\n",
      "474 58 ew. Studen 0.1566618\n",
      "474 59 w. Student 0.1566618\n",
      "474 60 . Students 0.1566618\n",
      "474 61  Students, 0.1566618\n",
      "474 62 atudents,  0.1566618\n",
      "474 63 tudents, p 0.1566618\n",
      "474 64 urents, pl 0.1566618\n",
      "474 65 rents, ple 0.1566618\n",
      "474 66 ents, plea 0.1566618\n",
      "474 67  ts, pleas 0.1566618\n",
      "474 68 ts, please 0.1566618\n",
      "474 69 u, please  0.1566618\n",
      "474 70 o please s 0.1566618\n",
      "474 71  please st 0.1566618\n",
      "474 72 alease stu 0.1566618\n",
      "474 73 lease stud 0.1566618\n",
      "474 74 ease study 0.1566618\n",
      "474 75  se study  0.1566618\n",
      "474 76 te study h 0.1566618\n",
      "474 77 o study ha 0.1566618\n",
      "474 78  dtudy har 0.1566618\n",
      "474 79 atudy hard 0.1566618\n",
      "474 80 oudy hard. 0.1566618\n",
      "475 0 ae are dat 0.1565486\n",
      "475 1 e are data 0.1565486\n",
      "475 2  cre datae 0.1565486\n",
      "475 3 are dataed 0.1565486\n",
      "475 4 te dataedu 0.1565486\n",
      "475 5 e iataedu. 0.1565486\n",
      "475 6  cataedu.  0.1565486\n",
      "475 7 aataedu. T 0.1565486\n",
      "475 8 etaedu. Th 0.1565486\n",
      "475 9 tcedu. The 0.1565486\n",
      "475 10 uedu. The  0.1565486\n",
      "475 11 tdu. The c 0.1565486\n",
      "475 12  u. The cu 0.1565486\n",
      "475 13 e. The cur 0.1565486\n",
      "475 14 r The curr 0.1565486\n",
      "475 15  The curre 0.1565486\n",
      "475 16 ahe curren 0.1565486\n",
      "475 17 he current 0.1565486\n",
      "475 18   current  0.1565486\n",
      "475 19  current l 0.1565486\n",
      "475 20 aurrent le 0.1565486\n",
      "475 21 urrent lec 0.1565486\n",
      "475 22 rrent lect 0.1565486\n",
      "475 23 eent lectu 0.1565486\n",
      "475 24 e t lectur 0.1565486\n",
      "475 25  tslecture 0.1565486\n",
      "475 26 tslecture  0.1565486\n",
      "475 27 ulecture i 0.1565486\n",
      "475 28 aecture is 0.1565486\n",
      "475 29 ecture is  0.1565486\n",
      "475 30  ture is a 0.1565486\n",
      "475 31 uure is a  0.1565486\n",
      "475 32 ude is a M 0.1565486\n",
      "475 33 rr is a Ma 0.1565486\n",
      "475 34 e is a Mat 0.1565486\n",
      "475 35  cs a Matc 0.1565486\n",
      "475 36 as a Match 0.1565486\n",
      "475 37 s a Match  0.1565486\n",
      "475 38 ta Match U 0.1565486\n",
      "475 39 arMatch Up 0.1565486\n",
      "475 40 tMatch Up  0.1565486\n",
      "475 41 aatch Up T 0.1565486\n",
      "475 42 atch Up Te 0.1565486\n",
      "475 43 tch Up Ten 0.1565486\n",
      "475 44 uh Up Tens 0.1565486\n",
      "475 45 u Up Tenso 0.1565486\n",
      "475 46  Up Tensor 0.1565486\n",
      "475 47 ap TensorF 0.1565486\n",
      "475 48 p TensorFl 0.1565486\n",
      "475 49 lTensorFlo 0.1565486\n",
      "475 50 ahnsorFlow 0.1565486\n",
      "475 51 hnsorFlow. 0.1565486\n",
      "475 52  torFlow.  0.1565486\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "475 53 torFlow. S 0.1565486\n",
      "475 54 trFlow. St 0.1565486\n",
      "475 55 rFlow. Stu 0.1565486\n",
      "475 56 elow. Stud 0.1565486\n",
      "475 57 low. Stude 0.1565486\n",
      "475 58 ew. Studen 0.1565486\n",
      "475 59 r. Student 0.1565486\n",
      "475 60 . Students 0.1565486\n",
      "475 61  Ttudents, 0.1565486\n",
      "475 62 atudents,  0.1565486\n",
      "475 63 tudents, p 0.1565486\n",
      "475 64 udents, pl 0.1565486\n",
      "475 65 rents, ple 0.1565486\n",
      "475 66 ents, plea 0.1565486\n",
      "475 67  ts, pleas 0.1565486\n",
      "475 68 ts, please 0.1565486\n",
      "475 69 u, please  0.1565486\n",
      "475 70 t please s 0.1565486\n",
      "475 71  please st 0.1565486\n",
      "475 72 alease stu 0.1565486\n",
      "475 73 lease stud 0.1565486\n",
      "475 74 ecse study 0.1565486\n",
      "475 75  se study  0.1565486\n",
      "475 76 te study h 0.1565486\n",
      "475 77 t study ha 0.1565486\n",
      "475 78  ctudy har 0.1565486\n",
      "475 79 atudy hard 0.1565486\n",
      "475 80 tudy hard. 0.1565486\n",
      "476 0 Te are dat 0.15660423\n",
      "476 1 e are data 0.15660423\n",
      "476 2  dre datae 0.15660423\n",
      "476 3 T e dataed 0.15660423\n",
      "476 4 te dataedu 0.15660423\n",
      "476 5 e dataedu. 0.15660423\n",
      "476 6  dataedu.  0.15660423\n",
      "476 7 Tataedu. T 0.15660423\n",
      "476 8 ataedu. Th 0.15660423\n",
      "476 9 taedu. The 0.15660423\n",
      "476 10 uedu. The  0.15660423\n",
      "476 11 tdu. The c 0.15660423\n",
      "476 12  u. The cu 0.15660423\n",
      "476 13 a. The cur 0.15660423\n",
      "476 14 r The curr 0.15660423\n",
      "476 15  The curre 0.15660423\n",
      "476 16 The curren 0.15660423\n",
      "476 17 he current 0.15660423\n",
      "476 18 e current  0.15660423\n",
      "476 19  durrent l 0.15660423\n",
      "476 20 Turrent le 0.15660423\n",
      "476 21 urrent lec 0.15660423\n",
      "476 22 rrent lect 0.15660423\n",
      "476 23 eent lectu 0.15660423\n",
      "476 24 e t lectur 0.15660423\n",
      "476 25  t lecture 0.15660423\n",
      "476 26 t lecture  0.15660423\n",
      "476 27 ulecture i 0.15660423\n",
      "476 28 Tecture is 0.15660423\n",
      "476 29 ecture is  0.15660423\n",
      "476 30  ture is a 0.15660423\n",
      "476 31 uure is a  0.15660423\n",
      "476 32 ude is a M 0.15660423\n",
      "476 33 rr is a Ma 0.15660423\n",
      "476 34 e ds a Mat 0.15660423\n",
      "476 35  ds a Matc 0.15660423\n",
      "476 36 Ts a Match 0.15660423\n",
      "476 37 s a Match  0.15660423\n",
      "476 38 ta Match U 0.15660423\n",
      "476 39 T Match Up 0.15660423\n",
      "476 40 tMatch Up  0.15660423\n",
      "476 41 Tatch Up T 0.15660423\n",
      "476 42 atch Up Te 0.15660423\n",
      "476 43 tah Up Ten 0.15660423\n",
      "476 44 uh Up Tens 0.15660423\n",
      "476 45 u Up Tenso 0.15660423\n",
      "476 46 eUp Tensor 0.15660423\n",
      "476 47 Tp TensorF 0.15660423\n",
      "476 48 p TensorFl 0.15660423\n",
      "476 49  TensorFlo 0.15660423\n",
      "476 50 ThnsorFlow 0.15660423\n",
      "476 51 hnsorFlow. 0.15660423\n",
      "476 52  torFlow.  0.15660423\n",
      "476 53 torFlow. S 0.15660423\n",
      "476 54 trFlow. St 0.15660423\n",
      "476 55 wFlow. Stu 0.15660423\n",
      "476 56 elow. Stud 0.15660423\n",
      "476 57 low. Stude 0.15660423\n",
      "476 58 ew. Studen 0.15660423\n",
      "476 59 w. Student 0.15660423\n",
      "476 60 . Students 0.15660423\n",
      "476 61  Ttudents, 0.15660423\n",
      "476 62 Ttudents,  0.15660423\n",
      "476 63 tudents, p 0.15660423\n",
      "476 64 udents, pl 0.15660423\n",
      "476 65 rents, ple 0.15660423\n",
      "476 66 ants, plea 0.15660423\n",
      "476 67  t , pleas 0.15660423\n",
      "476 68 t , please 0.15660423\n",
      "476 69 u, please  0.15660423\n",
      "476 70 t please s 0.15660423\n",
      "476 71  please st 0.15660423\n",
      "476 72 Tlease stu 0.15660423\n",
      "476 73  ease stud 0.15660423\n",
      "476 74 ecse study 0.15660423\n",
      "476 75  se study  0.15660423\n",
      "476 76 te study h 0.15660423\n",
      "476 77 t study ha 0.15660423\n",
      "476 78  dtudy har 0.15660423\n",
      "476 79 Ttudy hard 0.15660423\n",
      "476 80 tudy hard. 0.15660423\n",
      "477 0 ae are dat 0.15666804\n",
      "477 1 e are data 0.15666804\n",
      "477 2  sre datae 0.15666804\n",
      "477 3 a e dataed 0.15666804\n",
      "477 4 te dataedu 0.15666804\n",
      "477 5 e iataedu. 0.15666804\n",
      "477 6  sataedu.  0.15666804\n",
      "477 7 aataedu. T 0.15666804\n",
      "477 8 ataedu. Th 0.15666804\n",
      "477 9 taedu. The 0.15666804\n",
      "477 10 uedu. The  0.15666804\n",
      "477 11 tdu. The c 0.15666804\n",
      "477 12  u. The cu 0.15666804\n",
      "477 13 a. The cur 0.15666804\n",
      "477 14 r The curr 0.15666804\n",
      "477 15  She curre 0.15666804\n",
      "477 16 aee curren 0.15666804\n",
      "477 17 ee current 0.15666804\n",
      "477 18   current  0.15666804\n",
      "477 19  surrent l 0.15666804\n",
      "477 20 aurrent le 0.15666804\n",
      "477 21 hrrent lec 0.15666804\n",
      "477 22 reent lect 0.15666804\n",
      "477 23 eent lectu 0.15666804\n",
      "477 24 e t lectur 0.15666804\n",
      "477 25  t lecture 0.15666804\n",
      "477 26 t lecture  0.15666804\n",
      "477 27 ulecture i 0.15666804\n",
      "477 28 aecture is 0.15666804\n",
      "477 29 eature is  0.15666804\n",
      "477 30  ture is a 0.15666804\n",
      "477 31 hure is a  0.15666804\n",
      "477 32 ure is a M 0.15666804\n",
      "477 33 re is a Ma 0.15666804\n",
      "477 34 e is a Mat 0.15666804\n",
      "477 35  ss a Matc 0.15666804\n",
      "477 36 as a Match 0.15666804\n",
      "477 37 s a Match  0.15666804\n",
      "477 38 oa Match U 0.15666804\n",
      "477 39 a Match Up 0.15666804\n",
      "477 40 tMatch Up  0.15666804\n",
      "477 41 aatch Up T 0.15666804\n",
      "477 42 atch Up Te 0.15666804\n",
      "477 43 tah Up Ten 0.15666804\n",
      "477 44 uh Up Tens 0.15666804\n",
      "477 45 h Up Tenso 0.15666804\n",
      "477 46  Up Tensor 0.15666804\n",
      "477 47 ap TensorF 0.15666804\n",
      "477 48 p TensorFl 0.15666804\n",
      "477 49 lTensorFlo 0.15666804\n",
      "477 50 aensorFlow 0.15666804\n",
      "477 51 ensorFlow. 0.15666804\n",
      "477 52  torFlow.  0.15666804\n",
      "477 53 torFlow. S 0.15666804\n",
      "477 54 orFlow. St 0.15666804\n",
      "477 55 wFlow. Stu 0.15666804\n",
      "477 56 elow. Stud 0.15666804\n",
      "477 57 low. Stude 0.15666804\n",
      "477 58 ew. Studen 0.15666804\n",
      "477 59 w. Student 0.15666804\n",
      "477 60 . Students 0.15666804\n",
      "477 61  Students, 0.15666804\n",
      "477 62 atudents,  0.15666804\n",
      "477 63 tudents, p 0.15666804\n",
      "477 64 urents, pl 0.15666804\n",
      "477 65 rents, ple 0.15666804\n",
      "477 66 ants, plea 0.15666804\n",
      "477 67  t , pleas 0.15666804\n",
      "477 68 t , please 0.15666804\n",
      "477 69 u, please  0.15666804\n",
      "477 70 o please s 0.15666804\n",
      "477 71  please st 0.15666804\n",
      "477 72 alease stu 0.15666804\n",
      "477 73 lease stud 0.15666804\n",
      "477 74 ease study 0.15666804\n",
      "477 75  se study  0.15666804\n",
      "477 76 te study h 0.15666804\n",
      "477 77 o study ha 0.15666804\n",
      "477 78  study har 0.15666804\n",
      "477 79 atudy hard 0.15666804\n",
      "477 80 oudy hard. 0.15666804\n",
      "478 0 ae are dat 0.15661013\n",
      "478 1 e are data 0.15661013\n",
      "478 2  sre datae 0.15661013\n",
      "478 3 are dataed 0.15661013\n",
      "478 4 te dataedu 0.15661013\n",
      "478 5 e iataedu. 0.15661013\n",
      "478 6  sataedu.  0.15661013\n",
      "478 7 aataedu. T 0.15661013\n",
      "478 8 ataedu. Th 0.15661013\n",
      "478 9 tcedu. The 0.15661013\n",
      "478 10 uedu. The  0.15661013\n",
      "478 11 tdu. The c 0.15661013\n",
      "478 12  u. The cu 0.15661013\n",
      "478 13 a. The cur 0.15661013\n",
      "478 14 r The curr 0.15661013\n",
      "478 15  The curre 0.15661013\n",
      "478 16 ahe curren 0.15661013\n",
      "478 17 ee current 0.15661013\n",
      "478 18 e current  0.15661013\n",
      "478 19  surrent l 0.15661013\n",
      "478 20 aurrent le 0.15661013\n",
      "478 21 trrent lec 0.15661013\n",
      "478 22 rrent lect 0.15661013\n",
      "478 23 eent lectu 0.15661013\n",
      "478 24 e t lectur 0.15661013\n",
      "478 25  tslecture 0.15661013\n",
      "478 26 tslecture  0.15661013\n",
      "478 27 ulecture i 0.15661013\n",
      "478 28 aecture is 0.15661013\n",
      "478 29 eature is  0.15661013\n",
      "478 30  ture is a 0.15661013\n",
      "478 31 ture is a  0.15661013\n",
      "478 32 ude is a M 0.15661013\n",
      "478 33 rr is a Ma 0.15661013\n",
      "478 34 e is a Mat 0.15661013\n",
      "478 35  ss a Matc 0.15661013\n",
      "478 36 as a Match 0.15661013\n",
      "478 37 s a Match  0.15661013\n",
      "478 38 ta Match U 0.15661013\n",
      "478 39 arMatch Up 0.15661013\n",
      "478 40 tMatch Up  0.15661013\n",
      "478 41 aatch Up T 0.15661013\n",
      "478 42 atch Up Te 0.15661013\n",
      "478 43 tch Up Ten 0.15661013\n",
      "478 44 uh Up Tens 0.15661013\n",
      "478 45 t Up Tenso 0.15661013\n",
      "478 46 eUp Tensor 0.15661013\n",
      "478 47 ap TensorF 0.15661013\n",
      "478 48 p TensorFl 0.15661013\n",
      "478 49  TensorFlo 0.15661013\n",
      "478 50 ahnsorFlow 0.15661013\n",
      "478 51 ensorFlow. 0.15661013\n",
      "478 52  torFlow.  0.15661013\n",
      "478 53 torFlow. S 0.15661013\n",
      "478 54 trFlow. St 0.15661013\n",
      "478 55 wFlow. Stu 0.15661013\n",
      "478 56 elow. Stud 0.15661013\n",
      "478 57 low. Stude 0.15661013\n",
      "478 58 ew. Studen 0.15661013\n",
      "478 59 w. Student 0.15661013\n",
      "478 60 . Students 0.15661013\n",
      "478 61  Ttudents, 0.15661013\n",
      "478 62 atudents,  0.15661013\n",
      "478 63 tudents, p 0.15661013\n",
      "478 64 udents, pl 0.15661013\n",
      "478 65 rents, ple 0.15661013\n",
      "478 66 ants, plea 0.15661013\n",
      "478 67  ts, pleas 0.15661013\n",
      "478 68 ts, please 0.15661013\n",
      "478 69 u, please  0.15661013\n",
      "478 70 t please s 0.15661013\n",
      "478 71  please st 0.15661013\n",
      "478 72 alease stu 0.15661013\n",
      "478 73  ease stud 0.15661013\n",
      "478 74 ease study 0.15661013\n",
      "478 75  se study  0.15661013\n",
      "478 76 te study h 0.15661013\n",
      "478 77 t study ha 0.15661013\n",
      "478 78  study har 0.15661013\n",
      "478 79 atudy hard 0.15661013\n",
      "478 80 tudy hard. 0.15661013\n",
      "479 0 Te are dat 0.1565589\n",
      "479 1 e are data 0.1565589\n",
      "479 2  dre datae 0.1565589\n",
      "479 3 T e dataed 0.1565589\n",
      "479 4 te dataedu 0.1565589\n",
      "479 5 e dataedu. 0.1565589\n",
      "479 6  dataedu.  0.1565589\n",
      "479 7 Tataedu. T 0.1565589\n",
      "479 8 etaedu. Th 0.1565589\n",
      "479 9 tcedu. The 0.1565589\n",
      "479 10 uedu. The  0.1565589\n",
      "479 11 tdu. The c 0.1565589\n",
      "479 12  u. The cu 0.1565589\n",
      "479 13 e. The cur 0.1565589\n",
      "479 14 r The curr 0.1565589\n",
      "479 15  She curre 0.1565589\n",
      "479 16 Tee curren 0.1565589\n",
      "479 17 ee current 0.1565589\n",
      "479 18   current  0.1565589\n",
      "479 19  durrent l 0.1565589\n",
      "479 20 Turrent le 0.1565589\n",
      "479 21 trrent lec 0.1565589\n",
      "479 22 rrent lect 0.1565589\n",
      "479 23 eent lectu 0.1565589\n",
      "479 24 e t lectur 0.1565589\n",
      "479 25  tslecture 0.1565589\n",
      "479 26 tslecture  0.1565589\n",
      "479 27 ulecture i 0.1565589\n",
      "479 28 Tecture is 0.1565589\n",
      "479 29 ecture is  0.1565589\n",
      "479 30  ture is a 0.1565589\n",
      "479 31 ture is a  0.1565589\n",
      "479 32 ude is a M 0.1565589\n",
      "479 33 rr is a Ma 0.1565589\n",
      "479 34 e ds a Mat 0.1565589\n",
      "479 35  ds a Matc 0.1565589\n",
      "479 36 Ts a Match 0.1565589\n",
      "479 37 s a Match  0.1565589\n",
      "479 38 ta Match U 0.1565589\n",
      "479 39 T Match Up 0.1565589\n",
      "479 40 tMatch Up  0.1565589\n",
      "479 41 Tatch Up T 0.1565589\n",
      "479 42 atch Up Te 0.1565589\n",
      "479 43 tch Up Ten 0.1565589\n",
      "479 44 uh Up Tens 0.1565589\n",
      "479 45 t Up Tenso 0.1565589\n",
      "479 46  Up Tensor 0.1565589\n",
      "479 47 Tp TensorF 0.1565589\n",
      "479 48 p TensorFl 0.1565589\n",
      "479 49  TensorFlo 0.1565589\n",
      "479 50 TensorFlow 0.1565589\n",
      "479 51 ensorFlow. 0.1565589\n",
      "479 52  torFlow.  0.1565589\n",
      "479 53 torFlow. S 0.1565589\n",
      "479 54 trFlow. St 0.1565589\n",
      "479 55 rFlow. Stu 0.1565589\n",
      "479 56 elow. Stud 0.1565589\n",
      "479 57 low. Stude 0.1565589\n",
      "479 58 ew. Studen 0.1565589\n",
      "479 59 r. Student 0.1565589\n",
      "479 60 . Students 0.1565589\n",
      "479 61  Students, 0.1565589\n",
      "479 62 Ttudents,  0.1565589\n",
      "479 63 tudents, p 0.1565589\n",
      "479 64 udents, pl 0.1565589\n",
      "479 65 rents, ple 0.1565589\n",
      "479 66 ents, plea 0.1565589\n",
      "479 67  ts, pleas 0.1565589\n",
      "479 68 ts, please 0.1565589\n",
      "479 69 u, please  0.1565589\n",
      "479 70 t please s 0.1565589\n",
      "479 71  please st 0.1565589\n",
      "479 72 Tlease stu 0.1565589\n",
      "479 73  ease stud 0.1565589\n",
      "479 74 ecse study 0.1565589\n",
      "479 75  se study  0.1565589\n",
      "479 76 te study h 0.1565589\n",
      "479 77 t study ha 0.1565589\n",
      "479 78  dtudy har 0.1565589\n",
      "479 79 Ttudy hard 0.1565589\n",
      "479 80 tudy hard. 0.1565589\n",
      "480 0 ae are dat 0.15654153\n",
      "480 1 e are data 0.15654153\n",
      "480 2  ire datae 0.15654153\n",
      "480 3 a e dataed 0.15654153\n",
      "480 4 te dataedu 0.15654153\n",
      "480 5 e iataedu. 0.15654153\n",
      "480 6  iataedu.  0.15654153\n",
      "480 7 aataedu. T 0.15654153\n",
      "480 8 etaedu. Th 0.15654153\n",
      "480 9 taedu. The 0.15654153\n",
      "480 10 uedu. The  0.15654153\n",
      "480 11 tdu. The c 0.15654153\n",
      "480 12  u. The cu 0.15654153\n",
      "480 13 e. The cur 0.15654153\n",
      "480 14 r The curr 0.15654153\n",
      "480 15  The curre 0.15654153\n",
      "480 16 aee curren 0.15654153\n",
      "480 17 ee current 0.15654153\n",
      "480 18 e current  0.15654153\n",
      "480 19  iurrent l 0.15654153\n",
      "480 20 aurrent le 0.15654153\n",
      "480 21 hrrent lec 0.15654153\n",
      "480 22 reent lect 0.15654153\n",
      "480 23 eent lectu 0.15654153\n",
      "480 24 e t lectur 0.15654153\n",
      "480 25  t lecture 0.15654153\n",
      "480 26 t lecture  0.15654153\n",
      "480 27 ulecture i 0.15654153\n",
      "480 28 aecture is 0.15654153\n",
      "480 29 ecture is  0.15654153\n",
      "480 30  ture is a 0.15654153\n",
      "480 31 hure is a  0.15654153\n",
      "480 32 ure is a M 0.15654153\n",
      "480 33 re is a Ma 0.15654153\n",
      "480 34 e is a Mat 0.15654153\n",
      "480 35  is a Matc 0.15654153\n",
      "480 36 as a Match 0.15654153\n",
      "480 37 s a Match  0.15654153\n",
      "480 38 oa Match U 0.15654153\n",
      "480 39 a Match Up 0.15654153\n",
      "480 40 tMatch Up  0.15654153\n",
      "480 41 aatch Up T 0.15654153\n",
      "480 42 atch Up Te 0.15654153\n",
      "480 43 tah Up Ten 0.15654153\n",
      "480 44 uh Up Tens 0.15654153\n",
      "480 45 h Up Tenso 0.15654153\n",
      "480 46 eUp Tensor 0.15654153\n",
      "480 47 ap TensorF 0.15654153\n",
      "480 48 p TensorFl 0.15654153\n",
      "480 49 lTensorFlo 0.15654153\n",
      "480 50 aensorFlow 0.15654153\n",
      "480 51 ensorFlow. 0.15654153\n",
      "480 52  torFlow.  0.15654153\n",
      "480 53 torFlow. S 0.15654153\n",
      "480 54 orFlow. St 0.15654153\n",
      "480 55 rFlow. Stu 0.15654153\n",
      "480 56 elow. Stud 0.15654153\n",
      "480 57 low. Stude 0.15654153\n",
      "480 58 ew. Studen 0.15654153\n",
      "480 59 r. Student 0.15654153\n",
      "480 60 . Students 0.15654153\n",
      "480 61  Ttudents, 0.15654153\n",
      "480 62 atudents,  0.15654153\n",
      "480 63 tudents, p 0.15654153\n",
      "480 64 urents, pl 0.15654153\n",
      "480 65 rents, ple 0.15654153\n",
      "480 66 ents, plea 0.15654153\n",
      "480 67  t , pleas 0.15654153\n",
      "480 68 t , please 0.15654153\n",
      "480 69 u, please  0.15654153\n",
      "480 70 o please s 0.15654153\n",
      "480 71  please st 0.15654153\n",
      "480 72 alease stu 0.15654153\n",
      "480 73 lease stud 0.15654153\n",
      "480 74 ecse study 0.15654153\n",
      "480 75  se study  0.15654153\n",
      "480 76 te study h 0.15654153\n",
      "480 77 o study ha 0.15654153\n",
      "480 78  itudy har 0.15654153\n",
      "480 79 atudy hard 0.15654153\n",
      "480 80 oudy hard. 0.15654153\n",
      "481 0 ae are dat 0.15659359\n",
      "481 1 e are data 0.15659359\n",
      "481 2  are datae 0.15659359\n",
      "481 3 are dataed 0.15659359\n",
      "481 4 te dataedu 0.15659359\n",
      "481 5 e dataedu. 0.15659359\n",
      "481 6  aataedu.  0.15659359\n",
      "481 7 aataedu. T 0.15659359\n",
      "481 8 ataedu. Th 0.15659359\n",
      "481 9 taedu. The 0.15659359\n",
      "481 10 uedu. The  0.15659359\n",
      "481 11 tdu. The c 0.15659359\n",
      "481 12  u. The cu 0.15659359\n",
      "481 13 a. The cur 0.15659359\n",
      "481 14 r The curr 0.15659359\n",
      "481 15  The curre 0.15659359\n",
      "481 16 ahe curren 0.15659359\n",
      "481 17 he current 0.15659359\n",
      "481 18 e current  0.15659359\n",
      "481 19  aurrent l 0.15659359\n",
      "481 20 aurrent le 0.15659359\n",
      "481 21 hrrent lec 0.15659359\n",
      "481 22 reent lect 0.15659359\n",
      "481 23 eent lectu 0.15659359\n",
      "481 24 e t lectur 0.15659359\n",
      "481 25  t lecture 0.15659359\n",
      "481 26 t lecture  0.15659359\n",
      "481 27 ulecture i 0.15659359\n",
      "481 28 aecture is 0.15659359\n",
      "481 29 eature is  0.15659359\n",
      "481 30  ture is a 0.15659359\n",
      "481 31 hure is a  0.15659359\n",
      "481 32 ure is a M 0.15659359\n",
      "481 33 re is a Ma 0.15659359\n",
      "481 34 e ds a Mat 0.15659359\n",
      "481 35  as a Matc 0.15659359\n",
      "481 36 as a Match 0.15659359\n",
      "481 37 s a Match  0.15659359\n",
      "481 38 ta Match U 0.15659359\n",
      "481 39 arMatch Up 0.15659359\n",
      "481 40 tMatch Up  0.15659359\n",
      "481 41 aatch Up T 0.15659359\n",
      "481 42 atch Up Te 0.15659359\n",
      "481 43 tah Up Ten 0.15659359\n",
      "481 44 uh Up Tens 0.15659359\n",
      "481 45 h Up Tenso 0.15659359\n",
      "481 46 eUp Tensor 0.15659359\n",
      "481 47 ap TensorF 0.15659359\n",
      "481 48 p TensorFl 0.15659359\n",
      "481 49 lTensorFlo 0.15659359\n",
      "481 50 ahnsorFlow 0.15659359\n",
      "481 51 hnsorFlow. 0.15659359\n",
      "481 52  torFlow.  0.15659359\n",
      "481 53 torFlow. S 0.15659359\n",
      "481 54 trFlow. St 0.15659359\n",
      "481 55 wFlow. Stu 0.15659359\n",
      "481 56 elow. Stud 0.15659359\n",
      "481 57 low. Stude 0.15659359\n",
      "481 58 ew. Studen 0.15659359\n",
      "481 59 w. Student 0.15659359\n",
      "481 60 . Students 0.15659359\n",
      "481 61  Ttudents, 0.15659359\n",
      "481 62 atudents,  0.15659359\n",
      "481 63 tudents, p 0.15659359\n",
      "481 64 urents, pl 0.15659359\n",
      "481 65 rents, ple 0.15659359\n",
      "481 66 ants, plea 0.15659359\n",
      "481 67  t , pleas 0.15659359\n",
      "481 68 t , please 0.15659359\n",
      "481 69 u, please  0.15659359\n",
      "481 70 t please s 0.15659359\n",
      "481 71  please st 0.15659359\n",
      "481 72 alease stu 0.15659359\n",
      "481 73 lease stud 0.15659359\n",
      "481 74 ease study 0.15659359\n",
      "481 75  se study  0.15659359\n",
      "481 76 te study h 0.15659359\n",
      "481 77 t study ha 0.15659359\n",
      "481 78  atudy har 0.15659359\n",
      "481 79 atudy hard 0.15659359\n",
      "481 80 tudy hard. 0.15659359\n",
      "482 0 Te are dat 0.15659949\n",
      "482 1 e are data 0.15659949\n",
      "482 2  cre datae 0.15659949\n",
      "482 3 T e dataed 0.15659949\n",
      "482 4 te dataedu 0.15659949\n",
      "482 5 e dataedu. 0.15659949\n",
      "482 6  cataedu.  0.15659949\n",
      "482 7 Tataedu. T 0.15659949\n",
      "482 8 etaedu. Th 0.15659949\n",
      "482 9 tcedu. The 0.15659949\n",
      "482 10 uedu. The  0.15659949\n",
      "482 11 tdu. The c 0.15659949\n",
      "482 12  u. The cu 0.15659949\n",
      "482 13 e. The cur 0.15659949\n",
      "482 14 r The curr 0.15659949\n",
      "482 15  She curre 0.15659949\n",
      "482 16 Tee curren 0.15659949\n",
      "482 17 ee current 0.15659949\n",
      "482 18   current  0.15659949\n",
      "482 19  current l 0.15659949\n",
      "482 20 Turrent le 0.15659949\n",
      "482 21 urrent lec 0.15659949\n",
      "482 22 rrent lect 0.15659949\n",
      "482 23 eent lectu 0.15659949\n",
      "482 24 e t lectur 0.15659949\n",
      "482 25  tslecture 0.15659949\n",
      "482 26 tslecture  0.15659949\n",
      "482 27 ulecture i 0.15659949\n",
      "482 28 Tecture is 0.15659949\n",
      "482 29 ecture is  0.15659949\n",
      "482 30  ture is a 0.15659949\n",
      "482 31 uure is a  0.15659949\n",
      "482 32 ude is a M 0.15659949\n",
      "482 33 rr is a Ma 0.15659949\n",
      "482 34 e ds a Mat 0.15659949\n",
      "482 35  cs a Matc 0.15659949\n",
      "482 36 Ts a Match 0.15659949\n",
      "482 37 s a Match  0.15659949\n",
      "482 38 ta Match U 0.15659949\n",
      "482 39 T Match Up 0.15659949\n",
      "482 40 tMatch Up  0.15659949\n",
      "482 41 Tatch Up T 0.15659949\n",
      "482 42 atch Up Te 0.15659949\n",
      "482 43 tch Up Ten 0.15659949\n",
      "482 44 uh Up Tens 0.15659949\n",
      "482 45 u Up Tenso 0.15659949\n",
      "482 46  Up Tensor 0.15659949\n",
      "482 47 Tp TensorF 0.15659949\n",
      "482 48 p TensorFl 0.15659949\n",
      "482 49  TensorFlo 0.15659949\n",
      "482 50 TensorFlow 0.15659949\n",
      "482 51 ensorFlow. 0.15659949\n",
      "482 52  torFlow.  0.15659949\n",
      "482 53 torFlow. S 0.15659949\n",
      "482 54 trFlow. St 0.15659949\n",
      "482 55 rFlow. Stu 0.15659949\n",
      "482 56 elow. Stud 0.15659949\n",
      "482 57 low. Stude 0.15659949\n",
      "482 58 ew. Studen 0.15659949\n",
      "482 59 r. Student 0.15659949\n",
      "482 60 . Students 0.15659949\n",
      "482 61  Students, 0.15659949\n",
      "482 62 Ttudents,  0.15659949\n",
      "482 63 tudents, p 0.15659949\n",
      "482 64 udents, pl 0.15659949\n",
      "482 65 rents, ple 0.15659949\n",
      "482 66 ents, plea 0.15659949\n",
      "482 67  ts, pleas 0.15659949\n",
      "482 68 ts, please 0.15659949\n",
      "482 69 u, please  0.15659949\n",
      "482 70 t please s 0.15659949\n",
      "482 71  please st 0.15659949\n",
      "482 72 Tlease stu 0.15659949\n",
      "482 73  ease stud 0.15659949\n",
      "482 74 ecse study 0.15659949\n",
      "482 75  se study  0.15659949\n",
      "482 76 te study h 0.15659949\n",
      "482 77 t study ha 0.15659949\n",
      "482 78  ctudy har 0.15659949\n",
      "482 79 Ttudy hard 0.15659949\n",
      "482 80 tudy hard. 0.15659949\n",
      "483 0 ae are dat 0.15650825\n",
      "483 1 e are data 0.15650825\n",
      "483 2  are datae 0.15650825\n",
      "483 3 are dataed 0.15650825\n",
      "483 4 te dataedu 0.15650825\n",
      "483 5 e iataedu. 0.15650825\n",
      "483 6  aataedu.  0.15650825\n",
      "483 7 aataedu. T 0.15650825\n",
      "483 8 etaedu. Th 0.15650825\n",
      "483 9 taedu. The 0.15650825\n",
      "483 10 uedu. The  0.15650825\n",
      "483 11 tdu. The c 0.15650825\n",
      "483 12  u. The cu 0.15650825\n",
      "483 13 e. The cur 0.15650825\n",
      "483 14 r The curr 0.15650825\n",
      "483 15  The curre 0.15650825\n",
      "483 16 aee curren 0.15650825\n",
      "483 17 ee current 0.15650825\n",
      "483 18 e current  0.15650825\n",
      "483 19  aurrent l 0.15650825\n",
      "483 20 aurrent le 0.15650825\n",
      "483 21 urrent lec 0.15650825\n",
      "483 22 rrent lect 0.15650825\n",
      "483 23 eent lectu 0.15650825\n",
      "483 24 e t lectur 0.15650825\n",
      "483 25  tslecture 0.15650825\n",
      "483 26 tslecture  0.15650825\n",
      "483 27 ulecture i 0.15650825\n",
      "483 28 aecture is 0.15650825\n",
      "483 29 eature is  0.15650825\n",
      "483 30  ture is a 0.15650825\n",
      "483 31 uure is a  0.15650825\n",
      "483 32 ude is a M 0.15650825\n",
      "483 33 rr is a Ma 0.15650825\n",
      "483 34 e is a Mat 0.15650825\n",
      "483 35  as a Matc 0.15650825\n",
      "483 36 as a Match 0.15650825\n",
      "483 37 s a Match  0.15650825\n",
      "483 38 oa Match U 0.15650825\n",
      "483 39 arMatch Up 0.15650825\n",
      "483 40 tMatch Up  0.15650825\n",
      "483 41 aatch Up T 0.15650825\n",
      "483 42 atch Up Te 0.15650825\n",
      "483 43 tah Up Ten 0.15650825\n",
      "483 44 uh Up Tens 0.15650825\n",
      "483 45 u Up Tenso 0.15650825\n",
      "483 46 eUp Tensor 0.15650825\n",
      "483 47 ap TensorF 0.15650825\n",
      "483 48 p TensorFl 0.15650825\n",
      "483 49 lTensorFlo 0.15650825\n",
      "483 50 aensorFlow 0.15650825\n",
      "483 51 ensorFlow. 0.15650825\n",
      "483 52  torFlow.  0.15650825\n",
      "483 53 torFlow. S 0.15650825\n",
      "483 54 orFlow. St 0.15650825\n",
      "483 55 wFlow. Stu 0.15650825\n",
      "483 56 elow. Stud 0.15650825\n",
      "483 57 low. Stude 0.15650825\n",
      "483 58 ew. Studen 0.15650825\n",
      "483 59 w. Student 0.15650825\n",
      "483 60 . Students 0.15650825\n",
      "483 61  Ttudents, 0.15650825\n",
      "483 62 atudents,  0.15650825\n",
      "483 63 tudents, p 0.15650825\n",
      "483 64 udents, pl 0.15650825\n",
      "483 65 rents, ple 0.15650825\n",
      "483 66 ents, plea 0.15650825\n",
      "483 67  ts, pleas 0.15650825\n",
      "483 68 ts, please 0.15650825\n",
      "483 69 u, please  0.15650825\n",
      "483 70 o please s 0.15650825\n",
      "483 71  please st 0.15650825\n",
      "483 72 alease stu 0.15650825\n",
      "483 73 lease stud 0.15650825\n",
      "483 74 ease study 0.15650825\n",
      "483 75  se study  0.15650825\n",
      "483 76 te study h 0.15650825\n",
      "483 77 o study ha 0.15650825\n",
      "483 78  atudy har 0.15650825\n",
      "483 79 atudy hard 0.15650825\n",
      "483 80 oudy hard. 0.15650825\n",
      "484 0 ae are dat 0.15654644\n",
      "484 1 e are data 0.15654644\n",
      "484 2  dre datae 0.15654644\n",
      "484 3 are dataed 0.15654644\n",
      "484 4 te dataedu 0.15654644\n",
      "484 5 e dataedu. 0.15654644\n",
      "484 6  dataedu.  0.15654644\n",
      "484 7 aataedu. T 0.15654644\n",
      "484 8 ataedu. Th 0.15654644\n",
      "484 9 tcedu. The 0.15654644\n",
      "484 10 uedu. The  0.15654644\n",
      "484 11 tdu. The c 0.15654644\n",
      "484 12  u. The cu 0.15654644\n",
      "484 13 a. The cur 0.15654644\n",
      "484 14 r The curr 0.15654644\n",
      "484 15  The curre 0.15654644\n",
      "484 16 ahe curren 0.15654644\n",
      "484 17 he current 0.15654644\n",
      "484 18   current  0.15654644\n",
      "484 19  durrent l 0.15654644\n",
      "484 20 aurrent le 0.15654644\n",
      "484 21 urrent lec 0.15654644\n",
      "484 22 reent lect 0.15654644\n",
      "484 23 eent lectu 0.15654644\n",
      "484 24 e t lectur 0.15654644\n",
      "484 25  t lecture 0.15654644\n",
      "484 26 t lecture  0.15654644\n",
      "484 27 ulecture i 0.15654644\n",
      "484 28 aecture is 0.15654644\n",
      "484 29 eature is  0.15654644\n",
      "484 30  ture is a 0.15654644\n",
      "484 31 uure is a  0.15654644\n",
      "484 32 ure is a M 0.15654644\n",
      "484 33 re is a Ma 0.15654644\n",
      "484 34 e ds a Mat 0.15654644\n",
      "484 35  ds a Matc 0.15654644\n",
      "484 36 as a Match 0.15654644\n",
      "484 37 s a Match  0.15654644\n",
      "484 38 ,a Match U 0.15654644\n",
      "484 39 arMatch Up 0.15654644\n",
      "484 40 tMatch Up  0.15654644\n",
      "484 41 aatch Up T 0.15654644\n",
      "484 42 atch Up Te 0.15654644\n",
      "484 43 tch Up Ten 0.15654644\n",
      "484 44 uh Up Tens 0.15654644\n",
      "484 45 u Up Tenso 0.15654644\n",
      "484 46  Up Tensor 0.15654644\n",
      "484 47 ap TensorF 0.15654644\n",
      "484 48 p TensorFl 0.15654644\n",
      "484 49 lTensorFlo 0.15654644\n",
      "484 50 ahnsorFlow 0.15654644\n",
      "484 51 hnsorFlow. 0.15654644\n",
      "484 52  torFlow.  0.15654644\n",
      "484 53 torFlow. S 0.15654644\n",
      "484 54 ,rFlow. St 0.15654644\n",
      "484 55 rFlow. Stu 0.15654644\n",
      "484 56 elow. Stud 0.15654644\n",
      "484 57 low. Stude 0.15654644\n",
      "484 58 ew. Studen 0.15654644\n",
      "484 59 r. Student 0.15654644\n",
      "484 60 . Students 0.15654644\n",
      "484 61  Ttudents, 0.15654644\n",
      "484 62 atudents,  0.15654644\n",
      "484 63 tudents, p 0.15654644\n",
      "484 64 urents, pl 0.15654644\n",
      "484 65 rents, ple 0.15654644\n",
      "484 66 ants, plea 0.15654644\n",
      "484 67  t , pleas 0.15654644\n",
      "484 68 t , please 0.15654644\n",
      "484 69 u, please  0.15654644\n",
      "484 70 , please s 0.15654644\n",
      "484 71  please st 0.15654644\n",
      "484 72 alease stu 0.15654644\n",
      "484 73 lease stud 0.15654644\n",
      "484 74 ease study 0.15654644\n",
      "484 75  se study  0.15654644\n",
      "484 76 te study h 0.15654644\n",
      "484 77 , study ha 0.15654644\n",
      "484 78  dtudy har 0.15654644\n",
      "484 79 atudy hard 0.15654644\n",
      "484 80 ,udy hard. 0.15654644\n",
      "485 0 Te are dat 0.15654752\n",
      "485 1 e are data 0.15654752\n",
      "485 2  sre datae 0.15654752\n",
      "485 3 T e dataed 0.15654752\n",
      "485 4 te dataedu 0.15654752\n",
      "485 5 e dataedu. 0.15654752\n",
      "485 6  sataedu.  0.15654752\n",
      "485 7 Tataedu. T 0.15654752\n",
      "485 8 utaedu. Th 0.15654752\n",
      "485 9 taedu. The 0.15654752\n",
      "485 10 uedu. The  0.15654752\n",
      "485 11 tdu. The c 0.15654752\n",
      "485 12  u. The cu 0.15654752\n",
      "485 13 u. The cur 0.15654752\n",
      "485 14 r The curr 0.15654752\n",
      "485 15  She curre 0.15654752\n",
      "485 16 The curren 0.15654752\n",
      "485 17 ee current 0.15654752\n",
      "485 18 e current  0.15654752\n",
      "485 19  surrent l 0.15654752\n",
      "485 20 Turrent le 0.15654752\n",
      "485 21 hrrent lec 0.15654752\n",
      "485 22 reent lect 0.15654752\n",
      "485 23 eent lectu 0.15654752\n",
      "485 24 e t lectur 0.15654752\n",
      "485 25  tslecture 0.15654752\n",
      "485 26 t lecture  0.15654752\n",
      "485 27 ulecture i 0.15654752\n",
      "485 28 Tecture is 0.15654752\n",
      "485 29 ecture is  0.15654752\n",
      "485 30  ture is a 0.15654752\n",
      "485 31 hure is a  0.15654752\n",
      "485 32 ude is a M 0.15654752\n",
      "485 33 re is a Ma 0.15654752\n",
      "485 34 e ds a Mat 0.15654752\n",
      "485 35  ss a Matc 0.15654752\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "485 36 Ts a Match 0.15654752\n",
      "485 37 s a Match  0.15654752\n",
      "485 38 ta Match U 0.15654752\n",
      "485 39 T Match Up 0.15654752\n",
      "485 40 tMatch Up  0.15654752\n",
      "485 41 Tatch Up T 0.15654752\n",
      "485 42 atch Up Te 0.15654752\n",
      "485 43 tah Up Ten 0.15654752\n",
      "485 44 uh Up Tens 0.15654752\n",
      "485 45 h Up Tenso 0.15654752\n",
      "485 46 eUp Tensor 0.15654752\n",
      "485 47 Tp TensorF 0.15654752\n",
      "485 48 p TensorFl 0.15654752\n",
      "485 49  TensorFlo 0.15654752\n",
      "485 50 ThnsorFlow 0.15654752\n",
      "485 51 ensorFlow. 0.15654752\n",
      "485 52  torFlow.  0.15654752\n",
      "485 53 torFlow. S 0.15654752\n",
      "485 54 trFlow. St 0.15654752\n",
      "485 55 wFlow. Stu 0.15654752\n",
      "485 56 elow. Stud 0.15654752\n",
      "485 57 low. Stude 0.15654752\n",
      "485 58 ew. Studen 0.15654752\n",
      "485 59 w. Student 0.15654752\n",
      "485 60 . Students 0.15654752\n",
      "485 61  Students, 0.15654752\n",
      "485 62 Ttudents,  0.15654752\n",
      "485 63 tudents, p 0.15654752\n",
      "485 64 udents, pl 0.15654752\n",
      "485 65 rents, ple 0.15654752\n",
      "485 66 unts, plea 0.15654752\n",
      "485 67  ts, pleas 0.15654752\n",
      "485 68 t , please 0.15654752\n",
      "485 69 u, please  0.15654752\n",
      "485 70 t please s 0.15654752\n",
      "485 71  please st 0.15654752\n",
      "485 72 Tlease stu 0.15654752\n",
      "485 73  ease stud 0.15654752\n",
      "485 74 ecse study 0.15654752\n",
      "485 75  se study  0.15654752\n",
      "485 76 te study h 0.15654752\n",
      "485 77 t study ha 0.15654752\n",
      "485 78  study har 0.15654752\n",
      "485 79 Ttudy hard 0.15654752\n",
      "485 80 tudy hard. 0.15654752\n",
      "486 0 Te are dat 0.15651278\n",
      "486 1 e are data 0.15651278\n",
      "486 2  cre datae 0.15651278\n",
      "486 3 Tre dataed 0.15651278\n",
      "486 4 te dataedu 0.15651278\n",
      "486 5 e iataedu. 0.15651278\n",
      "486 6  cataedu.  0.15651278\n",
      "486 7 Tataedu. T 0.15651278\n",
      "486 8 etaedu. Th 0.15651278\n",
      "486 9 tcedu. The 0.15651278\n",
      "486 10 uedu. The  0.15651278\n",
      "486 11 tdu. The c 0.15651278\n",
      "486 12  u. The cu 0.15651278\n",
      "486 13 e. The cur 0.15651278\n",
      "486 14 r The curr 0.15651278\n",
      "486 15  The curre 0.15651278\n",
      "486 16 Tee curren 0.15651278\n",
      "486 17 ee current 0.15651278\n",
      "486 18 e current  0.15651278\n",
      "486 19  current l 0.15651278\n",
      "486 20 Turrent le 0.15651278\n",
      "486 21 urrent lec 0.15651278\n",
      "486 22 rrent lect 0.15651278\n",
      "486 23 eent lectu 0.15651278\n",
      "486 24 e t lectur 0.15651278\n",
      "486 25  tslecture 0.15651278\n",
      "486 26 tslecture  0.15651278\n",
      "486 27 ulecture i 0.15651278\n",
      "486 28 Tecture is 0.15651278\n",
      "486 29 eature is  0.15651278\n",
      "486 30  ture is a 0.15651278\n",
      "486 31 uure is a  0.15651278\n",
      "486 32 ude is a M 0.15651278\n",
      "486 33 rr is a Ma 0.15651278\n",
      "486 34 e is a Mat 0.15651278\n",
      "486 35  cs a Matc 0.15651278\n",
      "486 36 Ts a Match 0.15651278\n",
      "486 37 s a Match  0.15651278\n",
      "486 38 oa Match U 0.15651278\n",
      "486 39 TrMatch Up 0.15651278\n",
      "486 40 tMatch Up  0.15651278\n",
      "486 41 Tatch Up T 0.15651278\n",
      "486 42 atch Up Te 0.15651278\n",
      "486 43 tch Up Ten 0.15651278\n",
      "486 44 uh Up Tens 0.15651278\n",
      "486 45 u Up Tenso 0.15651278\n",
      "486 46 eUp Tensor 0.15651278\n",
      "486 47 Tp TensorF 0.15651278\n",
      "486 48 p TensorFl 0.15651278\n",
      "486 49 lTensorFlo 0.15651278\n",
      "486 50 TensorFlow 0.15651278\n",
      "486 51 ensorFlow. 0.15651278\n",
      "486 52  torFlow.  0.15651278\n",
      "486 53 torFlow. S 0.15651278\n",
      "486 54 orFlow. St 0.15651278\n",
      "486 55 wFlow. Stu 0.15651278\n",
      "486 56 elow. Stud 0.15651278\n",
      "486 57 low. Stude 0.15651278\n",
      "486 58 ew. Studen 0.15651278\n",
      "486 59 w. Student 0.15651278\n",
      "486 60 . Students 0.15651278\n",
      "486 61  Ttudents, 0.15651278\n",
      "486 62 Ttudents,  0.15651278\n",
      "486 63 tudents, p 0.15651278\n",
      "486 64 udents, pl 0.15651278\n",
      "486 65 rents, ple 0.15651278\n",
      "486 66 ents, plea 0.15651278\n",
      "486 67  ts, pleas 0.15651278\n",
      "486 68 ts, please 0.15651278\n",
      "486 69 u, please  0.15651278\n",
      "486 70 o please s 0.15651278\n",
      "486 71  please st 0.15651278\n",
      "486 72 Tlease stu 0.15651278\n",
      "486 73 lease stud 0.15651278\n",
      "486 74 ease study 0.15651278\n",
      "486 75  se study  0.15651278\n",
      "486 76 te study h 0.15651278\n",
      "486 77 o study ha 0.15651278\n",
      "486 78  ctudy har 0.15651278\n",
      "486 79 Ttudy hard 0.15651278\n",
      "486 80 oudy hard. 0.15651278\n",
      "487 0 ae are dat 0.15651236\n",
      "487 1 e are data 0.15651236\n",
      "487 2  dre datae 0.15651236\n",
      "487 3 are dataed 0.15651236\n",
      "487 4 te dataedu 0.15651236\n",
      "487 5 e iataedu. 0.15651236\n",
      "487 6  dataedu.  0.15651236\n",
      "487 7 aataedu. T 0.15651236\n",
      "487 8 etaedu. Th 0.15651236\n",
      "487 9 taedu. The 0.15651236\n",
      "487 10 uedu. The  0.15651236\n",
      "487 11 tdu. The c 0.15651236\n",
      "487 12  u. The cu 0.15651236\n",
      "487 13 e. The cur 0.15651236\n",
      "487 14 r The curr 0.15651236\n",
      "487 15  The curre 0.15651236\n",
      "487 16 aee curren 0.15651236\n",
      "487 17 ee current 0.15651236\n",
      "487 18   current  0.15651236\n",
      "487 19  durrent l 0.15651236\n",
      "487 20 aurrent le 0.15651236\n",
      "487 21 hrrent lec 0.15651236\n",
      "487 22 rrent lect 0.15651236\n",
      "487 23 eent lectu 0.15651236\n",
      "487 24 e t lectur 0.15651236\n",
      "487 25  tslecture 0.15651236\n",
      "487 26 t lecture  0.15651236\n",
      "487 27 ulecture i 0.15651236\n",
      "487 28 aecture is 0.15651236\n",
      "487 29 eature is  0.15651236\n",
      "487 30  ture is a 0.15651236\n",
      "487 31 hure is a  0.15651236\n",
      "487 32 ure is a M 0.15651236\n",
      "487 33 rr is a Ma 0.15651236\n",
      "487 34 e is a Mat 0.15651236\n",
      "487 35  ds a Matc 0.15651236\n",
      "487 36 as a Match 0.15651236\n",
      "487 37 s a Match  0.15651236\n",
      "487 38 oa Match U 0.15651236\n",
      "487 39 arMatch Up 0.15651236\n",
      "487 40 tMatch Up  0.15651236\n",
      "487 41 aatch Up T 0.15651236\n",
      "487 42 atch Up Te 0.15651236\n",
      "487 43 tah Up Ten 0.15651236\n",
      "487 44 uh Up Tens 0.15651236\n",
      "487 45 h Up Tenso 0.15651236\n",
      "487 46  Up Tensor 0.15651236\n",
      "487 47 ap TensorF 0.15651236\n",
      "487 48 p TensorFl 0.15651236\n",
      "487 49 lTensorFlo 0.15651236\n",
      "487 50 aensorFlow 0.15651236\n",
      "487 51 ensorFlow. 0.15651236\n",
      "487 52  torFlow.  0.15651236\n",
      "487 53 torFlow. S 0.15651236\n",
      "487 54 orFlow. St 0.15651236\n",
      "487 55 rFlow. Stu 0.15651236\n",
      "487 56 elow. Stud 0.15651236\n",
      "487 57 low. Stude 0.15651236\n",
      "487 58 ew. Studen 0.15651236\n",
      "487 59 r. Student 0.15651236\n",
      "487 60 . Students 0.15651236\n",
      "487 61  Ttudents, 0.15651236\n",
      "487 62 atudents,  0.15651236\n",
      "487 63 tudents, p 0.15651236\n",
      "487 64 urents, pl 0.15651236\n",
      "487 65 rents, ple 0.15651236\n",
      "487 66 ents, plea 0.15651236\n",
      "487 67  ts, pleas 0.15651236\n",
      "487 68 t , please 0.15651236\n",
      "487 69 u, please  0.15651236\n",
      "487 70 o please s 0.15651236\n",
      "487 71  please st 0.15651236\n",
      "487 72 alease stu 0.15651236\n",
      "487 73 lease stud 0.15651236\n",
      "487 74 ease study 0.15651236\n",
      "487 75  se study  0.15651236\n",
      "487 76 te study h 0.15651236\n",
      "487 77 o study ha 0.15651236\n",
      "487 78  dtudy har 0.15651236\n",
      "487 79 atudy hard 0.15651236\n",
      "487 80 oudy hard. 0.15651236\n",
      "488 0 Te are dat 0.1565278\n",
      "488 1 e are data 0.1565278\n",
      "488 2  cre datae 0.1565278\n",
      "488 3 T e dataed 0.1565278\n",
      "488 4 te dataedu 0.1565278\n",
      "488 5 e dataedu. 0.1565278\n",
      "488 6  cataedu.  0.1565278\n",
      "488 7 Tataedu. T 0.1565278\n",
      "488 8 etaedu. Th 0.1565278\n",
      "488 9 tcedu. The 0.1565278\n",
      "488 10 uedu. The  0.1565278\n",
      "488 11 tdu. The c 0.1565278\n",
      "488 12  u. The cu 0.1565278\n",
      "488 13 e. The cur 0.1565278\n",
      "488 14 r The curr 0.1565278\n",
      "488 15  She curre 0.1565278\n",
      "488 16 The curren 0.1565278\n",
      "488 17 he current 0.1565278\n",
      "488 18 e current  0.1565278\n",
      "488 19  current l 0.1565278\n",
      "488 20 Turrent le 0.1565278\n",
      "488 21 hrrent lec 0.1565278\n",
      "488 22 reent lect 0.1565278\n",
      "488 23 eent lectu 0.1565278\n",
      "488 24 e t lectur 0.1565278\n",
      "488 25  t lecture 0.1565278\n",
      "488 26 t lecture  0.1565278\n",
      "488 27 ulecture i 0.1565278\n",
      "488 28 Tecture is 0.1565278\n",
      "488 29 ecture is  0.1565278\n",
      "488 30  ture is a 0.1565278\n",
      "488 31 hure is a  0.1565278\n",
      "488 32 ure is a M 0.1565278\n",
      "488 33 re is a Ma 0.1565278\n",
      "488 34 e ds a Mat 0.1565278\n",
      "488 35  cs a Matc 0.1565278\n",
      "488 36 Ts a Match 0.1565278\n",
      "488 37 s a Match  0.1565278\n",
      "488 38 ta Match U 0.1565278\n",
      "488 39 T Match Up 0.1565278\n",
      "488 40 tMatch Up  0.1565278\n",
      "488 41 Tatch Up T 0.1565278\n",
      "488 42 atch Up Te 0.1565278\n",
      "488 43 tch Up Ten 0.1565278\n",
      "488 44 uh Up Tens 0.1565278\n",
      "488 45 h Up Tenso 0.1565278\n",
      "488 46 eUp Tensor 0.1565278\n",
      "488 47 Tp TensorF 0.1565278\n",
      "488 48 p TensorFl 0.1565278\n",
      "488 49  TensorFlo 0.1565278\n",
      "488 50 ThnsorFlow 0.1565278\n",
      "488 51 hnsorFlow. 0.1565278\n",
      "488 52  torFlow.  0.1565278\n",
      "488 53 torFlow. S 0.1565278\n",
      "488 54 trFlow. St 0.1565278\n",
      "488 55 wFlow. Stu 0.1565278\n",
      "488 56 elow. Stud 0.1565278\n",
      "488 57 low. Stude 0.1565278\n",
      "488 58 ew. Studen 0.1565278\n",
      "488 59 w. Student 0.1565278\n",
      "488 60 . Students 0.1565278\n",
      "488 61  Students, 0.1565278\n",
      "488 62 Ttudents,  0.1565278\n",
      "488 63 tudents, p 0.1565278\n",
      "488 64 urents, pl 0.1565278\n",
      "488 65 rents, ple 0.1565278\n",
      "488 66 ents, plea 0.1565278\n",
      "488 67  t , pleas 0.1565278\n",
      "488 68 t , please 0.1565278\n",
      "488 69 u, please  0.1565278\n",
      "488 70 t please s 0.1565278\n",
      "488 71  please st 0.1565278\n",
      "488 72 Tlease stu 0.1565278\n",
      "488 73  ease stud 0.1565278\n",
      "488 74 ecse study 0.1565278\n",
      "488 75  se study  0.1565278\n",
      "488 76 te study h 0.1565278\n",
      "488 77 t study ha 0.1565278\n",
      "488 78  ctudy har 0.1565278\n",
      "488 79 Ttudy hard 0.1565278\n",
      "488 80 tudy hard. 0.1565278\n",
      "489 0 Te are dat 0.15652505\n",
      "489 1 e are data 0.15652505\n",
      "489 2  dre datae 0.15652505\n",
      "489 3 Tre dataed 0.15652505\n",
      "489 4 te dataedu 0.15652505\n",
      "489 5 e iataedu. 0.15652505\n",
      "489 6  dataedu.  0.15652505\n",
      "489 7 Tataedu. T 0.15652505\n",
      "489 8 ataedu. Th 0.15652505\n",
      "489 9 tcedu. The 0.15652505\n",
      "489 10 uedu. The  0.15652505\n",
      "489 11 tdu. The c 0.15652505\n",
      "489 12  u. The cu 0.15652505\n",
      "489 13 a. The cur 0.15652505\n",
      "489 14 r The curr 0.15652505\n",
      "489 15  The curre 0.15652505\n",
      "489 16 The curren 0.15652505\n",
      "489 17 he current 0.15652505\n",
      "489 18   current  0.15652505\n",
      "489 19  durrent l 0.15652505\n",
      "489 20 Turrent le 0.15652505\n",
      "489 21 trrent lec 0.15652505\n",
      "489 22 rrent lect 0.15652505\n",
      "489 23 eent lectu 0.15652505\n",
      "489 24 e t lectur 0.15652505\n",
      "489 25  t lecture 0.15652505\n",
      "489 26 tslecture  0.15652505\n",
      "489 27 ulecture i 0.15652505\n",
      "489 28 Tecture is 0.15652505\n",
      "489 29 ecture is  0.15652505\n",
      "489 30  ture is a 0.15652505\n",
      "489 31 ture is a  0.15652505\n",
      "489 32 ude is a M 0.15652505\n",
      "489 33 rr is a Ma 0.15652505\n",
      "489 34 e is a Mat 0.15652505\n",
      "489 35  ds a Matc 0.15652505\n",
      "489 36 Ts a Match 0.15652505\n",
      "489 37 s a Match  0.15652505\n",
      "489 38 ta Match U 0.15652505\n",
      "489 39 TrMatch Up 0.15652505\n",
      "489 40 tMatch Up  0.15652505\n",
      "489 41 Tatch Up T 0.15652505\n",
      "489 42 atch Up Te 0.15652505\n",
      "489 43 tch Up Ten 0.15652505\n",
      "489 44 uh Up Tens 0.15652505\n",
      "489 45 t Up Tenso 0.15652505\n",
      "489 46  Up Tensor 0.15652505\n",
      "489 47 Tp TensorF 0.15652505\n",
      "489 48 p TensorFl 0.15652505\n",
      "489 49  TensorFlo 0.15652505\n",
      "489 50 ThnsorFlow 0.15652505\n",
      "489 51 hnsorFlow. 0.15652505\n",
      "489 52  torFlow.  0.15652505\n",
      "489 53 torFlow. S 0.15652505\n",
      "489 54 trFlow. St 0.15652505\n",
      "489 55 rFlow. Stu 0.15652505\n",
      "489 56 elow. Stud 0.15652505\n",
      "489 57 low. Stude 0.15652505\n",
      "489 58 ew. Studen 0.15652505\n",
      "489 59 r. Student 0.15652505\n",
      "489 60 . Students 0.15652505\n",
      "489 61  Ttudents, 0.15652505\n",
      "489 62 Ttudents,  0.15652505\n",
      "489 63 tudents, p 0.15652505\n",
      "489 64 udents, pl 0.15652505\n",
      "489 65 rents, ple 0.15652505\n",
      "489 66 ants, plea 0.15652505\n",
      "489 67  t , pleas 0.15652505\n",
      "489 68 ts, please 0.15652505\n",
      "489 69 u, please  0.15652505\n",
      "489 70 t please s 0.15652505\n",
      "489 71  please st 0.15652505\n",
      "489 72 Tlease stu 0.15652505\n",
      "489 73  ease stud 0.15652505\n",
      "489 74 ecse study 0.15652505\n",
      "489 75  se study  0.15652505\n",
      "489 76 te study h 0.15652505\n",
      "489 77 t study ha 0.15652505\n",
      "489 78  dtudy har 0.15652505\n",
      "489 79 Ttudy hard 0.15652505\n",
      "489 80 tudy hard. 0.15652505\n",
      "490 0 ae are dat 0.15649487\n",
      "490 1 e are data 0.15649487\n",
      "490 2  sre datae 0.15649487\n",
      "490 3 are dataed 0.15649487\n",
      "490 4 te dataedu 0.15649487\n",
      "490 5 e iataedu. 0.15649487\n",
      "490 6  sataedu.  0.15649487\n",
      "490 7 aataedu. T 0.15649487\n",
      "490 8 etaedu. Th 0.15649487\n",
      "490 9 taedu. The 0.15649487\n",
      "490 10 uedu. The  0.15649487\n",
      "490 11 tdu. The c 0.15649487\n",
      "490 12  u. The cu 0.15649487\n",
      "490 13 e. The cur 0.15649487\n",
      "490 14 r The curr 0.15649487\n",
      "490 15  She curre 0.15649487\n",
      "490 16 aee curren 0.15649487\n",
      "490 17 ee current 0.15649487\n",
      "490 18 e current  0.15649487\n",
      "490 19  surrent l 0.15649487\n",
      "490 20 aurrent le 0.15649487\n",
      "490 21 hrrent lec 0.15649487\n",
      "490 22 rrent lect 0.15649487\n",
      "490 23 eent lectu 0.15649487\n",
      "490 24 e t lectur 0.15649487\n",
      "490 25  tslecture 0.15649487\n",
      "490 26 tslecture  0.15649487\n",
      "490 27 ulecture i 0.15649487\n",
      "490 28 aecture is 0.15649487\n",
      "490 29 eature is  0.15649487\n",
      "490 30  ture is a 0.15649487\n",
      "490 31 hure is a  0.15649487\n",
      "490 32 ure is a M 0.15649487\n",
      "490 33 rr is a Ma 0.15649487\n",
      "490 34 e is a Mat 0.15649487\n",
      "490 35  ss a Matc 0.15649487\n",
      "490 36 as a Match 0.15649487\n",
      "490 37 s a Match  0.15649487\n",
      "490 38 oa Match U 0.15649487\n",
      "490 39 arMatch Up 0.15649487\n",
      "490 40 tMatch Up  0.15649487\n",
      "490 41 aatch Up T 0.15649487\n",
      "490 42 atch Up Te 0.15649487\n",
      "490 43 tah Up Ten 0.15649487\n",
      "490 44 uh Up Tens 0.15649487\n",
      "490 45 h Up Tenso 0.15649487\n",
      "490 46 eUp Tensor 0.15649487\n",
      "490 47 ap TensorF 0.15649487\n",
      "490 48 p TensorFl 0.15649487\n",
      "490 49 lTensorFlo 0.15649487\n",
      "490 50 aensorFlow 0.15649487\n",
      "490 51 ensorFlow. 0.15649487\n",
      "490 52  torFlow.  0.15649487\n",
      "490 53 torFlow. S 0.15649487\n",
      "490 54 orFlow. St 0.15649487\n",
      "490 55 rFlow. Stu 0.15649487\n",
      "490 56 elow. Stud 0.15649487\n",
      "490 57 low. Stude 0.15649487\n",
      "490 58 ew. Studen 0.15649487\n",
      "490 59 r. Student 0.15649487\n",
      "490 60 . Students 0.15649487\n",
      "490 61  Students, 0.15649487\n",
      "490 62 atudents,  0.15649487\n",
      "490 63 tudents, p 0.15649487\n",
      "490 64 urents, pl 0.15649487\n",
      "490 65 rents, ple 0.15649487\n",
      "490 66 ents, plea 0.15649487\n",
      "490 67  ts, pleas 0.15649487\n",
      "490 68 ts, please 0.15649487\n",
      "490 69 u, please  0.15649487\n",
      "490 70 o please s 0.15649487\n",
      "490 71  please st 0.15649487\n",
      "490 72 alease stu 0.15649487\n",
      "490 73 lease stud 0.15649487\n",
      "490 74 ease study 0.15649487\n",
      "490 75  se study  0.15649487\n",
      "490 76 te study h 0.15649487\n",
      "490 77 o study ha 0.15649487\n",
      "490 78  study har 0.15649487\n",
      "490 79 atudy hard 0.15649487\n",
      "490 80 oudy hard. 0.15649487\n",
      "491 0 ae are dat 0.1564772\n",
      "491 1 e are data 0.1564772\n",
      "491 2  sre datae 0.1564772\n",
      "491 3 a e dataed 0.1564772\n",
      "491 4 te dataedu 0.1564772\n",
      "491 5 e dataedu. 0.1564772\n",
      "491 6  sataedu.  0.1564772\n",
      "491 7 aataedu. T 0.1564772\n",
      "491 8 etaedu. Th 0.1564772\n",
      "491 9 tcedu. The 0.1564772\n",
      "491 10 uedu. The  0.1564772\n",
      "491 11 tdu. The c 0.1564772\n",
      "491 12  u. The cu 0.1564772\n",
      "491 13 e. The cur 0.1564772\n",
      "491 14 r The curr 0.1564772\n",
      "491 15  She curre 0.1564772\n",
      "491 16 ahe curren 0.1564772\n",
      "491 17 he current 0.1564772\n",
      "491 18 e current  0.1564772\n",
      "491 19  surrent l 0.1564772\n",
      "491 20 aurrent le 0.1564772\n",
      "491 21 hrrent lec 0.1564772\n",
      "491 22 reent lect 0.1564772\n",
      "491 23 eent lectu 0.1564772\n",
      "491 24 e t lectur 0.1564772\n",
      "491 25  tslecture 0.1564772\n",
      "491 26 t lecture  0.1564772\n",
      "491 27 ulecture i 0.1564772\n",
      "491 28 aecture is 0.1564772\n",
      "491 29 eature is  0.1564772\n",
      "491 30  ture is a 0.1564772\n",
      "491 31 hure is a  0.1564772\n",
      "491 32 ure is a M 0.1564772\n",
      "491 33 re is a Ma 0.1564772\n",
      "491 34 e ds a Mat 0.1564772\n",
      "491 35  ss a Matc 0.1564772\n",
      "491 36 as a Match 0.1564772\n",
      "491 37 s a Match  0.1564772\n",
      "491 38 ta Match U 0.1564772\n",
      "491 39 a Match Up 0.1564772\n",
      "491 40 tMatch Up  0.1564772\n",
      "491 41 aatch Up T 0.1564772\n",
      "491 42 atch Up Te 0.1564772\n",
      "491 43 tch Up Ten 0.1564772\n",
      "491 44 uh Up Tens 0.1564772\n",
      "491 45 h Up Tenso 0.1564772\n",
      "491 46 eUp Tensor 0.1564772\n",
      "491 47 ap TensorF 0.1564772\n",
      "491 48 p TensorFl 0.1564772\n",
      "491 49 lTensorFlo 0.1564772\n",
      "491 50 ahnsorFlow 0.1564772\n",
      "491 51 hnsorFlow. 0.1564772\n",
      "491 52  torFlow.  0.1564772\n",
      "491 53 torFlow. S 0.1564772\n",
      "491 54 trFlow. St 0.1564772\n",
      "491 55 wFlow. Stu 0.1564772\n",
      "491 56 elow. Stud 0.1564772\n",
      "491 57 low. Stude 0.1564772\n",
      "491 58 ew. Studen 0.1564772\n",
      "491 59 w. Student 0.1564772\n",
      "491 60 . Students 0.1564772\n",
      "491 61  Students, 0.1564772\n",
      "491 62 atudents,  0.1564772\n",
      "491 63 tudents, p 0.1564772\n",
      "491 64 urents, pl 0.1564772\n",
      "491 65 rents, ple 0.1564772\n",
      "491 66 ents, plea 0.1564772\n",
      "491 67  ts, pleas 0.1564772\n",
      "491 68 t , please 0.1564772\n",
      "491 69 u, please  0.1564772\n",
      "491 70 t please s 0.1564772\n",
      "491 71  please st 0.1564772\n",
      "491 72 alease stu 0.1564772\n",
      "491 73 lease stud 0.1564772\n",
      "491 74 ease study 0.1564772\n",
      "491 75  se study  0.1564772\n",
      "491 76 te study h 0.1564772\n",
      "491 77 t study ha 0.1564772\n",
      "491 78  study har 0.1564772\n",
      "491 79 atudy hard 0.1564772\n",
      "491 80 tudy hard. 0.1564772\n",
      "492 0 Te are dat 0.15650949\n",
      "492 1 e are data 0.15650949\n",
      "492 2  dre datae 0.15650949\n",
      "492 3 T e dataed 0.15650949\n",
      "492 4 te dataedu 0.15650949\n",
      "492 5 e dataedu. 0.15650949\n",
      "492 6  dataedu.  0.15650949\n",
      "492 7 Tataedu. T 0.15650949\n",
      "492 8 ataedu. Th 0.15650949\n",
      "492 9 tcedu. The 0.15650949\n",
      "492 10 uedu. The  0.15650949\n",
      "492 11 tdu. The c 0.15650949\n",
      "492 12  u. The cu 0.15650949\n",
      "492 13 a. The cur 0.15650949\n",
      "492 14 r The curr 0.15650949\n",
      "492 15  The curre 0.15650949\n",
      "492 16 The curren 0.15650949\n",
      "492 17 he current 0.15650949\n",
      "492 18   current  0.15650949\n",
      "492 19  durrent l 0.15650949\n",
      "492 20 Turrent le 0.15650949\n",
      "492 21 trrent lec 0.15650949\n",
      "492 22 rrent lect 0.15650949\n",
      "492 23 eent lectu 0.15650949\n",
      "492 24 e t lectur 0.15650949\n",
      "492 25  t lecture 0.15650949\n",
      "492 26 t lecture  0.15650949\n",
      "492 27 ulecture i 0.15650949\n",
      "492 28 Tecture is 0.15650949\n",
      "492 29 ecture is  0.15650949\n",
      "492 30  ture is a 0.15650949\n",
      "492 31 ture is a  0.15650949\n",
      "492 32 ude is a M 0.15650949\n",
      "492 33 rr is a Ma 0.15650949\n",
      "492 34 e ds a Mat 0.15650949\n",
      "492 35  ds a Matc 0.15650949\n",
      "492 36 Ts a Match 0.15650949\n",
      "492 37 s a Match  0.15650949\n",
      "492 38 ta Match U 0.15650949\n",
      "492 39 T Match Up 0.15650949\n",
      "492 40 tMatch Up  0.15650949\n",
      "492 41 Tatch Up T 0.15650949\n",
      "492 42 atch Up Te 0.15650949\n",
      "492 43 tch Up Ten 0.15650949\n",
      "492 44 uh Up Tens 0.15650949\n",
      "492 45 t Up Tenso 0.15650949\n",
      "492 46  Up Tensor 0.15650949\n",
      "492 47 Tp TensorF 0.15650949\n",
      "492 48 p TensorFl 0.15650949\n",
      "492 49  TensorFlo 0.15650949\n",
      "492 50 ThnsorFlow 0.15650949\n",
      "492 51 hnsorFlow. 0.15650949\n",
      "492 52  torFlow.  0.15650949\n",
      "492 53 torFlow. S 0.15650949\n",
      "492 54 trFlow. St 0.15650949\n",
      "492 55 rFlow. Stu 0.15650949\n",
      "492 56 elow. Stud 0.15650949\n",
      "492 57 low. Stude 0.15650949\n",
      "492 58 ew. Studen 0.15650949\n",
      "492 59 r. Student 0.15650949\n",
      "492 60 . Students 0.15650949\n",
      "492 61  Ttudents, 0.15650949\n",
      "492 62 Ttudents,  0.15650949\n",
      "492 63 tudents, p 0.15650949\n",
      "492 64 udents, pl 0.15650949\n",
      "492 65 rents, ple 0.15650949\n",
      "492 66 ants, plea 0.15650949\n",
      "492 67  t , pleas 0.15650949\n",
      "492 68 t , please 0.15650949\n",
      "492 69 u, please  0.15650949\n",
      "492 70 t please s 0.15650949\n",
      "492 71  please st 0.15650949\n",
      "492 72 Tlease stu 0.15650949\n",
      "492 73  ease stud 0.15650949\n",
      "492 74 ecse study 0.15650949\n",
      "492 75  se study  0.15650949\n",
      "492 76 te study h 0.15650949\n",
      "492 77 t study ha 0.15650949\n",
      "492 78  dtudy har 0.15650949\n",
      "492 79 Ttudy hard 0.15650949\n",
      "492 80 tudy hard. 0.15650949\n",
      "493 0 ae are dat 0.1565026\n",
      "493 1 e are data 0.1565026\n",
      "493 2  ire datae 0.1565026\n",
      "493 3 a e dataed 0.1565026\n",
      "493 4 te dataedu 0.1565026\n",
      "493 5 e iataedu. 0.1565026\n",
      "493 6  iataedu.  0.1565026\n",
      "493 7 aataedu. T 0.1565026\n",
      "493 8 etaedu. Th 0.1565026\n",
      "493 9 taedu. The 0.1565026\n",
      "493 10 uedu. The  0.1565026\n",
      "493 11 tdu. The c 0.1565026\n",
      "493 12  u. The cu 0.1565026\n",
      "493 13 e. The cur 0.1565026\n",
      "493 14 r The curr 0.1565026\n",
      "493 15  She curre 0.1565026\n",
      "493 16 aee curren 0.1565026\n",
      "493 17 ee current 0.1565026\n",
      "493 18 e current  0.1565026\n",
      "493 19  iurrent l 0.1565026\n",
      "493 20 aurrent le 0.1565026\n",
      "493 21 hrrent lec 0.1565026\n",
      "493 22 rrent lect 0.1565026\n",
      "493 23 eent lectu 0.1565026\n",
      "493 24 e t lectur 0.1565026\n",
      "493 25  tslecture 0.1565026\n",
      "493 26 tslecture  0.1565026\n",
      "493 27 ulecture i 0.1565026\n",
      "493 28 aecture is 0.1565026\n",
      "493 29 eature is  0.1565026\n",
      "493 30  ture is a 0.1565026\n",
      "493 31 hure is a  0.1565026\n",
      "493 32 ude is a M 0.1565026\n",
      "493 33 rr is a Ma 0.1565026\n",
      "493 34 e is a Mat 0.1565026\n",
      "493 35  is a Matc 0.1565026\n",
      "493 36 as a Match 0.1565026\n",
      "493 37 s a Match  0.1565026\n",
      "493 38 oa Match U 0.1565026\n",
      "493 39 a Match Up 0.1565026\n",
      "493 40 tMatch Up  0.1565026\n",
      "493 41 aatch Up T 0.1565026\n",
      "493 42 atch Up Te 0.1565026\n",
      "493 43 tah Up Ten 0.1565026\n",
      "493 44 uh Up Tens 0.1565026\n",
      "493 45 h Up Tenso 0.1565026\n",
      "493 46 eUp Tensor 0.1565026\n",
      "493 47 ap TensorF 0.1565026\n",
      "493 48 p TensorFl 0.1565026\n",
      "493 49 lTensorFlo 0.1565026\n",
      "493 50 aensorFlow 0.1565026\n",
      "493 51 ensorFlow. 0.1565026\n",
      "493 52  torFlow.  0.1565026\n",
      "493 53 torFlow. S 0.1565026\n",
      "493 54 orFlow. St 0.1565026\n",
      "493 55 wFlow. Stu 0.1565026\n",
      "493 56 elow. Stud 0.1565026\n",
      "493 57 low. Stude 0.1565026\n",
      "493 58 ew. Studen 0.1565026\n",
      "493 59 w. Student 0.1565026\n",
      "493 60 . Students 0.1565026\n",
      "493 61  Students, 0.1565026\n",
      "493 62 atudents,  0.1565026\n",
      "493 63 tudents, p 0.1565026\n",
      "493 64 udents, pl 0.1565026\n",
      "493 65 rents, ple 0.1565026\n",
      "493 66 ents, plea 0.1565026\n",
      "493 67  ts, pleas 0.1565026\n",
      "493 68 ts, please 0.1565026\n",
      "493 69 u, please  0.1565026\n",
      "493 70 o please s 0.1565026\n",
      "493 71  please st 0.1565026\n",
      "493 72 alease stu 0.1565026\n",
      "493 73 lease stud 0.1565026\n",
      "493 74 ease study 0.1565026\n",
      "493 75  se study  0.1565026\n",
      "493 76 te study h 0.1565026\n",
      "493 77 o study ha 0.1565026\n",
      "493 78  itudy har 0.1565026\n",
      "493 79 atudy hard 0.1565026\n",
      "493 80 oudy hard. 0.1565026\n",
      "494 0 ae are dat 0.15647563\n",
      "494 1 e are data 0.15647563\n",
      "494 2  are datae 0.15647563\n",
      "494 3 are dataed 0.15647563\n",
      "494 4 te dataedu 0.15647563\n",
      "494 5 e iataedu. 0.15647563\n",
      "494 6  aataedu.  0.15647563\n",
      "494 7 aataedu. T 0.15647563\n",
      "494 8 ataedu. Th 0.15647563\n",
      "494 9 taedu. The 0.15647563\n",
      "494 10 uedu. The  0.15647563\n",
      "494 11 tdu. The c 0.15647563\n",
      "494 12  u. The cu 0.15647563\n",
      "494 13 a. The cur 0.15647563\n",
      "494 14 r The curr 0.15647563\n",
      "494 15  The curre 0.15647563\n",
      "494 16 aee curren 0.15647563\n",
      "494 17 ee current 0.15647563\n",
      "494 18   current  0.15647563\n",
      "494 19  aurrent l 0.15647563\n",
      "494 20 aurrent le 0.15647563\n",
      "494 21 urrent lec 0.15647563\n",
      "494 22 rrent lect 0.15647563\n",
      "494 23 eent lectu 0.15647563\n",
      "494 24 e t lectur 0.15647563\n",
      "494 25  tslecture 0.15647563\n",
      "494 26 tslecture  0.15647563\n",
      "494 27 ulecture i 0.15647563\n",
      "494 28 aecture is 0.15647563\n",
      "494 29 eature is  0.15647563\n",
      "494 30  ture is a 0.15647563\n",
      "494 31 uure is a  0.15647563\n",
      "494 32 ure is a M 0.15647563\n",
      "494 33 rr is a Ma 0.15647563\n",
      "494 34 e is a Mat 0.15647563\n",
      "494 35  as a Matc 0.15647563\n",
      "494 36 as a Match 0.15647563\n",
      "494 37 s a Match  0.15647563\n",
      "494 38 ea Match U 0.15647563\n",
      "494 39 arMatch Up 0.15647563\n",
      "494 40 tMatch Up  0.15647563\n",
      "494 41 aatch Up T 0.15647563\n",
      "494 42 atch Up Te 0.15647563\n",
      "494 43 tah Up Ten 0.15647563\n",
      "494 44 uh Up Tens 0.15647563\n",
      "494 45 u Up Tenso 0.15647563\n",
      "494 46  Up Tensor 0.15647563\n",
      "494 47 ap TensorF 0.15647563\n",
      "494 48 p TensorFl 0.15647563\n",
      "494 49  TensorFlo 0.15647563\n",
      "494 50 aensorFlow 0.15647563\n",
      "494 51 ensorFlow. 0.15647563\n",
      "494 52  torFlow.  0.15647563\n",
      "494 53 torFlow. S 0.15647563\n",
      "494 54 erFlow. St 0.15647563\n",
      "494 55 rFlow. Stu 0.15647563\n",
      "494 56 elow. Stud 0.15647563\n",
      "494 57 low. Stude 0.15647563\n",
      "494 58 ew. Studen 0.15647563\n",
      "494 59 r. Student 0.15647563\n",
      "494 60 . Students 0.15647563\n",
      "494 61  Ttudents, 0.15647563\n",
      "494 62 atudents,  0.15647563\n",
      "494 63 tudents, p 0.15647563\n",
      "494 64 urents, pl 0.15647563\n",
      "494 65 rents, ple 0.15647563\n",
      "494 66 ants, plea 0.15647563\n",
      "494 67  ts, pleas 0.15647563\n",
      "494 68 ts, please 0.15647563\n",
      "494 69 u, please  0.15647563\n",
      "494 70 e please s 0.15647563\n",
      "494 71  please st 0.15647563\n",
      "494 72 alease stu 0.15647563\n",
      "494 73  ease stud 0.15647563\n",
      "494 74 ease study 0.15647563\n",
      "494 75  se study  0.15647563\n",
      "494 76 te study h 0.15647563\n",
      "494 77 e study ha 0.15647563\n",
      "494 78  atudy har 0.15647563\n",
      "494 79 atudy hard 0.15647563\n",
      "494 80 eudy hard. 0.15647563\n",
      "495 0 Te are dat 0.15648414\n",
      "495 1 e are data 0.15648414\n",
      "495 2  are datae 0.15648414\n",
      "495 3 Tre dataed 0.15648414\n",
      "495 4 te dataedu 0.15648414\n",
      "495 5 e dataedu. 0.15648414\n",
      "495 6  aataedu.  0.15648414\n",
      "495 7 Tataedu. T 0.15648414\n",
      "495 8 ataedu. Th 0.15648414\n",
      "495 9 tcedu. The 0.15648414\n",
      "495 10 uedu. The  0.15648414\n",
      "495 11 tdu. The c 0.15648414\n",
      "495 12  u. The cu 0.15648414\n",
      "495 13 a. The cur 0.15648414\n",
      "495 14 r The curr 0.15648414\n",
      "495 15  The curre 0.15648414\n",
      "495 16 The curren 0.15648414\n",
      "495 17 he current 0.15648414\n",
      "495 18 e current  0.15648414\n",
      "495 19  aurrent l 0.15648414\n",
      "495 20 Turrent le 0.15648414\n",
      "495 21 urrent lec 0.15648414\n",
      "495 22 reent lect 0.15648414\n",
      "495 23 eent lectu 0.15648414\n",
      "495 24 e t lectur 0.15648414\n",
      "495 25  tslecture 0.15648414\n",
      "495 26 tslecture  0.15648414\n",
      "495 27 ulecture i 0.15648414\n",
      "495 28 Tecture is 0.15648414\n",
      "495 29 eature is  0.15648414\n",
      "495 30  ture is a 0.15648414\n",
      "495 31 uure is a  0.15648414\n",
      "495 32 ure is a M 0.15648414\n",
      "495 33 re is a Ma 0.15648414\n",
      "495 34 e ds a Mat 0.15648414\n",
      "495 35  as a Matc 0.15648414\n",
      "495 36 Ts a Match 0.15648414\n",
      "495 37 s a Match  0.15648414\n",
      "495 38 ta Match U 0.15648414\n",
      "495 39 TrMatch Up 0.15648414\n",
      "495 40 tMatch Up  0.15648414\n",
      "495 41 Tatch Up T 0.15648414\n",
      "495 42 atch Up Te 0.15648414\n",
      "495 43 tch Up Ten 0.15648414\n",
      "495 44 uh Up Tens 0.15648414\n",
      "495 45 u Up Tenso 0.15648414\n",
      "495 46 eUp Tensor 0.15648414\n",
      "495 47 Tp TensorF 0.15648414\n",
      "495 48 p TensorFl 0.15648414\n",
      "495 49  TensorFlo 0.15648414\n",
      "495 50 ThnsorFlow 0.15648414\n",
      "495 51 hnsorFlow. 0.15648414\n",
      "495 52  torFlow.  0.15648414\n",
      "495 53 torFlow. S 0.15648414\n",
      "495 54 trFlow. St 0.15648414\n",
      "495 55 wFlow. Stu 0.15648414\n",
      "495 56 elow. Stud 0.15648414\n",
      "495 57 low. Stude 0.15648414\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "495 58 ew. Studen 0.15648414\n",
      "495 59 w. Student 0.15648414\n",
      "495 60 . Students 0.15648414\n",
      "495 61  Ttudents, 0.15648414\n",
      "495 62 Ttudents,  0.15648414\n",
      "495 63 tudents, p 0.15648414\n",
      "495 64 urents, pl 0.15648414\n",
      "495 65 rents, ple 0.15648414\n",
      "495 66 ants, plea 0.15648414\n",
      "495 67  ts, pleas 0.15648414\n",
      "495 68 ts, please 0.15648414\n",
      "495 69 u, please  0.15648414\n",
      "495 70 t please s 0.15648414\n",
      "495 71  please st 0.15648414\n",
      "495 72 Tlease stu 0.15648414\n",
      "495 73  ease stud 0.15648414\n",
      "495 74 ease study 0.15648414\n",
      "495 75  se study  0.15648414\n",
      "495 76 te study h 0.15648414\n",
      "495 77 t study ha 0.15648414\n",
      "495 78  atudy har 0.15648414\n",
      "495 79 Ttudy hard 0.15648414\n",
      "495 80 tudy hard. 0.15648414\n",
      "496 0 Te are dat 0.15648007\n",
      "496 1 e are data 0.15648007\n",
      "496 2  sre datae 0.15648007\n",
      "496 3 T e dataed 0.15648007\n",
      "496 4 te dataedu 0.15648007\n",
      "496 5 e iataedu. 0.15648007\n",
      "496 6  sataedu.  0.15648007\n",
      "496 7 Tataedu. T 0.15648007\n",
      "496 8 etaedu. Th 0.15648007\n",
      "496 9 taedu. The 0.15648007\n",
      "496 10 uedu. The  0.15648007\n",
      "496 11 tdu. The c 0.15648007\n",
      "496 12  u. The cu 0.15648007\n",
      "496 13 e. The cur 0.15648007\n",
      "496 14 r The curr 0.15648007\n",
      "496 15  She curre 0.15648007\n",
      "496 16 Tee curren 0.15648007\n",
      "496 17 ee current 0.15648007\n",
      "496 18 e current  0.15648007\n",
      "496 19  surrent l 0.15648007\n",
      "496 20 Turrent le 0.15648007\n",
      "496 21 hrrent lec 0.15648007\n",
      "496 22 reent lect 0.15648007\n",
      "496 23 eent lectu 0.15648007\n",
      "496 24 e t lectur 0.15648007\n",
      "496 25  t lecture 0.15648007\n",
      "496 26 t lecture  0.15648007\n",
      "496 27 ulecture i 0.15648007\n",
      "496 28 Tecture is 0.15648007\n",
      "496 29 eature is  0.15648007\n",
      "496 30  ture is a 0.15648007\n",
      "496 31 hure is a  0.15648007\n",
      "496 32 ure is a M 0.15648007\n",
      "496 33 re is a Ma 0.15648007\n",
      "496 34 e is a Mat 0.15648007\n",
      "496 35  ss a Matc 0.15648007\n",
      "496 36 Ts a Match 0.15648007\n",
      "496 37 s a Match  0.15648007\n",
      "496 38 oa Match U 0.15648007\n",
      "496 39 T Match Up 0.15648007\n",
      "496 40 tMatch Up  0.15648007\n",
      "496 41 Tatch Up T 0.15648007\n",
      "496 42 atch Up Te 0.15648007\n",
      "496 43 tah Up Ten 0.15648007\n",
      "496 44 uh Up Tens 0.15648007\n",
      "496 45 h Up Tenso 0.15648007\n",
      "496 46 eUp Tensor 0.15648007\n",
      "496 47 Tp TensorF 0.15648007\n",
      "496 48 p TensorFl 0.15648007\n",
      "496 49 lTensorFlo 0.15648007\n",
      "496 50 TensorFlow 0.15648007\n",
      "496 51 ensorFlow. 0.15648007\n",
      "496 52  torFlow.  0.15648007\n",
      "496 53 torFlow. S 0.15648007\n",
      "496 54 orFlow. St 0.15648007\n",
      "496 55 wFlow. Stu 0.15648007\n",
      "496 56 elow. Stud 0.15648007\n",
      "496 57 low. Stude 0.15648007\n",
      "496 58 ew. Studen 0.15648007\n",
      "496 59 w. Student 0.15648007\n",
      "496 60 . Students 0.15648007\n",
      "496 61  Students, 0.15648007\n",
      "496 62 Ttudents,  0.15648007\n",
      "496 63 tudents, p 0.15648007\n",
      "496 64 urents, pl 0.15648007\n",
      "496 65 rents, ple 0.15648007\n",
      "496 66 ents, plea 0.15648007\n",
      "496 67  t , pleas 0.15648007\n",
      "496 68 t , please 0.15648007\n",
      "496 69 u, please  0.15648007\n",
      "496 70 o please s 0.15648007\n",
      "496 71  please st 0.15648007\n",
      "496 72 Tlease stu 0.15648007\n",
      "496 73 lease stud 0.15648007\n",
      "496 74 ease study 0.15648007\n",
      "496 75  se study  0.15648007\n",
      "496 76 te study h 0.15648007\n",
      "496 77 o study ha 0.15648007\n",
      "496 78  study har 0.15648007\n",
      "496 79 Ttudy hard 0.15648007\n",
      "496 80 oudy hard. 0.15648007\n",
      "497 0 ae are dat 0.15647791\n",
      "497 1 e are data 0.15647791\n",
      "497 2  are datae 0.15647791\n",
      "497 3 are dataed 0.15647791\n",
      "497 4 te dataedu 0.15647791\n",
      "497 5 e iataedu. 0.15647791\n",
      "497 6  aataedu.  0.15647791\n",
      "497 7 aataedu. T 0.15647791\n",
      "497 8 ataedu. Th 0.15647791\n",
      "497 9 tcedu. The 0.15647791\n",
      "497 10 uedu. The  0.15647791\n",
      "497 11 tdu. The c 0.15647791\n",
      "497 12  u. The cu 0.15647791\n",
      "497 13 a. The cur 0.15647791\n",
      "497 14 r The curr 0.15647791\n",
      "497 15  The curre 0.15647791\n",
      "497 16 aee curren 0.15647791\n",
      "497 17 ee current 0.15647791\n",
      "497 18   current  0.15647791\n",
      "497 19  aurrent l 0.15647791\n",
      "497 20 aurrent le 0.15647791\n",
      "497 21 urrent lec 0.15647791\n",
      "497 22 rrent lect 0.15647791\n",
      "497 23 eent lectu 0.15647791\n",
      "497 24 e t lectur 0.15647791\n",
      "497 25  tslecture 0.15647791\n",
      "497 26 tslecture  0.15647791\n",
      "497 27 ulecture i 0.15647791\n",
      "497 28 aecture is 0.15647791\n",
      "497 29 ecture is  0.15647791\n",
      "497 30  ture is a 0.15647791\n",
      "497 31 uure is a  0.15647791\n",
      "497 32 ude is a M 0.15647791\n",
      "497 33 rr is a Ma 0.15647791\n",
      "497 34 e is a Mat 0.15647791\n",
      "497 35  as a Matc 0.15647791\n",
      "497 36 as a Match 0.15647791\n",
      "497 37 s a Match  0.15647791\n",
      "497 38 oa Match U 0.15647791\n",
      "497 39 arMatch Up 0.15647791\n",
      "497 40 tMatch Up  0.15647791\n",
      "497 41 aatch Up T 0.15647791\n",
      "497 42 atch Up Te 0.15647791\n",
      "497 43 tch Up Ten 0.15647791\n",
      "497 44 uh Up Tens 0.15647791\n",
      "497 45 u Up Tenso 0.15647791\n",
      "497 46  Up Tensor 0.15647791\n",
      "497 47 ap TensorF 0.15647791\n",
      "497 48 p TensorFl 0.15647791\n",
      "497 49 lTensorFlo 0.15647791\n",
      "497 50 aensorFlow 0.15647791\n",
      "497 51 ensorFlow. 0.15647791\n",
      "497 52  torFlow.  0.15647791\n",
      "497 53 torFlow. S 0.15647791\n",
      "497 54 orFlow. St 0.15647791\n",
      "497 55 rFlow. Stu 0.15647791\n",
      "497 56 elow. Stud 0.15647791\n",
      "497 57 low. Stude 0.15647791\n",
      "497 58 ew. Studen 0.15647791\n",
      "497 59 r. Student 0.15647791\n",
      "497 60 . Students 0.15647791\n",
      "497 61  Ttudents, 0.15647791\n",
      "497 62 atudents,  0.15647791\n",
      "497 63 tudents, p 0.15647791\n",
      "497 64 udents, pl 0.15647791\n",
      "497 65 rents, ple 0.15647791\n",
      "497 66 ants, plea 0.15647791\n",
      "497 67  ts, pleas 0.15647791\n",
      "497 68 ts, please 0.15647791\n",
      "497 69 u, please  0.15647791\n",
      "497 70 o please s 0.15647791\n",
      "497 71  please st 0.15647791\n",
      "497 72 alease stu 0.15647791\n",
      "497 73 lease stud 0.15647791\n",
      "497 74 ecse study 0.15647791\n",
      "497 75  se study  0.15647791\n",
      "497 76 te study h 0.15647791\n",
      "497 77 o study ha 0.15647791\n",
      "497 78  atudy har 0.15647791\n",
      "497 79 atudy hard 0.15647791\n",
      "497 80 oudy hard. 0.15647791\n",
      "498 0 Te are dat 0.15646961\n",
      "498 1 e are data 0.15646961\n",
      "498 2  cre datae 0.15646961\n",
      "498 3 Tre dataed 0.15646961\n",
      "498 4 te dataedu 0.15646961\n",
      "498 5 e dataedu. 0.15646961\n",
      "498 6  cataedu.  0.15646961\n",
      "498 7 Tataedu. T 0.15646961\n",
      "498 8 ataedu. Th 0.15646961\n",
      "498 9 tcedu. The 0.15646961\n",
      "498 10 uedu. The  0.15646961\n",
      "498 11 tdu. The c 0.15646961\n",
      "498 12  u. The cu 0.15646961\n",
      "498 13 a. The cur 0.15646961\n",
      "498 14 r The curr 0.15646961\n",
      "498 15  She curre 0.15646961\n",
      "498 16 The curren 0.15646961\n",
      "498 17 he current 0.15646961\n",
      "498 18 e current  0.15646961\n",
      "498 19  current l 0.15646961\n",
      "498 20 Turrent le 0.15646961\n",
      "498 21 urrent lec 0.15646961\n",
      "498 22 reent lect 0.15646961\n",
      "498 23 eent lectu 0.15646961\n",
      "498 24 e t lectur 0.15646961\n",
      "498 25  tslecture 0.15646961\n",
      "498 26 tslecture  0.15646961\n",
      "498 27 ulecture i 0.15646961\n",
      "498 28 Tecture is 0.15646961\n",
      "498 29 ecture is  0.15646961\n",
      "498 30  ture is a 0.15646961\n",
      "498 31 uure is a  0.15646961\n",
      "498 32 ude is a M 0.15646961\n",
      "498 33 re is a Ma 0.15646961\n",
      "498 34 e ds a Mat 0.15646961\n",
      "498 35  cs a Matc 0.15646961\n",
      "498 36 Ts a Match 0.15646961\n",
      "498 37 s a Match  0.15646961\n",
      "498 38 ta Match U 0.15646961\n",
      "498 39 TrMatch Up 0.15646961\n",
      "498 40 tMatch Up  0.15646961\n",
      "498 41 Tatch Up T 0.15646961\n",
      "498 42 atch Up Te 0.15646961\n",
      "498 43 tch Up Ten 0.15646961\n",
      "498 44 uh Up Tens 0.15646961\n",
      "498 45 u Up Tenso 0.15646961\n",
      "498 46 eUp Tensor 0.15646961\n",
      "498 47 Tp TensorF 0.15646961\n",
      "498 48 p TensorFl 0.15646961\n",
      "498 49 lTensorFlo 0.15646961\n",
      "498 50 ThnsorFlow 0.15646961\n",
      "498 51 hnsorFlow. 0.15646961\n",
      "498 52  torFlow.  0.15646961\n",
      "498 53 torFlow. S 0.15646961\n",
      "498 54 trFlow. St 0.15646961\n",
      "498 55 wFlow. Stu 0.15646961\n",
      "498 56 elow. Stud 0.15646961\n",
      "498 57 low. Stude 0.15646961\n",
      "498 58 ew. Studen 0.15646961\n",
      "498 59 w. Student 0.15646961\n",
      "498 60 . Students 0.15646961\n",
      "498 61  Students, 0.15646961\n",
      "498 62 Ttudents,  0.15646961\n",
      "498 63 tudents, p 0.15646961\n",
      "498 64 udents, pl 0.15646961\n",
      "498 65 rents, ple 0.15646961\n",
      "498 66 ants, plea 0.15646961\n",
      "498 67  ts, pleas 0.15646961\n",
      "498 68 ts, please 0.15646961\n",
      "498 69 u, please  0.15646961\n",
      "498 70 t please s 0.15646961\n",
      "498 71  please st 0.15646961\n",
      "498 72 Tlease stu 0.15646961\n",
      "498 73 lease stud 0.15646961\n",
      "498 74 ecse study 0.15646961\n",
      "498 75  se study  0.15646961\n",
      "498 76 te study h 0.15646961\n",
      "498 77 t study ha 0.15646961\n",
      "498 78  ctudy har 0.15646961\n",
      "498 79 Ttudy hard 0.15646961\n",
      "498 80 tudy hard. 0.15646961\n",
      "499 0 Te are dat 0.156474\n",
      "499 1 e are data 0.156474\n",
      "499 2  sre datae 0.156474\n",
      "499 3 T e dataed 0.156474\n",
      "499 4 te dataedu 0.156474\n",
      "499 5 e dataedu. 0.156474\n",
      "499 6  sataedu.  0.156474\n",
      "499 7 Tataedu. T 0.156474\n",
      "499 8 ataedu. Th 0.156474\n",
      "499 9 taedu. The 0.156474\n",
      "499 10 uedu. The  0.156474\n",
      "499 11 tdu. The c 0.156474\n",
      "499 12  u. The cu 0.156474\n",
      "499 13 a. The cur 0.156474\n",
      "499 14 r The curr 0.156474\n",
      "499 15  She curre 0.156474\n",
      "499 16 The curren 0.156474\n",
      "499 17 he current 0.156474\n",
      "499 18   current  0.156474\n",
      "499 19  surrent l 0.156474\n",
      "499 20 Turrent le 0.156474\n",
      "499 21 hrrent lec 0.156474\n",
      "499 22 rrent lect 0.156474\n",
      "499 23 eent lectu 0.156474\n",
      "499 24 e t lectur 0.156474\n",
      "499 25  t lecture 0.156474\n",
      "499 26 t lecture  0.156474\n",
      "499 27 ulecture i 0.156474\n",
      "499 28 Tecture is 0.156474\n",
      "499 29 eature is  0.156474\n",
      "499 30  ture is a 0.156474\n",
      "499 31 hure is a  0.156474\n",
      "499 32 ure is a M 0.156474\n",
      "499 33 rr is a Ma 0.156474\n",
      "499 34 e ds a Mat 0.156474\n",
      "499 35  ss a Matc 0.156474\n",
      "499 36 Ts a Match 0.156474\n",
      "499 37 s a Match  0.156474\n",
      "499 38 ta Match U 0.156474\n",
      "499 39 T Match Up 0.156474\n",
      "499 40 tMatch Up  0.156474\n",
      "499 41 Tatch Up T 0.156474\n",
      "499 42 atch Up Te 0.156474\n",
      "499 43 tah Up Ten 0.156474\n",
      "499 44 uh Up Tens 0.156474\n",
      "499 45 h Up Tenso 0.156474\n",
      "499 46  Up Tensor 0.156474\n",
      "499 47 Tp TensorF 0.156474\n",
      "499 48 p TensorFl 0.156474\n",
      "499 49  TensorFlo 0.156474\n",
      "499 50 ThnsorFlow 0.156474\n",
      "499 51 hnsorFlow. 0.156474\n",
      "499 52  torFlow.  0.156474\n",
      "499 53 torFlow. S 0.156474\n",
      "499 54 trFlow. St 0.156474\n",
      "499 55 rFlow. Stu 0.156474\n",
      "499 56 elow. Stud 0.156474\n",
      "499 57 low. Stude 0.156474\n",
      "499 58 ew. Studen 0.156474\n",
      "499 59 r. Student 0.156474\n",
      "499 60 . Students 0.156474\n",
      "499 61  Students, 0.156474\n",
      "499 62 Ttudents,  0.156474\n",
      "499 63 tudents, p 0.156474\n",
      "499 64 urents, pl 0.156474\n",
      "499 65 rents, ple 0.156474\n",
      "499 66 ants, plea 0.156474\n",
      "499 67  t , pleas 0.156474\n",
      "499 68 t , please 0.156474\n",
      "499 69 u, please  0.156474\n",
      "499 70 t please s 0.156474\n",
      "499 71  please st 0.156474\n",
      "499 72 Tlease stu 0.156474\n",
      "499 73  ease stud 0.156474\n",
      "499 74 ease study 0.156474\n",
      "499 75  se study  0.156474\n",
      "499 76 te study h 0.156474\n",
      "499 77 t study ha 0.156474\n",
      "499 78  study har 0.156474\n",
      "499 79 Ttudy hard 0.156474\n",
      "499 80 tudy hard. 0.156474\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "ae are dataedu. The current lecture is a Match Up TensorFlow. Students, please study hard."
     ]
    }
   ],
   "source": [
    "from __future__ import print_function\n",
    "\n",
    "import tensorflow as tf\n",
    "import numpy as np\n",
    "from tensorflow.contrib import rnn\n",
    "\n",
    "tf.set_random_seed(777)  # reproducibility\n",
    "\n",
    "sentence = (\" We are dataedu. \"\n",
    "            \"The current lecture is a Match Up TensorFlow. \"\n",
    "            \"Students, please study hard.\")\n",
    "\n",
    "char_set = list(set(sentence))\n",
    "char_dic = {w: i for i, w in enumerate(char_set)}\n",
    "\n",
    "sequence_length = 10\n",
    "dataX = []\n",
    "dataY = []\n",
    "\n",
    "for i in range(0, len(sentence) - sequence_length):\n",
    "    x_str = sentence[i:i + sequence_length]\n",
    "    y_str = sentence[i + 1: i + sequence_length + 1]\n",
    "    print(i, x_str, '->', y_str)\n",
    "\n",
    "    x = [char_dic[c] for c in x_str]  # x str to index\n",
    "    y = [char_dic[c] for c in y_str]  # y str to index\n",
    "\n",
    "    dataX.append(x)\n",
    "    dataY.append(y)\n",
    "\n",
    "data_dim = len(char_set)\n",
    "hidden_size = len(char_set)\n",
    "num_classes = len(char_set)\n",
    "sequence_length = 10  # Any arbitrary number\n",
    "learning_rate = 0.1\n",
    "batch_size = len(dataX)\n",
    "\n",
    "X = tf.placeholder(tf.int32, [None, sequence_length])\n",
    "Y = tf.placeholder(tf.int32, [None, sequence_length])\n",
    "\n",
    "# One-hot encoding\n",
    "X_one_hot = tf.one_hot(X, num_classes)\n",
    "print(X_one_hot)  # check out the shape\n",
    "\n",
    "\n",
    "# Make a lstm cell with hidden_size (each unit output vector size)\n",
    "cell = rnn.BasicLSTMCell(hidden_size, state_is_tuple=True)\n",
    "multi_cells = rnn.MultiRNNCell([cell]*2, state_is_tuple=True)\n",
    "\n",
    "# outputs: unfolding size x hidden size, state = hidden size\n",
    "outputs, _states = tf.nn.dynamic_rnn(multi_cells, X_one_hot, dtype=tf.float32)\n",
    "\n",
    "# FC layer - softmax\n",
    "\n",
    "X_for_softmax = tf.reshape(outputs, [-1, hidden_size])\n",
    "softmax_w = tf.get_variable(\"softmax_w\",[hidden_size, num_classes])\n",
    "softmax_b = tf.get_variable(\"softmax_b\",[num_classes])\n",
    "outputs = tf.matmul(X_for_softmax, softmax_w) + softmax_b\n",
    "\n",
    "\n",
    "# reshape out for sequence_loss\n",
    "outputs = tf.reshape(outputs, [batch_size, sequence_length, num_classes])\n",
    "\n",
    "# All weights are 1 (equal weights)\n",
    "weights = tf.ones([batch_size, sequence_length])\n",
    "\n",
    "sequence_loss = tf.contrib.seq2seq.sequence_loss(\n",
    "    logits=outputs, targets=Y, weights=weights)\n",
    "mean_loss = tf.reduce_mean(sequence_loss)\n",
    "train_op = tf.train.AdamOptimizer(learning_rate=learning_rate).minimize(mean_loss)\n",
    "\n",
    "sess = tf.Session()\n",
    "sess.run(tf.global_variables_initializer())\n",
    "\n",
    "for i in range(500):\n",
    "    _, l, results = sess.run(\n",
    "        [train_op, mean_loss, outputs], feed_dict={X: dataX, Y: dataY})\n",
    "    for j, result in enumerate(results):\n",
    "        index = np.argmax(result, axis=1)\n",
    "        print(i, j, ''.join([char_set[t] for t in index]), l)\n",
    "\n",
    "# Let's print the last char of each result to check it works\n",
    "results = sess.run(outputs, feed_dict={X: dataX})\n",
    "for j, result in enumerate(results):\n",
    "    index = np.argmax(result, axis=1)\n",
    "    if j is 0:  # print all for the first result to make a sentence\n",
    "        print(''.join([char_set[t] for t in index]), end='')\n",
    "    else:\n",
    "        print(char_set[index[-1]], end='')"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.7.3"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}
