An exception occured while executing the Java class. URI is not hierarchical

2021-08-18 Thread Benjamin hansen
While working at a simple pipeline example I got this error: *java.lang.IllegalArgumentException*: *URI is not hierarchical* *at* java.io.File. (*File.java:420*) *at* org.apache.ctakes.lvg.resource.LvgCmdApiResourceImpl.load ( *LvgCmdApiResourceImpl.java:65*) I found that this issue ha

Re: An exception occured while executing the Java class. URI is not hierarchical [EXTERNAL]

2021-08-18 Thread Finan, Sean
Hi Benjamin, My first question is: what pipeline are you trying to run? My second question is: Do you really need to use LVG? Sean From: Benjamin hansen Sent: Wednesday, August 18, 2021 3:07 AM To: dev@ctakes.apache.org Subject: An exception occured whil

Re: An exception occured while executing the Java class. URI is not hierarchical [EXTERNAL]

2021-08-18 Thread Peter Abramowitsch
Hi Benjamin, If what you're looking for are the lemmas of tokens, just use the DependencyParser instead of LVG I had another problem with LVG as well, but I think that it might be simply that all the needed resources are not being copied into the right place. This was done without the lvg {