See ELF OpenGo.
The target of the tools is SGF files which were analyzed with ELF OpenGo.
calculates winrate transition of each SGF.
python winrates.py <gogod folder> > winrates.raw.csv
outputs SGFs with the illegal main line or variation. If you want to check only main line, use check_main_line.py.
python check_variations.py <gogod folder> > illegal_variation_sgfs.txt
filters lines with any of word list file.
python filter_by_list_file.py winrates.raw.csv illegal_variation_sgfs.txt > winrates.csv
outputs the positions with AI's wonderful suggestions and professionals' execellent play moves.
MIT