Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sgf-std group. File : / Looking for...
173
ahollosi
May 28, 2002 12:06 pm
Sorry for the spam. I've disabled the spam account. Also, the file upload and other features are shut down. /Arno...
174
ashleyfeniello
Jun 27, 2002 1:26 am
Just to be certain, extra parenthesis are still 'well-formed39; SGF? For example: (;N[A](;N[B](;N[C](;N[D]))(;N[E]))) is the same tree as: ...
175
Arno Hollosi
ahollosi
Jul 6, 2002 7:58 am
Ashley, sorry for the delay in answering. ... Correct. It does not matter that a branch does not have any siblings. ... I guess this comes from the EBNF...
176
Arno Hollosi
ahollosi
Jul 23, 2002 5:46 am
I'm posting this for Jan. My answer in the next email. /Arno ... Subject: Question about printing annotated SGF Date: Mon, 22 Jul 2002 23:38:00 +0200 From: Jan...
177
Arno Hollosi
ahollosi
Jul 23, 2002 6:19 am
Hello, ... Nitpicking: there's at least 1 semicolon missing here - two moves in a node are not allowed. ... Correct. Otherwise you would have too much markup...
178
Arno Hollosi
ahollosi
Jul 23, 2002 8:42 am
As I think this might be of interest to all I also forward Jan's reply. /Arno ... Subject: Re: Question about printing annotated SGF Date: Tue, 23 Jul 2002...
179
Arno Hollosi
ahollosi
Jul 23, 2002 9:10 am
... You might put it that way, although it is not really what this is about. SGF standard always assumed that properties are only valid in the context of the ...
180
MENON Jean-Francois
jean-francois.menon@...
Jul 25, 2002 7:00 am
... I agree with that. I had to change my code only to handle KGS' files, and I think it is not a good thing. jf -- _________________________________________ /...
181
Ray Tayek
rtayek
Aug 20, 2002 6:25 am
hi, writing a parser. confused about the diagram at http://www.red-bean.com/sgf/var.htm. the doc says this is a pre-order traversal and the psuedo-code says...
182
Arno Hollosi
ahollosi
Aug 27, 2002 8:47 pm
... Ok, so pre-order makes (only) sense for binary trees. In SGF multi-branch trees are possible. But the principle holds true. First the node, next the ...
183
Ray Tayek
rtayek
Aug 28, 2002 12:48 am
... yes, i was confused about the sgf tree (it is not a binary tree). ... yes, the thing that threw me was that now matter how many subtrees you were in, the...
184
mikke
mikke@...
Sep 3, 2002 9:05 pm
The standard state for FF[4]: Property value: private properties may use one of the value types defined in this document or define their own value type. When...
185
LIN siming
linyelin@...
Sep 4, 2002 4:25 am
yago do not support LB? LB[kk:a]C[ ***************** i read some file list above,it means marking point KK as a and comment in blankC[. but yago do not support...
186
Arno Hollosi
ahollosi
Sep 4, 2002 7:01 pm
Mikael, ... There are no rules what you can or cannot do inside a private property. Now I agree that omitting to mention that '\39; has to be escaped is a...
187
Arno Hollosi
ahollosi
Sep 4, 2002 7:04 pm
... The above does not look like correct SGF to me. Let's assume it is LB[kk:a]C[...comment text...] the LB property marks point kk as 'a'. And the comment...
188
MENON Jean-Francois
jean-francois.menon@...
Sep 5, 2002 7:38 am
hello, I have some questions when recording IGS games to sgf files: 1) I try to take advantages of the SGF 5 otions, while keeping compatibility with sgf4 so...
189
Arno Hollosi
ahollosi
Sep 11, 2002 6:08 am
... You are aware that FF5 is not defined yet? What is on the pages is a summary of the discussion that happened two years ago. Some Japanese programs adopted ...
190
mikke
mikke@...
Sep 11, 2002 8:12 am
... I bet you know many common and uncommon violations against the standard. Do you keep them listed somewhere? Would it be possible to have a peek at that...
191
Arno
ahollosi
Sep 11, 2002 9:35 am
... Yes. But not so much because I coordinate the SGF work, but because I'm the maintainer of the Go Teaching Ladder. People really use all kind of featues of...
192
MENON Jean-Francois
jean-francois.menon@...
Sep 11, 2002 11:01 am
... ok, I suppose I will have to create a private property in FF4 to use benefits of OT in FF5. I would have suggested a behavior with the contents of the...
193
mikke
mikke@...
Sep 11, 2002 11:27 am
... Hmm... I see. So what is best? Eat the variation and throw it away? FF[1] and FF[3] states: "Thus the main branch of the game is stored first in the file,...
194
David Fotland
FOTLAND@...
Sep 11, 2002 5:08 pm
I've seen many strange sgf files, and Many Faces can handle some of them. This includes: Missing initial semicolon in the root node Empty root node with setup...
195
mikke
mikke@...
Sep 14, 2002 9:29 am
... Thanks for your list. If anyone have for some reason saved a bundle of broken sgf-files I would be happy if you could mail them to me. Regards, Mikael...
196
mikke
mikke@...
Sep 14, 2002 9:36 am
... Are these files available somewhere for easy download (as abundle)? Regards, Mikael Thulin...
197
Arno Hollosi
ahollosi
Sep 14, 2002 2:27 pm
... Here they are: http://www.red-bean.com/sgf/examples/faulty-sgf-files.tgz Stats: out of 180 sgf files submitted, 50 are included in the tarball. These 50...
198
ta3484121
Sep 17, 2002 2:10 am
Meet STD singles in your city for love or friendship. You will never feel alone again ! http://www.PositiveSingles.com...
199
Ray Tayek
rtayek
Sep 17, 2002 10:41 am
hi, working on an sgf viewer. i have a parser and some old display code. but the display code is very old. i was looking for a clean board display. my goal is...
200
David Fotland
FOTLAND@...
Sep 18, 2002 12:37 am
Many Faces version 11 works with Kogo's dictionary. David...
201
Ray Tayek
rtayek
Sep 18, 2002 3:53 am
... sort of. it does complain about "this file removes stones without capture". but the real problem is that is does not allow me to start the joseki in any...