本文を読む/探す
抄録
現在一般的に用いられているインターネット検索システムでは,数式をクエリとして検索することは出来ない.それは数式が単に数字や記号などを一列に並べたものではなく,分数や指数を始めとした構造を持って表現されるためである.そこで,MathMLオブジェクトのDOM構造を用いて転置インデックスを作成することにより数式の構造を利用した検索を実現する数式検索システムを提案する.本研究ではインターネット上で公開されている数式コンテンツを対象として調査と実験を行い,転置インデックスの構成方法を検討する.
Users cannot search information by mathematical formulas as queries in existing search engines. This is because mathematical formulas are not expressed in text in a row. Some formulas are expressed in a complex structure like fractional numbers and index numbers. We proposed a search engine for MathML objects using the structure of mathematical formulas. The system makes the inverted indices by using the DOM structure of the MathML object. We also proposed some indices for this system. We conducted an experiment to see the effectiveness of those indices by using the mathematical contents which are open to the public on the Internet.