Live data from Hacker News

Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

similarityapi.appspot.com

1–10 of 14 posts

Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

#1
Small experiment of visualization of wikipedia articles as a graph using d3.js.

Articles with more traffic are bigger. I computed the semantic similarity using LSI with python (gensim) You have to scroll down/right a bit!

http://similarityapi.appspot.com/graph/?title=blade%20runner

There is also a JSON api: http://similarityapi.appspot.com/api/v1/?limit=100&title=blade%20runner

All feedback is appreciated:

@lucamartinetti luca@luca.io

Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)
similarityapi.appspot.com

Re: Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

#2
Small experiment of visualization of wikipedia articles as a graph using d3.js.

Articles with more traffic are bigger. I computed the semantic similarity using LSI with python (gensim) You have to scroll down/right a bit!

http://similarityapi.appspot.com/graph/?title=blade%20runner

There is also a JSON api: http://similarityapi.appspot.com/api/v1/?limit=100&title...

All feedback is appreciated:

@lucamartinetti luca@luca.io

Re: Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

#3

Small experiment of visualization of wikipedia articles as a graph using d3.js. Articles with more traffic are bigger. I computed the semantic similarity using LSI with python (gensim) You have to scroll down/right a bit! http://similarityapi.appspot.com/graph/?title=blade%20runner There is also a JSON api: http://similarityapi.appspot.com/api/v1/?limit=100&title... All feedback is appreciated: @lucamartinetti luca@l…

The JSON api should degrade gracefully if results aren't found. I.E. There should be a JSON message explaining that that item doesn't exist.

Re: Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

#4
post #3

Small experiment of visualization of wikipedia articles as a graph using d3.js. Articles with more traffic are bigger. I computed the semantic similarity using LSI with python (gensim) You have to scroll down/right a bit! http://similarityapi.appspot.com/graph/?title=blade%20runner There is also a JSON api: http://similarityapi.appspot.com/api/v1/?limit=100&title... All feedback is appreciated: @lucamartinetti luca@l…

The JSON api should degrade gracefully if results aren't found. I.E. There should be a JSON message explaining that that item doesn't exist.

Right! It could use some input checking / normalization too. It expects the title parameter to be lower case now.

Re: Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)

#6

Small experiment of visualization of wikipedia articles as a graph using d3.js. Articles with more traffic are bigger. I computed the semantic similarity using LSI with python (gensim) You have to scroll down/right a bit! http://similarityapi.appspot.com/graph/?title=blade%20runner There is also a JSON api: http://similarityapi.appspot.com/api/v1/?limit=100&title... All feedback is appreciated: @lucamartinetti luca@l…

Option to select language version could be a good feature (defaulting to en as now).
Post reply on HN