2007-12-09から1日間の記事一覧

An introduction to Conditional Random Fields for Relational Learning

Charles SuttonとAndrew McCallumによるAn Introduction to Conditional Random Fields for Relational Learning(PDF)は、まだ読んでないけど、良さそうに見える。後で読む……つもり。 知りたいことの前に「An introduction to」とつけたら、なんでも見つかる…

CommonPrefixSearch

Daryの新バージョンを公開するためにいじっていて、DartsのcommonPrefixSearchとGaucheのutil.trieでは同じような名前でも、機能が違うことに気づいた。DartsのcommonPrefixSearchでは検索キーよりも短いものが取れる。util.trieのcommon-prefixでは、検索キ…