moondroid / ChatBot

Android chat experiment with an A.L.I.C.E. artificial intelligence.
104 stars 82 forks source link

change for custom domain #3

Open anupamme opened 8 years ago

anupamme commented 8 years ago

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?

Skealy4u commented 6 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".