Hi Paula, UMLS.hbm.template.xml is a template used to generate a valid hibernate xml config file. If you have imported YTEX into eclipse, follow these guidelines:
https://svn.apache.org/repos/asf/ctakes/branches/ytex/ctakes-ytex/README I believe the issue might be that you have validation enabled for XML; I believe you can disable it for specific files (like UMLS.hbm.template.xml). I am using keper, and it doesn't complain about UMLS.hbm.template.xml; I'm not sure if I tweaked my validator settings. -vj On Tue, Mar 25, 2014 at 6:16 PM, digital paula <[email protected]>wrote: > Hi VJ, > > As part of testing, I did a fresh install of cTAKES with YTEX and > everything installed correctly but after building I got one error > pertaining to this page, five lines down. > > > https://svn.apache.org/repos/asf/ctakes/branches/ytex/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml > > > The error is this line: > <hibernate-mapping package="org.apache.ctakes.ytex.umls.model" > schema="@umls.schema@" @filter.umls.catalog@> > > Using Eclipse Juno, the error states: > > Element type "hibernate-mapping" must be followed by either attribute > specifications, ">" or "/>". > > I tried using /> instead of > and putting it all on one line instead of > two but can't seem to fix it. > > Also, I was about to install the sectionizer separately as a module but I > see that YTEX already has a sectionizer(SegmentRegexSectionizer) so I look > forward to exploring it further. > > Regards, > Paula > > > Date: Thu, 20 Mar 2014 14:08:32 -0400 > > Subject: Re: YTEX Doc in cwiki > > From: [email protected] > > To: [email protected] > > > > I plan to fix all the links. > > > > I have not yet moved the scripts for the semantic similarity benchmark to > > cTAKES, so I dropped that from the cTAKES semantic similarity docs. When > > those scripts get moved to cTAKES, I'll update the docs. > > > > > > On Thu, Mar 20, 2014 at 12:33 PM, Masanz, James J. < > [email protected]>wrote: > > > > > hi vijay, > > > > > > I have just skimmed a few sections so far. > > > > > > the page has links at the top to google docs pages and then links to > our > > > web pages (the children pages) at the bottom. Is your intent to remove > the > > > first 3 links once things are finalized? > > > > > > some of the examples on the Semantic+Similarity page use "cd > CTAKES_HOME" > > > but later use %CTAKES_HOME% > > > > > > so it looks like you meant cd %CTAKES_HOME% > > > > > > I didn't see anything about the Similarity Benchmark on the new pages. > Is > > > that still part of ytex? > > > > > > -- james > > > > > > > > > -----Original Message----- > > > From: vijay garla [mailto:[email protected]] > > > Sent: Sunday, March 16, 2014 8:53 PM > > > To: [email protected] > > > Subject: YTEX Doc in cwiki > > > > > > Hello All, > > > > > > I've made a first cut at moving and updating the YTEX docs over from > google > > > code to the cTAKES confluence site. > > > > > > This is a first cut, and I'm trying to keep the YTEX docs separated, > as it > > > is not yet in trunk/released, and I don't want to mess up any existing > > > docs. > > > > > > see https://cwiki.apache.org/confluence/display/CTAKES/YTEX+3.2 > > > > > > Best, > > > > > > VJ > > > >
