我试图在拉萨努岛使用纳乌小鸭,但无法改变时区。默认情况下,它根据UTC时区提供输出,而我需要根据IST时区提供输出。请告诉我如何将UTC更改为IST。
我在管道中使用ner_duckling作为:
- name: "ner_duckling" dimensions: ["time"] timezone: "Asia/India" locale: "en_GB"
https://rasa.com/docs/nlu/master/entities/
我刚查了一下 Duckling documentation 上面写着:
时区会被解析,但它们不会影响时间值(很快就会确定)。
所以,我想你必须自己转换这些时间值。 你可以通过使用 custom actions .