I'm using wit.ai to create a chatbot to which I can ask to perform simple tasks. For example, I created an entity named action and created a keyword named "shutdown" under action. One of the synonym for "shutdown" is "take down". So, if I type
Could you please take down 192.168.0.102 for me?
It understands I need to turn off 192.168.0.102 but, how do I train it to recognize take 192.168.0.102 down along with take down 192.168.0.102?