Module: tf.contrib.keras.preprocessing.text

Module tf.contrib.keras.preprocessing.text

Defined in tensorflow/contrib/keras/api/keras/preprocessing/text/__init__.py.

Keras data preprocessing utils for text data.

Classes

class Tokenizer: Text tokenization utility class.

Functions

one_hot(...)

text_to_word_sequence(...): Converts a text to a sequence of word indices.