Sahka
Forms.py etc.
To be written:
- forms.py
- … (relevant classes for this program)
- This is where the pipeline for analysis of question and answer is given
- … (relevant classes for this program)
- game.py
- … (relevant classes, functions , their relations to other classes/functions)
- … (relevant classes, functions , their relations to other classes/functions)
- views.py
- ...
Intro
Sahka contains pictures which have to be synchronized with the
Updating the database
Create the dialogue file and store it e.g. to
<dialogue name="firstmeeting_man">
Installation of dialoguefile.xml for Sahka
The script install.py is used for installing the dialoguefile for Sahka.
cd ped/oahpa/ python install.py -h
Install dialoguefile.xml to the database using the command:
cd ped/oahpa python install.py -k ../sme/xml/dialoguefile.xml
The script will give errors on links that do not point to an utterance
When you want to update an existing dialogue, use the same command:
cd ped/oahpa python install.py -k ../sme/xml/dialoguefile.xml
It will first remove the old dialogue and then install it as it was new. Do not