GullyAPCBurns / lapdftext

DEPRECATED: Please update your distribution to site shown to the right ---->
https://github.com/SciKnowEngine/lapdftext
GNU General Public License v3.0
7 stars 55 forks source link

not able to find edu.isi.bmkeg.lapdf.pmcXml module #2

Open kiran123456 opened 10 years ago

kiran123456 commented 10 years ago

what's difference between the edu.isi.bmkeg.lapdf.pmcXml to edu.isi.bmkeg.lapdf.Xml

And why do we need pmcXml? help me out

GullyAPCBurns commented 10 years ago

You need to run maven to build the system. The pmcXml is an output XML format built from the PubMed Central XMLSchema.

When you download the source code, if you load the system in Eclipse, the basic build in Eclipse doesn't run the 'generateSources' goal for project. You should right click the project and select Maven > generateSources and that should build the relevant classes in the target/generated-sources subdirectory.

Gully