On 27.11.2013 21:39, Matthias Grabmair wrote: > Hi all, > > I am relatively new to UIMA and am involved in a project where an annotated > corpus needs to be developed. > My TypeSystem.xml imports org.cleartk.TypeSystem, which > works fine for TypeSystem editing purposes. > However, I cannot edit a CAS because the system will produce: > > "No file with name "org/cleartk/TypeSystem.xml" > was found in the class path or data path" > > The Cleartk Type System file is present for the Component Description Editor. > I have tried numerous ways of getting this to work and it will not work. > > Can someone help?
My first guess without any investigations would be that you import org.cleartk.TypeSystem by name. You could either try to import it by (relative) location, or expand the datapath, e.g, in the Component Description Editor. Peter > Thanks, > > > Matthias >
