Commit graph

141 commits

Author SHA1 Message Date
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
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