View source on GitHub |
Returns a small dictionary of word counts.
tff.simulation.datasets.stackoverflow.get_synthetic_word_counts()
Specifically, this provides the aggregate word counts for all sentences in
tff.simulation.datasets.stackoverflow.get_synthetic
.
Returns | |
---|---|
An ordered dictionary mapping words to their respective count. |