aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..08d22b2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# DictzipQuery
+
+This library aims to offer a straight forward C++ interface for querying compressed dictionaries distributed in the _dictzip_ format.
+
+## License
+
+This library is available under the terms of the LGPL 3.
+
+It is based on [alpinocorpus](https://github.com/rug-compling/alpinocorpus) - specifically its `DzIstreamBuf` and `DzIstream` classes.