GaoQ1 / rasa_chatbot_cn

building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
960 stars 290 forks source link

用bert yml配置出错了 #40

Closed OscarLiu2000 closed 5 years ago

OscarLiu2000 commented 5 years ago

你好,我用了 language: "zh"

pipeline:

出错文件是:在网上查了但没有找到可用答案
File "/home/oscar/venv/lib/python3.7/site-packages/rasa/nlu/registry.py", line 196, in create_component_by_config return component_class.create(component_config, config) TypeError: create() takes 2 positional arguments but 3 were given

GaoQ1 commented 5 years ago

嗯,你重新下载下rasa-nlu-gao==0.3.1,然后看下rasa_chatbot_cn的配置,也修改了。