aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json10
1 files changed, 9 insertions, 1 deletions
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"
}
-
]