An index creation part creates an index for acquiring by sequential access the array of appearance information (document ID, position on tree) of a node even from each word appearing as the node of the tree of a syntax analytic result. インデックス作成部は、構文解析結果のツリーのノードとして出現した各単語からもノードの出現情報(文書ID、ツリー上位置)の配列をシーケンシャルアクセスで取得できるインデックスを作成する。 - 特許庁
This method includes a stage which analyzes tree-path information based on prescribed syntax if tree-path information on element is input, and a stage which retrieves the element from a document or a library by the analysis result. エレメントのツリーパス情報が入力されれば、所定シンタックスに基づいてツリーパス情報を分析する段階と、分析結果により文書またはライブラリから、前記エレメントをサーチする段階とを含む方法である。 - 特許庁
A determining portion 6 determines the presence of defect in a sentence in the input document data, that is, the paragraph for establishing grammatically correct sentence is not described, when the paragraph corresponding to a route of the syntaxtree indicating a result of syntax analysis is not found. 判定部6は構文解析結果を示す構文木のルートに対応する文節がない場合には、入力文書データ中の文に欠損がある、つまり文法上の正しい文として成立するための文節が記述されていないと判定する。 - 特許庁
A surface clean-up component 212 receives the fully ordered tree, and performs a number of realization operations to generate surface realizations for the constituent still represented abstractly in the fully ordered syntaxtree. 表層クリーンアップコンポーネント212が完全に順序付けられたツリーを受け取り、いくつかの実現操作を行って、完全に順序付けた構文ツリー中でなお抽象的に表されている構成素の表層実現を生成する。 - 特許庁
The syntax of a sentence included in a document 1 specified as a processing target of a sentence analysis means 2 is analyzed and an analytical tree 3 describing the relation of plural words is generated. 文解析手段2の処理対象として指定された文書1に含まれる文の構文を解析し、単語間の関係を記述した解析木3を生成する。 - 特許庁
To provide a source analysis program allowing efficient obtaining of correspondence between a position in a macro call inside a source code and even a node of an AST (Abstract Syntax Tree). ASTのノードとの間でも、ソースコード中のマクロ呼び出しにおける位置との対応を効率よく把握することを可能とするソース解析プログラムを提供する。 - 特許庁
When matched therein, an instance or a tag related to the syntax analysis tree in the dictionary is returned to an opened application, and the related action of the tag is executed. マッチが見つかると辞書中の構文解析ツリーに関連するインスタンスまたはタグがドキュメントが開いているアプリケーションに戻され、そのタグの関連アクションが実行される。 - 特許庁
A source code management server 1 is provided with; a parsing means 12 which parses a source code file received from a client terminal and decomposes it into a syntaxtree; a repository editing means 13 which extracts a variance difference between the source code file and a preceding version of the source code file per element of the syntaxtree; and a repository information holding part 20 which holds the variance difference. ソースコード管理サーバ1は、クライアント端末機から受信したソースコードファイルを構文解析し、構文ツリーに分解する構文解析手段12と、構文ツリーの要素毎に、ソースコードファイルの前のバージョンにおけるソースコードファイルとの変更差分を抽出するリポジトリ編集手段13と、変更差分を保持するリポジトリ情報保持部20とを備える。 - 特許庁
After analyzing the syntax of a query according to the grammar of a query language, a parse tree composed of nodes each of which becomes one processing unit in a database management apparatus is prepared, a hint item to which the database management apparatus is applicable, is detected in each unit of the parse tree, the parse tree is expressed by a form of tree structure, and selectable hints are presented to respective nodes. 問合せクエリを問合せ言語の文法に従って構文解析した後、データベース管理装置にとって1つの処理単位となるノードによって構成される解析木を作成するとともに、解析木の各単位についてデータベース管理装置側が適用可能なヒント項目を検出し、解析木を木構造の形で表現し、各ノードに対して選択可能なヒントを提示する。 - 特許庁
To improve the efficiency in the development of an application generator by making describable a program piece to be described in conversion rule definition to be the specifications of generator operation similarly to an output program piece to be outputted from a generator and making automatically generaable an abstract syntaxtree data type definition expressing a syntax analyzer and generator input specifications from grammar specifications to be the generator operation specifications. アプリケーションジェネレータ開発支援装置及び支援方法に係り、出力するプログラムの断片を、ジェネレータの変換規則中に変換規則の記述を容易すると同時に、構文解析器の作成を容易し、アプリケーションジェネレータの開発の効率化を図る。 - 特許庁
Meanwhile, acceptance algorithm obtained by defining a syntaxtree as a unit can perform an efficient analysis by the pack of dynamic programming and a partial solution because the acceptance algorithm is the same as the case of context-free grammar. 一方、構文木を単位とした受理アルゴリズムは、文脈自由文法の場合と同じであるため、動的計画法と部分解のパックによる効率的な解析が行うことができる。 - 特許庁
The COBOL source code check program 110 searches a syntaxtree with a data item having a plurality of items as a start point, and compares a conditional statement of the data item with table size definition. COBOLソースコードチェックプログラム110は、複数項目を有するデータ項目を起点として構文木を探索し、そのデータ項目の条件文とテーブルサイズ定義を比較する。 - 特許庁
Meanwhile, since acceptance algorithm by unit of the syntaxtree is the same as the case of a context free grammar, the efficient analysis by a pack of the dynamic programming and a partial solution is performed. 一方、構文木を単位とした受理アルゴリズムは、文脈自由文法の場合と同じであるため、動的計画法と部分解のパックによる効率的な解析が行うことができる。 - 特許庁
An action 61 for type check and an action 64 for code generation are respectively added to the abstract syntaxtree scan program file 60 and a type check program file 63 and a code generation program file 66 are generated. 抽象構文木走査プログラムファイル60に型検査用アクション61とコード生成用アクション64とをそれぞれ付加して、型検査プログラムファイル63とコード生成プログラムファイル66とを作成する。 - 特許庁
The active document is operated corresponding to the context of a character string, stream or purse tree on a network, can embed a program and is the structured document so that the program has the same syntax as the document. アクティブ文書は、ネットワーク上で、文字列、ストリーム及びパース木の文脈に応じて動作し、プログラムを埋め込み可能であり、また、構造化文書であるので、そのプログラムは文書と同じ構文を持つ。 - 特許庁
The system and method include: generating a set of powerful hypotheses for speech recognition; re-scoring the powerful hypotheses by using semantic contents by using a semantic structured language model; and making the recognized speech articulate by using the semantic structured language model and scoring a syntax analysis tree for identifying the best sentence according to the syntax analysis tree of sentences. 本システムおよび方法は、音声を認識するにあたり一組の有力な仮定を生成すること,意味的構造化言語モデルを使用することにより意味的内容を使って有力な仮定をリスコアすること、および、意味的構造化言語モデルを使ってその認識された音声を明瞭にし、センテンスの構文解析ツリーに従って最良のセンテンスを識別するために構文解析ツリーをスコアすることを含む。 - 特許庁
A restriction condition determination processing part 173 determines whether a cycle or rolled material within the restriction range meets the restriction contents by using the syntaxtree to determine whether the object to be checked meets the restriction conditions. 制約条件判定処理部173は、規制範囲内のサイクルまたは圧延材が規制内容を満たすか否かを構文木を用いて判定することで、チェック対象が制約条件を満たすか否かを判定する。 - 特許庁
When a user indicates selection of any one of the digests, a selection ascertaining means 7 specifies a syntaxtree corresponding to a digest in a cursor position on the basis of cursor position information inputted from a cursor moving means 6. ユーザがいずれかのダイジェストを選択指示すると、選択確定手段7は、カーソル移動手段6から入力したカーソル位置情報に基づいて、カーソル位置のダイジェストに対応する構文木を特定する。 - 特許庁
An interpretation part 14 reads the the prepared abstract syntaxtree and an application to be checked, and evaluates the conditional formula for the application by using the function of a program analyzing part 15, and returns the evaluation result to a rule definition analyzing part 11. 解釈部14は、作成された抽象構文木と、検査対象のアプリケーションとを読み込み、プログラム解析部15の機能を用いて、アプリケーションに対し条件式を評価し、その評価結果をルール定義解析部11に返す。 - 特許庁
A transcription processing description generator 300 generates a transcription processing description described by a markup language from a transcription processing definition, a syntax analysis part 210 in a transcription engine 200 analyzes syntax of the transcription processing description by using an XML parser 10, and a description interpretation part 220 in the transcription engine 200 interprets the transcription processing tree and performs transcription. 転記処理記述ジェネレータ300が転記処理定義からマークアップ言語で記述した転記処理記述を生成し、転記エンジン200の構文解析部210がXMLパーサー10を用いて転記処理記述の構文解析をおこなうとともに転記処理ツリーを作成し、転記エンジン200の記述解釈部220が転記処理ツリーを解釈して転記処理をおこなう構成とする。 - 特許庁
To provide a method and a system thereof by which specific element (or node) can be retrieved easily and quickly from a document or a library by XML format using tree-path information based on prescribed syntax, and a recording medium in which program to execute the method is preserved. 所定のシンタックスに基づいたツリーパス情報を利用してXMLフォーマットよる文書またはライブラリで特定エレメント(またはノード)を容易、かつ迅速にサーチできる方法及び装置とその方法を行うためのプログラムが保存された記録媒体を提供する。 - 特許庁
This design data analysis program converts HDL design data into syntaxtree data, searches signal propagation paths based thereon, counts the number of signal wires between blocks, detects a register circuit, searches registers operating by a same control signal and searches a data path operating asynchronously. HDL設計データを構文木データに変換し、それを基に信号伝播経路の探索、ブロック間信号線数の計数、ファンアウト数の計数、レジスタ回路の検出、同一制御信号で動作するレジスタの検索、非同期に動作するデータパスの検索を実行する構成である。 - 特許庁
In this document re-authoring system, the web document obtained from a distributed network is analyzed, an abstract syntaxtree is generated, various kinds of deformation are applied to the element of the document, and the document is divided into small sub-pages capable of being deciphered and navigated on the device limited in display area. 文書再オーサリングシステムは、分散形ネットワークから入手したウェブ文書を解析して抽象構文ツリーを作成し、文書の要素に種々の変形を適用し、限られた表示領域の装置上で判読可能且つナビゲート可能に表示できる小さなサブページに分割する。 - 特許庁