XDClient (xdc) - end user client for dictionary/encyclopedia databases stored in XDXF format (http://xdxf.revdanica.com/).

Main features:
- fast indexed searching
- supports regular expressions
- support fuzzy pattern matching
- supports full text search in dictionaries

Other features:
- built-in effective indexer
- console based
- non-interactive
- cross-platform by design
- little dependencies

For usage see xdc(1).

DEPENDENCIES
- TRE regexp library (http://laurikari.net/tre/)

INSTALLATION
  run `configure && make install`

USAGE
  First generate indexes by running `xdc -g -p path_to_dicts:path2:...`.
  See usage examples in xdc(1).
  
