From f2d6e994d8f93dc2ffe5dc7773b8b6b2477fb3e3 Mon Sep 17 00:00:00 2001 From: Rob Speer Date: Thu, 23 Apr 2015 11:45:01 -0400 Subject: [PATCH] add rspeer/wiki2text --- packages.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2467a73..32fbd62 100644 --- a/packages.json +++ b/packages.json @@ -1344,6 +1344,14 @@ "description": "A beanstalkd work queue client library.", "license": "MIT", "web": "https://github.com/tormaroe/beanstalkd.nim" + }, + { + "name": "wiki2text", + "url": "git://github.com/rspeer/wiki2text.git", + "method": "git", + "tags": ["nlp", "wiki", "xml", "text"], + "description": "Quickly extracts natural-language text from a MediaWiki XML file.", + "license": "MIT", + "web": "https://github.com/rspeer/wiki2text" } - ]