One can download the binaries which has all of the jars and resources. Of if you build from source, you can run $mvn package which will generate a convenience zip with all of the jars and transitive dependencies and resources neatly packaged inside ctakes-dist/target/.
Hope that helps- Pei On Tue, Aug 27, 2013 at 6:07 PM, Vogel, James <[email protected]>wrote: > I’m not yet planning on SolrCAS because I’m not familiar with it yet. > First I just want to use the UIMAUpdateRequestProcessor to map the results > from specific fields into solr. I’m currently stuck on how to create > jar(s) that contain all the things under the *-res folders to work around > the following error:**** > > Caused by: java.io.FileNotFoundException: > org\apache\ctakes\dependency\parser\models\lemmatizer\dictionary-1.3.1.jar > (The system cannot find the path specified)**** > > ** ** > > I’m not familiar with maven. The jars I created via the maven assembly > command only contain the classes. Is there a maven command to create a > ctakes jar(s) that contains all the components (classes, xmls, > dictionaries, etc.)?**** > > ** ** > > *From:* Chen, Pei [mailto:[email protected]] > *Sent:* Tuesday, August 27, 2013 9:58 AM > *To:* [email protected] > *Subject:* RE: Package for use with Solr**** > > ** ** > > Hi James,**** > > I believe the process of deploying a primitive annotator should be the > same as an aggregate pipeline that contains a fixed flow…**** > > I presume you would like to append something like the SolrCAS cas consumer > at the end of the pipeline?**** > > --Pei**** > > ** ** > > *From:* Vogel, James [mailto:[email protected]] > *Sent:* Tuesday, August 27, 2013 7:09 AM > *To:* [email protected] > *Subject:* Package for use with Solr**** > > ** ** > > Any guidance on how to package all the components needed for the ctakes > clinical pipeline AggregatePlaintextUMLSProcessor so that it can be > deployed as part of another application? I’d like to deploy it to be run > by the UIMAUpdateRequestProcessor as part of solr document indexing. I know > how to package a single UIMA annotator by just referencing the .xml file > and putting the jar on the class path for Solr. I don’t know how to do the > same for all of the components in the pipeline.**** > > ** ** > ------------------------------ > > IMPORTANT WARNING: Information contained in this email is intended for the > use of the individual to whom it is addressed, and may contain information > that is privileged, confidential, and exempt from disclosure under > applicable law. If you are not the intended recipient, or the employee or > agent responsible for delivering the message to the intended recipient, you > are hereby notified that any dissemination, distribution, or copying of > this communication is STRICTLY FORBIDDEN. If you have received this > communication in error, please notify us immediately by return email and > delete this document. Thank you.**** > > ------------------------------ > IMPORTANT WARNING: Information contained in this email is intended for the > use of the individual to whom it is addressed, and may contain information > that is privileged, confidential, and exempt from disclosure under > applicable law. If you are not the intended recipient, or the employee or > agent responsible for delivering the message to the intended recipient, you > are hereby notified that any dissemination, distribution, or copying of > this communication is STRICTLY FORBIDDEN. If you have received this > communication in error, please notify us immediately by return email and > delete this document. Thank you. >
