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
|
a211a6a8c7
|
Add CountFeatureExtractor. Add Matrix Shape. Fix SVMClassifier.
|
2018-09-26 17:09:39 -05:00 |
|
Oceania2018
|
e8020c722f
|
Merge branch 'master' of https://github.com/Oceania2018/BotSharp
|
2018-09-26 06:45:45 -05:00 |
|
Oceania2018
|
930cc700b9
|
Abstractor BotSharpIntentClassifier
|
2018-09-26 06:45:35 -05:00 |
|
Oceania
|
3d9ef3f582
|
Add wechat group QRCode
|
2018-09-25 12:45:47 -05:00 |
|
Oceania2018
|
e20d7b48a3
|
Add entities and intents interface for Dialogflow mode.
|
2018-09-25 12:35:08 -05:00 |
|
Oceania2018
|
9c99580317
|
Fix training corpus format bug for RASA mode.
|
2018-09-24 13:05:58 -05:00 |
|
Obrain2016
|
3de85e39e7
|
Update installation.rst
|
2018-09-24 10:09:43 -05:00 |
|
Obrain2016
|
a8db08990b
|
Update docker-compose-rasaui.yml
|
2018-09-24 10:02:39 -05:00 |
|
Obrain2016
|
83f64b7575
|
Update docker-compose-articulateui.yml
|
2018-09-24 10:02:24 -05:00 |
|
Obrain2016
|
7eb30ded8f
|
Update DIALOGFLOW.Dockerfile
|
2018-09-24 10:02:08 -05:00 |
|
Obrain2016
|
df6de1bdbf
|
Update RASA.Dockerfile
|
2018-09-24 10:01:50 -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
|
67418fa309
|
Merge branch 'master' of https://github.com/Oceania2018/BotSharp
|
2018-09-21 06:03:09 -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 |
|
Oceania
|
dac3f35044
|
Update README.rst
|
2018-09-20 22:12:25 -05:00 |
|
Oceania2018
|
6eeb617dbf
|
Merge branch 'master' of https://github.com/Oceania2018/BotSharp
|
2018-09-20 16:18:49 -05:00 |
|
Oceania2018
|
293dececc6
|
add publish profile
|
2018-09-20 16:18:34 -05:00 |
|
Oceania
|
47c1cc191a
|
Update installation.rst
|
2018-09-20 15:20:36 -05:00 |
|
Oceania2018
|
627eb0d6fb
|
Remove unnecessary configs in WebHost.csproj
|
2018-09-20 14:17:02 -05:00 |
|
haiping008@gmail.com
|
950cc3068c
|
Merge branch 'master' of https://github.com/Oceania2018/BotSharp
|
2018-09-20 11:45:49 -05:00 |
|
haiping008@gmail.com
|
f016920462
|
Official support Simple Chinese tokenize and POS tagger.
|
2018-09-20 11:45:25 -05:00 |
|
Oceania
|
151d54ba2b
|
Update README.rst
|
2018-09-20 09:47:18 -05:00 |
|
Oceania
|
8c99bda06a
|
Update README.rst
|
2018-09-20 09:46:45 -05:00 |
|
haiping008@gmail.com
|
1c22206fe0
|
Fix tokenizer compile issue in unit test.
Add Jieba tokenizer for Chinese chabot.
|
2018-09-19 23:13:12 -05:00 |
|
botsharp2018
|
67c2cf7e5c
|
Make pipline part options more configurable.
|
2018-09-19 19:19:04 -05:00 |
|
Oceania
|
512b59625a
|
Update README.rst
|
2018-09-17 13:46:08 -05:00 |
|
botsharp2018
|
bcc495e4a7
|
Add HiddenMarkovModel algorithm.
|
2018-09-17 07:31:54 -05:00 |
|
Oceania
|
f4b2b502cf
|
Update README.rst
|
2018-09-16 10:21:18 -05:00 |
|
Oceania2018
|
4d5698aa53
|
update gitter link position
|
2018-09-14 16:53:51 -05:00 |
|
Oceania2018
|
d5fa0d502a
|
remove logo due to size issue
|
2018-09-14 16:51:28 -05:00 |
|
Oceania2018
|
ecbad5170d
|
add gitter link to README
|
2018-09-14 16:49:53 -05:00 |
|
Oceania2018
|
4beb6926ba
|
Update document in https://botsharp.readthedocs.io
|
2018-09-14 16:31:57 -05:00 |
|
Oceania2018
|
0c41b47057
|
Fix NER offset issue.
|
2018-09-14 11:31:35 -05:00 |
|
botsharp2018
|
2c4872f068
|
add BotSharpCRFNer to bot process pipeline
|
2018-09-14 09:10:35 -05:00 |
|
botsharp2018
|
f1e6132392
|
simplify CRFLite decode unit test.
Remove parallal test.
|
2018-09-14 08:09:52 -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
|
0b09b20103
|
Improve intent accuracy greater than 0.7
|
2018-09-13 15:01:40 -05:00 |
|
Esther2013
|
a173569681
|
intent accuray up to 0.41.
|
2018-09-13 07:37:26 -05:00 |
|
Esther2013
|
a8c5242c7b
|
extractor key words from document.
|
2018-09-12 23:33:34 -05:00 |
|
Oceania2018
|
1528bd42ff
|
TF-IDF
|
2018-09-12 17:52:10 -05:00 |
|
Oceania2018
|
30f0eea87c
|
Intergate NBClassifier into NLP pipeline.
|
2018-09-12 15:31:20 -05:00 |
|
Esther2013
|
347cd5cd9c
|
New NBayesClassifier for Chatbot
|
2018-09-12 07:34:56 -05:00 |
|
Oceania2018
|
ee115ebde6
|
update CookingTest
|
2018-09-11 17:46:07 -05:00 |
|
Oceania2018
|
aec1984ab8
|
define bin model
|
2018-09-11 17:29:36 -05:00 |
|