Allen Lin
Allen Lin
Hi @santafebound ! Thanks for the sample code. A quick question: since parse4j 1.5-SNAPSHOT does not seem to exist in any public repo, do we have to build the jar...
Hi, just want to follow up on this issue. Are there demos/examples for adding annotations?
I'll do later. For now, I am using Java8.
Problem solved! Brent told me that I should `mvn generate-sources`
Hi @monkey2000, I ended up downloading the dumps directly from dumps.wikimedia.org. I think we should provide this as an alternative (at least in instructions). Regarding the reproducing and testing, yes,...
No worries. I figured it out. Looks like if the Postgres' tables such as "local_articles" etc., cannot distinguish between different language editions so once the tables are created for one...
Still waiting for the answer on this.... I realize that after I imported one language into the Postgres, importing the second language edition will halt since it thinks that the...
Oh okay. I just want to leverage the speed of Postgres to handle the non-spatial data. H2 is slow on dataset over 1M entires. I'll try the H2 then.
@shilad I currently manually run the stages to import data of different language editions. This works for me as I successfully imported EN, ES into the database. However, if I...