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 the boundary between "get" and "get_future"

    Utterance:

    1.which day will be their next holiday
    
    2.when is the next holiday in london
    

    Annotation:

    1.datetime:getfuture:date -- which day will be [their]<location_anaphora> [next]<recency> [holiday]<date>
    
    2.date_time:get:date -- when is the [next]<which> holiday in [london]<city>
    

    Question:

    “get_future: For requests that would be a get intent but that have an explicit future tense (e.g. "will", "going to").”

    According to this, we put number 1 into "get_future" intent. And there is no an explicit word that indicates future tense in number 2, so we put it into "get" intent.

    But we find an example in the guideline that seems to be in contradiction to the description of "get_future" intent:

    date_time:get:date -- which day will be [their]<location_anaphora> [next]<recency> [holiday]<date>

    So we are not sure if these two annotations are correct, please advise how to deal with this situation. Thanks.

    Question:

    “get_future: For requests that would be a get intent but that have an explicit future tense (e.g. "will", "going to").”

    According to this, we put number 1 into "get_future" intent. And there is no an explicit word that indicates future tense in number 2, so we put it into "get" intent.

    But we find an example in the guideline that seems to be in contradiction to the description of "get_future" intent:

    date_time:get:date -- which day will be [their]<location_anaphora> [next]<recency> [holiday]<date>

    So we are not sure if these two annotations are correct, please advise how to deal with this situation. Thanks.