Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Cipher and Radio Scores with spaces (English Ngrams):
  2. Bigram Avg:-1879.74674245 (english_bigrams.txt)
  3. Trigram Avg:-2544.23248702 (english_trigrams.txt)
  4. Quadgram Avg:-3017.21340124 (english_quadgrams.txt)
  5.  
  6. Cipher and Radio Scores no spaces (English Ngrams):
  7. Bigram Avg:-656.44587509 (english_bigrams.txt)
  8. Trigram Avg:-922.202398813 (english_trigrams.txt)
  9. Quadgram Avg:-1152.09904699 (english_quadgrams.txt)
  10.  
  11.  
  12. Top 20 Cipher and Radio ZOMBIE Bigrams: (zmb_bigrams.txt)
  13. TH 344
  14. HE 289
  15. ER 185
  16. IN 165
  17. RE 161
  18. ON 154
  19. EA 149
  20. HA 143
  21. AN 138
  22. EN 124
  23. ST 122
  24. ES 120
  25. NT 119
  26. AT 118
  27. VE 117
  28. OU 111
  29. TO 108
  30. TI 107
  31. ED 105
  32. OR 104
  33.  
  34. Top 20 Cipher and Radio ZOMBIE Trigrams: (zmb_trigrams.txt)
  35. THE 160
  36. ION 44
  37. THA 42
  38. ING 41
  39. TTH 36
  40. HER 36
  41. AND 36
  42. ETH 33
  43. ERE 33
  44. STH 30
  45. HAT 30
  46. AVE 29
  47. ENT 27
  48. HAV 26
  49. DTH 25
  50. ALL 25
  51. REA 24
  52. VER 23
  53. EVE 23
  54. OUR 22
  55.  
  56. Top 20 Cipher and Radio ZOMBIE Quadgrams: (zmb_quadgrams.txt)
  57. TION 21
  58. ETHE 18
  59. THER 17
  60. THAT 16
  61. TTHE 14
  62. THIS 14
  63. THES 14
  64. DTHE 14
  65. OFTH 13
  66. HAVE 13
  67. NTHE 12
  68. FTHE 12
  69. THEY 11
  70. ATIO 11
  71. THEI 10
  72. STHE 10
  73. ONTH 10
  74. INTH 10
  75. WITH 9
  76. OUGH 9
  77.  
  78. Now we trained and created a new Bigram,Trigram,Quadgram scoring from our previous ciphers and radios.
  79. Now we are going to score excerpts from the kronorium with both to get real raw data:
  80.  
  81. TESTED ON: zmb_unitTest.txt
  82.  
  83. Kronorium Scores with spaces (English Ngrams):
  84. Bigram Avg:-914.023365294 (english_bigrams.txt)
  85. Trigram Avg:-1239.81171044 (english_trigrams.txt)
  86. Quadgram Avg:-1475.35692826 (english_quadgrams.txt)
  87.  
  88. Kronorium Scores no spaces (English Ngrams):
  89. Bigram Avg:-944.828694679 (english_bigrams.txt)
  90. Trigram Avg:-1286.19764708 (english_trigrams.txt)
  91. Quadgram Avg:-1530.45989439 (english_quadgrams.txt)
  92.  
  93. These numbers above are what we should be looking for with english ngrams.
  94.  
  95.  
  96.  
  97. Now lets use the new ngrams we made from zombie ciphers and radios on the Kronorium excerpts:
  98.  
  99. Kronorium Scores with spaces (ZOMBIE Ngrams):
  100. Bigram Avg:-605.712174227 (zmb_bigrams.txt)
  101. Trigram Avg:-800.155259347 (zmb_trigrams.txt)
  102. Quadgram Avg:-872.913812914 (zmb_quadgrams.txt)
  103.  
  104. Kronorium Scores no spaces (ZOMBIE Ngrams):
  105. Bigram Avg:-618.468831467 (zmb_bigrams.txt)
  106. Trigram Avg:-811.746029909 (zmb_trigrams.txt)
  107. Quadgram Avg:-880.612032764 (zmb_quadgrams.txt)
  108.  
  109. These numbers above are what we should be looking for with ZOMBIE ngrams.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement