@article{oai:ipsj.ixsq.nii.ac.jp:00079661,
 author = {小柳, 光生 and 吉田, 一星 and 海野, 裕也 and 新城, 靖 and Teruo, Koyanagi and Issei, Yoshida and Yuya, Unno and Yasushi, Shinjo},
 issue = {4},
 journal = {情報処理学会論文誌データベース(TOD)},
 month = {Dec},
 note = {簡潔データ構造は空間効率のきわめて高いデータ構造であり,その一種であるLOUDS(Level-Order Unary Degree Sequence)を用いてトライ木を作れば,大量の文字列を少ない容量で格納できる.インクリメンタルにデータを追加しながらLOUDSを構築するには,差分を保持するLOUDSを複数作成して,それらを定期的にマージする方法がある.しかし,この方法では,検索すべきLOUDSの数が増え,検索速度が低下するという問題がある.本論文では,この問題を解決するために,各LOUDSにブルームフィルタを設置する手法を提案する.提案手法では,ブルームフィルタによって検索の不要なLOUDSをスキップし,検索コストを削減する.実験により,ブルームフィルタの精度が全体の性能に与える影響を明らかにする.650万件の語彙を含む約2.4億件の単語データから辞書を作成する実験を行い,提案方式の有効性を確認した., Succinct data structures are extremely space efficient data representations. LOUDS (Level-Order Unary Degree Sequence) is a succinct data structure for trees which can be used as a TRIE to store a large number of strings. To add data incrementally into LOUDS, we can use a method to create multiple LOUDS as deltas and to merge them periodically. In this approach, there is a problem that the search performance degrades proportional to the number of LOUDS. To solve this problem, we propose a method to set bloom filters with created LOUDS, respectively. The bloom filters avoid unnecessary searches in many cases that the search key is not included in the key set of LOUDS. The efficiency of our method is confirmed by the experiment using 240 million word stream that consists of 6.5 million unique keywords.},
 pages = {1--10},
 title = {簡潔データ構造のオンライン構築とブルームフィルタによる検索性能の向上},
 volume = {4},
 year = {2011}
}