Here it is....it's the sentence detector from the cTakes project at OHNLP. <?xml version="1.0" encoding="UTF-8"?><taeDescription xmlns=" http://uima.apache.org/resourceSpecifier"> <frameworkImplementation>org.apache.uima.java</frameworkImplementation> <primitive>true</primitive> <annotatorImplementationName>edu.mayo.bmi.uima.core.ae.SentenceDetector </annotatorImplementationName> <analysisEngineMetaData> <name>Sentence Detector annotator</name> <description>Discovers sentence boundaries.</description> <version>2.1</version> <vendor>Mayo Clinic</vendor> <configurationParameters> <configurationParameter> <name>SegmentsToSkip</name> <type>String</type> <multiValued>true</multiValued> <mandatory>false</mandatory> </configurationParameter> </configurationParameters> <configurationParameterSettings> <nameValuePair> <name>SegmentsToSkip</name> <value> <array/> </value> </nameValuePair> </configurationParameterSettings> <typeSystemDescription/> <typePriorities/> <fsIndexCollection/> <capabilities> <capability> <inputs> <type allAnnotatorFeatures="true"> edu.mayo.bmi.uima.core.type.BaseToken</type> </inputs> <outputs> <type allAnnotatorFeatures="true"> edu.mayo.bmi.uima.core.type.Sentence</type> </outputs> <languagesSupported/> </capability> </capabilities> <operationalProperties> <modifiesCas>true</modifiesCas> <multipleDeploymentAllowed>true</multipleDeploymentAllowed> <outputsNewCASes>false</outputsNewCASes> </operationalProperties> </analysisEngineMetaData> <externalResourceDependencies> <externalResourceDependency> <key>MaxentModel</key> <description/> <interfaceName>edu.mayo.bmi.uima.core.resource.MaxentModelResource </interfaceName> <optional>false</optional> </externalResourceDependency> </externalResourceDependencies> <resourceManagerConfiguration> <externalResources> <externalResource> <name>MaxentModelFile</name> <description/> <fileResourceSpecifier> <fileUrl>file:sentdetect/EnglishSD.bin</fileUrl> </fileResourceSpecifier> <implementationName> edu.mayo.bmi.uima.core.resource.SuffixMaxentModelResourceImpl </implementationName> </externalResource> </externalResources> <externalResourceBindings> <externalResourceBinding> <key>MaxentModel</key> <resourceName>MaxentModelFile</resourceName> </externalResourceBinding> </externalResourceBindings> </resourceManagerConfiguration> </taeDescription> Joel Dubbels IBM Healthcare and Life Sciences Solutions Development Phone: 507-253-1165 Internet:[email protected]
From: Jaroslaw Cwiklik <[email protected]> To: [email protected] Date: 03/16/2011 02:46 PM Subject: Re: ResourceInitializationException for DataResource_impl Please post the contents of myAnnotator.xml. Seems like logging could be improved here to determine real cause of the problem. JC On Wed, Mar 16, 2011 at 3:22 PM, Joel Dubbels <[email protected]> wrote: > Trying to get UIMA AS running for the first time...when I run I get this > error in my uima.log. I'm suspecting that my classpath is goofed up > someplace, but am not sure where. I was thinking as long as I had > UIMA_HOME and JAVA_HOME set correctly, things should just work. I looked > in the console and the jars that contain > org.apache.uima.resource.impl.DataResource_impl are in the "JVM Loaded > jars" portion of the run console. But, it's not a class not found error > so that's probably not it. Could it be a bad data resource value in a > property file I need to change someplace? Any suggestions/guidance is > much appreciated. Thanks. > > 3/16/11 2:02:49 PM - 1: > > org.apache.uima.adapter.jms.activemq.SpringContainerDeployer.notifyOnInitializationFailure: > WARNING: Top Level Controller Initialization Exception. Cause: > org.apache.uima.resource.ResourceInitializationException: Error > initializing "org.apache.uima.resource.impl.DataResource_impl" from > descriptor file:/C:/myAnnotator.xml. > > Joel Dubbels > IBM Healthcare and Life Sciences Solutions Development > Phone: 507-253-1165 > Internet:[email protected] >
