1016万例文収録!

「"を構文解析する"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "を構文解析する"に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

"を構文解析する"を含む例文一覧と使い方

該当件数 : 19



例文

コマンド行を構文解析する例文帳に追加

parse the command line  - 研究社 英和コンピューター用語辞典

モジュールを構文解析するとき;例文帳に追加

when parsing a module;  - Python

TEX ソースファイルの中身を構文解析する例文帳に追加

parse the content of a TEX source file  - 研究社 英和コンピューター用語辞典

exec で渡された文字列を構文解析するとき;例文帳に追加

when parsing a string passed to the exec statement;  - Python

例文

階層リストおよびアウトラインを構文解析すること例文帳に追加

PARSING HIERARCHICAL LISTS AND OUTLINES - 特許庁


例文

(ファイルや文字列内の) 完全な Python プログラムを構文解析するとき;例文帳に追加

when parsing a complete Python program (from a file or from a string);  - Python

コーパスの中のテキストを構文解析する方法および記録媒体例文帳に追加

METHOD FOR PERFORMING SYNTAX ANALYSIS OF TEXT IN CORPUS AND RECORDING MEDIUM - 特許庁

コーパスの中のテキストを構文解析するための方法を提供する例文帳に追加

A method for performing syntax analysis of a text in a corpus is provided. - 特許庁

データ型定義パーザ170は、データ型定義20を構文解析する例文帳に追加

A data type definition parser 170 parses data type definition 20. - 特許庁

例文

コーパスの中のテキストを構文解析するコンピュータ・プログラムおよび記録媒体例文帳に追加

COMPUTER PROGRAM FOR PARSING TEXT WITHIN CORPUS AND RECORDING MEDIUM THEREFOR - 特許庁

例文

次に、辞書の中のその新しいエントリを使用してテキストの第2のセグメントを構文解析する(ステップ300)。例文帳に追加

Next, a second segment of the text is syntax analyzed by using the new entry in the dictionary (step 300). - 特許庁

返された URL を構文解析するコードを追加するには、ソースエディタの左上にある「ソース」ボタンをクリックし、ファイルの最後までスクロールします。例文帳に追加

To add code that parses the returned URLs, click the Source button on the upper left side of the Source Editor and then scroll down to the end of file. - NetBeans

(拡張子.pycまたは.pyoをもつ)正しく対応するバイトコンパイルされたファイルが存在する場合は、与えられたソースファイルを構文解析する代わりにそれが使われることに注意してください。例文帳に追加

Note that if a properly matching byte-compiled file (with suffix .pyc or .pyo) exists, it will be used instead of parsing the given source file. Subsections - Python

検索インターフェイス部24は、クライアント端末3から送信された検索要求を受けて、当該検索要求であるクエリデータを構文解析する例文帳に追加

A retrieval interface part 24 receives a retrieval request transmitted from a client terminal 3 and performs syntax analysis of the query data, that is, the retrieval request. - 特許庁

本発明では、辞書は、自然言語文を構文解析する際に利用される辞書情報本体と、その辞書情報本体に対応付けられた原解説情報とを少なくとも含むレコード情報を複数格納している。例文帳に追加

A dictionary stores a plurality of pieces of record information including at least a dictionary information body used when syntax analysis is performed to a natural language sentence and original description information associated with the dictionary information body. - 特許庁

マルチメディアデータをプロセッサアライメントされた方法で維持及び読み取ることによってマルチメディアデータのビット単位のストリームからの固定長符号及び可変長符号を構文解析する例文帳に追加

A fixed length code and a variable length code are parsed from a bit-wise stream of multimedia data by maintaining and reading the multimedia data in a processor-aligned way. - 特許庁

本発明にかかるラスタイメージプロセッサ(205)は、プリント可能ファイルを構文解析するプロセッサ(210)と、該構文解析されたプリント可能ファイルを中間ファイルに変換するラスタライザ(225)と、該中間ファイルを埋め込みビットストリームに変換する圧縮器(235)とを具備する例文帳に追加

A raster image processor (205) includes a processor (201) to parse a printable file, a rasterizer (225) to convert the parsed printable file to an intermediate file, and a compressor (235) to convert the intermediate file to an embedded bit-stream. - 特許庁

入力形態素列を構文解析することにより、複数の構文木を内包する統語森を生成する自然言語解析装置であって、文法規則を記憶する第1のメモリを具備し、前記文法規則に基づいて、前記入力形態素列から主辞及び前記主辞が支配する部分構造に相当する主辞支配域を検出する検出手段を具備する例文帳に追加

The natural language parsing device creates a syntactic forest including a plurality of construction trees, by subjecting an inputted line of morphemes to syntactic parsing and comprises a first memory for storing grammar rules and a detection means for detecting on the basis of the grammar rules and from the inputted line of morphemes any head-words and a head-word-dominant area corresponding to partial structures dominated by the head-words. - 特許庁

例文

方法は、階層形式で配置される複数のレコードを抽出するためにXMLファイルを構文解析すること、各クラスが1つ又は複数の属性と関連付けられている複数のクラスオブジェクトを、各レコードについて作成すること、データベースにどのようにアクセス可能であるかを定義する複数の処理メソッドを、各クラスオブジェクトに関連付けられた1つ又は複数の属性のそれぞれについて作成することを含む。例文帳に追加

The method includes parsing an XML file to extract a plurality of records arranged in a hierarchical form, preparing a plurality of class objects in which each class is associated with one or more attributes, on each record, and preparing a plurality of processing methods for defining how to access the database, on each of one or more attributes associated with each class object. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS