Problem working with numbers in rasa x

hello guys, how r u i am having doubt in rasa while working with numbers, if i am an user and replying bot with numbers between 1 to 1000 , how can i write this, can i define all the 1 to 1000 numbers in nlu.md or else any code to written in actions.py, since i am newbie to rasa. please help me urgently

Hi @ravisurapati,

If you are working with numbers, you should look at this : Entity Extraction .

You don’t need to add all the numbers in your nlu.md, you just need some samples. This might help you aswell by adding some pretrained word vectors : Choosing a Pipeline

Regards.