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