jrahn commited on
Commit
d04051a
1 Parent(s): 89e6ebb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -32,6 +32,8 @@ Features:
32
  - fen = Chess board position in [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) format
33
  - move = Move played by a strong human player in this position
34
  - result = Final result of the match
35
- - eco = Category of the opening, first character of [ECO](https://en.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings)-code
36
-
37
- Samples: 519
 
 
 
32
  - fen = Chess board position in [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) format
33
  - move = Move played by a strong human player in this position
34
  - result = Final result of the match
35
+ - eco = Opening [ECO](https://en.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings)-code
36
+
37
+ Deduplicated on (fen, move) pairs.
38
+
39
+ Samples: 511