Hi everyone,
I use the following method to launch the chatscript locally:
chmod +x ./ChatScript/BINARIES/ChatScript
cd ChatScript && BINARIES/ChatScript \
language=CHINESE \
english=LIVEDATA/ENGLISH \
system=LIVEDATA/SYSTEM \
users=../USERS \
logs=../LOGS \
login=user \
local
Before launch:
I just copied the ENGLISH folder in LIVEDATA folder and renamed it to CHINESE. Similarly, the ENGLISH folder in DICT folder was also copied and renamed as CHINESE.
My problem is:
Now the substitution and canonical does not work. For example, whom, their, are will not be converted to who, they, be.
Anyone knows why? And how to fix it.
Thanks.