Re: UIMAfit - cannot find type system

2016-05-04 Thread Richard Eckart de Castilho
The .xml at the end is correct (this is not a UIMA import-by-name but rather a classpath URL from the Spring Framework). But I have some doubts that "Users/anni/." is actually a location within your classpath. Normally, you would have something like

Re: UIMAfit - cannot find type system

2016-05-04 Thread Jaroslaw Cwiklik
I think this is import by name so no need for .xml at the end. Try: classpath*:Users/anni/ /typesystem Jerry On Thu, Apr 28, 2016 at 5:06 PM, Anni R Coden wrote: > Hi - > > I am using UIMAfit > > I created a a file: META-INF/org.apache.uima.fit/types.txt > > in

UIMAfit - cannot find type system

2016-05-04 Thread Anni R Coden
Hi - I am using UIMAfit I created a a file: META-INF/org.apache.uima.fit/types.txt in the file I put classpath*:Users/anni/ /typesystem.xml However I get a enrror that TypeSystemMgr requires a particular type (specified in typesystem.xml) which was not found in the CAS Here