I am building a German chatbot with cs. So one major task is to improve the ONTOLOGY\GERMAN\ files e.g. concepts.top etc.
But I have trouble telling cs to use ONTOLOGY\GERMAN instead of ONTOLOGY\ENGLISH.
Invoking .\chatscript.exe language=GERMAN
or putting the line language=GERMAN in the file ChatScript\cs_init.txt will not work.
The result of :build 0… starts with
>:build 0
ChatScript Version 9.12 compiled Feb 20 2019 08:11:57
>>Reading folder RAWDATA/ONTOLOGY/
----Reading file internalconcepts.top
Reading concept ~internal_concepts
<<end folder RAWDATA/ONTOLOGY
>>Reading folder RAWDATA/ONTOLOGY/ENGLISH//
----Reading file adjectivehierarchy.top
...
ONTOLOGY/GERMAN never occurs.
Any hints how to tell cs to use the GERMAN ONTOLOGY are appreciated