1find_cliques
2============
3
4This tool does part of the analysis for unknown dictionaries. To run it:
5
6 $ ./run.sh demo
7
8This compiles and runs it on files in the testdata/ directory.
9
10See comments in find_cliques.cc for information on how it works.
11
12
13