As usual they are here.
http://alpha.uhasselt.be/Research/Algeb ... t-release/
The Windows binary is called polyglot_dev.exe (not polyglot.exe which is an old "stable" version)
Here is the "readme" file which explains what these utilities do (and don't!)
http://alpha.uhasselt.be/Research/Algeb ... anpage.txt
Here are some examples
Code: Select all
polyglot-1.4w10UCIb18$ ./polyglot.exe info-book -bin TDDBII.bin
PolyGlot 1.4W10UCIb18 by Fabien Letouzey
Lines for white : 54436
Lines for black : 76784
Positions on lines for white : 197506
Positions on lines for black : 359851
Isolated positions : 381499
Code: Select all
./polyglot.exe dump-book -bin TDDBII.bin -color white -out TDDBII_white.txt
http://alpha.uhasselt.be/Research/Algeb ... _white.txt
Similarly
Code: Select all
./polyglot.exe dump-book -bin TDDBII.bin -color black -out TDDBII_black.txt
http://alpha.uhasselt.be/Research/Algeb ... _black.txt