GaoQ1 / rasa_nlu_gq

turn natural language into structured data(支持中文,自定义了N种模型,支持不同的场景和任务)
Apache License 2.0
304 stars 97 forks source link

Failed to find component class for 'rasa_nlu_gao.extractors.entity_synonyms.EntitySynonymMapper' #34

Open BI4O opened 4 years ago

BI4O commented 4 years ago

我发现用官方的EntitySynonymMapper似乎对中文起不了作用,于是想试一下rasa_nlu_gao的EntitySynonymMapper但是导入不成功。另外我想知道是我的nlu文件写法有问题还是他这个官方的synonym真的对中文不管用?还有regex好像也不管用

config.yml pipeline:

nlu.md 片段

intent:check_report

synonym:今天

synonym:本周

regex:month

GaoQ1 commented 4 years ago

官方的regex只是为crf提供了一个特征来使用的,而官方的crf更多的特征是针对英文的。synonym官方的是支持的,用过是可以的