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
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
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
{