tf.keras.datasets.imdb.get_word_index

Retrieves a dict mapping words to their index in the IMDB dataset.

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

The word index dictionary. Keys are word strings, values are their index.