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] 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

[computer-go] Java SGF Parser

2008-08-03 Thread Ross Werner
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 searched the computer-go archives (and even found a post from myself a

Re: [computer-go] Java SGF Parser

2008-08-03 Thread Ray Tayek
At 05:55 PM 8/3/2008, you 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 wrote one in java a few years ago. iirc, i based it on gnugo's parser. i was trying to compile annotations from