RE: [EXT] Re: cTAKES running slower with each run

2023-04-13 Thread Milinovich, Alex
Peter On Wed, Apr 12, 2023 at 7:41 PM Milinovich, Alex mailto:mili...@ccf.org>> wrote: > I’m running ctakes both as an API and as a console app. Each time I hit > ctakes, the run time per document is getting incrementally slower by a few > thousands of a millisecond per xml

cTAKES running slower with each run

2023-04-12 Thread Milinovich, Alex
I'm running ctakes both as an API and as a console app. Each time I hit ctakes, the run time per document is getting incrementally slower by a few thousands of a millisecond per xml element (to normalize for different document sizes) than the previous document. Compound this over 1000

DependencyUtility NullPointerException

2017-04-07 Thread Milinovich, Alex
Occasionally I am getting a NullPointerException in DependencyUtility.java. Seems to stem from this line where the possibility of a null Head value looks to the be cause - "if (id1==id2 || anodes.get(id1).getId()!=anodes.get(id2).getHead().getId()) {" Here's the full error message -

DB DictionaryLookupAnnotator sqlserver exception

2015-04-15 Thread Milinovich, Alex
Attempting to use the sqlserver jdbc connection for the DictionaryLookupAnnotator. When loading the aggregate engine, the connection is established fine, but then it gives the error - java.lang.Exception: Expected external resource to be:interface

RE: DB DictionaryLookupAnnotator sqlserver exception

2015-04-15 Thread Milinovich, Alex
lines #140, #141 and add to the exception message something like + instead of + (extResrc == null ? NULL : + extResrc.getClass().getName() ) To find out what it thinks that it has underfoot. Sean From: Milinovich, Alex [mailto:mili...@ccf.org] Sent: Wednesday, April 15, 2015 12:50 PM To: dev