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 ?
Ask HN: How to get word association from Google?
1–3 of 3 posts
Re: Ask HN: How to get word association from Google?
#2http://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...
Re: Ask HN: How to get word association from Google?
#3http://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.