Automated rollback of commit 77502893594ddcc99cb1f0fc70dfcb11d689a09f. Revert #31946.

PiperOrigin-RevId: 265805494
This commit is contained in:
Guangda Lai 2019-08-27 17:37:35 -07:00 committed by TensorFlower Gardener
parent 391eb2d47c
commit ee61057928

View File

@ -27,12 +27,9 @@ text_to_word_sequence = text.text_to_word_sequence
one_hot = text.one_hot
hashing_trick = text.hashing_trick
Tokenizer = text.Tokenizer
tokenizer_from_json = text.tokenizer_from_json
keras_export(
'keras.preprocessing.text.text_to_word_sequence')(text_to_word_sequence)
keras_export('keras.preprocessing.text.one_hot')(one_hot)
keras_export('keras.preprocessing.text.hashing_trick')(hashing_trick)
keras_export('keras.preprocessing.text.Tokenizer')(Tokenizer)
keras_export('keras.preprocessing.text.tokenizer_from_json')(
tokenizer_from_json)