On 9/15/11 2:25 PM, György Chityil wrote:
Hello,

On my comp it takes on average 2-3 secs to load the large POSTaggger model
(en, circa 70MB)

Here is a piece of the output:
Loading POS Tagger model ... done (2.814s)


Is there anyway to speed this up?

No not really. We would need to optimize the code which is loading the model. You are invited to submit a patch which does that, maybe there are a few easy ways
to make it faster, not sure.

Which loading time would you like to have?

In all the applications on which I worked the loading time didn't matter because you only need to do it once at start up. And then the model can be shared between
all POS Tagger instances.

Jörn

Reply via email to