JP2012507776A - コンディショナルプロセッシング方法及び装置 - Google Patents
コンディショナルプロセッシング方法及び装置 Download PDFInfo
- Publication number
- JP2012507776A JP2012507776A JP2011534398A JP2011534398A JP2012507776A JP 2012507776 A JP2012507776 A JP 2012507776A JP 2011534398 A JP2011534398 A JP 2011534398A JP 2011534398 A JP2011534398 A JP 2011534398A JP 2012507776 A JP2012507776 A JP 2012507776A
- Authority
- JP
- Japan
- Prior art keywords
- node
- memory
- conditional processing
- parsing switch
- child
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/42—Syntactic analysis
- G06F8/427—Parsing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/25—Using a specific main memory architecture
- G06F2212/251—Local memory within processor subsystem
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Devices For Executing Special Programs (AREA)
- Stored Programmes (AREA)
- Machine Translation (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
図5は、本発明の一実施例によるコンディショナルプロセッシング方法を示す流れ図である。
この時、パーシングスイッチ(parsingSwitch)ノードのすべての子ノード(要素)は、パーシングスイッチ(parsingSwitch)ノードとして判断されることができる。
図6は、本発明の他の実施例によるコンディショナルプロセッシング方法を示す流れ図である。
210 ID
220 モード
225 デクリメンタル
230 インクリメンタル
240 キーワードパース
245 キーワード
250 評価モード
255 事前評価
260 事後評価
270 リムーバブル
280 セレクションモード
285 単数
290 複数
Claims (13)
- コンディショナルプロセッシング方法において、
宣言的記述言語基盤で構成された複数のノードを有するデータストリームを受信する段階と;
前記受信したデータストリームを復号化する段階と;
前記復号化されたデータをロードし、パースツリーを生成する段階と;
前記パースツリーを生成する途中に、パーシングスイッチノードが感知されるか否かを判断する段階と;
前記感知されたパーシングスイッチノードの1つ以上の属性に基づいて前記パーシングスイッチノードの1つ以上の子ノードをメモリにロードするローディング段階と;を含むコンディショナルプロセッシング方法。 - 前記ローディング段階は、前記パーシングスイッチノードが複数の子ノードを有する場合、前記パーシングスイッチノードの一連の子ノードを前記メモリにローディングする段階を含むことを特徴とする請求項1に記載のコンディショナルプロセッシング方法。
- 前記メモリに残っているノードを出力する段階をさらに含むことを特徴とする請求項1に記載のコンディショナルプロセッシング方法。
- 前記ローディング段階は、前記感知されたパーシングスイッチノードの属性がデクリメントル(decremental)であれば、そのメモリ要求量が減少する順に子ノードを列挙する段階を含むことを特徴とする請求項1に記載のコンディショナルプロセッシング方法。
- 真として評価されるノードがあれば、前記メモリに前記子ノードをローディングする段階と;
子ノードをメモリにローディングすることを中止する段階と;をさらに含むことを特徴とする請求項4に記載のコンディショナルプロセッシング方法。 - 前記ローディング段階は、前記感知されたパーシングスイッチノードの属性がインクリメントル(incremental)であれば、そのメモリ要求量が増加する順に前記子ノードを列挙する段階をさらに含むことを特徴とする請求項1に記載のコンディショナルプロセッシング方法。
- 前記子ノードを前記メモリにローディングする段階と;
前記メモリ状態に適していない子ノードが発見されれば、前記メモリに前記子ノードをローディングすることを中断する段階と;をさらに含むことを特徴とする請求項6に記載のコンディショナルプロセッシング方法。 - コンディショナルプロセッシング装置において、
宣言的記述言語に基づいて構成された複数のノードを有するデータを復号化する復号器と;
前記復号化されたデータをローディングしてパースツリーを生成し、パーシングスイッチノードが感知されるか否かを判断し、前記感知されたパーシングスイッチノードの1つ以上の属性に基づいて前記パーシングスイッチノードの1つ以上の子ノードをローディングするメモリ構成器と;
前記ローディングされた子ノードを出力する構成器と;を含むコンディショナルプロセッシング装置。 - 前記メモリ構成器は、前記パーシングスイッチノードが複数の子ノードを有すれば、前記パーシングスイッチノードの一連の子ノードを前記メモリにローディングすることを特徴とする請求項8に記載のコンディショナルプロセッシング装置。
- 前記メモリ構成器は、前記感知されたパーシングスイッチノードの属性がデクリメントル(decremental)であれば、そのメモリ要求量が減少する順に前記子ノードを列挙することを特徴とする請求項8に記載のコンディショナルプロセッシング装置。
- 前記メモリ構成器は、真として評価されるノードがあれば、前記子ノードを前記メモリにロードし、前記メモリに前記子ノードをローディングすることを中断することを特徴とする請求項10に記載のコンディショナルプロセッシング装置。
- 前記メモリ構成器は、前記感知されたパーシングスイッチノードの属性がインクリメントル(incremental)であれば、そのメモリ要求量が増加する順に前記子ノードを列挙することを特徴とする請求項8に記載のコンディショナルプロセッシング装置。
- 前記メモリ構成器は、
前記メモリに前記子ノードをロードし、
前記メモリの状態に適していない子ノードが発見されれば、前記メモリに子ノードをローディングすることを中断することを特徴とする請求項12に記載のコンディショナルプロセッシング装置。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080107630A KR101574603B1 (ko) | 2008-10-31 | 2008-10-31 | 컨디셔널 프로세싱 방법 및 장치 |
KR10-2008-0107630 | 2008-10-31 | ||
PCT/KR2009/006363 WO2010050786A2 (en) | 2008-10-31 | 2009-10-30 | Conditional processing method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012507776A true JP2012507776A (ja) | 2012-03-29 |
JP5536790B2 JP5536790B2 (ja) | 2014-07-02 |
Family
ID=42129493
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011534398A Expired - Fee Related JP5536790B2 (ja) | 2008-10-31 | 2009-10-30 | コンディショナルプロセッシング方法及び装置 |
Country Status (8)
Country | Link |
---|---|
US (2) | US9058181B2 (ja) |
EP (1) | EP2344951B1 (ja) |
JP (1) | JP5536790B2 (ja) |
KR (1) | KR101574603B1 (ja) |
CN (1) | CN102203734B (ja) |
AU (1) | AU2009310547B2 (ja) |
CA (1) | CA2741082C (ja) |
WO (1) | WO2010050786A2 (ja) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3036875A4 (en) * | 2013-08-20 | 2017-04-19 | Nokia Technologies Oy | A method and apparatus for privacy-enhanced evidence evaluation |
US9588975B2 (en) | 2014-06-11 | 2017-03-07 | International Business Machines Corporation | Processing large XML files by splitting and hierarchical ordering |
CN106293653B (zh) * | 2015-05-19 | 2020-11-06 | 深圳市腾讯计算机系统有限公司 | 代码处理方法及装置、计算机可读介质 |
CN104965794B (zh) * | 2015-05-26 | 2017-12-22 | 努比亚技术有限公司 | 内存管理方法及装置 |
US10620950B2 (en) | 2016-09-07 | 2020-04-14 | International Business Machines Corporation | Message parsing in a distributed stream processing system |
CN109165014B (zh) * | 2018-07-17 | 2022-03-29 | 北京新唐思创教育科技有限公司 | 用于编辑控件的方法、装置、设备以及计算机存储介质 |
US11748358B2 (en) | 2018-09-28 | 2023-09-05 | Splunk Inc. | Feedback on inferred sourcetypes |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003018580A (ja) * | 2001-06-29 | 2003-01-17 | Matsushita Electric Ind Co Ltd | コンテンツ配信システムおよび配信方法 |
JP2006195675A (ja) * | 2005-01-12 | 2006-07-27 | Osaka Univ | ブラウジングシステム |
JP2007012074A (ja) * | 2005-06-30 | 2007-01-18 | Ricoh Co Ltd | 文書画像のコンテント適応スケーリング用ホワイトスペースグラフ及びツリー |
JP2009543507A (ja) * | 2006-07-11 | 2009-12-03 | 韓國電子通信研究院 | LASeRコンテンツ表示装置及び方法 |
Family Cites Families (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4200927A (en) * | 1978-01-03 | 1980-04-29 | International Business Machines Corporation | Multi-instruction stream branch processing mechanism |
US5339421A (en) * | 1991-03-22 | 1994-08-16 | International Business Machines Corporation | General data stream parser for encoding and decoding data and program interface for same |
US6230173B1 (en) * | 1995-07-17 | 2001-05-08 | Microsoft Corporation | Method for creating structured documents in a publishing system |
US5701490A (en) * | 1996-01-16 | 1997-12-23 | Sun Microsystems, Inc. | Method and apparatus for compiler symbol table organization with no lookup in semantic analysis |
US6314558B1 (en) * | 1996-08-27 | 2001-11-06 | Compuware Corporation | Byte code instrumentation |
US6085186A (en) * | 1996-09-20 | 2000-07-04 | Netbot, Inc. | Method and system using information written in a wrapper description language to execute query on a network |
WO1998048360A1 (en) * | 1997-04-22 | 1998-10-29 | Greg Hetherington | Method and apparatus for processing free-format data |
JP3202968B2 (ja) * | 1998-06-30 | 2001-08-27 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 表示制御情報生成方法及びコンピュータ |
US6697359B1 (en) * | 1999-07-02 | 2004-02-24 | Ancor Communications, Inc. | High performance switch fabric element and switch systems |
US6996770B1 (en) * | 1999-07-26 | 2006-02-07 | Microsoft Corporation | Methods and systems for preparing extensible markup language (XML) documents and for responding to XML requests |
US6772413B2 (en) * | 1999-12-21 | 2004-08-03 | Datapower Technology, Inc. | Method and apparatus of data exchange using runtime code generator and translator |
US7047033B2 (en) * | 2000-02-01 | 2006-05-16 | Infogin Ltd | Methods and apparatus for analyzing, processing and formatting network information such as web-pages |
US6826726B2 (en) * | 2000-08-18 | 2004-11-30 | Vaultus Mobile Technologies, Inc. | Remote document updating system using XML and DOM |
GB0107882D0 (en) * | 2001-03-29 | 2001-05-23 | Ibm | Parsing messages with multiple data formats |
US7703009B2 (en) * | 2001-04-09 | 2010-04-20 | Huang Evan S | Extensible stylesheet designs using meta-tag information |
WO2002097667A2 (en) * | 2001-05-31 | 2002-12-05 | Lixto Software Gmbh | Visual and interactive wrapper generation, automated information extraction from web pages, and translation into xml |
US7373597B2 (en) * | 2001-10-31 | 2008-05-13 | University Of Medicine & Dentistry Of New Jersey | Conversion of text data into a hypertext markup language |
WO2004002044A2 (en) * | 2002-02-01 | 2003-12-31 | John Fairweather | A system for exchanging binary data |
AU2003216329A1 (en) * | 2002-02-15 | 2003-09-09 | Mathsoft Engineering And Education, Inc. | Linguistic support for a regognizer of mathematical expressions |
US7480856B2 (en) * | 2002-05-02 | 2009-01-20 | Intel Corporation | System and method for transformation of XML documents using stylesheets |
US7302383B2 (en) * | 2002-09-12 | 2007-11-27 | Luis Calixto Valles | Apparatus and methods for developing conversational applications |
US7080094B2 (en) * | 2002-10-29 | 2006-07-18 | Lockheed Martin Corporation | Hardware accelerated validating parser |
US20040221319A1 (en) * | 2002-12-06 | 2004-11-04 | Ian Zenoni | Application streamer |
DE10339537A1 (de) * | 2003-08-26 | 2005-03-24 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Radio |
US7302678B2 (en) * | 2003-09-10 | 2007-11-27 | Sap Aktiengesellschaft | Symmetric transformation processing system |
US20050102652A1 (en) * | 2003-11-07 | 2005-05-12 | Sony Corporation | System and method for building software suite |
US7165216B2 (en) * | 2004-01-14 | 2007-01-16 | Xerox Corporation | Systems and methods for converting legacy and proprietary documents into extended mark-up language format |
US20050188350A1 (en) * | 2004-02-20 | 2005-08-25 | Microsoft Corporation | Data binding |
US20060031555A1 (en) * | 2004-08-05 | 2006-02-09 | Somsubhra Sikdar | Data context switching in a semantic processor |
WO2006081428A2 (en) * | 2005-01-27 | 2006-08-03 | Symyx Technologies, Inc. | Parser for generating structure data |
US7548926B2 (en) * | 2005-10-05 | 2009-06-16 | Microsoft Corporation | High performance navigator for parsing inputs of a message |
US7933928B2 (en) * | 2005-12-22 | 2011-04-26 | Oracle International Corporation | Method and mechanism for loading XML documents into memory |
US7496667B2 (en) * | 2006-01-31 | 2009-02-24 | International Business Machines Corporation | Decentralized application placement for web application middleware |
US7720835B2 (en) * | 2006-05-05 | 2010-05-18 | Visible Technologies Llc | Systems and methods for consumer-generated media reputation management |
US8209605B2 (en) * | 2006-12-13 | 2012-06-26 | Pado Metaware Ab | Method and system for facilitating the examination of documents |
JP2008310685A (ja) * | 2007-06-15 | 2008-12-25 | Hitachi Ltd | 冗長性を維持した性能最適化を行うストレージシステム |
US8347039B2 (en) * | 2010-01-08 | 2013-01-01 | International Business Machines Corporation | Programmable stream prefetch with resource optimization |
-
2008
- 2008-10-31 KR KR1020080107630A patent/KR101574603B1/ko active IP Right Grant
-
2009
- 2009-10-30 EP EP09823866.0A patent/EP2344951B1/en not_active Not-in-force
- 2009-10-30 WO PCT/KR2009/006363 patent/WO2010050786A2/en active Application Filing
- 2009-10-30 JP JP2011534398A patent/JP5536790B2/ja not_active Expired - Fee Related
- 2009-10-30 CN CN200980143188.2A patent/CN102203734B/zh not_active Expired - Fee Related
- 2009-10-30 AU AU2009310547A patent/AU2009310547B2/en not_active Ceased
- 2009-10-30 CA CA2741082A patent/CA2741082C/en not_active Expired - Fee Related
- 2009-11-02 US US12/610,817 patent/US9058181B2/en not_active Expired - Fee Related
-
2015
- 2015-06-15 US US14/739,848 patent/US9298601B2/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003018580A (ja) * | 2001-06-29 | 2003-01-17 | Matsushita Electric Ind Co Ltd | コンテンツ配信システムおよび配信方法 |
JP2006195675A (ja) * | 2005-01-12 | 2006-07-27 | Osaka Univ | ブラウジングシステム |
JP2007012074A (ja) * | 2005-06-30 | 2007-01-18 | Ricoh Co Ltd | 文書画像のコンテント適応スケーリング用ホワイトスペースグラフ及びツリー |
JP2009543507A (ja) * | 2006-07-11 | 2009-12-03 | 韓國電子通信研究院 | LASeRコンテンツ表示装置及び方法 |
Also Published As
Publication number | Publication date |
---|---|
EP2344951B1 (en) | 2018-12-05 |
CA2741082A1 (en) | 2010-05-06 |
AU2009310547A2 (en) | 2011-05-26 |
US9058181B2 (en) | 2015-06-16 |
KR20100048460A (ko) | 2010-05-11 |
EP2344951A2 (en) | 2011-07-20 |
CN102203734A (zh) | 2011-09-28 |
US20150278083A1 (en) | 2015-10-01 |
JP5536790B2 (ja) | 2014-07-02 |
CN102203734B (zh) | 2015-05-20 |
AU2009310547A1 (en) | 2010-05-06 |
CA2741082C (en) | 2016-02-02 |
WO2010050786A3 (en) | 2010-08-12 |
US9298601B2 (en) | 2016-03-29 |
AU2009310547B2 (en) | 2015-11-19 |
US20100115129A1 (en) | 2010-05-06 |
WO2010050786A2 (en) | 2010-05-06 |
KR101574603B1 (ko) | 2015-12-04 |
EP2344951A4 (en) | 2012-05-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5536790B2 (ja) | コンディショナルプロセッシング方法及び装置 | |
US8954457B2 (en) | Method for processing a structured document to render, and corresponding processor | |
JP4481001B2 (ja) | データ文書のインクリメンタルボトムアップ構築 | |
US7689901B2 (en) | Multiple updates to content descriptions using a single command | |
US20060031749A1 (en) | Adaptive multimedia integration language (amil) for adaptive multimedia applications and presentations | |
JP5414792B2 (ja) | リッチメディアサービスを提供する方法及び装置 | |
KR20110074853A (ko) | 리치미디어 서비스를 제공하는 방법 및 장치 | |
US10095801B2 (en) | Providing interaction between a first content set and a second content set in a computer system | |
JP5026407B2 (ja) | ツリーデータ構造を処理する方法 | |
JP2004180258A (ja) | 構造化データの送信装置 | |
JP2004320074A (ja) | 構造化データの受信プログラム | |
JP2004178545A (ja) | 構造化データの送信方法 | |
JP2004320069A (ja) | 構造化データの受信プログラム | |
JP2004320073A (ja) | 構造化データの受信プログラム | |
JP2004318801A (ja) | 構造化データの受信方法 | |
JP2004320704A (ja) | 構造化データの受信方法 | |
JP2004320070A (ja) | 構造化データの受信プログラム | |
JP2004318798A (ja) | 構造化データの受信方法 | |
JP2004318800A (ja) | 構造化データの受信方法 | |
JP2004320068A (ja) | 構造化データの受信プログラム | |
JP2004318796A (ja) | 構造化データの受信方法 | |
JP2004318797A (ja) | 構造化データの受信方法 | |
JP2004318804A (ja) | 構造化データの受信方法 | |
JP2004318808A (ja) | 構造化データの受信方法 | |
JP2004318795A (ja) | 構造化データの受信方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120910 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130917 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20131001 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20131225 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20140108 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140116 |
|
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: 20140401 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140424 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5536790 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |