rotationalio / baleen

An automated ingestion service of RSS feeds to construct a corpus for NLP research.
https://ensign.rotational.dev/examples/data_scientists/
GNU Affero General Public License v3.0
9 stars 3 forks source link

sc-3226 add topics mock data #33

Closed pdeziel closed 2 years ago

pdeziel commented 2 years ago

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.

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #3326: Create mock data to display in topic dashboard.