Oceania2018
|
201a5f2ea0
|
refactor for dialogflow
|
2018-10-02 20:44:11 -05:00 |
|
Oceania2018
|
50b3a3c7ab
|
start working with dialogflow.
|
2018-10-02 14:49:37 -05:00 |
|
Oceania2018
|
34998f7c09
|
update docs
|
2018-10-02 11:46:24 -05:00 |
|
Oceania2018
|
989d0362b9
|
fix training bug
|
2018-10-02 07:13:28 -05:00 |
|
Oceania2018
|
f796df748e
|
training api.
|
2018-10-01 12:15:17 -05:00 |
|
Oceania2018
|
a5d90db155
|
agent, intent, entity persist completed.
|
2018-10-01 08:36:39 -05:00 |
|
Oceania2018
|
a06745ffb0
|
refactor articulate platform
|
2018-09-29 13:18:34 -05:00 |
|
Oceania2018
|
a701ab8d3f
|
Purge unnecessary code.
|
2018-09-28 23:21:44 -05:00 |
|
Oceania2018
|
d9e1b40d1c
|
Refactoring the system, abstracting the platform builder, and decouple the implementation of each platform.
|
2018-09-28 17:25:55 -05:00 |
|
Oceania2018
|
d96febbc22
|
Replace Articulate API, in progress.
|
2018-09-27 19:49:43 -05:00 |
|
Oceania2018
|
e591a4965b
|
Fix Spotify unit test path issue.
|
2018-09-26 20:55:21 -05:00 |
|
Oceania2018
|
930cc700b9
|
Abstractor BotSharpIntentClassifier
|
2018-09-26 06:45:35 -05:00 |
|
Oceania2018
|
1dad8be2be
|
1: Add NAudio library to handle audio stream. 2: Change Settings location. 3: Organize docker files.
|
2018-09-23 10:16:29 -05:00 |
|
Oceania2018
|
6898d851f7
|
Dialogflow compatibility improvement 1
|
2018-09-21 15:11:57 -05:00 |
|
Oceania2018
|
6019d9268f
|
1. Embed jieba.NET source code.
2. Remove publish profile.
3. Fix docker build
|
2018-09-21 06:02:58 -05:00 |
|
Oceania2018
|
293dececc6
|
add publish profile
|
2018-09-20 16:18:34 -05:00 |
|
Oceania2018
|
627eb0d6fb
|
Remove unnecessary configs in WebHost.csproj
|
2018-09-20 14:17:02 -05:00 |
|
haiping008@gmail.com
|
f016920462
|
Official support Simple Chinese tokenize and POS tagger.
|
2018-09-20 11:45:25 -05:00 |
|
botsharp2018
|
7bcec7260d
|
fix unit test data format issue.
|
2018-09-14 07:23:37 -05:00 |
|
Esther2013
|
83b99102f2
|
remove all external algorithm libraries.
add crflite encode and decode unit test.
|
2018-09-14 06:49:52 -05:00 |
|
Oceania2018
|
dfcfb1eaa4
|
Fix dockerfile bug.
|
2018-09-13 16:52:19 -05:00 |
|
Oceania2018
|
567dcc335d
|
Added Lidstone smoothing estimator.
|
2018-09-06 17:32:51 -05:00 |
|
Bolo Peng
|
a05968292f
|
merge NLP project back to BotSharp and keep on constructing SVM pipeline
|
2018-09-04 17:34:41 -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
|
83d09ffb8d
|
Add colorful console log.
Fix response format.
|
2018-08-31 12:52:52 -05:00 |
|
Oceania2018
|
66b62fcd16
|
Fix database startup issue.
|
2018-08-29 17:24:12 -05:00 |
|
Oceania2018
|
0f6a101de2
|
add agentDir.
|
2018-08-28 16:45:56 -05:00 |
|
Obrain2016
|
8a12e2e825
|
Merge branch 'master' of https://github.com/Oceania2018/BotSharp
|
2018-08-28 16:25:05 -05:00 |
|
Obrain2016
|
8b65049bf7
|
delete
|
2018-08-28 16:24:45 -05:00 |
|
Oceania2018
|
8ee00fab36
|
Cancel the dependency on the database, restore the Bot to the file system, and separate the Bot NLP Engine and the pre-Bot Platform system. Complete the AgentImporterInDialogflow function.
|
2018-08-27 16:04:00 -05:00 |
|
botsharp2018
|
409a150e11
|
zip agent data.
|
2018-08-27 09:14:20 -05:00 |
|
botsharp2018
|
94592bb911
|
Import agent from zip file. Add swagger file mock FileUploadOperation.
|
2018-08-27 07:59:47 -05:00 |
|
Oceania2018
|
02144c165f
|
Upgrade AspNetCore to 2.1.3
|
2018-08-23 19:33:16 -05:00 |
|
Oceania2018
|
af2bd8d89f
|
Fix parser api for RASA UI.
|
2018-08-23 07:25:55 -05:00 |
|
tsun
|
0244de73d7
|
remove DataAnnotation and update Dockerfile
|
2018-08-22 20:21:00 -05:00 |
|
Oceania2018
|
f42a42d34e
|
Add BotSharpTokenizer, BotSharpTagger for BotSharpAi pipeline.
|
2018-08-22 16:36:39 -05:00 |
|
Oceania2018
|
0885ff37ec
|
Move out NLP project.
|
2018-08-22 10:45:50 -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 |
|
Oceania2018
|
027b9fdbe4
|
add rasa rest api.
|
2018-08-14 09:23:15 -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
|
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 |
|