Skip to content

Commit 89212a9

Browse files
committedApr 23, 2022
Update compile_statistics.ipynb
1 parent 810f34f commit 89212a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎compile_statistics.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
" 'words': ascii_count,\n",
130130
" 'ascii_chars': round(ascii_count*100/char_count, 2),\n",
131131
" 'english_words': round(english_count*100/word_count, 2),\n",
132-
" 'jt_string': 1 if jt_matches is not None else 0\n",
132+
" 'jr_string': 1 if jt_matches is not None else 0\n",
133133
" }\n",
134134
" \n",
135135
" if i % 100 == 0:\n",
@@ -319,7 +319,7 @@
319319
" 'words',\n",
320320
" 'ascii_chars',\n",
321321
" 'english_words',\n",
322-
" 'jt_string'\n",
322+
" 'jr_string'\n",
323323
"])\n",
324324
"\n",
325325
"display(file_stats_df) # display the results\n"

0 commit comments

Comments
 (0)
Please sign in to comment.