rockt / ChemSpot

ChemSpot is a named entity recognition tool for identifying mentions of chemicals in natural language texts, including trivial names, drugs, abbreviations, molecular formulas and IUPAC entities. Since the different classes of relevant entities have rather different naming characteristics, ChemSpot uses a hybrid approach combining a Conditional Random Field with a dictionary. ChemSpot is released under the Common Public License 1.0.
https://www.informatik.hu-berlin.de/forschung/gebiete/wbi/resources/chemspot/chemspot/
Other
48 stars 8 forks source link

Maven deployment #21

Open thuber opened 12 years ago

thuber commented 12 years ago

ChemSpot can be installed via Maven, but it would also be nice to automatically create a runnable jar, copy all required files and optionally tar/compress them

thuber commented 12 years ago

This does not work particularly smoothly with Maven. ChemSpot uses non-mavenized libraries that reside in the "system" scope. These libraries are not integrated into the runnable jar, since they're - by definition - assumed to be provided by the system / JRE. The rest (packaging/compression) is working, but we still need a solution for this problem.