tf.keras.datasets.reuters.get_word_index

TensorFlow 1 version View source on GitHub

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

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

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