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
text_to_word_sequence(...): Converts a text to a sequence of word indices.
