JP4956757B2 - 数式記述構造化言語オブジェクト検索システムおよび検索方法 - Google Patents
数式記述構造化言語オブジェクト検索システムおよび検索方法 Download PDFInfo
- Publication number
- JP4956757B2 JP4956757B2 JP2008505183A JP2008505183A JP4956757B2 JP 4956757 B2 JP4956757 B2 JP 4956757B2 JP 2008505183 A JP2008505183 A JP 2008505183A JP 2008505183 A JP2008505183 A JP 2008505183A JP 4956757 B2 JP4956757 B2 JP 4956757B2
- Authority
- JP
- Japan
- Prior art keywords
- structured language
- mathematical expression
- search
- document
- language object
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
[1]ユーザのマウス操作で指定した文書部分の抽出(図2のステップS1)
先ず、ユーザは、クライアント(1)により希望のMathMLオブジェクトを含んだWebページを取得する。その際、プロキシサーバ(2)により、クライアント(1)のWeb文書中にユーザのマウス操作を検出するためのクライアントプログラムを埋め込む(図3のステップS101)。ユーザはマウス操作でMathMLオブジェクトを含んだWeb文書部分を指定する。クライアント(1)のクライアントプログラムは、ユーザのマウス操作を検出してマウス操作で指定した文書部分を抽出し(ステップS102)、マウスイベントが発生したオブジェクトのDOM木上の親オブジェクト(または指定範囲内の先祖オブジェクト)を含む部分木を抽出する(ステップS103;図9参照)。クライアント(2)のクライアントプログラムは、抽出した部分木中のソースコードをサーバ(3)に送信する(ステップS104)。サーバ(3)側では、受け取ったソースコードからキーワードとMathMLオブジェクトを抽出する(ステップS105;図10参照)。
サーバ(3)では、抽出したキーワードでMathML文書検索エンジン(4)に検索をかけ(図4のステップS201)、その検索結果中のWeb文書から、Web文書中にMathMLオブジェクトを含むものを選択する(ステップS202)。そして、選択したWeb文書のDOM木の構造上で検索キーワードに最も近い位置にあるMathMLオブジェクトを探し(ステップS203)、その検索キーワードとMathMLオブジェクトを含む部分木(または前記部分木のルートノードから指定範囲内の先祖オブジェクトを含む部分木)を抽出する(ステップS204)。
ここで、選択したWeb文書のDOM木の構造上で検索キーワードに最も近い位置にあるMathMLオブジェクトを探す方法としては、たとえば、次のような方法がある。すなわち、検索キーワードのあるDOM木構造上のノードから、その先祖ノードあるいはその子孫ノードをたどっていき、そのどちらかで最も近い位置にあるMathMLオブジェクトを特定する。そして、検索キーワードあるDOM木構造上のノードとMathMLオブジェクトを含むような最小の部分木を抽出する。具体的には、検索キーワードのあるノードの方がMathMLオブジェクトよりもDOM木構造上、上位にある場合には、検索キーワードのあるノードから下位構造をすべて抽出する。MathMLオブジェクトの方が、検索キーワードのあるノードよりも、DOM木構造上、上位にある場合には、MathMLオブジェクトのあるノードよりも下位構造をすべて抽出する。
サーバ(3)では、抽出したMathMLオブジェクトのDOM構造(以下、検索元DOM構造という)を獲得し、以下の手順で処理を行う。
上記の手順[2]または[3]で抽出した関連Web文書部分をクライアント(2)のクライアントプログラムに送信する。クライアントプログラムは、抽出された関連Web文書部分を、マウス操作イベントが発生したオブジェクトの兄弟または子供のノードとして挿入する。
<式展開検索>
[5]ユーザのマウス操作で指定したMathMLオブジェクトの抽出(図13のステップS5)
クライアント(2)は、上記の手順[1]でWeb文書に埋め込まれたクライアントプログラムで、ユーザのマウス操作を検出する(図14のステップS501)。次に、特定のマウスイベントが発生した2つのMathMLオブジェクトを取得する(ステップS502)。そして、クライアント(2)は2つのMathMLオブジェクトのソースコードをサーバ(3)に送信する(ステップS503)。サーバ(3)は、受け取ったソースコードをもとにMathMLオブジェクトを抽出する(ステップS504)。
Claims (16)
- 数式記述構造化言語オブジェクトの文書木構造をもとに数式記述構造化言語オブジェクトが埋め込まれたWeb文書をあらかじめクローラーにより収集し、数式記述構造化言語オブジェクトの文書木構造を索引語として索引付けし、索引付けしたWeb文書を転置ファイルの形式でデータベースに格納している数式記述構造化言語検索エンジンと、
クライアントとなるWebブラウザと、
クライアントから検索クエリ情報を受け取り、その検索クエリ情報をもとに検索クエリを数式記述構造化言語検索エンジンに入力することにより検索をかけ、関連する数式記述構造化言語オブジェクトを含むWeb文書またはWeb文書部分を取得した後、クライアントに送信するサーバを備え、
クライアントからの検索クエリ情報が、ユーザが指定した数式記述構造化言語オブジェクトを含むWeb文書部分であり、サーバがそのWeb文書部分からキーワードと数式記述構造化言語オブジェクトを抽出し、抽出したキーワードを検索クエリとして検索をかけることを特徴とする数式記述構造化言語オブジェクト検索システム。 - クライアントが指定した数式記述構造化言語オブジェクトを含むWeb文書部分が、クライアントに提供されたWeb文書に埋め込まれた、ユーザのポインティングデバイス操作を検出し、指定された文書部分の検索クエリ情報をサーバに送信させるクライアントプログラムにより得られるものであることを特徴とする請求項1に記載の数式記述構造化言語オブジェクト検索システム。
- 検索クエリ入力による関連する数式記述構造化言語オブジェクトが記述されたWeb文書またはWeb文書部分の取得が、数式記述構造化言語オブジェクトの文書木構造を用いて行われることを特徴とする請求項1に記載の数式記述構造化言語オブジェクト検索システム。
- 数式記述構造化言語検索エンジンは、数式記述構造化言語オブジェクトを含むWeb文書ファイルを、数式記述構造化言語のタグとタグで囲まれた文字列を用いた索引付けされたデータ管理構造の転置ファイルとして管理していることを特徴とする請求項1に記載の数式記述構造化言語オブジェクト検索システム。
- サーバは、索引付けされたデータ管理構造の転置ファイルより、文書構造アクセス用パス規定言語を用いて検索結果を獲得することを特徴とする請求項4に記載の数式記述構造化言語オブジェクト検索システム。
- サーバは、取得した検索結果の数式記述構造化言語の文書木構造のすべてのパスに対して、文書構造アクセス用パス規定言語を用いて検索クエリに適合するか否かを検証することを特徴とする請求項5に記載の数式記述構造化言語オブジェクト検索システム。
- サーバは、数式記述構造化言語オブジェクトの文書木構造のすべての葉ノードの文字列をチェックすることにより、変数名が異なっている箇所を検出することを特徴とする請求項6に記載の数式記述構造化言語オブジェクト検索システム。
- サーバは、検出された葉ノードの文字列を検索クエリに含まれる文字列で置き換えることにより変数変換を行うことを特徴とする請求項7に記載の数式記述構造化言語オブジェクト検索システム。
- 数式記述構造化言語オブジェクトの文書木構造をもとに数式記述構造化言語オブジェクトが埋め込まれたWeb文書をあらかじめクローラーにより収集し、数式記述構造化言語オブジェクトの文書木構造を索引語として索引付けし、索引付けしたWeb文書を転置ファイルの形式でデータベースに格納している数式記述構造化言語検索エンジンを用い、
サーバが、クライアントとなるWebブラウザから検索クエリ情報を受け取り、その検索クエリ情報をもとに検索クエリを数式記述構造化言語検索エンジンに入力することにより検索をかけ、関連する数式記述構造化言語オブジェクトを含むWeb文書またはWeb文書部分を取得した後、クライアントに返送する数式記述構造化言語オブジェクト検索方法であって、
クライアントからの検索クエリ情報が、ユーザが指定した数式記述構造化言語オブジェクトを含むWeb文書部分であり、サーバがそのWeb文書部分からキーワードと数式記述構造化言語オブジェクトを抽出し、抽出したキーワードを検索クエリとして検索をかけることを特徴とする数式記述構造化言語オブジェクト検索方法。 - クライアントが指定した数式記述構造化言語オブジェクトを含むWeb文書部分が、クライアントに提供されたWeb文書に埋め込まれた、ユーザのポインティングデバイス操作を検出し、指定された文書部分の検索クエリ情報をサーバに送信させるクライアントプログラムにより得られるものであることを特徴とする請求項9に記載の数式記述構造化言語オブジェクト検索方法。
- 検索クエリ入力による関連する数式記述構造化言語オブジェクトが記述されたWeb文書またはWeb文書部分の取得が、数式記述構造化言語オブジェクトの文書木構造を用いて行われることを特徴とする請求項9に記載の数式記述構造化言語オブジェクト検索方法。
- 数式記述構造化言語検索エンジンは、数式記述構造化言語オブジェクトを含むWeb文書ファイルを、数式記述構造化言語のタグとタグで囲まれた文字列を用いた索引付けされたデータ管理構造の転置ファイルとして管理していることを特徴とする請求項9に記載の数式記述構造化言語オブジェクト検索方法。
- サーバは、索引付けされたデータ管理構造の転置ファイルより、文書構造アクセス用パス規定言語を用いて検索結果を獲得することを特徴とする請求項12に記載の数式記述構造化言語オブジェクト検索方法。
- サーバは、獲得した検索結果の数式記述構造化言語の文書木構造のすべてのパスに対して、文書構造アクセス用パス規定言語を用いて検索クエリに適合するか否かを検証することを特徴とする請求項13に記載の数式記述構造化言語オブジェクト検索方法。
- サーバは、数式記述構造化言語オブジェクトの文書木構造のすべての葉ノードの文字列をチェックすることにより、変数名が異なっている箇所を検出することを特徴とする請求項14に記載の数式記述構造化言語オブジェクト検索方法。
- サーバは、検出された葉ノードの文字列を検索クエリに含まれる文字列で置き換えることにより変数変換を行うことを特徴とする請求項15に記載の数式記述構造化言語オブジェクト検索方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008505183A JP4956757B2 (ja) | 2006-03-15 | 2007-03-14 | 数式記述構造化言語オブジェクト検索システムおよび検索方法 |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2006070307 | 2006-03-15 | ||
| JP2006070307 | 2006-03-15 | ||
| JP2008505183A JP4956757B2 (ja) | 2006-03-15 | 2007-03-14 | 数式記述構造化言語オブジェクト検索システムおよび検索方法 |
| PCT/JP2007/055103 WO2007105759A1 (ja) | 2006-03-15 | 2007-03-14 | 数式記述構造化言語オブジェクト検索システムおよび検索方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2007105759A1 JPWO2007105759A1 (ja) | 2009-07-30 |
| JP4956757B2 true JP4956757B2 (ja) | 2012-06-20 |
Family
ID=38509575
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008505183A Active JP4956757B2 (ja) | 2006-03-15 | 2007-03-14 | 数式記述構造化言語オブジェクト検索システムおよび検索方法 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20090019015A1 (ja) |
| JP (1) | JP4956757B2 (ja) |
| WO (1) | WO2007105759A1 (ja) |
Families Citing this family (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8745082B2 (en) * | 2007-06-29 | 2014-06-03 | Alcatel Lucent | Methods and apparatus for evaluating XPath filters on fragmented and distributed XML documents |
| US9785987B2 (en) | 2010-04-22 | 2017-10-10 | Microsoft Technology Licensing, Llc | User interface for information presentation system |
| US9043296B2 (en) | 2010-07-30 | 2015-05-26 | Microsoft Technology Licensing, Llc | System of providing suggestions based on accessible and contextual information |
| US20130013616A1 (en) * | 2011-07-08 | 2013-01-10 | Jochen Lothar Leidner | Systems and Methods for Natural Language Searching of Structured Data |
| US9003316B2 (en) | 2011-07-25 | 2015-04-07 | Microsoft Technology Licensing, Llc | Entering technical formulas |
| JP5827874B2 (ja) * | 2011-11-11 | 2015-12-02 | 株式会社ドワンゴ | キーワード取得装置、コンテンツ提供システム、キーワード取得方法、プログラム及びコンテンツ提供方法 |
| CN102663138A (zh) * | 2012-05-03 | 2012-09-12 | 北京大学 | 一种公式查询条件的输入方法与装置 |
| US9069882B2 (en) * | 2013-01-22 | 2015-06-30 | International Business Machines Corporation | Mapping and boosting of terms in a format independent data retrieval query |
| US9092527B2 (en) | 2013-01-30 | 2015-07-28 | Quixey, Inc. | Performing application search based on entities |
| JP6355501B2 (ja) * | 2014-09-29 | 2018-07-11 | シャープ株式会社 | 検索装置、検索方法、プログラム、および記録媒体 |
| CN104572577B (zh) * | 2014-12-17 | 2018-09-04 | 百度在线网络技术(北京)有限公司 | 数学公式处理方法及装置 |
| KR101842873B1 (ko) * | 2016-09-29 | 2018-03-28 | 조봉한 | 수학번역기, 수학번역 디바이스 및 플랫폼 |
| CA3055172C (en) * | 2017-03-03 | 2022-03-01 | Perkinelmer Informatics, Inc. | Systems and methods for searching and indexing documents comprising chemical information |
| US11599325B2 (en) | 2019-01-03 | 2023-03-07 | Bluebeam, Inc. | Systems and methods for synchronizing graphical displays across devices |
| CA3046608C (en) * | 2019-06-14 | 2025-06-17 | Mathresources Incorporated | DOCUMENT PUBLISHING SYSTEMS AND METHODS |
| CN113051370B (zh) * | 2021-03-31 | 2022-10-04 | 河北大学 | 基于数学表达式评估语言的相似性测度方法 |
| WO2023187862A1 (ja) * | 2022-03-28 | 2023-10-05 | twelS株式会社 | 検索サーバー、検索システム、及び検索プログラム |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003271670A (ja) * | 2002-03-19 | 2003-09-26 | Mitsubishi Electric Corp | 情報収集装置、情報収集方法及びプログラム |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5737732A (en) * | 1992-07-06 | 1998-04-07 | 1St Desk Systems, Inc. | Enhanced metatree data structure for storage indexing and retrieval of information |
| US6823492B1 (en) * | 2000-01-06 | 2004-11-23 | Sun Microsystems, Inc. | Method and apparatus for creating an index for a structured document based on a stylesheet |
| US6981219B2 (en) * | 2001-11-27 | 2005-12-27 | George L. Yang | Method and system for processing formulas and curves in a document |
| WO2003071393A2 (en) * | 2002-02-15 | 2003-08-28 | Mathsoft Engineering And Education, Inc. | Linguistic support for a regognizer of mathematical expressions |
| ATE392667T1 (de) * | 2002-05-27 | 2008-05-15 | Sap Ag | Verfahren und computersystem zum indexieren strukturierter dokumente |
| US7120637B2 (en) * | 2003-05-30 | 2006-10-10 | Microsoft Corporation | Positional access using a b-tree |
| US7827181B2 (en) * | 2004-09-30 | 2010-11-02 | Microsoft Corporation | Click distance determination |
| US20060129538A1 (en) * | 2004-12-14 | 2006-06-15 | Andrea Baader | Text search quality by exploiting organizational information |
| US8843475B2 (en) * | 2006-07-12 | 2014-09-23 | Philip Marshall | System and method for collaborative knowledge structure creation and management |
| US8589869B2 (en) * | 2006-09-07 | 2013-11-19 | Wolfram Alpha Llc | Methods and systems for determining a formula |
-
2007
- 2007-03-14 JP JP2008505183A patent/JP4956757B2/ja active Active
- 2007-03-14 US US12/281,730 patent/US20090019015A1/en not_active Abandoned
- 2007-03-14 WO PCT/JP2007/055103 patent/WO2007105759A1/ja not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003271670A (ja) * | 2002-03-19 | 2003-09-26 | Mitsubishi Electric Corp | 情報収集装置、情報収集方法及びプログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| JPWO2007105759A1 (ja) | 2009-07-30 |
| US20090019015A1 (en) | 2009-01-15 |
| WO2007105759A1 (ja) | 2007-09-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPWO2007105759A1 (ja) | 数式記述構造化言語オブジェクト検索システムおよび検索方法 | |
| US8554800B2 (en) | System, methods and applications for structured document indexing | |
| US7958444B2 (en) | Visualizing document annotations in the context of the source document | |
| Ekbal et al. | A web-based Bengali news corpus for named entity recognition | |
| Slavic | Faceted classification: management and use | |
| Leidner | An evaluation dataset for the toponym resolution task | |
| Hubmann-Haidvogel et al. | Multiple coordinated views for searching and navigating web content repositories | |
| Carr et al. | The case for explicit knowledge in documents | |
| WO2008041367A1 (fr) | Dispositif de recherche de document, procédé de recherche de document et programme de recherche de document | |
| Afzal et al. | Creating Links into the Future. | |
| Maurer et al. | Transclusions in an html-based environment | |
| CN102257490A (zh) | 文档信息选择方法和计算机程序产品 | |
| KR100522186B1 (ko) | 동적으로 홈페이지를 제작하는 방법 및 이 방법을 웹에서구현하는 장치 | |
| US20090083300A1 (en) | Document processing device and document processing method | |
| Sabri et al. | Improving performance of DOM in semi-structured data extraction using WEIDJ model | |
| Ciardelli et al. | The EDIT cyberplatform for taxonomy and the taxonomic workflow: Selected components | |
| Angel et al. | Qualitative geocoding of persistent web pages | |
| Kogalovsky et al. | Open citation content data | |
| Muniz et al. | Taming the Tiger Topic: An XCES Compliant Corpus Portal to Generate Subcorpora Based on Automatic Text-Topic Identification | |
| US20080005085A1 (en) | Server Device and Search Method | |
| Lam | XML and global name access control | |
| Bhowmick et al. | Representation of web data in a web warehouse | |
| Nojoumian | Document engineering of complex software specifications | |
| Hammo et al. | ViStA: a visualization system for exploring Arabic text | |
| Howarth et al. | Visualizing search results from metadata-enabled repositories in cultural domains |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A529 | Written submission of copy of amendment under article 34 pct |
Free format text: JAPANESE INTERMEDIATE CODE: A5211 Effective date: 20080826 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080929 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100202 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100202 |
|
| A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20110304 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20110304 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100202 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111129 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120125 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120221 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |