1) Simply edit the Hashedlinks file replacing ", " with "," (replace comma followed by space with just a comma)
2) Edit the LinkExtract.java file and add the following after this line in the constructor sin = sin.substring(sin.indexOf("[")+1,sin.indexOf("]"));
sin = sin.replace(", ", ",").trim();
You can add this line yourself and recompile or you can download the updated file from here (didn't want the java file to get caught by virus checker)
http://asu.mine.nu/CSE494/LinkExtract.zip
Garrett
No comments:
Post a Comment