A semantic map of all 3.5M story titles ever submitted to Hacker News
1–5 of 5 posts
Re: A semantic map of all 3.5M story titles ever submitted to Hacker News
#2How did you extract all this data?
Re: A semantic map of all 3.5M story titles ever submitted to Hacker News
#3How did you extract all this data?
You can get the titles pretty easily from BigQuery:
SELECT DISTINCT title FROM `bigquery-public-data.hacker_news.full`
WHERE type = "story"
AND NOT deadRe: A semantic map of all 3.5M story titles ever submitted to Hacker News
#4The good ol' days when spam was the worst thing on the internet.