ScienceLion
ScienceLion
Yes, I would like to know too. Right now, once I run a nlp.process(), any attempt to retrain or load a model creates a situation where any subsequent nlp.process() results...
I've got a workaround. Instead of `const nlp = new NlpManager( options );`, I use `var nlp = new NlpManager( options );`. so that when I want to reload a...
@IrocNinoNiel I haven't figured out what causes this yet, but you're getting that outcome because instances of NlpManager do NOT produce correct outcomes when re-trained. My current workaround is to...