mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add cppjieba-server link
This commit is contained in:
parent
d9e8cdac36
commit
e6074eecb9
@ -224,6 +224,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
||||
+ [ngx_http_cppjieba_module] Nginx 分词插件。
|
||||
+ [cppjiebapy] 由 [jannson] 开发的供 python 模块调用的项目 [cppjiebapy], 相关讨论 [cppjiebapy_discussion] .
|
||||
+ [KeywordServer] 50行搭建一个中文关键词抽取服务。
|
||||
+ [cppjieba-server] CppJieba HTTP 服务器。
|
||||
|
||||
## 线上演示
|
||||
|
||||
@ -274,6 +275,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
||||
[Jieba中文分词系列性能评测]:http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html
|
||||
[pg_jieba]:https://github.com/jaiminpan/pg_jieba
|
||||
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
||||
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
||||
|
||||
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
@ -82,6 +82,7 @@ Please see details in `test/demo.cpp`.
|
||||
+ [pg_jieba]
|
||||
+ [ngx_http_cppjieba_module]
|
||||
+ [gitbook-plugin-search-pro]
|
||||
+ [cppjieba-server]
|
||||
|
||||
## Contact
|
||||
|
||||
@ -104,3 +105,4 @@ Please see details in `test/demo.cpp`.
|
||||
[SqlJieba]:https://github.com/yanyiwu/sqljieba
|
||||
[pg_jieba]:https://github.com/jaiminpan/pg_jieba
|
||||
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
||||
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user