Name Date Size #Lines LOC

..--

testdata/H25-Apr-2025-3230

README.mdH A D25-Apr-2025254 136

fast_em.ccH A D25-Apr-20257.6 KiB310211

find_cliques.ccH A D25-Apr-202515.3 KiB547349

run.shH A D25-Apr-20251.2 KiB7852

README.md

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