i want to extract {http://forum.rasa.com/} in entity url … how to do that… i have tried with including regex for url entity as given below.
intent: inform_get_url
- http://forum.rasa.com/t/config-for-named-entity-recognition-and-dates-and-time/4797/3 -http://forum.rasa.com/
regex:url
- http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*(), ]|(?:%[0-9a-fA-F][0-9a-fA-F]))+
still its failing to extract all type of url.