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
    0

    Not sure the boundary between "get" and "get_future"

    asked 2022-10-19 16:21:03 +0000

    Vanessa gravatar image

    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.

    edit retag flag offensive close merge delete

    1 Answer

    Sort by » oldest newest most voted
    0

    answered 2022-10-19 16:22:09 +0000

    Jacqui gravatar image

    updated 2022-10-19 16:23:16 +0000

    This is an area that needs improvement, for the meantime please follow the guidelines as you have been doing. We will correct the example you cite in the next release of the guidelines.

    Correct Annotations: Annotations:

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

    date_time:get:date -- when is the [next]<which> holiday in [london]<city>

    edit flag offensive delete link more

    Your Answer

    Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

    Add Answer

    Question Tools

    1 follower

    Stats

    Asked: 2022-10-19 16:21:03 +0000

    Seen: 78 times

    Last updated: Oct 19 '22