Commit graph

62 commits

Author SHA1 Message Date
Oceania2018 47a94e89b8 Build-in a platform of Dialogflow emulator. 2018-10-28 21:16:55 -05:00
Oceania2018 be82a47ed2 remove unnecessary projects. 2018-10-26 10:35:31 -05:00
Oceania2018 fd88e40376 remove NLP dependency 2018-10-26 08:09:44 -05:00
Oceania2018 c5abe02f77 add multiple language config 2018-10-25 17:17:51 -05:00
botsharp2018 086d297f52 add AgentStorageInFile 2018-10-21 22:47:51 -05:00
botsharp2018 f01e64a5c5 NuGet 1.7.1, Simplify installation. 2018-10-21 09:03:12 -05:00
botsharp2018 c226aca91c fix default platform settings bug. 2018-10-12 23:12:21 -05:00
botsharp2018 c69bfbd38e release to nuget. remove external libraries. 2018-10-08 21:56:46 -05:00
geffzhang 864cc1456a fix : dynamic load assymbly 2018-10-05 20:52:02 +08:00
geffzhang 83b9a2347e refactor di and modify async/await
feat : refactor di and modify async/await
2018-10-05 14:39:39 +08:00
Oceania2018 b929aa272e abstract engine object. 2018-10-03 09:13:32 -05:00
Oceania2018 979fbcfd7d seperate platfrom extension 2018-10-03 06:58:34 -05:00
Oceania2018 d656f4a75f dialogflow upload and training 2018-10-03 01:00:07 -05:00
Oceania2018 201a5f2ea0 refactor for dialogflow 2018-10-02 20:44:11 -05:00
Oceania2018 7b97e22088 Add redis as optional storage 2018-09-30 20:27:57 -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
Oceania2018 6898d851f7 Dialogflow compatibility improvement 1 2018-09-21 15:11:57 -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
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
Oceania2018 0b09b20103 Improve intent accuracy greater than 0.7 2018-09-13 15:01:40 -05:00
botsharp2018 5c3d3fea64 Shuffle and Reduce utility functions 2018-09-08 20:47:53 -05:00
botsharp2018 fde6508fea update docs. 2018-09-07 07:22:45 -05:00
Oceania2018 6b2007af69 Monthly update release. 2018-09-05 23:45:09 -05:00
Oceania2018 4037160abd Added RASA and DIALOGFLOW compile condition. 2018-09-04 15:39:51 -05:00
Oceania2018 dbdfb28048 Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
Bolo Peng a22a61f49f Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-08-31 16:20:19 -05:00
Bolo Peng 1d16d9d55d developed labeledFeatureSet API and build the SVMClassifier in pipline 2018-08-31 16:20:12 -05:00
Oceania2018 83d09ffb8d Add colorful console log.
Fix response format.
2018-08-31 12:52:52 -05:00
Oceania2018 f70176b184 Fix entity chunk issue. 2018-08-29 17:06:27 -05:00
Oceania2018 8ee00fab36 Cancel the dependency on the database, restore the Bot to the file system, and separate the Bot NLP Engine and the pre-Bot Platform system. Complete the AgentImporterInDialogflow function. 2018-08-27 16:04:00 -05:00
botsharp2018 a160070673 upgrade BotSharp.NLP library 2018-08-24 09:52:50 -05:00
botsharp2018 7e9927b1f8 Fix rasa ui response entity data format issue. 2018-08-24 09:47:40 -05:00
Oceania2018 02144c165f Upgrade AspNetCore to 2.1.3 2018-08-23 19:33:16 -05:00
Oceania2018 0885ff37ec Move out NLP project. 2018-08-22 10:45:50 -05:00
Oceania2018 a7acf7e14d change compilation symbol and fix Sqlite database isssue. 2018-08-21 17:37:09 -05:00
haiping008@gmail.com 443e60c9b1 add BotSharp.NLP library, finish RegexTokenizer. 2018-08-15 17:37:23 -05:00
Oceania2018 cd72868f38 Support multiple models for one agent. 2018-08-15 06:34:27 -05:00
Oceania2018 bd910918e4 Add NER interace. 2018-08-11 13:17:15 -05:00
haiping008@gmail.com dd997752a0 Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
haiping008@gmail.com 878cec90a1 Add fasttext predict intent data. 2018-08-10 10:43:05 -05:00
haiping008@gmail.com efadfddf7b Add PipeSettings to hold common settings for training or predit. 2018-08-09 16:54:52 -05:00
Oceania2018 18253d6fea Import CmdHelper.Run 2018-08-08 06:03:17 -05:00
Oceania2018 fe47fa2d5c Added account initialization. 2018-08-02 22:54:23 -05:00
Oceania2018 e22086cc88 Add data initializer. 2018-08-02 16:14:46 -05:00
Oceania2018 535854df1f Add WordNet algorithm 2018-07-28 12:56:15 -05:00
Oceania2018 66a0e9e60a fix dialogflow v1 query post format bug. 2018-07-18 22:31:17 -05:00
Oceania2018 ff54c0a124 Add machine learning project. 2018-07-17 11:22:31 -05:00
Oceania2018 3fcd6a3996 Abstract bot platform infrastrature, decouple modules. 2018-07-15 07:31:52 -05:00
Oceania2018 bb4231ad7f Add WebHost and RestApi infrastructure. 2018-07-13 07:21:40 -05:00