You are seeing this message because you are using the Django runserver and the DEBUG setting is False.

Runserver should not be used in the production.

If you do not see page the styling - set DEBUG = True or use --insecure flag with the runserver command.

To serve the static media in the production:

  • configure your webserver to alias the urls starting with /m/ to the directory /root/askbot/askbot-devel-master/myappmysql1/askbot_site/static;
  • run python manage.py collectstatic.

  • Ask Your Question

    Revision history [back]

    click to hide/show revision 1
    initial version

    Not sure "do you have" belongs to which intent

    utterance:

    1.do you have a joke

    2.do you know funny joke

    annotation:

    1.audio_media:other -- do you have a joke

    Based on the guideline, "do you have" belongs to "polar_question" intent, and it missed in the audio_media domain. From the guideline we aslo found the "polar_question" intent is included in the "get" intent when it missing within a domain.

    We considered that the user wants to get a joke, however, "audio_media:get:joke" is not surpported, we use audio_media:other -- do you have a joke as final annotation.

    2.audio_media:other -- do you know funny joke

    We didn't find any intent match "do you know", however, we consider "do you know funny joke" the utterance's intention is similar to the utterance "do you have a joke". we considered that the user wants to get a joke before he wants to hear a joke in this utterance.

    Question:

    Since speculation on user's intention is more subjective, we prefer to prioritize judging the user's intention based on the guidelines rather than directly speculating. Please give us some suggestions on our thinkings for the above two annotations. Much appreciated~