| 例文 |
parse treesの部分一致の例文一覧と使い方
該当件数 : 11件
18.2 symbol -- Constants used with Python parse trees 例文帳に追加
18.2 symbol -- Python解析木と共に使われる定数 - Python
18.3 token -- Constants used with Python parse trees 例文帳に追加
18.3 token -- Python解析木と共に使われる定数 - Python
The most important purposes are to create AST objects and to convert AST objects to other representations such as parse trees and compiled code objects, but there are also functions which serve to query the type of parse tree represented by an AST object.例文帳に追加
もっとも重要な目的はASTオブジェクトを作ることと、ASTオブジェクトを解析木とコンパイルされたコードオブジェクトのような他の表現に変換することです。 - Python
An abstraction section 16 creates a template, where features are extracted from two parse trees obtained as an analysis result of the analysis section 15.例文帳に追加
抽象化部16は、解析部15の解析結果として得られる2つの解析木から特徴を抽出したテンプレートを作成する。 - 特許庁
Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readablerepresentation of parse trees to be generated. See Also:例文帳に追加
ディクショナリはこのモジュールで定義されている定数の数値を名前の文字列へマップし、より人が読みやすいように解析木を表現します。 - Python
Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readablerepresentation of parse trees to be generated.例文帳に追加
辞書はこのモジュールで定義されている定数の数値を名前の文字列へマップし、より人が読みやすいように解析木を表現します。 - Python
.The AST objects are not required to support the functionality of this module, but are provided for three purposes: to allow an application to amortize the cost of processing complex parse trees, to provide a parse tree representation which conserves memory space when compared to the Python list or tuple representation, and to ease the creation of additional modules in C which manipulate parse trees.例文帳に追加
で定義されています。 ASTオブジェクトはこのモジュールの機能をサポートするために必要ありませんが、三つの目的から提供されています: アプリケーションが複雑な解析木を処理するコストを償却するため、Pythonのリストやタプル表現に比べてメモリ空間を保全する解析木表現を提供するため、解析木を操作する追加モジュールをCで作ることを簡単にするため。 - 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
However, transportingcode from one Python version to another as source text will always allow correct parse trees to be created in the target version, with the only restriction being that migrating to an older version of the interpreter will not support more recent language constructs.例文帳に追加
しかし、Pythonのあるバージョンから別のバージョンへテキストのソースのままコードを移せば、目的のバージョンで正しい解析木を常に作成できます。 ただし、インタープリタの古いバージョンへ移行する際に、最近の言語コンストラクトをサポートしていないことがあるという制限だけがあります。 - Python
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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会員(無料)になると
|