Re: [computer-go] sgf standard

2008-08-04 Thread Ray Tayek
At 01:58 PM 7/29/2008, you wrote: ... had a burst of activity related to the addition of new properties to the standard. The properties relate to the representation of common subtrees. i just dusted off an old sgf parser/merger in java. i can eat the example file ok. where are the new

Re: [computer-go] Java SGF Parser

2008-08-04 Thread Stuart A. Yeates
On Mon, Aug 4, 2008 at 12:55 PM, Ross Werner [EMAIL PROTECTED] wrote: I'm looking for a nice Java SGF library that allows you to parse SGF files into a simple tree, and to serialize your own tree back to SGF. I've looked at a few of the open source Go projects currently out there, and I've

Re: [computer-go] sgf standard

2008-08-04 Thread Stuart A. Yeates
On Mon, Aug 4, 2008 at 6:00 PM, Ray Tayek [EMAIL PROTECTED] wrote: At 01:58 PM 7/29/2008, you wrote: ... had a burst of activity related to the addition of new properties to the standard. The properties relate to the representation of common subtrees. i just dusted off an old sgf

Re: [computer-go] komi for 13x13 and 19x19

2008-08-04 Thread Alain Baeckeroot
Le samedi 2 août 2008, Christoph Birk a écrit : On Aug 2, 2008, at 10:34 AM, Don Dailey wrote: Does it make sense to use a komi of 7.5 for 13x13 and 19x19 under CGOS rules? I don't know about 13x13, but for 19x19 you should use 6.5. Is'nt the komi 6.5 with japanese rules = 7.5 with

Re: [computer-go] Java SGF Parser

2008-08-04 Thread Mark Boon
I have a SGF parser in Java in my library. I haven't updated it in a while. You can find the SGF package here: https://tesujigoframework.dev.java.net/source/browse/ tesujigoframework/TesujiGoFramework/source/tesuji/games/sgf/ I think it's pretty efficient and easy to use. For examples look