From 59c93912cc9e15f0ea4eef3aee7ba7989f4916c7 Mon Sep 17 00:00:00 2001 From: wubin1989 <328454505@qq.com> Date: Tue, 16 Jun 2020 18:47:02 +0800 Subject: [PATCH 1/2] add thulac golang version --- .gitignore | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b8bd026..7f6925e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ *.exe *.out *.app + +.idea diff --git a/README.md b/README.md index 5e62630..bae5c40 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,9 @@ CNKI_journal.txt(51 MB) ### THULAC(so版) [https://github.com/thunlp/THULAC.so](https://github.com/thunlp/THULAC.so) +### THULAC(Golang版) +[https://github.com/Tsingxiao/thulacgo](https://github.com/Tsingxiao/thulacgo) + ## 历史 From 7314618763fd2bb97ddb4c4fe4cb5c2f4538c7e1 Mon Sep 17 00:00:00 2001 From: wubin1989 <328454505@qq.com> Date: Tue, 16 Jun 2020 18:48:42 +0800 Subject: [PATCH 2/2] golang c++ port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae5c40..ead9c97 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ CNKI_journal.txt(51 MB) ### THULAC(so版) [https://github.com/thunlp/THULAC.so](https://github.com/thunlp/THULAC.so) -### THULAC(Golang版) +### THULAC(Golang版 算法C++实现) [https://github.com/Tsingxiao/thulacgo](https://github.com/Tsingxiao/thulacgo)