import nltk
import sys

from nltk.chat.rude import reflections
from nltk.chat.util import Chat



chatbot = Chat(pairs, reflections)

print (chatbot.respond(sys.argv[1]))
