Structured list of title holders

Higher level discussions, analysis of professional games, etc., go here.
Post Reply
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Structured list of title holders

Post by hyperpape »

This is something I've wondered about off and on. Is there any publicly available list of title holders available? By structured, I mean json, xml, csv or somesuch. Actually, even well structured HTML would not be so bad, since it's not too hard to parse into one of the other formats. 
gowan
Gosei
Posts: 1628
Joined: Thu Apr 29, 2010 4:40 am
Rank: senior player
GD Posts: 1000
Has thanked: 546 times
Been thanked: 450 times

Re: Structured list of title holders

Post by gowan »

DO you want current title holders or a complete historical list? Some of the information must be on Sensei's Library.
tsuboniwa
Beginner
Posts: 15
Joined: Sat Jun 28, 2014 3:26 pm
GD Posts: 0
Has thanked: 12 times
Been thanked: 17 times

Re: Structured list of title holders

Post by tsuboniwa »

aeb
Dies with sente
Posts: 101
Joined: Wed Dec 04, 2013 7:08 pm
GD Posts: 0
Has thanked: 5 times
Been thanked: 36 times

Re: Structured list of title holders

Post by aeb »

hyperpape wrote:This is something I've wondered about off and on. Is there any publicly available list of title holders available?

The software I use to maintain my SGF collection includes lists of title holders,
and a database of player ranks, so that the BR and WR fields can be checked.
Can you use something like

Code: Select all

# the first five are really the ACOM Cup
agontable = [
        ["O Rissei", "1994-09-17", "1995-09-09"],               # 1
        ["Kato Masao", "1995-09-09", "1997-09-28"],             # 2-3
        ["Yoda Norimoto", "1997-09-28", "1998-09-26"],          # 4
        ["Kobayashi Satoru", "1998-09-26", "1999-10-10"],       # 5
        ["Kobayashi Koichi", "1999-10-10", "2000-10-08"],       # 6
        ["Cho Sonjin", "2000-10-08", "2002-10-13"],             # 7-8
        ["Cho Chikun", "2002-10-13", "2003-10-13"],             # 9
        ["Kato Masao", "2003-10-13", "2004-10-09"],             # 10
        ["Hane Naoki", "2004-10-09", "2005-10-08"],             # 11
        ["Iyama Yuta", "2005-10-08", "2006-10-07"],             # 12
        ["Cho U", "2006-10-07", "2009-10-17"],                  # 13-15
        ["Hane Naoki", "2009-10-17", "2010-10-02"],             # 16
        ["Yamashita Keigo", "2010-10-02", "2011-10-01"],        # 17
        ["Iyama Yuta", "2011-10-01", "2012-10-06"],             # 18
        ["Cho U", "2012-10-06", "2013-10-05"],                  # 19
        ["Murakawa Daisuke", "2013-10-05", "2014-10-18"],       # 20
        ["Iyama Yuta", "2014-10-18", "2015-99-99"],             # 21-22
]
...

?
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Re: Structured list of title holders

Post by hyperpape »

gowan wrote:DO you want current title holders or a complete historical list? Some of the information must be on Sensei's Library.
Historical. Senseis would be of some value, though it's quite limited for some events, and it would be a little bit of a pain to process.
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Re: Structured list of title holders

Post by hyperpape »

aeb: what database is that? Also, I'm guessing the dates are when the player gained then lost the title?
gamesorry
Lives with ko
Posts: 149
Joined: Thu Jan 22, 2015 6:03 pm
Rank: 3d
GD Posts: 0
KGS: 3d
DGS: 3d
OGS: 3d
Has thanked: 276 times
Been thanked: 49 times

Re: Structured list of title holders

Post by gamesorry »

hyperpape wrote:
gowan wrote:DO you want current title holders or a complete historical list? Some of the information must be on Sensei's Library.
Historical. Senseis would be of some value, though it's quite limited for some events, and it would be a little bit of a pain to process.


At least the history of big titles are listed on http://senseis.xmp.net/?BigTitle
aeb
Dies with sente
Posts: 101
Joined: Wed Dec 04, 2013 7:08 pm
GD Posts: 0
Has thanked: 5 times
Been thanked: 36 times

Re: Structured list of title holders

Post by aeb »

hyperpape wrote:aeb: what database is that? Also, I'm guessing the dates are when the player gained then lost the title?

Yes. It is a fragment of supporting software that intends to automatically check data like

Code: Select all

2014-10-08  33rd Female Honinbo Title  1  227  B+R  Fujisawa Rina (2p, Aizu Cup)  Mukai Chiaki (5p, Female Honinbo)  FHon-2014-1.sgf

(If one collects games from the net, then all conceivable mistakes occur. Wrong date, wrong event, wrong players, wrong moves. That means that to get a somewhat reliable collection, everything has to be checked. Player ranks are in http://www.cwi.nl/~aeb/go/misc/progression.html, player titles in the above-mentioned tables.)
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Re: Structured list of title holders

Post by hyperpape »

Example of where Senseis falls a little short: http://senseis.xmp.net/?Siptan. No years, non-standard format.

I did a little work filling in gaps in some of the senseis articles a few years ago.
User avatar
Magicwand
Tengen
Posts: 4844
Joined: Wed Apr 21, 2010 5:26 am
Rank: Wbaduk 7D
GD Posts: 0
KGS: magicwand
Tygem: magicwand
Wbaduk: rlatkfkd
DGS: magicwand
OGS: magicwand
Location: Mechanicsburg, PA
Has thanked: 62 times
Been thanked: 504 times

Re: Structured list of title holders

Post by Magicwand »

cyberoro has one if you can read korean:
http://cyberoro.com/info/cpt.oro?Tdiv=A&Sdiv=2
"The more we think we know about
The greater the unknown"

Words by neil peart, music by geddy lee and alex lifeson
Post Reply