![]() |
Retrieves the dictionary mapping word indices back to words.
Aliases:
tf.keras.datasets.imdb.get_word_index(path='imdb_word_index.json')
Arguments:
path
: where to cache the data (relative to~/.keras/dataset
).
Returns:
The word index dictionary.