shabda Posted April 8, 2006 Posted April 8, 2006 Where can I find existing parsers for ODP RDF data? In particular I am interested in Java RDF parsers.
shabda Posted April 8, 2006 Author Posted April 8, 2006 I found some tools here http://dmoz.org/Computers/Internet/Searching/Directories/Open_Directory_Project/Use_of_ODP_Data/Upload_Tools/ But there are no java parsers. If any one has any knowledge, please let me know.
yum-jelly Posted April 14, 2006 Posted April 14, 2006 Most of these parsers are really bad! Because they insert data, one row at a time. You are better off, parsing the data into tab separated files and use the database (LOAD DATE INFILE), instead of killing you server for 12 to 24 hours, you can load all the data in 2 or 3 hours. Doing it this way will also automatically sort the index(s), if you are going to do fulltext searching on all the data, instead of just searching titles! This will save you another 1 or 2 hours of process time! yj!
shabda Posted April 15, 2006 Author Posted April 15, 2006 I might be willing to waste my server time, but I really need a Java based parser. No (fast) php parser can help me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now