aigloss

Results 65 comments of aigloss

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

Closing due to inactivity. Please, re-open if you think the topic is still alive.

You are absolutely right, indeed, README files for both packages are the same: - NER: https://github.com/axa-group/nlp.js/tree/master/packages/ner - NLU: https://github.com/axa-group/nlp.js/tree/master/packages/nlu Thanks for noticing

Hi, the None intent is a feature that needs to be activated in the nlu-manager. Try this: ```js const manager = new NlpManager({ languages: ["en"], forceNER: true, nlu: { useNoneFeature:...