▲ | bbor 4 days ago | |||||||
That sinking feeling when someone posts a version of something you’ve been working on for months :( Congrats to the dev regardless, if you’re in here! Looks great, love the front end especially. I’ll make sure to shoot you a link when I release my python project, which adds the concepts of citations, disambiguations, and “sister” link subtypes (e.g. “main article”, “see also”, etc), along with a few other things. It doesn’t run anywhere close to as fast as yours, tho!! 2h for processing a wiki dump is damn impressive. Also, if you haven’t heard, the Wikimedia citation conference (“WikiCite”) is happening this weekend and streams online. Might be worth shooting this project over to them, they’d love it! https://meta.m.wikimedia.org/wiki/WikiCite_2025 | ||||||||
▲ | graypegg 4 days ago | parent | next [-] | |||||||
Just to throw it out there since you're looking to add other link subtypes in your script: https://www.wikidata.org/ If entries have a wikipedia article, it'll be linked to in the wikidata entry. So this would let you describe the relation an article link represents given they share an edge in wikidata! For example: https://www.wikidata.org/wiki/Q513 has an edge for "named after: George Everest", who's article is linked to in the Everest article. If you could match those up, I think that could add some interesting context to the graph! Everest -- links to (named after) --> George Everest | ||||||||
| ||||||||
▲ | JohnKemeny 4 days ago | parent | prev | next [-] | |||||||
If you were working this to be the first to do it, I have bad news... One of our projects in algorithms/data structures was to do a BFS on the Wikipedia dump. In 2007. | ||||||||
▲ | dleeftink 4 days ago | parent | prev | next [-] | |||||||
This is no zero-sum, we'd be very interested to see what you've built. | ||||||||
▲ | _7mza 9 hours ago | parent | prev [-] | |||||||
[dead] |