tf.keras.datasets.imdb.get_word_index

tf.keras.datasets.imdb.get_word_index(path='imdb_word_index.json')

Defined in tensorflow/python/keras/datasets/imdb.py.

Retrieves the dictionary mapping word indices back to words.

Arguments:

  • path: where to cache the data (relative to ~/.keras/dataset).

Returns:

The word index dictionary.