Seeking PGN/EPG/games database manipulation tools

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

mjlef
Posts: 1494
Joined: Thu Mar 30, 2006 2:08 pm

Seeking PGN/EPG/games database manipulation tools

Post by mjlef »

Can someone suggest some good data analysis porgram that can look at big databases of games. Let me give a couple of examples of things I would like:

Count the number of times certain moves (save Ne5-f7)in winning versus losing games.
Count the number of games where a Bishop moved to b4, and show the inning percentages for that side.

I have SCID, which does have a simple material and patern matching (position specific) function, but it does not seem to match moves, just positions.

Mark
Odd Gunnar Malin
Posts: 294
Joined: Wed Mar 08, 2006 9:59 pm
Location: Norway, Vads?

Re: Seeking PGN/EPG/games database manipulation tools

Post by Odd Gunnar Malin »

You could look at the CQL ( http://www.rbnn.com/cql/ ).
There is a tool on the site to do advanced search in pgn databases. Also Chess Assistant have CQL built in.

Odd Gunnar
mjlef
Posts: 1494
Joined: Thu Mar 30, 2006 2:08 pm

Re: Seeking PGN/EPG/games database manipulation tools

Post by mjlef »

Thanks. That might just do what I need!