Parserを含む例文一覧と使い方
該当件数 : 310件
The requested operation was made on a suspended parser, but isn'tallowed. 例文帳に追加
要求された操作は一時停止されたパーサで行われていますが、許可されていない操作です。 - Python
The HTMLParser class is meant to be overridden by the user to provide a desired behavior.Unlike the parser in例文帳に追加
HTMLParser クラスは、ユーザが行いたい動作を提供するために上書きできるようになっています。 - Python
non-validating XML parser.The module provides a single extension type, xmlparser, that represents the current state of an XML parser.例文帳に追加
モジュールは一つの拡張型 xmlparser を提供します。 これはXMLパーザの現在の状況を表します。 - Python
Allowing the parser to continue may allow additional errors to be discovered in the input document.例文帳に追加
パーサが処理を継続した場合、入力ドキュメント内のほかのエラーを見つけることができます。 - Python
In this case, a header parser part 11 selects a field which is behind temporally within the same frame.例文帳に追加
この際、ヘッダパーサー部11は、同一フレーム内で時間的に後ろになるフィールドを選択するようにする。 - 特許庁
A parser 102 in an agent 104 receives log entries from a plurality of devices and a plurality of software programs.例文帳に追加
エージェント104内のパーサ102が、複数デバイスおよびいくつかのソフトウェアからログ・エントリを受け取る。 - 特許庁
The method provides a meta-language 'Generic Object Oriented Description of Structured Data (GDL)' and a Parser.例文帳に追加
この方法はメタ言語「構造化データの汎用オブジェクト指向記述(GDL)」およびパーサを提供する。 - 特許庁
These definitions are easily implemented by a standard symbol table and an operator precedence parser. 例文帳に追加
これらの定義は, 標準記号表と演算子順位構文解析プログラムとによって容易に実装される. - コンピューター用語辞典
Receive notification of character data. The Parser will call this method to report each chunk of character data.例文帳に追加
文字データの通知を受け取ります。 パーサは文字データのチャンクごとにこのメソッドを呼び出して通知します。 - Python
As of email package version 3.0, introduced in Python 2.4, the classic Parser was re-implemented in terms of the FeedParser, so the semantics and results are identical between the two parsers. Subsections例文帳に追加
そのためパーザの意味論と得られる結果は 2つのパーザで同一のものになります。 - Python
The SGMLParser class is instantiated without arguments.The parser is hardcoded to recognize the following constructs:例文帳に追加
SGMLParser クラスは引数無しでインスタンス化されます。 このパーザは以下の構成を認識するようにハードコードされています: - Python
They must have since the parser can't tell the type of the operands.例文帳に追加
パーザが被演算子の型を識別できるようにするために、このような優先度でなければならないのです。 - Python
Further, the paraphrase device 14 includes a parser 32 for parsing an input sentence 30; and a deriving unit 34 for deriving a set of sentences by applying composite operators to a subtree outputted from the parser 32.例文帳に追加
装置14はさらに、入力文30をパーズするためのパーザ32と、パーザ32により出力されたサブツリーに合成演算子を適用して文の集合を導出するための導出ユニット34とを含む。 - 特許庁
An encoding video bit stream 201 is decoded at first by a syntax parser and a variable length decoding means 210.例文帳に追加
復号化ビデオシーケンスのジャーキ効果に至るフィールド平均化効果を十分に防止することができなかった。 - 特許庁
The method segments the text by providing orthographic and inflectional variations 308 to a syntactic parser 316.例文帳に追加
正字法および屈折言語のバリエーション308を構文パーサ316に送ることによりテキストをセグメント化する。 - 特許庁
The background parser runs in a special JSON mode where it allows only an object literal expression with no functions etc. 例文帳に追加
バックグラウンドパーサーは、関数がないオブジェクトリテラル表現だけが許可されるなど、特殊な JSON モードで実行されます。 - NetBeans
This method includes the creation of an XML source file including information required for creating a Parser code.例文帳に追加
本方法は、パーサコードを生成するのに必要な情報を含むXMLソースファイルを作成することを含む。 - 特許庁
METHOD TO GENERATE COMBINED PARSER BY COMBINING LANGUAGE PROCESSING PARSERS, AND ITS COMPUTER AND COMPUTER PROGRAM例文帳に追加
言語処理パーサーを組み合わせて、組み合わせパーサーを生成する方法、並びにそのコンピュータ及びコンピュータ・プログラム - 特許庁
The import API works with a parser to scan the document and extracts selected element, node, attribute and text.例文帳に追加
インポートAPIは、パーサと共に働いて、文書をスキャンし、選択された要素、ノード、属性、及びテキストを抽出する。 - 特許庁
To provide a database command parser capable of parsing and processing contents of a command script written in a scripting language.例文帳に追加
スクリプト言語で書かれたコマンドスクリプトの内容を解釈し、処理できるデータベース・コマンド・パーサーを提供する。 - 特許庁
The parser is a grammar checker that uses a context-sensitive, augmented transition network grammar of 350 rules. 例文帳に追加
この構文解析系は文法チェッカであり、350の規則を持つ文脈依存の拡張遷移網文法を利用する。 - コンピューター用語辞典
But sometimes, we will need to adjust accuracy of parser to give the best result. 例文帳に追加
しかし、時にはパーサの精度を調整して最善の結果を取得できるようにしなければならないこともあります。 - PEAR
This method is called after close has been called to reset the parser so that it is ready to parse new documents.例文帳に追加
このメソッドは close が呼び出された後、次のドキュメントをパース可能にするため、パーサのリセットするのに呼び出されます。 - Python
The FeedParser can consume and parse the message incrementally, and only returns the root object when you close the parser例文帳に追加
FeedParser は漸進的にメッセージを読み込み、解析します。 パーザを close したときには根っこ (root) のオブジェクトのみが返されます - Python
In practice, the DOCTYPE declaration is the only thing observed in HTML, but the parser does not discriminate among different (or broken)declarations.例文帳に追加
実際には、DOCTYPE は HTML だけに見られる宣言ですが、パーザは宣言間の相違 (や誤った宣言) を判別しません。 - Python
Most of the standard escapes supported by Python string literals are also accepted by the regular expression parser:例文帳に追加
+ Python 文字列リテラルによってサポートされている標準エスケープのほとんども、正規表現パーザに認識されます: - Python
X2, and y2 are coordinates of the end copy, not the width and height; if not defined,the parser calculates it.例文帳に追加
X2 と y2 はコピー領域の端の座標であり、幅・高さではない。 もし定義されていないければパーザが計算する。 - XFree86
X2, and y2 arecoordinates of the end copy, not the width and height; if not defined,the parser calculates it. 例文帳に追加
X2 と y2 はコピー領域の端の座標であり、幅・高さではない。 もし定義されていなければパーザが計算する。 - XFree86
It does not necessarily cause the shell parser to treat the rest of the line as a comment. 例文帳に追加
この文字があるからといって、必ずしもシェルのパーザが行の残りの部分をコメントとして扱うわけではありません。 - JM
With it you can build syntactic tree structures manually, but you can also edit parser output. 例文帳に追加
これを使えば構文木構造を手動で作成することができるだけでなく, パーサ出力を編集することもできる. - コンピューター用語辞典
This is a simple, 100% Java XML parser with some hooks for more-or-less correct parsing of most HTML pages. 例文帳に追加
これは単純な100% JavaのXMLパーサで、ほとんどのHTMLページの構文を大体正確に解析するためのあるフックを持っている。 - コンピューター用語辞典
The equals, comment start and new line characters in the parser can be customised to match your preferred configuration format. 例文帳に追加
等号、コメントの開始文字、改行文字などを独自に設定し、お好みの設定フォーマットにマッチさせることができます。 - PEAR
A big advantage of SAX-based parsing is that the parser does not have to read the whole XML document to process it. 例文帳に追加
しかし、SAX ベースのパーサの大きな利点として、XML 文書全体を処理にあたって読み込む必要がないことがあります。 - PEAR
Receive notification of the end of a document. The SAX parser will invoke this method only once, and it will be the last method invoked during the parse.例文帳に追加
ドキュメントの終了通知を受け取ります。 SAX パーサはこのメソッドを一度だけ、パース過程の最後に呼び出します。 - Python
This may be None if the information is not provided by the parser, or if no entities are defined.例文帳に追加
パーザによって情報が提供されないか、エンティティが定義されていない場合には、この値は None になることがあります。 - Python
This may be None if the information is not provided by the parser, or if no notations are defined.例文帳に追加
パーザによって情報が提供されないか、エンティティが定義されていない場合には、この値は None になることがあります。 - Python
The requested operation was made on a parser which was finishedparsing input, but isn't allowed. 例文帳に追加
要求された操作で、パース対象となる入力が完了したと判断しましたが、入力は受理されませんでした。 - Python
This includes attempts to provide additional input or to stop the parser.例文帳に追加
このエラーは追加の入力を行なおうとしている場合、もしくはパーサが停止しようとしている場合に送出されます。 - Python
As a basic example, below is a very basic HTML parser that uses the HTMLParser class to print out tags as they are encountered:例文帳に追加
基礎的な例として、HTMLParser クラスを使い、発見したタグを出力する、非常に基礎的な HTML パーザを以下に示します。 - Python
The parser itself is created from a grammarspecification defined in the file Grammar/Grammar in the standard Python distribution.例文帳に追加
標準のPythonディストリビューションに含まれるファイルGrammar/Grammarの中で定義されている文法仕様から、パーサ自身は作成されています。 - Python
When an XML document is then fed to the parser, the handler functions are called for the character data and markup in the XML document.例文帳に追加
その後、XML 文書をパーザに入力すると、 XML文書の文字列とマークアップに応じてハンドラ関数が呼び出されます。 - Python
An MXF process 8 operating on a computer prescribes an FTP thread 42 and an MXF parser thread 43 by the MXF process 8 and performs the processing for reception by the FTP thread 42 and the parse processing by the MXF parser thread 43 in parallel.例文帳に追加
コンピュータ上で動作するMXFプロセス8は、FTPスレッド42とMXFパーサスレッド43をMXFプロセス8によって規定し、FTPスレッド42による受信処理とMXFパーサスレッド43によるパース処理とを並行して行う。 - 特許庁
The disclosed apparatus comprises a transport packet parser (TP parser) 23 for extracting a packet identifier (PID) of video, audio and additional information of a channel selected by a user; a microcomputer 30 for storing the extracted PID in a memory 31 and then setting the stored PID to the TP parser 23; and decoders 26, 24 for inputting and decoding video and audio signals utilizing the set PID.例文帳に追加
使用者により選択されたチャネルの映像、音声及び付加情報のパケット識別子(PID)を抽出するトランスポートパケットパーザ(TPパーザ)23と、この抽出されたPIDをメモリ31に格納した後、その格納されたPIDをTPパーザ23に設定するマイクロコンピュータ30と、上記の設定されたPIDを利用して映像及び音声信号が入力されてそれをデコーディングするデコーダ26,24とを備える。 - 特許庁
The document box plug-in 103 receives this response data via the net file wrapper 108, and makes an XML parser parse it.例文帳に追加
ドキュメントボックスプラグイン103はネットファイルラッパ108を介してこの応答データを受け取り、XMLパーサ107に解釈させる。 - 特許庁
1. The words that the parser has marked as variable assignments (those preceding the command name) and redirections are saved for later processing. 例文帳に追加
1.パーザが変数代入 (コマンド名の前にあるもの)またはリダイレクションと判断した単語は、保存されて後で処理されます。 - JM
histverify If set, and readline is being used, the results of history substitution are not immediately passed to the shell parser. 例文帳に追加
histverifyこの変数が設定されており、かつreadlineが使われている場合、履歴置換の結果は即座にはシェルのパーザに渡されません。 - JM
A firewall manager uses a model definition language(MDL) 210 and a related parser 220 to generate an entity relation model 300.例文帳に追加
ファイアウォールマネージャ200は、モデル定義言語(MDL)210および関連するパーサ220を用いて、エンティティ関係モデル300を生成する。 - 特許庁
An NL parser called by a tag recognizer analyzes and normalizes the text using meaning information and a syntax analysis tree is returned to the tag recognizer.例文帳に追加
タグレコグナイザに呼び出されたNLパーサが意味情報を用いてテキストを分析・正規化し、構文解析ツリーをタグレコグナイザに戻す。 - 特許庁
| 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/ ). |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
