• Home
Name Date Size #Lines LOC

..--

testdata/03-May-2024-3230

README.mdD03-May-2024254 136

fast_em.ccD03-May-20247.6 KiB310211

find_cliques.ccD03-May-202415.3 KiB547349

run.shD03-May-20241.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