remove convert_to_unicode and printable_text from examples
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
" unique_id = 0\n",
|
||||
" with tf.gfile.GFile(input_file, \"r\") as reader:\n",
|
||||
" while True:\n",
|
||||
" line = reader.readline()#tokenization.convert_to_unicode(reader.readline())\n",
|
||||
" line = reader.readline()\n",
|
||||
" if not line:\n",
|
||||
" break\n",
|
||||
" line = line.strip()\n",
|
||||
|
||||
Reference in New Issue
Block a user