「syntactically」を含む例文一覧(29)

  • syntactically ill-formed
    構文的には不適格な - 日本語WordNet
  • It is useful as a placeholder when a statement is required syntactically, but no code needs to be executed, for example:
    pass は、例えば: - Python
  • Syntactically,groups are enclosed in braces:
    構文法的には、グループは波括弧で囲います: - Python
  • syntactically connecting sentences or elements of a sentence
    刑の判決または要素を構文的につなぐさま - 日本語WordNet
  • analyze syntactically by assigning a constituent structure to (a sentence)
    割り当てることにより、構文的に構成素構造を分析する(文) - 日本語WordNet
  • syntactically establishing a relation of contrast between sentences or elements of a sentence
    シンタクス上、文と文の要素の間で対照の関係を作るさま - 日本語WordNet
  • Source code displayed in the Source Editor is syntactically colored.
    ソースエディタに表示されるソースコードは、構文上の色分けが行われます。 - NetBeans
  • (of a clause) capable of standing syntactically alone as a complete sentence
    (節について)完全な文として、それだけで構文的に成り立つことができる - 日本語WordNet
  • (of a clause) unable to stand alone syntactically as a complete sentence
    (節について)完全文として構文上独立して成立することのできる - 日本語WordNet
  • Editor The language-aware editor highlights code syntactically and semantically,and assists you with smart code-completion and improved navigation.
    グループ化した複数のプロジェクトは、一度で簡単に開いたり閉じたりできます。 - NetBeans
  • Anycast addresses are taken from the unicast address space, and are not syntactically distinguishable from unicast addresses.
    エニーキャスト・アドレスはユニキャストのアドレス空間から取られ、ユニキャスト・アドレスとは構文的に区別できない。 - コンピューター用語辞典
  • In C++ a class is a user-defined type, syntactically a struct with member functions.
    C++におけるクラスは利用者定義型であり, 構文法的にはメンバ関数を持つ構造体である. - コンピューター用語辞典
  • At the time of restoration, a parser syntactically analyzes values from the tags, and the configuration managers restore the contents of an internal data structure in the memory of the router to syntactically analyzed values in accordance with the corresponding tags.
    リストア時に、パーサを使用してタグからの値を構文解析し、構成マネージャが、ルータのメモリの中の内部データ構造のコンテンツを対応するタグに従って構文解析された値にリストアする。 - 特許庁
  • It expects a valid Python expression as input; if the input is not syntactically valid, a SyntaxError will be raised.Other exceptions may be raised if there is an error duringevaluation.
    式を評価する際にエラーが生じた場合、他の例外も送出されるかもしれません。 - Python
  • return may only occur syntactically nested in a function definition, not within a nested class definition.
    return は、関数定義内で構文法的にネストして現れますが、ネストしたクラス定義内には現れません。 - Python
  • Forms enclosed in reverse quotes or in parentheses, brackets or braces are alsocategorized syntactically as atoms.
    逆クオートや丸括弧、波括弧、または角括弧で囲われた形式 (form) もまた、文法的にはアトムに分類されます。 - Python
  • Function and class definitions are also syntactically compound statements.Compound statements consist of one or more `clauses.'
    関数とクラス定義もまた、構文法的には複合文です。 複合文は、一つまたはそれ以上の `節 (clause)' からなります。 - Python
  • However, POSIX requires that a wildcard pattern is left unchanged when it is syntactically incorrect, or the list of matching pathnames is empty.
    しかし POSIX では、文法的に正しくないパターンや、マッチがなかったパターンは、そのまま変更されずに残されることになっている。 - JM
  • break may only occur syntactically nested in a for or while loop, but not nested in a function or class definition within that loop.
    break 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義には現れません。 - Python
  • The command make test does not generate any human-readable result, but it can be used to make sure that the XML is syntactically correct and that the build runs fine.
    make test コマンドは、XML が、構文的に正確でビルドが上手く実行されるか確認を行います。 可読形式の結果は生成しません。 - PEAR
  • continue may only occur syntactically nested in a for or while loop, but not nested in a function or class definition or try statement within that loop.
    continue 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義、try 文の中には現れません。 - Python
  • An image file is prepared, ink information is syntactically analyzed, and the ink information is inserted in a comment field or an arbitrary data file of the image file.
    画像ファイルが作成され、インク情報が構文解析され、そのインク情報が画像ファイルのコメントフィールドまたは任意データフィールドに挿入される。 - 特許庁
  • To provide an invention generally relates to a method and system for generating text, and particularly but not exclusively relates to a method and system for generating syntactically correct text for a report.
    本発明は、全体としてテキストを生成する方法及びシステムに関し、特に、レポート用の構文法的に正しいテキストを生成する方法及びシステムに関する(ただし、これに限定されない)。 - 特許庁
  • To provide a method, an apparatus, and a program for retrieving an example sentence syntactically including a word included in a retrieval condition from a plurality of stored example sentences, without requiring the retrieval condition in a special expression.
    特別な表現による検索条件を必要とすることなく、蓄積された複数の例文から、検索条件に含まれる単語を構文的に含む例文を検索する例文検索方法、装置およびプログラムを提供する。 - 特許庁
  • There are a number of other caveats:If a module is syntactically correct but its initialization fails,the first import statement for it does not bind its namelocally, but does store a (partially initialized) module object in sys.modules.
    いくつか補足説明があります:モジュールは文法的に正しいが、その初期化には失敗した場合、そのモジュールの最初の import 文はモジュール名をローカルにはバインドしませんが、(部分的に初期化された) モジュールオブジェクトを sys.modules に記憶します。 - Python
  • To make it possible to perform character string conversion in a syntactically and sementically appropriate manner, when converting a conversion target character string such as a pictograph string included in an input sentence into another character string such as Japanese words representing meaning of the conversion target character string.
    入力文に含まれる絵文字列などの変換対象文字列をその変換対象文字列の意味を表す日本語等の他の文字列に変換する際に、構文的にも意味的にも適切に文字列変換を行うことが可能とする。 - 特許庁
  • The IPMP tool manager of a conforming IPMP terminal functioning as a processing module is provided so that an IPMP tool list can be syntactically analyzed, and an IPMP tool is acquired based on IPMP tool ID, a position identifier associated with it, and IPMP tool format ID.
    前処理モジュールとして機能する準拠IPMP端末のIPMPツールマネージャを提供して、IPMPツールリストを構文解析し、IPMPツールID、それに関連する位置識別子及びIPMPツールフォーマットIDに基づいてIPMPツールを取得する。 - 特許庁
  • The editor indents, completes,and highlights your Ruby code syntactically as well as semantically.It parses your code live as you type, so it can match words and brackets,mark errors and occurrences, and display new quick fixes (improved in 6.1) and RDoc.
    エディタでは、構文と意味構文に従って Ruby のコードのインデント設定、補完、および強調表示が可能です。 コードはリアルタイムで構文解釈され、語や括弧の対応付け、エラーや発生箇所のマーク、新しい簡易修正 (6.1 で改良) や RDoc の表示が行われます。 - NetBeans
  • This processor morphemically and syntactically analyzes inputted sentences, selects the words becoming the center of the emotionality and expressions intensifying or denying them using the syntactic structure obtained thereby and the meaning of the words, and digitalizes the intensity of the emotionality shown by the expression as a score.
    そして、入力文を形態素解析、及び構文解析し、その結果得られた構文的な構造や単語の意味などを利用し、情動性の中心となる単語やそれを強調したり否定したりする表現を抽出すると共にその表現が表す情動の強さをスコアとして数値化する。 - 特許庁

例文データの著作権について

  • 日本語WordNet
    日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
    WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 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.
  • Python
    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.
  • JM
    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.
  • PEAR
    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/ ).