aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-04-24 17:41:04 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-04-24 17:41:04 +0100
commit377c79f6be53c5660ab148a8a3ca453834768428 (patch)
tree69625bf8e04bf1e49c6627ab7d2688938821a58e
parentfe0a59dd393e002753dfcb70f48510f323464b45 (diff)
parentf2d6e994d8f93dc2ffe5dc7773b8b6b2477fb3e3 (diff)
downloadpackages-377c79f6be53c5660ab148a8a3ca453834768428.tar.gz
packages-377c79f6be53c5660ab148a8a3ca453834768428.zip
Merge pull request #146 from rspeer/master
add rspeer/wiki2text
-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"
}
-
]