Open anupamme opened 8 years ago
it.moondroid.chatbot.alice.Alice:
at line 66:
public static void mainFunction (String[] args) {
String botName = "alice-it";
MagicBooleans.jp_tokenize = false;
MagicBooleans.trace_mode = true;
String action="chat";
Change "alice-it" to "alice".
Is there any doc on how to modify the code to make it work for a custom domain?
And yes, how to make it work in english also?