aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 08d22b289e92c1f1316f8bc86687cd68c72f8a9b (plain)
1
2
3
4
5
6
7
8
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.