Hi, when i run my ctakes code i see in the stdout loads of
Loading model:
.
Loading model:
...
Loading model:
.
Loading model:
etc.
I understand that my pipeline is loading a lot of models - but what models
are they? Is there any way i can find out what models are being loaded in
the pipelin
Hi Ben,
Those come from the dependency parser and SRL system, and I think are generated
from the external library (ClearNLP?) we depend on for those modules. As for
the models themselves, the files are in ctakes-dependency-parser-res, but they
are binary files that will be difficult to understan