-
您好!在rasa_dataset_training.json文件中,意图 inform_case 和 SearchCase有什么区别?为什么不用一个SearchCase包括这两个意图的样本?另外,如果把这两个意图的样本都归纳到form:case_form,即命名一个case_form意图,这样不是不好构建story吗?现在遇到一些问题想不通,麻烦能够解释下原因吗?谢谢!
-
When i run the code I get following output
docx = nlp(u"I am looking for an Italian Restaurant where I can eat")
for word in docx.ents:
print("value",word.text,"entity",word.label_,"start",wo…
-
Hi guys,
Hope you are all well again !
As mentioned in this issue, I am hacking a little bit searx for my own use and some suggestions popped in my mind and wanted to know your point of view on …
-
您好:请教三个问题:
1,‘’请播放周杰伦的稻香‘’这句话是我训练数据Intent“音乐.播放音乐”面的一句语料。用它来测试我的意图识别的效果,发现意图识别的置信度不高,感觉是和"音乐.继续"混淆了,是什么原因,怎么提高置信度?
"intent_ranking": [
{
"name": "音乐.播放音乐",
"confidence": 0.4175344…
-
## Expected Behavior
Hi, I am trying to use wordrep on part in future maybe full `CC100-Polish Dataset` (~47 GB). `wordrep` is freshly complied with no errors and work properly for the files around…
-
找工作面试经验记录
## 自我介绍
时长:3 Min
Detection方向。
在科研方面:
- 研一的时候,
在比赛方面:
- 研 x 的时候,参加了**** 竞赛,获得 xxx 名次。介绍使用了什么算法,最终的实验数据...
- 研 x 的时候,发了一篇 xxx 论文(尽量是顶会或SCI),其中 xxx,实验结果是 xxx
在生活方面:
…
-
**Enhancement / feature description:**
Remove the code which is no longer used: **Mitie** ML (NER) (menu, view, presenter, model, signals).
-
I looked inside some python packages that train a bert model so that it can be used to identify the words that need to have certain punctuation marks before them. They use labels like `'.O', '!O', ',O…
-
Hi guys,
we have upgraded ElasticSearch from 2.3.0 and reindexed our geolocations so the latitude and longitude are stored separately. We have noticed that some of our visualisation started to fail a…
-
**rasa NLU version** (e.g. `0.10`):
**Used backend / pipeline** (`mitie`):
**Operating system** (ubuntu):
**Issue**:
While training it gets stopped(killed). If I try to train the same d…