Commit graph

4767 commits

Author SHA1 Message Date
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
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
Oceania e8cbfa5f59
Merge pull request #4 from PppBr/master
add removing temp file func in Predict() API
2018-08-10 09:55:07 -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
Oceania ca41dd2ee8
Merge pull request #3 from PppBr/master
come accross the loading corpus problem in GetIntentExpressions
2018-08-06 10:32:22 -05:00
Bolo c6ea723976 come accross the loading corpus problem in GetIntentExpressions 2018-08-06 10:29:14 -05:00
Oceania2018 4666fd1e8f add network error message. 2018-08-06 00:01:00 -05:00
Oceania2018 e17d2532d9 Parse Sebis benchmark corpus. 2018-08-05 17:58:55 -05:00
Oceania 1c3c49e501
Merge pull request #2 from PppBr/master
add sebis agent
2018-08-03 17:22:02 -05:00
Oceania 70f53435bf
Merge branch 'master' into master 2018-08-03 17:21:29 -05:00
Bolo 921e1fbc0c add sebis agent 2018-08-03 17:18:40 -05:00
Oceania2018 fe47fa2d5c Added account initialization. 2018-08-02 22:54:23 -05:00
Oceania2018 33181e5db6 Merge with bolo's CRF algrithm. 2018-08-02 16:20:38 -05:00
Oceania2018 e22086cc88 Add data initializer. 2018-08-02 16:14:46 -05:00
Oceania dab33025c4
Merge pull request #1 from PppBr/master
Merge for CRFsuite algrithm
2018-08-01 17:15:54 -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 69c437224c Add UI 2018-08-01 07:17:13 -05:00
Oceania2018 51113f98b2 Abstract Bot Platform query interface, add platform dependency injection. 2018-07-31 23:29:55 -05:00
Oceania2018 6f1ea96289 add information entropy 2018-07-28 13:01:22 -05:00
Oceania2018 535854df1f Add WordNet algorithm 2018-07-28 12:56:15 -05:00
Oceania2018 880488ea18 Merge branch 'master' of https://github.com/Oceania2018/BotSharp 2018-07-19 22:23:33 -05:00
Oceania f2209677de
Update README.md 2018-07-19 22:15:38 -05:00
Oceania 1296baac55
update readme 2018-07-19 19:04:44 -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