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:
1 | initial version |
We need to consider 2 aspects of this annotation.
.Mentions
Extract from guidelines: "Sometimes the beginning and ending word of a mention will not be clear, because there are words such as articles (e.g. "a" or "the"), prepositions (e.g. "to", "of") or particles (e.g. "'s") next to the mention. Unless a mention has specific rules saying otherwise, only include articles and prepositions and other filler words in a mention if they are necessary for the mention to make sense."
The guideline regarding the inclusion of articles and prepositions refers to words at the beginning and ending of a mention, e.g. "at two o' clock" "on the fifth july". In this example, the words "a la" occur in the middle of the mention and additionally "asistente a la curva" is semantically equivalent to "curve assistant" so if we were tagging this as a driving mode, we would not split it into two separate mentions.
.Parsetype
a) The confirm intent requires an explicit approbation keyword (e.g. "yes", "sure", "go ahead"). Since we do not have an explicit keyword in this example, we use "enable" and not "confirm:enable"
b) In the guidelines we have this example with "curves": environmentcontrol:enable:drivingassistmodespeed_adjustment -- go at the optimal speed through [curves]<speed_adjustment_criterion>
Semantically, this is the same as requesting the system to "activate the curve assistant" So, we choose the same parsetype - environmentcontrol:enable:drivingassistmodespeed_adjustment
c) We then tag "curva" as <speed_adjustment_criterion>
Correct annotation: environmentcontrol:enable:drivingassistmodespeed_adjustment -- activa el asistente a la [curva]<speed_adjustment_criterion>