Open miguelgondu opened 10 months ago
Besides article metadata, labels are of form topic_id: [ labels ]
. Labels are either regular labels (e.g. Philosophy of language
) or two special labels #author
or #historical
.
One example: https://www.nature.com/articles/d41586-019-03305-w
We implemented a word evolution visualizer.
Plenty to do, we'd like to add the word at the beginning, and maybe modify the size of the marker according to probabilities or word counts.
For steamgraphs and smoothing: https://python-graph-gallery.com/streamchart-basic-matplotlib/