1016万例文収録!

「Lexical」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

Lexicalを含む例文一覧と使い方

該当件数 : 82



例文

A similar word generating part 11 extracts and registers a keyword similar word 9 similar to a keyword 3 from a large lexical dictionary 12.例文帳に追加

類似語生成部11は、キーワード3に類似するキーワード類似語9を大語彙辞典12から抽出して登録する。 - 特許庁

In some cases, this alternative sequence is formed through inflectional morphology 306, which identifies a different lexical form for a word identified by the segment.例文帳に追加

この他の文字列は、セグメントにより識別された単語の異なる語彙形式を識別する、屈折形態論306により形成される。 - 特許庁

The lexical analysis processing part 22 retrieves the acquired character information and discriminates whether or not the keyword to be the retrieving object is included in it.例文帳に追加

字句解析処理部22は、取得した文字情報を検索し、検索対象となるキーワードが含まれているか否かを判別する。 - 特許庁

To provide a recognition system which uses a useful lexical tree in an application whose processing capability is limited.例文帳に追加

処理能力が制約されている場合のアプリケーションにおいて有用な語彙ツリーを用いた認識システムを提供する。 - 特許庁

例文

In generating the index at least on the basis of the information of the node of the lowest order hierarchy, the weighted lexical index generation part 52 weights the index.例文帳に追加

語彙索引生成部52は、少なくとも最下位階層のノードの情報に基づいて索引を生成する際に、当該索引に重みを付ける。 - 特許庁


例文

A phrase between angular brackets (...) gives an informal description of the symbol defined; e.g., this could be used to describe the notion of `control character' if needed.Even though the notation used is almost the same, there is a big difference between the meaning of lexical and syntactic definitions:a lexical definition operates on the individual characters of the input source, while a syntax definition operates on the stream of tokens generated by the lexical analysis.例文帳に追加

各カッコ中の字句 (...) は、定義済みのシンボルを記述する非形式的なやりかたです; 例えば、`制御文字' を書き表す必要があるときなどに使われることがあります。 字句と構文規則の定義の間で使われている表記はほとんど同じですが、その意味には大きな違いがあります: 字句定義は入力ソース中の個々の文字を取り扱いますが、構文定義は字句解析で生成された一連のトークンを取り扱います。 - Python

Retrieval is performed by queries applying answer candidates, and it is discriminated whether component words of sentences obtained as retrieval results have lexical meanings similar to those of component words of the input question or not, and an answer candidate included in the query by which a sentence having component words determined to have lexical meanings similar to those of the input question is obtained is selected as the final answer candidate.例文帳に追加

回答候補を適用したクエリによって検索を行い、検索結果として得られた文の構成語が、入力質問の構成語の語彙意味と同様の語彙意味を有するか否かを判定し、同様の語彙意味を有すると判定されたクエリに含まれる回答候補を、最終的な回答候補として選択する。 - 特許庁

A candidate character string composed of a plurality of candidate characters constituting a first column of the first index matrix, is subjected to a lexical analysis according to a predetermined language model, and whereby a second index matrix having adjusted the candidate character string to a character string which makes sense is prepared, in the language model, statistics are taken and then, the lexical analysis is performed.例文帳に追加

この第1インデックス行列の第1列を構成する複数の候補文字からなる候補文字列に対して、予め定める言語モデルによる語彙解析を適用することにより、候補文字列を意味を成す文字列に調整した第2インデックス行列を作成し、言語モデルの基で統計を行った後、語彙解析を行う。 - 特許庁

a lexical analyzer generator 例文帳に追加

字句解析プログラムジェネレーター《ユーザーが与えた規則にしたがって字句解析プログラムを生成するツール; Unix の標準ツール lex が有名; これに対し, parser は分析ではなく, 分解したものを文法に則って解釈するもの》 - 研究社 英和コンピューター用語辞典

例文

In deep binding, lexical variables mentioned in anonymous subroutines are the same ones that were in scope when the subroutine was created. 例文帳に追加

深い束縛においては、無名サブルーチンで挙げられているレキシカル変数は、そのサブルーチンが生成されたときのスコープにおけるのと同じものである。 - コンピューター用語辞典

例文

That is, by attaching selected top concepts (and its derived taxonomies) to prescribed semantic primitives represented in the LKB (Lexical Knowledge Base). 例文帳に追加

すなわち、選ばれた最上位概念(およびそこから導かれる分類)を、LKB(辞書的知識ベース)中に表現された所定の意味素性に結びつけることによって。 - コンピューター用語辞典

section is a brief paragraph on the command, function or file, followed by a lexical list of options and respective explanations. 例文帳に追加

セクションでの最初のテキストは、ほとんどの場合ではそのコマンド、関数もしくはファイルについての短い段落で、オプションの構文リストとそれぞれの説明がそれに続きます。 - JM

A sequence of three periods has a special meaning as an ellipsis in slices. The second half of the list, the augmented assignment operators, servelexically as delimiters, but also perform an operation. The following printing ASCII characters have special meaning as part of other tokens or are otherwise significant to the lexical analyzer:例文帳に追加

ピリオド三つの列はスライス表記における省略符号 (ellipsis) として特別な意味を持っています。 リスト後半の累算代入演算子 (augmentedassignment operator) は、字句的にはデリミタとして振舞いますが、演算も行います。 - Python

Actually, the first three errors are detected by the parser; only the last error is found by the lexical analyzer -- the indentation of return r does not match a level popped off the stack.例文帳に追加

実際は、最初の 3 つのエラーはパーザによって検出されます; 最後のエラーのみが字句解析器で見つかります -- return r のインデントは、スタックから逐次除去されていくどのインデントレベル値とも一致しません - Python

This reference manual describes the Python programming language.It is not intended as a tutorial.While I am trying to be as precise as possible, I chose to use Englishrather than formal specifications for everything except syntax and lexical analysis.例文帳に追加

私は本マニュアルをできるだけ正確に書こうとする一方で、文法や字句解析以外の全てについて、形式化された仕様記述ではなく英語を使うことにしました。 - Python

If you assign a string to it,that string will be recognized as a lexical-level inclusion requestsimilar to the "source" keyword in various shells. 例文帳に追加

この値に文字列を代入すると、その文字列は多くのシェルにおける "source" キーワードに似た、字句解析レベルでのインクルード要求として認識されます。 - Python

The general purpose masker sound is for example a recording of voices of multiple people including men and women and includes a disturbance sound having no lexical meaning (conversation contents being unintelligible).例文帳に追加

汎用マスカ音は、例えば、男性および女性を含む複数人の音声を録音したものであり、語彙的には何ら意味をなさない(会話内容が理解できない)撹乱音が含まれている。 - 特許庁

SYNTAX ANALYSIS RULE INPUT SYSTEM TO BE USED FOR LANGUAGE DESIGN SUPPORT SYSTEM, SEMANTIC MAP INPUT SYSTEM, LEXICAL ANALYSIS INPUT SYSTEM AND VIRTUAL MACHINE SELECTION SYSTEM例文帳に追加

言語設計支援システムに用いる構文解析ルール入力システム、セマンティックマップ入力システム、字句解析入力システム、仮想マシン選択システム - 特許庁

The method of measuring intonation variations includes a step 80 of preparing a prescribed set of citation values 56 of fundamental frequency (F0) targets for each of lexical tones obtained from isolated syllables 50 of a loudspeaker.例文帳に追加

イントネーションの変化を測定するための方法は、話者の個々の音節50から得た語の声調の各々について、基本周波数(F0)ターゲットの参考値56の所定の組を準備するステップ80を含む。 - 特許庁

To extract accurate term information and relationship between terms from a drawing even if sufficient accuracy of character string recognition cannot be obtained by image processing, or lexical ambiguity in which the same spelling has a plurality of meanings.例文帳に追加

画像処理によっては十分に文字列認識精度が得られない場合、同じスペルで複数の意味がある語彙的曖昧性が残る場合であっても、図から正確な用語情報及び用語間の関係性を抽出する。 - 特許庁

The linguistic processor is composed of a linguistic analyzer (274) for performing a linguistic analysis on character strings, and a lexical analyzer (290) for determining the most probable meaning of each character of each character string.例文帳に追加

本発明による言語的プロセッサは、文字ストリングの言語的な解析を実行する言語的アナライザ(274)と、文字ストリングのそれぞれの文字の最も蓋然的な意味を決定する字句アナライザ(290)と、から構成される。 - 特許庁

To provide a document processor for inexpensively and rapidly processing the lexical and syntactical analysis of tree structure data to be convertible into a text format such as an XML document.例文帳に追加

XML文書などテキスト形式に変換可能な木構造データの字句、構文解析を低コストかつ高速に処理する文書処理装置を提供する。 - 特許庁

In particular, the part of the clipped words is automatically analyzed by using s-structure as a semantics structure to be obtained by LFG (Lexical Functional Grammar), and its analysis result is output.例文帳に追加

具体的にはLFGによって得られる意味構造としてのs−structureを用いて省略語の部分を自動的に解析し、解析結果を出力する。 - 特許庁

A disturbance sound is a sound which disturbs a sound to be masked, and is made by modifying a human voice sound on a time axis or on a frequency axis in such a way that it should not make any lexical sense (its content should be incomprehensible).例文帳に追加

撹乱音は、マスキングの対象となる音声を撹乱する音であり、人の音声を時間軸上あるいは周波数軸上で改変し、語彙的に何ら意味をなさない(内容が理解できない)ようにしたものである。 - 特許庁

The generated masker sound has no lexical meaning and includes a disturbance sound approximated to a speaker in the voice quality and the voice tone, thereby making it difficult for a listener to understand the speech contents of the actual speaker.例文帳に追加

生成されたマスカ音は、語彙的には何ら意味をなさないものであり、かつ声質や音高は話者と近似している撹乱音が含まれているため、聴取者は、実際の話者の発言内容を理解することが困難となる。 - 特許庁

The encoding is used for all lexical analysis, in particular to find the end of a string, and to interpret the contents of Unicode literals.String literals are converted to Unicode for syntactical analysis,then converted back to their original encoding before interpretationstarts.例文帳に追加

宣言されたエンコードは全ての字句解析、特に文字列の終端を検出する際やUnicode リテラルの内容を翻訳する上で用いられます。 文字列リテラルは文法的な解析を行うために Unicode に変換され、解釈が行われる前に元のエンコードに戻されます。 - Python

Further, the operation recognition part 33 executes dictionary renewal processing 49 for renewing the name of the broadcast station included in the lexical data 52 in the recognition dictionary 44 and a frequency included in the instruction data 54 to the name of the broadcast station and the frequency selected based on the present position of the vehicle and a broadcast station table 47.例文帳に追加

さらに、操作認識部33は、認識辞書44内の語彙データ52に含まれる放送局名、及び、指令データ54に含まれる周波数を、車両の現在位置と放送局テーブル47とに基づいて選択された放送局名および周波数に更新する辞書更新処理49を実行する。 - 特許庁

A second index matrix in which the candidate string is adjusted to an understandable character string by applying lexical analysis using a predetermined language model to the candidate character string composed of a plurality of candidate characters which configure a first line of the first index matrix is produced and used for searching.例文帳に追加

この第1インデックス行列の第1列を構成する複数の候補文字からなる候補文字列に対して、予め定める言語モデルによる語彙解析を適用することにより、候補文字列を意味を成す文字列に調整した第2インデックス行列を作成し、検索に利用する。 - 特許庁

In performing client-server program simulation for a client-server system using CORBA, an interface of a server program to implement on the server side is defined to be an IDL file, the IDL file is read to be lexically analyzed, and, in liaison with the lexical analysis, a client simulator source code for server program load test is generated.例文帳に追加

CORBAを使用したクライアント・サーバシステムのクライアント・サーバプログラムのシミュレーションを行うにあたって、サーバ側に実装するサーバプログラムのインタフェースをIDLファイルに定義し、該IDLファイルを読み込んで字句解析を行い、該字句解析と連携しながら、サーバプログラムの負荷試験用クライアントシミュレータソースコードを作成する。 - 特許庁

The method further includes a step 82 of extracting F0 target values for each syllable in sample speech data 52 of the loudspeaker and a step of calculating a prescribed first parameter 58 that measures the change from a citation value of a lexical tone of a syllable to an F0 target value, for each of the F0 target values of each syllable in the sample speech data 52.例文帳に追加

この方法はさらに、話者のサンプル音声データ52中の各音節についてF0ターゲット値を抽出するステップ82と、サンプル音声データ52中の各音節のF0ターゲット値の各々について、その音節の語の声調の参考値からF0ターゲット値への変化を測定する所定の第1のパラメータ58を計算するステップとを含む。 - 特許庁

A behavioral description 47 of the hardware operating in accordance with a multiphase clock is analyzed by a syntactic analysis/lexical analysis processing means 41, the hardware is split by a clock domain split processing means 42 into clock domains corresponding to respective clock systems, and CDFGs 48A, 48B, and so on are generated by a CDFG generation means 43 for the respective clock domains.例文帳に追加

多相クロックにより動作するハードウェアの動作記述47を構文解析・字句解析処理手段41により解析し、クロックドメイン分割処理手段42によりハードウェアを各クロック系統毎にクロックドメインに分割して、CDFG生成手段43により各クロックドメイン毎にCDFG48A、48B、・・を生成する。 - 特許庁

例文

A case image 110 similar to the diagnostic target image 150 is retrieved from case images 110 stored in the case report storing means 7 by a similar case image retrieval means 41, and in a report generation means 42, lexical units corresponding to the diagnostic target image are inputted into changeable lexicon units in the report text model 130 corresponding to the case image 110 to create a report of the diagnostic target image 150.例文帳に追加

診断対象画像150に類似する症例画像110を、類似症例画像検索手段41で症例レポート記憶手段7に記憶されている症例画像110から検索し、レポート作成手段42で症例画像110に対応するレポート文の雛形130中の変更可能な字句に診断対象画像に対応する字句を入力して診断対象画像150のレポート文を作成する。 - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 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