-
Notifications
You must be signed in to change notification settings - Fork 350
How to build a chatbot from zero to one on WeChat #1221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
## 李佳芮 | ||
|
||
句子互动的创始人,GitHub上开源项目Wechaty上面的联合作者,Wechaty在github上面有超过1万star,并搭建了一个覆盖全球的微信平台开发者社区,微软的 AI MVP,出版书:《Chatbot从0到1》,已经在京东上架,欢迎大家阅读,本次分享里面会简单介绍书中的内容,如何从0到1搭建一个聊天机器人, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add link https://item.jd.com/12630213.html for 《Chatbot从0到1》
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"句子互动的创始人,GitHub上开源项目Wechaty上面的联合作者,Wechaty在github上面有超过1万star,并搭建了一个覆盖全球的微信平台开发者社区,微软的 AI MVP,出版书:《Chatbot从0到1》,已经在京东上架,欢迎大家阅读,本次分享里面会简单介绍书中的内容,如何从0到1搭建一个聊天机器人," This looks like a sick sentence
image: /assets/2020/04-how-to-build-a-chatbot-from-zero-to-one-on-wechaty/homepage.webp | ||
--- | ||
|
||
> 作者: [lijiarui](https://github.com/lijiarui/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove author here.
- news | ||
- meetup | ||
- featured | ||
image: /assets/2020/04-how-to-build-a-chatbot-from-zero-to-one-on-wechaty/homepage.webp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the teaser to global ai teaser.
对话系统共分为三类: | ||
|
||
- 任务型更多是明确的任务目标,并且需要做一个参数化,主要是为了完成一个任务而做的对话系统,为了完成一个需求,比如订票订餐等等任务。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the useless line here.
- 任务型更多是明确的任务目标,并且需要做一个参数化,主要是为了完成一个任务而做的对话系统,为了完成一个需求,比如订票订餐等等任务。 | ||
|
||
- 问答型,同样也有任务目标,但是没有明确的参数化的请求,通常是一问一答,上下文匹配,用户提出一个问题,机器会在库里找一个相似的问题,把对应的答案推给用户,更多的时候是一个单人对话,而任务型更多的是一个多人对话,较复杂。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the useless line here.
点击 Application Information, 获取APP ID | ||
 | ||
|
||
- 任务2 - 将LUIS RESTFUL API 接入wechaty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to ### 任务2: 将LUIS RESTFUL API 接入wechaty
根据已有的LUIS 配置写示例代码 | ||
 | ||
|
||
- 任务3:运行代码 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to ### 任务3:运行代码
输入命令[git clone](https://github.com/lijiarui/chatbot-zero-to-one) | ||
 | ||
|
||
- 任务4:运行代码 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to ### 任务4:运行代码
运行 npm run start | ||
 | ||
用户发送,即可得到测试回复 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks strange you put an image in the middle of a sentence.
Please add the image in a new line.
### Welcome | ||
|
||
Bot Friday Club 报名方法 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks strange you put an image in the middle of a sentence.
Please add the image in a new line.
jekyll/_posts/2020-04-09-how-to-build-a-chatbot-from-zero-to-one-on-wechaty.md
Show resolved
Hide resolved
@gangena Please make GitHub action green. |
Merge for preparing |
Please make sure to check the following boxes creating your pull request, thank you very much!
Add Blog Header, including title, author, image, categories, tags, etc.
For example:
Keep all filenames lowercase, and use
-
to connect words instead of space. e.g.2017-10-06-wechat-pc-impactor.md
instead of2017-10-06-WeChat PC Impactor.md
Embed video/pdf from YouTube/Bilibili/local (if there's any) by using
{% include iframe.html src="URL_or_PATH" %}
. (Learn more about how to embed file/url in the post by reading this blog postSave photo to local before publishing, to a folder named by
${MONTH}-${YOUR_BLOG_SLUG}/
under/assets/2021/
directory.Select a beautiful and meaningful teaser image for your blog
Create your contributor profile (if you are a first time contributor)
For excample:
Here is the example file:
To learn more about the contribute guideline, visit: https://wechaty.js.org/docs/contributor-program/