Retrieves the dictionary mapping word indices back to words.
View aliases
Compat aliases for migration
See Migration guide for more details.
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. |