tf.keras.datasets.reuters.get_word_index

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.datasets.reuters.get_word_index

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

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