Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 rasa_nlu 中使用 ner_duckling 并且无法更改时区。默认情况下,它基于 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 文档,它说:
时区被解析,但它们不会影响时间值(将很快修复)。
所以,我想你必须自己转换这些时间值。您可以通过使用自定义操作来做到这一点。