Return-Path: X-Original-To: apmail-ctakes-user-archive@www.apache.org Delivered-To: apmail-ctakes-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E30810775 for ; Thu, 14 Nov 2013 19:42:12 +0000 (UTC) Received: (qmail 43584 invoked by uid 500); 14 Nov 2013 19:42:12 -0000 Delivered-To: apmail-ctakes-user-archive@ctakes.apache.org Received: (qmail 43524 invoked by uid 500); 14 Nov 2013 19:42:11 -0000 Mailing-List: contact user-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ctakes.apache.org Delivered-To: mailing list user@ctakes.apache.org Received: (qmail 43517 invoked by uid 99); 14 Nov 2013 19:42:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 19:42:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cybersation@hotmail.com designates 65.55.90.225 as permitted sender) Received: from [65.55.90.225] (HELO snt0-omc4-s22.snt0.hotmail.com) (65.55.90.225) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 19:42:04 +0000 Received: from SNT148-W67 ([65.55.90.200]) by snt0-omc4-s22.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 14 Nov 2013 11:41:44 -0800 X-TMN: [5cg37Os1UWb5Y+KXn0OOtSYqy91xW/yV] X-Originating-Email: [cybersation@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_0072377a-8c7d-408f-8433-7c4506a7a08f_" From: digital paula To: "user@ctakes.apache.org" Subject: cTakes Document Preprocessor Component Error Date: Thu, 14 Nov 2013 14:41:43 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 14 Nov 2013 19:41:44.0271 (UTC) FILETIME=[8C5BE5F0:01CEE171] X-Virus-Checked: Checked by ClamAV on apache.org --_0072377a-8c7d-408f-8433-7c4506a7a08f_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= Hello cTakes Community=2C I'm back after hanging out with the UIMA guys :-)= for a while=2C getting a better grasp of the UIMA framework that cTakes si= ts on. I'm exploring and understanding cTakes components and starting wi= th the Document Preprocessor:https://cwiki.apache.org/confluence/display/CT= AKES/cTAKES+3.0+-+Document+Preprocessor I loaded the testpatient_cn_1.xml f= ile in the CVD cTakes launcher and loaded the AggregateAE descriptor. It = loaded but when I ran it=2C I got the following error: Caused by: org.a= pache.uima.cas.CASRuntimeException: JCas type "org.apache.ctakes.typesystem= .type.textspan.Segment" used in Java code=2C but was not declared in the X= ML type descriptor. I looked in the AggregatorAE descriptor file along with= it's dependency CdaCasInitializer.xml and see both have nothing in the Typ= e System tab however I do see a handful of types specified on the Capabilit= ies tab including "org.apache.ctakes.typesystem.type.textspan.Segment" So I= added Segment type to the Type System tab. I reran and got this error: 11/14/13 2:23:39 PM - 14: org.apache.uima.tools.cvd.MainFrame.handleExcepti= on(527): SEVERE: Feature "id" is not defined for type "org.apache.ctakes.ty= pesystem.type.textspan.Segment". org.apache.uima.analysis_engine.AnalysisEngineProcessException: Feature "id= " is not defined for type "org.apache.ctakes.typesystem.type.textspan.Segme= nt". Is there a file descriptor already setup maybe in another install with the = necessary types/features to run the Document Preprocessor or will I manuall= y have to add all of them? If not=2C I'd like to use UIMAfit to create th= e types/features to use with the Document Preprocessor as opposed to manual= ly updating this descriptor with all the types and features needed. Can s= omeone advise? Thanks. Regards=2CPaula =20 =20 =20 =0A= =0A= =0A= =0A= = --_0072377a-8c7d-408f-8433-7c4506a7a08f_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
=0A= =0A= =0A=
=0A= =0A= =0A=
=0A= =0A= =0A=
=0A= =0A= =0A=
Hello cTakes Community=2C
 =3B
I'm back after =3Bhanging out with the UIMA guys := -) =3Bfor a while=2C =3Bgetting a better grasp of the UIMA framewor= k that cTakes sits on. =3B =3B  =3BI'm exploring and understand= ing =3BcTakes components and starting with the Document Preprocessor:
 =3B
I loaded the testpatient_cn_1.xml file= in the CVD cTakes launcher and loaded the AggregateAE descriptor. =3B&= nbsp=3B It loaded but when I ran it=2C I got the following error: =3B&n= bsp=3B =3B
 =3B
Caused= by: org.apache.uima.cas.CASRuntimeException: JCas type "org.apache.ctakes.= typesystem.type.textspan.Segment" used in Java code=2C but was not declare= d in the XML type descriptor.
 =3B
I looked in the AggregatorAE descriptor file along with it's depen= dency = CdaCasInitializer.xml and see both have nothing =3Bin the Type System t= ab however I do see a handful of types specified on the Capabilities tab in= cluding "org.apache.ctakes.typesystem.type.textspan.Segment"
 =3B
So I added Segment type =3Bto t= he Type System tab. =3B I reran and got this error:

11/14/13 2:23:39 PM - 14: org.apache.uima.tools.cvd.MainFrame.handle= Exception(527): SEVERE: Feature "id" is not defined for type "org.apache.ct= akes.typesystem.type.textspan.Segment".
org.apache.uima.analysis_engine.= AnalysisEngineProcessException: Feature "id" is not defined for type "org.a= pache.ctakes.typesystem.type.textspan.Segment".
I= s there a =3Bfile descriptor already setup maybe in another install&nbs= p=3Bwith the necessary types/features to run the Document Preprocessor or w= ill I manually have to add all of them? =3B  =3BIf not=2C I'd like = to use UIMAfit to create the types/features to use with the Document Prepro= cessor as opposed to manually updating this descriptor with all the types a= nd features needed. =3B =3B Can someone advise? =3B
 =3B
Thanks.
&n= bsp=3B
Regards=2C
Paula
 =3B
 =3B

 =3B
 =3B
=0A=
=0A=
=0A=
=0A=
= --_0072377a-8c7d-408f-8433-7c4506a7a08f_--