Live data from Hacker News

Ask HN: How to get word association from Google?

news.ycombinator.com

1–3 of 3 posts

Ask HN: How to get word association from Google?

#1
If I go to Google and type "vpn vs", it automatically shows ["proxy","tor","remotedesktop"] associated words. Google's NLP API do not seem to provide list of associated words. Are there any pre trained corpus available or is there a way to programmatically get it via google ?

Re: Ask HN: How to get word association from Google?

#3

http://suggestqueries.google.com/complete/search?client=fire... this? It seems it was deprecated [1], but it works for me atm. [1] https://webmasters.googleblog.com/2015/07/update-on-autocomp...

Thanks. It works for me atm as well. I wonder if Google will somehow integrate into their NLP api.