diff options
| author | Bung <535670947@qq.com> | 2018-08-28 21:28:53 +0800 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-28 14:28:53 +0100 |
| commit | bc55ce19c1d9accd22742e4e229dd1d3051e226c (patch) | |
| tree | 58958d52c496208f7aed251f52655470f4b8b37e | |
| parent | a3153c8771bb24bfcf0272c1fc2fc4968334244d (diff) | |
| download | packages-bc55ce19c1d9accd22742e4e229dd1d3051e226c.tar.gz packages-bc55ce19c1d9accd22742e4e229dd1d3051e226c.zip | |
Add package finalseg (#845)
* Added package finalseg
* Update packages.json
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 385d2ba..7de016b 100644 --- a/packages.json +++ b/packages.json @@ -10532,5 +10532,18 @@ "description": "daemonizer for Unix, Linux and OS X", "license": "MIT", "web": "https://github.com/bung87/daemon" + }, + { + "name": "finalseg", + "url": "https://github.com/bung87/finalseg", + "method": "git", + "tags": [ + "library", + "chinese", + "words" + ], + "description": "jieba's finalseg port to nim", + "license": "MIT", + "web": "https://github.com/bung87/finalseg" } ] |
