Commit graph

152 commits

Author SHA1 Message Date
Oceania2018 47a94e89b8 Build-in a platform of Dialogflow emulator. 2018-10-28 21:16:55 -05:00
Oceania2018 fd88e40376 remove NLP dependency 2018-10-26 08:09:44 -05:00
Oceania2018 562b5dd7c5 Add fallback function. 2018-10-25 21:30:59 -05:00
Oceania2018 c5abe02f77 add multiple language config 2018-10-25 17:17:51 -05:00
botsharp2018 09282234e4 add response parameters. 2018-10-24 23:54:26 -05:00
Oceania2018 b1b88b331a conversation contextx, not finished yet. 2018-10-24 16:57:48 -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 3bfe8d26e1 share AgentStorageFactory 2018-10-11 08:24:50 -05: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 98e846dd38 migrate RasaAI 2018-10-03 22:39:39 -05:00
Oceania2018 d0e89f777d make word2vec pre-traind model path is configurable. 2018-10-03 17:28:47 -05:00
Oceania2018 78fe7deb5f dialogflow query controller 2018-10-03 14:22:51 -05:00
Oceania2018 a4be554d6c fix training issue 2018-10-03 12:21:19 -05:00
Oceania2018 b929aa272e abstract engine object. 2018-10-03 09:13:32 -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 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 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
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 930cc700b9 Abstractor BotSharpIntentClassifier 2018-09-26 06:45:35 -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 f016920462 Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -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
Oceania2018 0c41b47057 Fix NER offset issue. 2018-09-14 11:31:35 -05:00
botsharp2018 2c4872f068 add BotSharpCRFNer to bot process pipeline 2018-09-14 09:10:35 -05:00
Oceania2018 0b09b20103 Improve intent accuracy greater than 0.7 2018-09-13 15:01:40 -05:00
Oceania2018 30f0eea87c Intergate NBClassifier into NLP pipeline. 2018-09-12 15:31:20 -05:00
Esther2013 347cd5cd9c New NBayesClassifier for Chatbot 2018-09-12 07:34:56 -05:00
Oceania2018 aec1984ab8 define bin model 2018-09-11 17:29:36 -05:00
botsharp2018 553d5c231e Encapsulate NaiveBayes' theorem and add optional smoother function. 2018-09-09 10:32:10 -05:00
botsharp2018 1c47465878 Abstract Bayes algorithm structure. 2018-09-09 09:36:22 -05:00
Bolo Peng ee27d804c2 try doc2vec using spacy, the svm classification based on that does NOThave a good performance 2018-09-05 17:10:47 -05:00
Bolo Peng 3347881031 SVMClassifier pipeline dev finish 2018-09-05 14:38:37 -05:00
Bolo Peng a05968292f merge NLP project back to BotSharp and keep on constructing SVM pipeline 2018-09-04 17:34:41 -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 4d3350de18 Integrated with Articulate UI. 2018-08-30 21:59:36 -05:00
botsharp2018 47623056f7 Add quick question and answer function. 2018-08-30 08:04:10 -05:00