From 6c66a1f497e2ea29bca982b8a6ad29624e186346 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 14 Feb 2010 13:48:53 +0100 Subject: [PATCH] README: Make default dir names compatible with README --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 13d187c..0746b45 100644 --- a/README +++ b/README @@ -58,23 +58,23 @@ PREPARING THE DATASET: files: zzgo sgf2gtp.pl patterns.spat pattern_byplayer.sh 4. Create a directory where you will stash raw lists of patterns for each - player encountered - e.g. rawpats/. + player encountered - e.g. rawpat_files/. 5. For each game in the SGF collection where at least one of the players - is interesting, run ./pattern_byplayer.sh rawpats/ $SGFFILE. You can + is interesting, run ./pattern_byplayer.sh rawpat_files/ $SGFFILE. You can ignore warnings/errors sometimes printed for individual files. If importing from GoGoD, you can use: - ./data_gogod.sh $PATH_TO_GOGOD players.list rawpats/ + ./data_gogod.sh $PATH_TO_GOGOD players.list rawpat_files/ See its header for usage details. 6. Create a directory where the pattern summaries by frequency for - interesting players will go - e.g. pats/. + interesting players will go - e.g. pat_files/. -7. Fill up pats/ from rawpats/ based on players.list. You can use a pre-made - script, run ./data_summarize.sh players.list rawpats/ pats/. +7. Fill up pat_files/ from rawpat_files/ based on players.list. You can use a + pre-made script, run ./data_summarize.sh players.list rawpat_files/ pat_files/. -8. pats/ now contains the dataset that can be analyzed by other tools +8. pat_files/ now contains the dataset that can be analyzed by other tools in the suite. -- 2.11.4.GIT