nevmenandr
commited on
Commit
•
d2c01b3
1
Parent(s):
9bd9031
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ In this work, I apply NLP methods of analysis to non-linguistic data, metaphoric
|
|
12 |
|
13 |
Chess game notations are also a kind of text, and one can consider the records of moves or positions of pieces as words and statements in a certain language.
|
14 |
|
15 |
-
According to the rules of the PGN (portable game notation) format, an uppercase letter denotes a white piece, while a lowercase letter denotes a black piece. The letters themselves are obvious: R - rook
|
16 |
|
17 |
An example of a chess game recorded in PGN format looks like this:
|
18 |
|
|
|
12 |
|
13 |
Chess game notations are also a kind of text, and one can consider the records of moves or positions of pieces as words and statements in a certain language.
|
14 |
|
15 |
+
According to the rules of the PGN (portable game notation) format, an uppercase letter denotes a white piece, while a lowercase letter denotes a black piece. The letters themselves are obvious: R - rook ♖, N - knight ♘, B - bishop ♗, etc. Castling is denoted by the move of the king (the movement of the rook is implied by default).
|
16 |
|
17 |
An example of a chess game recorded in PGN format looks like this:
|
18 |
|