I am working on this project where I need to run some graph algorithms on a graph representing English Wikipedia articles. This would need to be in real time
I have tried
- WikiMapUW which has only a PHP interface
- WikipediaLinkGraph which is not as fast as the previous one but has a Python interface
Was wondering if there are some obvious fast Java / Python APIs available that I have missed and are better ?