Commit graph

63 commits

Author SHA1 Message Date
botsharp2018 09282234e4 add response parameters. 2018-10-24 23:54:26 -05:00
botsharp2018 f01e64a5c5 NuGet 1.7.1, Simplify installation. 2018-10-21 09:03:12 -05:00
botsharp2018 626b882b05 remove duplicate picture 2018-10-18 22:47:42 -05:00
zhangyanbo2007 b511e53e4f change project configuration
AgentStorageInRedis->AgentStorageInMemory
2018-10-17 03:47:11 +08:00
botsharp2018 c69bfbd38e release to nuget. remove external libraries. 2018-10-08 21:56:46 -05:00
PppBr ea4b401f83 model route change to dynamic 2018-10-03 17:33:15 -05:00
Oceania2018 d0e89f777d make word2vec pre-traind model path is configurable. 2018-10-03 17:28:47 -05:00
PppBr 8c00131a69 added word embedding for svm classifer. 2018-10-03 16:49:40 -05:00
PppBr 22e6fa0ee1 use distributed embedding instead of one hot encoding in SVMclassifier 2018-10-03 12:15:46 -05:00
Oceania2018 50b3a3c7ab start working with dialogflow. 2018-10-02 14:49:37 -05:00
Oceania2018 b4a8d4919c make IAgentStorage configurable in json. 2018-10-01 16:28:40 -05:00
Oceania2018 a701ab8d3f Purge unnecessary code. 2018-09-28 23:21:44 -05:00
Oceania2018 d96febbc22 Replace Articulate API, in progress. 2018-09-27 19:49:43 -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
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 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 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
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
Oceania2018 567dcc335d Added Lidstone smoothing estimator. 2018-09-06 17:32:51 -05:00
Oceania2018 6b2007af69 Monthly update release. 2018-09-05 23:45:09 -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