Geschrieben von:/Posted by: Igor Gorelikov at 30 April 2004 14:23:11:
OPC2EPD v.1.0
=============
The program to extract all available information on positions/moves from a PGN
file and add it to EPD. It is created by Dann Corbit's request.
Information which is added to EPD:
----------------------------------
- player on move (c0);
- game result (c0);
- PV (pv)
- evaluation (ce)
- depth (acd)
- time (acs)
- nodes per second (acn)
- unkown type of information in comments is converted to c1
First, it uses pgn2epd.exe by Re'mi Coulom to convert the input PGN file
into an EPD file. Then it extracts all usuful information from the input
PGN, convert it into EPD opcodes and add them to the EPD file.
The program (4K) can be downloaded from here:
http://www.digichess.gr/infiniteloop/to ... epd_10.zip
The program uses SED & AWK to do the job.
So, to run the program you need also download the following:
PGN2EPD convertor (63K): http://remi.coulom.free.fr/pgn2epd.exe
AWK for Windows (140K): http://cm.bell-labs.com/cm/cs/who/bwk/awk95.exe
SED for Windows (40K): http://sed.sourceforge.net/grabbag/ssed/sed-3.59.zip
Igor Gorelikov