Is there a solution to parse wikipedia xml dump file in Java?
java, parsing, xml
Solution
A Java API to parse Wikipedia XML dumps: WikiXMLJ (Last update was at Nov 2010). Also, there is alive mirror that is maven-compatible with some bug fixes.
Problem
I am trying to parse this huge 25GB Plus wikipedia XML file. Any solution that will help would be appreciated. Preferably a solution in Java.