Commit graph

375 commits

Author SHA1 Message Date
Oceania2018 50b3a3c7ab start working with dialogflow. 2018-10-02 14:49:37 -05:00
Oceania2018 fc25c6d634 docs update 2018-10-02 11:51:23 -05:00
Oceania2018 34998f7c09 update docs 2018-10-02 11:46:24 -05:00
Oceania2018 989d0362b9 fix training bug 2018-10-02 07:13:28 -05:00
Oceania2018 ae99ce5ba7 complete text request function 2018-10-01 21:49:01 -05:00
Oceania2018 b4a8d4919c make IAgentStorage configurable in json. 2018-10-01 16:28:40 -05:00
Oceania2018 f796df748e training api. 2018-10-01 12:15:17 -05:00
Oceania2018 a5d90db155 agent, intent, entity persist completed. 2018-10-01 08:36:39 -05:00
Oceania2018 7b97e22088 Add redis as optional storage 2018-09-30 20:27:57 -05:00
Oceania2018 374a82f17b fix intent edit for articulate. 2018-09-30 16:52:33 -05:00
Oceania2018 5fc98cc327 articulate integration in progress. 2018-09-30 10:11:36 -05:00
Oceania2018 a06745ffb0 refactor articulate platform 2018-09-29 13:18:34 -05:00
Oceania2018 43cac5c07c Clearn projects. 2018-09-28 23:25:54 -05:00
Oceania2018 a701ab8d3f Purge unnecessary code. 2018-09-28 23:21:44 -05:00
Oceania2018 d9e1b40d1c Refactoring the system, abstracting the platform builder, and decouple the implementation of each platform. 2018-09-28 17:25:55 -05:00
Oceania2018 d96febbc22 Replace Articulate API, in progress. 2018-09-27 19:49:43 -05:00
geffzhang 257be5505d
Merge pull request #4 from Oceania2018/master
merge newestcode
2018-09-27 20:17:40 +08:00
Oceania2018 e591a4965b Fix Spotify unit test path issue. 2018-09-26 20:55:21 -05:00
Oceania2018 a211a6a8c7 Add CountFeatureExtractor. Add Matrix Shape. Fix SVMClassifier. 2018-09-26 17:09:39 -05:00
Oceania2018 e8020c722f Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-26 06:45:45 -05:00
Oceania2018 930cc700b9 Abstractor BotSharpIntentClassifier 2018-09-26 06:45:35 -05:00
Oceania 3d9ef3f582
Add wechat group QRCode 2018-09-25 12:45:47 -05:00
Oceania2018 e20d7b48a3 Add entities and intents interface for Dialogflow mode. 2018-09-25 12:35:08 -05:00
Oceania2018 9c99580317 Fix training corpus format bug for RASA mode. 2018-09-24 13:05:58 -05:00
Obrain2016 3de85e39e7
Update installation.rst 2018-09-24 10:09:43 -05:00
Obrain2016 a8db08990b
Update docker-compose-rasaui.yml 2018-09-24 10:02:39 -05:00
Obrain2016 83f64b7575
Update docker-compose-articulateui.yml 2018-09-24 10:02:24 -05:00
Obrain2016 7eb30ded8f
Update DIALOGFLOW.Dockerfile 2018-09-24 10:02:08 -05:00
Obrain2016 df6de1bdbf
Update RASA.Dockerfile 2018-09-24 10:01:50 -05:00
Oceania2018 1dad8be2be 1: Add NAudio library to handle audio stream. 2: Change Settings location. 3: Organize docker files. 2018-09-23 10:16:29 -05:00
Oceania2018 6898d851f7 Dialogflow compatibility improvement 1 2018-09-21 15:11:57 -05:00
Oceania2018 67418fa309 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-21 06:03:09 -05:00
Oceania2018 6019d9268f 1. Embed jieba.NET source code.
2. Remove publish profile.
3. Fix docker build
2018-09-21 06:02:58 -05:00
Oceania dac3f35044
Update README.rst 2018-09-20 22:12:25 -05:00
Oceania2018 6eeb617dbf Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-20 16:18:49 -05:00
Oceania2018 293dececc6 add publish profile 2018-09-20 16:18:34 -05:00
Oceania 47c1cc191a
Update installation.rst 2018-09-20 15:20:36 -05:00
Oceania2018 627eb0d6fb Remove unnecessary configs in WebHost.csproj 2018-09-20 14:17:02 -05:00
haiping008@gmail.com 950cc3068c Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-20 11:45:49 -05:00
haiping008@gmail.com f016920462 Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
Oceania 151d54ba2b
Update README.rst 2018-09-20 09:47:18 -05:00
Oceania 8c99bda06a
Update README.rst 2018-09-20 09:46:45 -05:00
haiping008@gmail.com 1c22206fe0 Fix tokenizer compile issue in unit test.
Add Jieba tokenizer for Chinese chabot.
2018-09-19 23:13:12 -05:00
botsharp2018 67c2cf7e5c Make pipline part options more configurable. 2018-09-19 19:19:04 -05:00
Oceania 512b59625a
Update README.rst 2018-09-17 13:46:08 -05:00
botsharp2018 bcc495e4a7 Add HiddenMarkovModel algorithm. 2018-09-17 07:31:54 -05:00
Oceania f4b2b502cf
Update README.rst 2018-09-16 10:21:18 -05:00
geffzhang d6d26c695d
Merge pull request #3 from Oceania2018/master
merge newest code
2018-09-16 22:02:05 +08:00
Oceania2018 4d5698aa53 update gitter link position 2018-09-14 16:53:51 -05:00
Oceania2018 d5fa0d502a remove logo due to size issue 2018-09-14 16:51:28 -05:00