Martin Novak
Martin Novak
I am using `import {Evaluator, Template} from '@nlpjs/evaluator';` for entities If the NER finds one entity topic, then` "opts": "entities.topic.option === 'mytopic'"` evaluates corretly If the NER find multiple entities...
corpus-en.json defines entities ``` "entities": { "topic": { "options": { "people management": ["people management"], "product strategy": ["product strategy"], "agile": ["agile", "scrum", "kanban", "agile methodology"] } } } ``` and has...
Thank you again for the great work with nlp.js, it is huge! Is there a way of using follow up intents (conversation tree) with the library? Follow up intents have...