argra****@users*****
argra****@users*****
2013年 5月 4日 (土) 04:59:12 JST
Index: docs/modules/Games-Go-SGF-0.01/Games/Go/SGF.pod diff -u docs/modules/Games-Go-SGF-0.01/Games/Go/SGF.pod:1.3 docs/modules/Games-Go-SGF-0.01/Games/Go/SGF.pod:1.4 --- docs/modules/Games-Go-SGF-0.01/Games/Go/SGF.pod:1.3 Thu Jan 27 22:14:55 2011 +++ docs/modules/Games-Go-SGF-0.01/Games/Go/SGF.pod Sat May 4 04:59:12 2013 @@ -1,10 +1,14 @@ =encoding euc-jp -=head1 名前 +=head1 NAME + +=begin original Games::Go::SGF - Parse and dissect Standard Go Format files +=end original + Games::Go::SGF - SGFファイルの解析と分析 =head1 概要 @@ -21,17 +25,23 @@ =head1 説明 +=begin original + This is a very simple SGF file parser, of currently limited functionality. It can read and step through SGF files, follow variations, and so on. It's good enough for getting simple statistics about games of Go, and building up C<Games::Go::Board> objects representing games stored as SGF. +=end original + これは非常に単純なSGFファイルのパーサで、現在のところ機能的に制限がある。 このモジュールを使って、SGFファイルの読み込みとステップ、手合いの変化のフォロー などができる。碁の試合に関する簡単な統計をとったり、SGFとして記録された試合を 表すC<Games::Go::Board>オブジェクトの構築を行うには十分役に立つだろう。 +=begin original + C<< $sgf->move >> returns either a normal C<Games::Go::SGF::Node> or a C<Games::Go::SGF::Variation> object. They behave exactly the same, but the variation object has the additional methods @@ -40,6 +50,8 @@ to retrieve an array of variations. C<< $variation->move >> will, by default, follow the mainline. +=end original + C<< $sgf->move >>は通常のC<Games::Go::SGF::Node>オブジェクトか、 C<Games::Go::SGF::Variation>オブジェクトを返す。それらは全く同じように 振舞うが、Variationオブジェクトの方はメソッドが追加されている。 @@ -50,9 +62,13 @@ =head1 TODO +=begin original + Better documentation is planned; as is the ability to write as well as read SGF files. +=end original + よりよいドキュメントを計画中。SGFファイルの読み込みと同様に 書き込みができるようにする。