I need my chatbot to query the user for an address and therefore I need the rasa NLU to return the address components (e.g. zip code, house number, street name, etc.) contained in the messages as entities.
Of course, one obvious way to do it would be to create a training file containing appropriate training data. But since this surely is a common problem, I hoped there might be another solution. Besides, it is not obvious to me where one might get loads of labeled addresses in various formats.