I would like to know how can the bot differentiate different numeric entities. In this case the bot will ask about number of years experience
, company size
and department size
nlu.md
## intent: inform
- I have [2](experience) years' of work experience
- We are a [100](company_size) employees
- our department have [15](department_size) employees
can the chatbot differentiate between these 3 entities that have numerical values ?