My use case requires results returned in ideally less than 50ms. Is it possible to save a lexicon after adding words & tags instead of at runtime? I would ideally run it as part of the deployment pipeline.
In addition to the speed concerns, I'm computing the same thing every session, and it's a (minor, yet annoying) waste.
My use case requires results returned in ideally less than 50ms. Is it possible to save a lexicon after adding words & tags instead of at runtime? I would ideally run it as part of the deployment pipeline.
In addition to the speed concerns, I'm computing the same thing every session, and it's a (minor, yet annoying) waste.