Skip to content

Commit

Permalink
Merge pull request yanyiwu#134 from shove70/patch-1
Browse files Browse the repository at this point in the history
Explanation for adding D language bindings.
  • Loading branch information
yanyiwu authored Sep 21, 2019
2 parents be6e91e + 4f04293 commit 28b37b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
+ [cppjieba-server] CppJieba HTTP 服务器。
+ [phpjieba] php版本的结巴分词扩展。
+ [perl5-jieba] Perl版本的结巴分词扩展。
+ [jieba-dlang] D 语言的结巴分词 Deimos Bindings。

## 线上演示

Expand Down Expand Up @@ -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


2 changes: 2 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Please see details in `test/demo.cpp`.
+ [gitbook-plugin-search-pro]
+ [cppjieba-server]
+ [perl5-jieba]
+ [jieba-dlang]

## Contact

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

0 comments on commit 28b37b9

Please sign in to comment.