Commit graph

28 commits

Author SHA1 Message Date
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
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 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 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 f61859e5a4 Add CorrectTokenPosition to modify token start position. 2018-09-05 17:33:42 -05:00
Oceania2018 3e55192606 Added Penn Treebank Tokenizer. 2018-09-05 13:53:58 -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
Oceania2018 0885ff37ec Move out NLP project. 2018-08-22 10:45:50 -05:00
Oceania2018 cf5c0e0535 UniGram, BiGram, TriGram passed. 2018-08-18 00:44:18 -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