axa-group / nlp.js

An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to manually add value during nlu classification

sammwafy opened this issue · comments

In nlpManger we can addDocument as the following

manager.addDocument('en', 'I saw %hero% eating %food%', 'sawhero');

how can I manually add the value to it so that I have more control over the final classification score ?