Commit graph

159 commits

Author SHA1 Message Date
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 d3fd87cc2a change response format. 2018-08-23 23:10:30 -05:00
botsharp2018 465e3b97e8 Fix parse entity issue for Rasa UI. 2018-08-23 20:05:20 -05:00
Oceania2018 c0efaf0346 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-08-23 19:33:34 -05:00
Oceania2018 02144c165f Upgrade AspNetCore to 2.1.3 2018-08-23 19:33:16 -05:00
Obrain2016 46ee41909a
Update README.rst 2018-08-23 15:30:38 -05:00
Obrain2016 18a4578084
Add Rasa UI integration 2018-08-23 15:28:25 -05:00
Obrain2016 02368e6899
Add docker compose file 2018-08-23 15:22:05 -05:00
Obrain2016 fd6d5e34df
Update Dockerfile 2018-08-23 10:20:32 -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 74d884be2f remove incompatitle annotation 2018-08-21 17:51:29 -05:00
Oceania2018 a7acf7e14d change compilation symbol and fix Sqlite database isssue. 2018-08-21 17:37:09 -05:00
Oceania2018 a7e0280b1d Add SVM low level machine learning algorithm, prepare for NLP text classification. 2018-08-21 09:43:24 -05:00
Oceania2018 6bf552b20a change markdown to reStructuredText. 2018-08-19 22:47:53 -05:00
Oceania2018 8963d1c5a7 relocate index.rst 2018-08-19 16:36:06 -05:00
Oceania2018 5c17380bc6 Integrated with sphinx-autobuild and reStructuredText for documentation. 2018-08-19 10:16:46 -05:00
Oceania2018 0980eb9d23 init CommonMark document construction tool 2018-08-19 09:31:36 -05:00
Oceania2018 fb8558f1f8 update introduction. 2018-08-19 08:53:52 -05:00
Oceania2018 1a7c8ce612 CRFLite encoder and decoder. 2018-08-18 22:42:51 -05:00
Oceania2018 db0c75a04b initial CRFLite algrithm. 2018-08-18 16:13:49 -05:00
Oceania2018 cf5c0e0535 UniGram, BiGram, TriGram passed. 2018-08-18 00:44:18 -05:00
Oceania2018 f8a93f225d Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-08-17 22:25:15 -05:00
Oceania2018 ce0d86c837 Release BotSharp.NLP 0.1.0 2018-08-17 22:25:10 -05:00
haiping008@gmail.com f4d852b651 Optimize NGramTagger. 2018-08-17 17:22:05 -05:00
haiping008@gmail.com e97a38da0d create a general ngram tagger. 2018-08-17 15:49:29 -05:00
haiping008@gmail.com fbd4c69b56 Add nlp tagger structure. 2018-08-16 17:27:50 -05:00
Oceania2018 3f150fbbb7 Add RegexStemmer and unit test. 2018-08-15 23:17:42 -05:00
Oceania2018 329a77605e Finish RegexTokenizerTest unit test. 2018-08-15 22:08:17 -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
haiping008@gmail.com 122b5bad71 update botsharp dockerfile and add spaCy dockerfile. 2018-08-13 17:14:19 -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 b5135ab236 docker pull microsoft/aspnetcore-build 2018-08-13 11:12:10 -05:00
Oceania2018 fde4c0eb36 init Dockerfile 2018-08-13 07:26:12 -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
Oceania d63eaf2849
Merge pull request #5 from PppBr/master
finish the Predict API by putting the predict result in pipeline
2018-08-10 10:43:39 -05:00