Watson-Personal-Assistant / skill-sdk-nodejs

Other
2 stars 6 forks source link

Improve logging of the number of entities #21

Open ondretom opened 6 years ago

ondretom commented 6 years ago

It does not make sense to print the number of entities here because they are processed on line 64 https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs/blob/3eaadfbac5219a3f9f4f427cf156c73d1b628b3e/lib/nlu/bundles/engines/wcs/nlu.js#L56

ondretom commented 6 years ago

Logging info should be also present in entities part (in case when there are only entities we know nothing about progress in wcs nlu) https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs/blob/3eaadfbac5219a3f9f4f427cf156c73d1b628b3e/lib/nlu/bundles/engines/wcs/nlu.js#L61-L66