Commit graph

220 commits

Author SHA1 Message Date
botsharp2018 2c4872f068 add BotSharpCRFNer to bot process pipeline 2018-09-14 09:10:35 -05:00
botsharp2018 f1e6132392 simplify CRFLite decode unit test.
Remove parallal test.
2018-09-14 08:09:52 -05:00
botsharp2018 7bcec7260d fix unit test data format issue. 2018-09-14 07:23:37 -05:00
Esther2013 83b99102f2 remove all external algorithm libraries.
add crflite encode and decode unit test.
2018-09-14 06:49:52 -05:00
Oceania2018 dfcfb1eaa4 Fix dockerfile bug. 2018-09-13 16:52:19 -05:00
Oceania2018 0b09b20103 Improve intent accuracy greater than 0.7 2018-09-13 15:01:40 -05:00
Esther2013 a173569681 intent accuray up to 0.41. 2018-09-13 07:37:26 -05:00
Esther2013 a8c5242c7b extractor key words from document. 2018-09-12 23:33:34 -05:00
Oceania2018 1528bd42ff TF-IDF 2018-09-12 17:52:10 -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 ee115ebde6 update CookingTest 2018-09-11 17:46:07 -05:00
Oceania2018 aec1984ab8 define bin model 2018-09-11 17:29:36 -05:00
Oceania2018 f87e506417 Fix MultinomiaNaiveBayes bug. 2018-09-11 16:17:12 -05:00
Esther2013 b89ced3321 Add word vector interface for NB text classifier. 2018-09-11 07:11:21 -05:00
botsharp2018 f200554768 One Hot Encoding 2018-09-10 22:35:33 -05:00
Oceania2018 d8afcb0692 Text classification performance upate. 2018-09-10 17:25:41 -05:00
botsharp2018 1f5bdbbc82 Multinomial Naive Bayes 2018-09-09 22:56:32 -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
botsharp2018 a26c4fa1da Added Fasttext labeled data reader. 2018-09-08 22:59:01 -05:00
botsharp2018 378bd43f09 Allow multiple classifications. 2018-09-08 20:51:16 -05:00
botsharp2018 5c3d3fea64 Shuffle and Reduce utility functions 2018-09-08 20:47:53 -05:00
Oceania2018 3c2755f579 Change Lidstone smooth estimator for NB. Still in progres. 2018-09-07 17:24:57 -05:00
botsharp2018 fde6508fea update docs. 2018-09-07 07:22:45 -05:00
Oceania2018 567dcc335d Added Lidstone smoothing estimator. 2018-09-06 17:32:51 -05:00
Oceania2018 1251baad2a Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-05 23:45:18 -05:00
Oceania2018 6b2007af69 Monthly update release. 2018-09-05 23:45:09 -05:00
Oceania b4a2f0628e
Create CONTRIBUTING.md 2018-09-05 23:38:08 -05:00
Oceania2018 e80084068f Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-05 17:33:50 -05:00
Oceania2018 f61859e5a4 Add CorrectTokenPosition to modify token start position. 2018-09-05 17:33:42 -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 42e62f0d00 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-09-05 14:39:36 -05:00
Bolo Peng 3347881031 SVMClassifier pipeline dev finish 2018-09-05 14:38:37 -05:00
Oceania2018 3e55192606 Added Penn Treebank Tokenizer. 2018-09-05 13:53:58 -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 fd1738e264 add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22: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
Obrain2016 bdf98a2469
Update docker-compose-articulateui.yml 2018-08-31 16:03:11 -05:00
Oceania2018 83d09ffb8d Add colorful console log.
Fix response format.
2018-08-31 12:52:52 -05:00
Oceania2018 d4dc07171f update install docs. 2018-08-30 22:04:50 -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
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
Obrain2016 8a12e2e825 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-08-28 16:25:05 -05:00