Merge pull request #134 from shove70/patch-1

Explanation for adding D language bindings.
This commit is contained in:
Yanyi Wu 2019-09-21 09:51:00 +08:00 committed by GitHub
commit 28b37b9cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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