Hi, i posted this on the user mailing list but figured it might be a better
fit here.

I’m using the cTAKESParser with Tika as documented here:
https://wiki.apache.org/tika/cTAKESParser
 (CTAKES 4.0.0, tika 1.18, AggregatePlainTextFastUMLS processor from cTAKES)

It appears that with the tika-server, on each request the cTAKES model is
getting loaded each time, adding an additional 7-10 seconds. Is this
intended behavior? I figured that once the cTAKES pipeline was loaded, it
would just be reset on each request rather than reloaded.

I do see in CTAKESContentHandler.java that the last step of the endDocument
method is to reset the CAS, so I figured it would happen here. Maybe it is
and I’ve got something else in my setup wrong.

Reply via email to