This adds some mock data to represent the topics page. Here is the basic breakdown of the data organization:
date
---- languages
-------- locales
------------ topic name
------------ phrases
---------------- text
---------------- score
------------ documents
---------------- title
---------------- url
In other words, each date in the timeline contains records for each existing language/locale combination (which presumably the user would be able to filter from the UI) which contains each discovered topic and the associated phrases and documents.
This adds some mock data to represent the topics page. Here is the basic breakdown of the data organization:
date ---- languages -------- locales ------------ topic name ------------ phrases ---------------- text ---------------- score ------------ documents ---------------- title ---------------- url
In other words, each date in the timeline contains records for each existing language/locale combination (which presumably the user would be able to filter from the UI) which contains each discovered topic and the associated phrases and documents.