mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
Explanation for adding D language bindings.
This commit is contained in:
parent
be6e91e6c3
commit
4f04293261
@ -232,6 +232,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
|||||||
+ [cppjieba-server] CppJieba HTTP 服务器。
|
+ [cppjieba-server] CppJieba HTTP 服务器。
|
||||||
+ [phpjieba] php版本的结巴分词扩展。
|
+ [phpjieba] php版本的结巴分词扩展。
|
||||||
+ [perl5-jieba] Perl版本的结巴分词扩展。
|
+ [perl5-jieba] Perl版本的结巴分词扩展。
|
||||||
|
+ [jieba-dlang] D 语言的结巴分词 Deimos Bindings。
|
||||||
|
|
||||||
## 线上演示
|
## 线上演示
|
||||||
|
|
||||||
@ -277,5 +278,6 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
|||||||
[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
|
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
|
||||||
|
[jieba-dlang]:https://github.com/shove70/jieba
|
||||||
|
|
||||||
|
|
||||||
|
@ -87,6 +87,7 @@ Please see details in `test/demo.cpp`.
|
|||||||
+ [gitbook-plugin-search-pro]
|
+ [gitbook-plugin-search-pro]
|
||||||
+ [cppjieba-server]
|
+ [cppjieba-server]
|
||||||
+ [perl5-jieba]
|
+ [perl5-jieba]
|
||||||
|
+ [jieba-dlang]
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
@ -111,3 +112,4 @@ Please see details in `test/demo.cpp`.
|
|||||||
[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
|
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
|
||||||
|
[jieba-dlang]:https://github.com/shove70/jieba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user