Martin Novak
Martin Novak
Hi Esteban. What is your relationship to the fp-ts projects? It looks interesting on a first look but creating direct dependency would mean that someone trying to understand conditional-expression would...
@jesus-seijas-sp can you please help me with this one. It's still causing trouble for me in production. Otherwise, the NLP system works for me quite well, thank you for all...
thank you for your help @jesus-seijas-sp. I tried to apply the changes as you suggested but the system still seems to behave the same for some reason. Results are picked...
The absence of Evaluator should be it thank you. I train the model by using @nlpjs/basic but the requests are processed through import {containerBootstrap} from '@nlpjs/core'; import {Nlp} from '@nlpjs/nlp';...
I will try the suggested approach, thank you Actually, I am not trying to use it frontend so the size of the package is not a concern but I need...
This seems to add the evaluator: ``` import {Evaluator} from '@nlpjs/evaluator'; ..code.. container.register('Evaluator', new Evaluator(), true) ``` however processing "what is agile" leads to thrown exception ERROR: TypeError: Cannot read...
I got it working! ``` import {Evaluator, Template} from '@nlpjs/evaluator'; container.register('Evaluator', Evaluator); container.register('Template', Template); const nlp = container.get('nlp'); nlp.forceNER = true; ``` the forceNER was the last essential piece. Without...
Hi Jesus, Thank you for the super fast reply and all best to you in Barcelona. I had friends who studied there for Erasmus and loved the city and the...