Commit graph

25 commits

Author SHA1 Message Date
botsharp2018 67c2cf7e5c Make pipline part options more configurable. 2018-09-19 19:19:04 -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 0f6a101de2 add agentDir. 2018-08-28 16:45:56 -05:00
botsharp2018 867ebc71f9 refactor training. 2018-08-28 09:58:35 -05:00
Oceania2018 16ab106ce7 Fix traing issue using Rasa UI. 2018-08-22 23:24:13 -05:00
haiping008@gmail.com 443e60c9b1 add BotSharp.NLP library, finish RegexTokenizer. 2018-08-15 17:37:23 -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
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
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
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 efadfddf7b Add PipeSettings to hold common settings for training or predit. 2018-08-09 16:54:52 -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
haiping008@gmail.com 2927aef12e Fix cqdb_writer_close strncpy_s memory issue in Windows. 2018-08-07 17:13:55 -05:00
haiping008@gmail.com 60844b94b2 Fix get corpus is empty for Sebis trainer. 2018-08-06 10:51:49 -05:00
Bolo c6ea723976 come accross the loading corpus problem in GetIntentExpressions 2018-08-06 10:29:14 -05:00
Oceania2018 e22086cc88 Add data initializer. 2018-08-02 16:14:46 -05:00
Bo Peng e5d878a781 add carf ner 2018-07-11 10:36:27 -05:00
Bo Peng bbbcf93ca6 Add SpaCy TextCategorizer component 2018-06-15 12:39:24 -05:00
haiping008@gmail.com 86561ed839 SpaCy entitize 2018-06-14 14:23:24 -05:00
Oceania2018 194f661545 Add pipline pattern 2018-06-14 10:03:01 -05:00
haiping008@gmail.com ebf6c8fb86 added SpaCy tokenizer and featurizer 2018-06-13 17:17:35 -05:00
Oceania2018 f933f8d183 components 2018-06-13 07:23:03 -05:00