Commit graph

159 commits

Author SHA1 Message Date
botsharp2018 47623056f7 Add quick question and answer function. 2018-08-30 08:04:10 -05:00
Oceania2018 66b62fcd16 Fix database startup issue. 2018-08-29 17:24:12 -05:00
Oceania2018 f70176b184 Fix entity chunk issue. 2018-08-29 17:06:27 -05:00
Oceania2018 0f6a101de2 add agentDir. 2018-08-28 16:45:56 -05:00
botsharp2018 867ebc71f9 refactor training. 2018-08-28 09:58:35 -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 409a150e11 zip agent data. 2018-08-27 09:14:20 -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 af2bd8d89f Fix parser api for RASA UI. 2018-08-23 07:25:55 -05:00
Oceania2018 16ab106ce7 Fix traing issue using Rasa UI. 2018-08-22 23:24:13 -05:00
Oceania2018 f42a42d34e Add BotSharpTokenizer, BotSharpTagger for BotSharpAi pipeline. 2018-08-22 16:36:39 -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 fbd4c69b56 Add nlp tagger structure. 2018-08-16 17:27:50 -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 51f96a64ed Add fasttext dependent libs: cyg*.dll. Run in windows now. 2018-08-15 05:46:53 -05:00
haiping008@gmail.com d6fa0d8b4a Support import rasa nlu training data format. 2018-08-14 17:21:09 -05:00
Oceania2018 027b9fdbe4 add rasa rest api. 2018-08-14 09:23:15 -05:00
Bo Peng 343a300680 optimised the SpaCyTokenizer API . Right now it will post a list of sentence and call spacy provider once to get all the tokens and poses. 2018-08-13 16:52:17 -05:00
Bolo 97d644e5fe intergrate nltk tokenizerin pipeline 2018-08-13 14:30:30 -05:00
Oceania2018 a68e920ebf Separate training and predictive processing pipelines so that new processes can be added at any time during prediction without retraining the model. 2018-08-12 23:14:02 -05:00
Haiping 3779704aac change bot.json config structure. 2018-08-12 13:42:27 -05:00
Oceania2018 e1fb0d82e8 Added WitAiEntityRecognizer pipe. 2018-08-11 23:52:38 -05:00
Oceania2018 bd910918e4 Add NER interace. 2018-08-11 13:17:15 -05:00
Bolo 9f87349ec0 Added MergeEntity API to realize union entity prediction 2018-08-10 17:13:59 -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 f656f3a42a Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-08-10 10:44:15 -05:00
haiping008@gmail.com 878cec90a1 Add fasttext predict intent data. 2018-08-10 10:43:05 -05:00
Bolo 6e7f060c7d finish the Predict API by putting the predict result in pipeline 2018-08-10 10:42:00 -05:00
Bolo fa2aaac3e6 adding remove temp testing file in predict api in CRFSuiteNER 2018-08-10 09:52:31 -05:00
Bolo 6730e522f1 add crfsuitNER predict API 2018-08-09 16:59:04 -05:00
haiping008@gmail.com efadfddf7b Add PipeSettings to hold common settings for training or predit. 2018-08-09 16:54:52 -05:00
Bolo b72717cedf update code with Oceania 2018-08-09 16:06:40 -05:00
haiping008@gmail.com 2c35f6177a Added fasttext classification trainer pipeline. 2018-08-09 15:22:53 -05:00
haiping008@gmail.com ec67e768a0 Add persist and load model function. 2018-08-08 16:39:00 -05:00
Bolo 5486eb43a2 initial the CRFNerPredict API 2018-08-08 09:45:35 -05:00
Oceania2018 18253d6fea Import CmdHelper.Run 2018-08-08 06:03:17 -05:00
haiping008@gmail.com 2927aef12e Fix cqdb_writer_close strncpy_s memory issue in Windows. 2018-08-07 17:13:55 -05:00
Bolo 6c598952c7 fixed the string join bug for sebis 2018-08-06 13:45:14 -05:00
Bolo fa0152cc18 updated code from Oceania 2018-08-06 13:44:22 -05:00
haiping008@gmail.com b389d837f2 Fix Sebis import expression data sequence issue. 2018-08-06 13:39:26 -05:00
haiping008@gmail.com 7bfe6b50b8 Fix space missing before entity. 2018-08-06 11:59:55 -05:00
haiping008@gmail.com 15af4c0797 Fix get corpus is empty for Sebis trainer. 2018-08-06 11:59:55 -05:00
haiping008@gmail.com 6b7f9671f3 Fix space missing before entity. 2018-08-06 11:59:03 -05:00
haiping008@gmail.com 60844b94b2 Fix get corpus is empty for Sebis trainer. 2018-08-06 10:51:49 -05:00
Bolo c6ea723976 come accross the loading corpus problem in GetIntentExpressions 2018-08-06 10:29:14 -05:00
Oceania2018 e17d2532d9 Parse Sebis benchmark corpus. 2018-08-05 17:58:55 -05:00
Bolo 921e1fbc0c add sebis agent 2018-08-03 17:18:40 -05:00
Bolo f01016dab5 move ner.cs and crfutils.cs from Engine to Machine Learning 2018-08-01 16:40:51 -05:00
Bolo bba58f4510 pull code from Oceania 2018-08-01 16:08:09 -05:00
Bolo 1f28cdc15f build spacy tagger in pipeline/create ner in crf/ build wrapper:Crfutils 2018-08-01 15:25:50 -05:00
Oceania2018 51113f98b2 Abstract Bot Platform query interface, add platform dependency injection. 2018-07-31 23:29:55 -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 fd8f6204e6 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-07-18 20:56:39 -05:00
Oceania2018 aeb5ff8766 added facebook messenger webhook 2018-07-18 20:56:17 -05:00
Deep-Blue-2013 dbd0d9ac04 add train interface 2018-07-18 11:18:34 -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
Bo Peng 0c2a37aac5 Items api in feature 2018-07-12 16:22:42 -05:00
Oceania2018 1c5b714603 refactor IBotPlatform structure 2018-07-12 10:07:05 -05:00
Bo Peng e5d878a781 add carf ner 2018-07-11 10:36:27 -05:00
Oceania2018 a653aab13d fix use says is empty. 2018-06-25 07:38:34 -05:00
haiping008@gmail.com 3019a3a17a Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-06-22 14:42:58 -05:00
haiping008@gmail.com d29c74b3ad Add missing entity type when importing from Dialogflow 2018-06-22 14:42:53 -05:00
Oceania2018 5194689db4 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-06-21 20:10:24 -05:00
Oceania2018 c9dda29e53 add conversation debug log 2018-06-21 20:10:20 -05:00
Bo Peng cf7bae8893 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-06-21 14:54:42 -05:00
Bo Peng d2c4fa3f36 SpaCy Entity Recognizer 2018-06-21 14:54:36 -05:00
haiping008@gmail.com e4fe4b2a1e fix missing parameter promote 2018-06-21 14:14:06 -05:00
Oceania2018 cc36b8bd01 fix resposne message parameter 2018-06-19 07:25:19 -05:00
haiping008@gmail.com ad309dc68d train model by input contexts. 2018-06-18 17:15:32 -05:00
Oceania2018 220b6ad209 TrainAgentPerContextTest 2018-06-18 09:15:54 -05:00
Bo Peng 48672c979e Update SpaCy server python script 2018-06-15 12:40:39 -05:00
Bo Peng bbbcf93ca6 Add SpaCy TextCategorizer component 2018-06-15 12:39:24 -05:00
haiping008@gmail.com 86561ed839 SpaCy entitize 2018-06-14 14:23:24 -05:00
Oceania2018 194f661545 Add pipline pattern 2018-06-14 10:03:01 -05:00
Oceania2018 e1b585a578 Fix custom payload format 2018-06-14 07:42:50 -05:00
Oceania2018 36a95c8a63 refactor file hierarchy 2018-06-14 07:01:17 -05:00
haiping008@gmail.com ebf6c8fb86 added SpaCy tokenizer and featurizer 2018-06-13 17:17:35 -05:00
Oceania2018 4cacb5cb0c Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-06-13 07:23:09 -05:00
Oceania2018 f933f8d183 components 2018-06-13 07:23:03 -05:00
Bo Peng 30424f7b6d Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-06-12 16:14:46 -05:00
Bo Peng 773a5697d9 intent cant including slash 2018-06-12 16:14:33 -05:00
Oceania2018 0de330d1d0 Support Default Fallback Intent 2018-06-11 14:48:25 -05:00
Oceania2018 4c91f6475f Add missing parameter prompt 2018-06-07 00:53:38 -05:00
Oceania2018 6d9cf5ddbb fix user expression parts order 2018-06-06 11:20:02 -05:00
Oceania2018 96e976fbe0 Upgrade .Net Core to 2.1 2018-06-05 06:40:45 -05:00
Oceania2018 33d6aa1f2a intent detail fix 2018-06-02 22:53:54 -05:00
Oceania2018 a858e1c4f8 remove lang in response message. 2018-05-27 10:35:16 -05:00
Oceania2018 79e641c4a8 Supportt Rasa NLU 0.12.x 2018-05-24 08:10:10 -05:00
Oceania2018 4485d65b7d convert payload to JObject 2018-05-23 00:11:15 -05:00
haiping008@gmail.com 083f2640ad add entity and synonym api 2018-05-21 19:39:33 -05:00
Oceania2018 c235108d29 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-05-21 08:28:48 -05:00
Oceania2018 e1291ae214 change agent data table definition. 2018-05-21 08:28:19 -05:00
haiping008@gmail.com 84e107c19b fill parameter value for reply message 2018-05-09 09:50:16 -05:00