Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
Currently, clearTK's org.cleartk.classifier.jar.GenericJarClassifierFactory.classifierJarPath can only load the models from a file URL, it would be nice to also allow it to read it from the classpath.
https://code.google.com/p/cleartk/issues/detail?id=346&thanks=346&ts=1359995634
Temporarily, updating the descriptor xml to read it from a valid file URL relative to CTAKES_HOME (for deployment) i.e.:
<nameValuePair>
<name>org.cleartk.classifier.jar.GenericJarClassifierFactory.classifierJarPath</name>
<value>
<string>resources/org/apache/ctakes/relationextractor/models/modifier_extractor/model.jar</string>
</value>
</nameValuePair>