Merge pull request #30 from dotnetcore/v0.2

add text response property.
This commit is contained in:
Oceania 2018-11-05 19:20:19 -06:00 committed by GitHub
commit 1dfb178511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -18,6 +18,8 @@ namespace BotSharp.Platform.Models.AiResponse
public string Source { get; set; } public string Source { get; set; }
public string Text { get; set; }
public double Score { get; set; } public double Score { get; set; }
public List<NlpEntity> Entities { get; set; } public List<NlpEntity> Entities { get; set; }

View file

@ -19,9 +19,6 @@ The Open Source AI Chatbot Platform Builder
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true .. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
This project is for learning purposes only, please do not use it in a production environment.
**********************************************************************************************
*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."* *"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*
**BotSharp** is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier. **BotSharp** is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier.

View file

@ -18,8 +18,6 @@
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true .. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任
**************************************************************************************************
*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."* *"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*