Explanation for adding D language bindings.

This commit is contained in:
shove70 2019-09-21 09:28:06 +08:00
parent be6e91e6c3
commit 4f04293261
2 changed files with 4 additions and 0 deletions

View File

@ -232,6 +232,7 @@ Query方法先使用Mix方法切词对于切出来的较长的词再使用Ful
+ [cppjieba-server] CppJieba HTTP 服务器。
+ [phpjieba] php版本的结巴分词扩展。
+ [perl5-jieba] Perl版本的结巴分词扩展。
+ [jieba-dlang] D 语言的结巴分词 Deimos Bindings。
## 线上演示
@ -277,5 +278,6 @@ Query方法先使用Mix方法切词对于切出来的较长的词再使用Ful
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
[phpjieba]:https://github.com/jonnywang/phpjieba
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
[jieba-dlang]:https://github.com/shove70/jieba

View File

@ -87,6 +87,7 @@ Please see details in `test/demo.cpp`.
+ [gitbook-plugin-search-pro]
+ [cppjieba-server]
+ [perl5-jieba]
+ [jieba-dlang]
## Contact
@ -111,3 +112,4 @@ Please see details in `test/demo.cpp`.
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
[cppjieba-server]:https://github.com/yanyiwu/cppjieba-server
[perl5-jieba]:https://metacpan.org/pod/distribution/Lingua-ZH-Jieba/lib/Lingua/ZH/Jieba.pod
[jieba-dlang]:https://github.com/shove70/jieba