Parserを含む例文一覧と使い方
該当件数 : 310件
You have to think as a language parser would think. 例文帳に追加
ユーザーは、言語パーサーが思考するのと同じように、思考しなければなりません。 - NetBeans
A meaning inspection definition parser 155 refers to results of parsing by the parser 150 and performs syntax analysis of meaning definition 25.例文帳に追加
意味検査定義パーザ155は、抽象構文定義パーザ150による構文解析の結果を参照して、意味検査定義25の構文解析を行う。 - 特許庁
100-XML parse errors Returns 100 plus the XML parser error code for the fault that occurred. 例文帳に追加
100- XML parse errors 発生した障害の XML パーサエラーコードに 100 を加えたものを返します。 - PEAR
Portable parser for command line options; support bothshort and long option names. 例文帳に追加
ポータブルなコマンドラインオプションのパーザ。 長短の両方の形式をサポートします。 - Python
The classic Parser API is fine if you have the entire text of the message in memory as a string, or if the entire message lives in a file on the filesystem.例文帳に追加
旧式の Parser API はメッセージ全体のテキストが文字列としてすでにメモリ上にあるか、それがローカルなファイルシステム上に存在しているときには問題ありません。 - Python
A simple``wrapper'' class may be created in Python to hide the use of ASTobjects.The parser module defines functions for a few distinctpurposes. 例文帳に追加
ASTオブジェクトを使っていることを隠すために、簡単な``ラッパー''クラスをPythonで作ることができます。 parserモジュールは二、三の別々の目的のために関数を定義しています。 - Python
If you create an object implementing this interface, then register the object with your Parser, the parser will call the method in your object to resolve all external entities.例文帳に追加
このインターフェースを実装したオブジェクトを作成しパーサに登録することで、パーサはすべての外部エンティティを解決するメソッドを呼び出すようになります。 - Python
Called when the parser presents minor warning information to the application.例文帳に追加
パーサが軽微な警告情報をアプリケーションに通知するために呼び出されます。 - Python
Each task program executes at a scheduled time and provides results to a parser.例文帳に追加
タスクプログラムは、スケジュールされた時間に実行され、結果はパーサに提供される。 - 特許庁
DATA PROCESSING METHOD, ENCODER USING ITS TECHNIQUE DECODER AND XML PARSER例文帳に追加
データ処理方法及びその手法を用いたエンコーダ、デコーダ並びにXMLパーサ - 特許庁
AnotherHTML parser which supports XHTML and offers a somewhat different interface is available in the例文帳に追加
XHTML をサポートし、少し異なったインタフェースを提供しているもう一つの HTML パーザは、 - Python
This is not a tutorial on editing the parse trees for Python code, but some examples of using the parser module are presented.Most importantly, a good understanding of the Python grammar processed by the internal parser is required.例文帳に追加
この文書はPythonコードの解析木を編集するためのチュートリアルではありませんが、parserモジュールを使った例をいくつか示しています。 もっとも重要なことは、内部パーサが処理するPythonの文法についてよく理解しておく必要があるということです。 - Python
A parser is adapted to separate an image data file into first and second compressed image components.例文帳に追加
パーサが、イメージ・データ・ファイルを第1及び第2の圧縮イメージ成分に分離する。 - 特許庁
A parser 182 generates first intermediate code from a source program 141.例文帳に追加
構文解析部182は、ソースプログラム141から第1の中間コードを生成する。 - 特許庁
To provide a method and a parser for parsing an input character string.例文帳に追加
入力文字列の構文解析を行うための方法およびパーサを提供する。 - 特許庁
Tasklist The background parser and the warning quick fixes are integrated with the task list.例文帳に追加
タスクリストバックグラウンドパーサーと警告の簡易修正はタスクリストに統合されています。 - NetBeans
This returns the entire contents of the mirror tag as unserialized by the parser. 例文帳に追加
mirror タグの中身全体を、パーサによってシリアライズ解除された状態で取得します。 - PEAR
Other errors may be returned from the parser for the specific container you're using. 例文帳に追加
使用しているコンテナによっては、これ以外のエラーが返される可能性もあります。 - PEAR
URI_TemplateTable of ContentsIntroduction-- Introduction to URI_Template This package contains a parser for URI Templates as defined in the URI Template draft that is currently being proposed to the IETF. 例文帳に追加
これはURI Template draft で定義されているもので、現在 IETF に提案中です。 - PEAR
See the parser options reference list for details and advanced detection section. 例文帳に追加
詳細は、パーサオプションのリファレンスやより高度な検出のセクションを参照ください。 - PEAR
The parser has callbacks for eightdifferent types of data in the digital audio data stream. 例文帳に追加
デジタルオーディオストリームの8つの異なるデータタイプのためのコールバックをパーザは持っています。 - Python
The IDE uses the internal parser to automatically update information about the current Java source file. 例文帳に追加
IDE では、内部パーサーを使用して、現在の Java ソースファイルの情報を自動的に更新します。 - NetBeans
File type-categorized parsers 9a, 9b and 9c are installed under the control of the meta parser part 8.例文帳に追加
メタパーサー部8の支配下には、ファイルタイプ別パーサー9a・9b・9cが設けられている。 - 特許庁
A system includes a clock generator, a timer, a modifier, a processing unit, a parser and a compensator.例文帳に追加
本システムは、クロック生成器、タイマー、修飾子、処理ユニット、パーサー、及び、補償器、からなる。 - 特許庁
An abstract syntax definition parser 150 parses abstract syntax definition 10.例文帳に追加
抽象構文定義パーザ150は、抽象構文定義10の構文解析を行う。 - 特許庁
Bison is a parser generator maintained by the Free Software Foundation as an alternative to yacc. 例文帳に追加
Bisonは,Free Software FoundationによってYACCの代替として維持されている構文解析ルーチン生成システムである. - コンピューター用語辞典
This section gives an overview about the different command line option parser packages in PEAR. 例文帳に追加
ここでは、PEAR パッケージとして登録されているさまざまなオプションパーサの概要を説明します。 - PEAR
While the parser reads the document, it will call methods for the different nodes that are found. 例文帳に追加
パーサが文書を読むと、種々のノードが見つかる度、対応するメソッドがコールされます。 - PEAR
Furthermore a new chunk is counted when the parser find a linebreak or internal entity. 例文帳に追加
さらに、パーサが改行や内部エンティティ(internal entity)をみつけたときに、新しいチャンクがカウントされます。 - PEAR
The following methods are called by the parser on the appropriate events in the input document:例文帳に追加
パーサは入力ドキュメントのイベントにより、それぞれに対応する以下のメソッドを呼び出します。 - Python
Called by the parser to give the application a locator for locating the origin of document events.例文帳に追加
アプリケーションにドキュメント・イベントの発生位置を通知するためにパーサから呼び出されます。 - Python
Input to the parser is a stream of tokens, generated by the lexical analyzer.例文帳に追加
パーザへの入力は、字句解析器 (lexical analyzer) によって生成された一連の トークン (token) からなります。 - Python
Interface used by the parser to present error and warning messages to the application.例文帳に追加
エラーや警告メッセージをアプリケーションに通知するためにパーサが使用するインターフェースです。 - Python
Sometimes, it's useful to poke around your option parser and see what'sthere. 例文帳に追加
自前のオプションパーザをつつきまわして、何が起こるかを調べると便利なことがあります。 - Python
Prints a complete help message for all the options in the current option parser.例文帳に追加
現在のオプションパーザ内の全てのオプションに対する完全なヘルプメッセージを出力します。 - Python
If this handler is not set, no exception is raised by the parser for this condition.例文帳に追加
このハンドラが設定されていなければ、パーザは前述の事態で例外を送出しません。 - Python
If the feature or its setting is not supported by the parser,SAXNotSupportedException is raised.例文帳に追加
また、パーサが指定された機能や設定をサポートしていないときは、SAXNotSupportedException を発生させます。 - Python
If the property or its setting is not supported by the parser,SAXNotSupportedException is raised.例文帳に追加
また、パーサが指定された機能や設定をサポートしていないときは、SAXNotSupportedException is raised を発生させます。 - Python
A receiver comprises a BML parser part 22 to extract information from a received BML file and an HTML parser part 23 to extract information from a received HTML file, and displays information extracted from the BML parser part 22 when received the BML file and displays information extracted from the HTML parser part 23 when received the HTML file .例文帳に追加
受信機は、受信されたBMLファイルから情報を取り出すBMLパーサ部22と、受信されたHTMLファイルから情報を取り出すHTMLパーサ部23とを備え、BMLファイルが受信されたなら、BMLパーサ部22により取り出された情報を表示し、HTMLファイルが受信されたならHTMLパーサ部23により取り出された情報を表示する。 - 特許庁
The parser 102 parses the log entries and outputs tokens to a grouping tracker module 110.例文帳に追加
パーサ102は、ログ・エントリを構文解析してトークンをグルーピング・トラッカー・モジュール110に出力する。 - 特許庁
A parser 94 designates the position of the processing object region 11 displayed by the layouter 98.例文帳に追加
パーザ94は、レイアウタ98により表示される処理対象領域11の位置を指定する。 - 特許庁
The parser applies a plurality of rules for describing the syntactic characteristic of the language of the input character string.例文帳に追加
パーサは、入力文字列の言語の構文的特性を記述する複数の規則を適用する。 - 特許庁
To provide a parser system which is very fast and does not sacrifice much accuracy for the speed.例文帳に追加
非常に高速であり、速度に対して精度を著しく犠牲にしないパーザシステムを提供する。 - 特許庁
METHOD AND SYSTEM FOR IDENTIFYING AND ANALYZING COMMONLY CONFUSED WORD WITH NATURAL LANGUAGE PARSER例文帳に追加
一般に混同するワードを自然言語パーザにおいて識別及び分析する方法及びシステム - 特許庁
GENERIC HEADER PARSER PROVIDING SUPPORT FOR DATA TRANSPORT PROTOCOL INDEPENDENT PACKET VOICE SOLUTIONS例文帳に追加
データ転送プロトコルに独立なパケット音声解決法のサポートを提供する汎用ヘッダパーサ装置 - 特許庁
This method is used by the case structure parser to generate the taxonomy definition of this feature structure. 例文帳に追加
この方法は格構造パーサで使われ、この特徴構造の分類法定義を生成する。 - コンピューター用語辞典
This chart parser automatically detects whether or not you have included frequencies with your rules and lexical entries. 例文帳に追加
このチャート・パーサは、規則と辞書エントリと共に度数を含めたかどうかを自動的に検出する。 - コンピューター用語辞典
The description scheme parser aims at analyzing description schemes and verifying their correctness. 例文帳に追加
記述スキーム・パーザは, 記述スキームを解析し, それらの正確性を確証することを目的とする. - コンピューター用語辞典
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
