Stemming and Lemmatizing inside API.chat
This article explains what is used for message processing inside the API.chat engine.User inputs usually come in form of sentences with inflected (or sometimes derived) words - even if they come from buttons. To better process input string on top of keyword matching and regex we als... Read More