import LivinGrimoire.RegexUtil;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Random;
public class ChatBot {
protected ArrayList<String> sentences = new ArrayList<String>();
protected Hashtable<String, RefreshQ> wordToList = new Hashtable<>();
protected...