mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
mention Perl 5 binding for CppJieba
This commit is contained in:
parent
472a584487
commit
3d04caa1b1
@ -229,6 +229,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
|||||||
+ [KeywordServer] 50行搭建一个中文关键词抽取服务。
|
+ [KeywordServer] 50行搭建一个中文关键词抽取服务。
|
||||||
+ [cppjieba-server] CppJieba HTTP 服务器。
|
+ [cppjieba-server] CppJieba HTTP 服务器。
|
||||||
+ [phpjieba] php版本的结巴分词扩展。
|
+ [phpjieba] php版本的结巴分词扩展。
|
||||||
|
+ [perl5-jieba] Perl版本的结巴分词扩展。
|
||||||
|
|
||||||
## 线上演示
|
## 线上演示
|
||||||
|
|
||||||
@ -281,6 +282,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
|||||||
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
||||||
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
||||||
[phpjieba]:https://github.com/jonnywang/phpjieba
|
[phpjieba]:https://github.com/jonnywang/phpjieba
|
||||||
|
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
|
||||||
|
|
||||||
|
|
||||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||||
|
@ -86,6 +86,7 @@ Please see details in `test/demo.cpp`.
|
|||||||
+ [ngx_http_cppjieba_module]
|
+ [ngx_http_cppjieba_module]
|
||||||
+ [gitbook-plugin-search-pro]
|
+ [gitbook-plugin-search-pro]
|
||||||
+ [cppjieba-server]
|
+ [cppjieba-server]
|
||||||
|
+ [perl5-jieba]
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
@ -109,3 +110,4 @@ Please see details in `test/demo.cpp`.
|
|||||||
[pg_jieba]:https://github.com/jaiminpan/pg_jieba
|
[pg_jieba]:https://github.com/jaiminpan/pg_jieba
|
||||||
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
|
||||||
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
|
||||||
|
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user