• Home
Name Date Size #Lines LOC

..--

testdata/04-Jul-2025-3230

README.mdD04-Jul-2025254 136

fast_em.ccD04-Jul-20257.6 KiB310211

find_cliques.ccD04-Jul-202515.3 KiB547349

run.shD04-Jul-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