From bc55ce19c1d9accd22742e4e229dd1d3051e226c Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Tue, 28 Aug 2018 21:28:53 +0800 Subject: [PATCH] Add package finalseg (#845) * Added package finalseg * Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]