aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBung <535670947@qq.com>2018-08-28 21:28:53 +0800
committerDominik Picheta <dominikpicheta@googlemail.com>2018-08-28 14:28:53 +0100
commitbc55ce19c1d9accd22742e4e229dd1d3051e226c (patch)
tree58958d52c496208f7aed251f52655470f4b8b37e
parenta3153c8771bb24bfcf0272c1fc2fc4968334244d (diff)
downloadpackages-bc55ce19c1d9accd22742e4e229dd1d3051e226c.tar.gz
packages-bc55ce19c1d9accd22742e4e229dd1d3051e226c.zip
Add package finalseg (#845)
* Added package finalseg * Update packages.json
-rw-r--r--packages.json13
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"
}
]