Commit graph

16 commits

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