문제

I am trying to view content of CAS using CAS Viewer (http://uima.apache.org/downloads/releaseDocs/2.1.0-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.cpe.configurator_and_viewer)

It works perfectly fine for the CAS which is created using single type system descriptor XML. But, I am not sure how to view CAS which is created using multiple type system descriptor XML.

I also have corresponding type system packages/classes generated too in classpath, but don't know how to use that.

Alternately, I tried to use Eclipse CAS viewer (UIMA Plugin). That too needed single Type System Descriptor XML.

Let me know is something is not clear.

도움이 되었습니까?

해결책

I am not very experienced with UIMA, but I think you could create a new TypeSystem that imports all the types required from other TypeSystem descriptions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top