「Query」を含む例文一覧(2030)

<前へ 1 2 .... 28 29 30 31 32 33 34 35 36 .... 40 41 次へ>
  • A current query node provides a prompt to a user and a user response is received and analyzed to identify branching criteria and keywords from the user response.
    現クエリー・ノードはユーザにプロンプトを提示し、そしてユーザの応答が受けとられ、そしてユーザの応答内のブランチ基準及びキーワードを同定するために分析される。 - 特許庁
  • The transmission means transmits the query signal when the angle of the antenna input by the antenna angle input means is an angle other than the angle determined by the determination means.
    送信手段は、前記アンテナ角度入力手段が入力するアンテナの角度が、前記決定手段が決定した角度以外で質問信号を送信する。 - 特許庁
  • A retrieval result integration part 9 acquires a retrieval result for output to the query on the basis of each of second tentative retrieval result corresponding to each of correct answer data.
    検索結果統合部9は、各正解データに対応するそれぞれの第2仮検索結果に基づいて、クエリに対する出力用検索結果を取得する。 - 特許庁
  • In the retrieval system, when a genre identifier is entered from the client 30, the genre server 10 outputs a genre score of a query corresponding to the genre identifier.
    検索システムにおいて、ジャンルサーバ10は、クライアント30からジャンル識別子が入力されると、そのジャンル識別子に対応するクエリのジャンルスコアを出力する。 - 特許庁
  • To provide a retrieval device or a retrieval method, for properly presenting an image close to the retrieval intention of a user, to the user, in image retrieval using a text query.
    テキストクエリを用いた画像検索において、ユーザの検索意図に近い画像を適切にユーザに返すことが可能な検索装置又は検索方法を提供する。 - 特許庁
  • A first set of results is generated based on the query term by using a database of respectively storing a document having at least one structural element and an index of the document.
    各々が少なくとも1つの構造要素を有する文書と、文書のインデックスとを格納したデータベースを用い、質問語に基づいて第1の結果の組が生成される。 - 特許庁
  • A keyword extraction part 40 extracts a noun phrase serving as a keyword from a plurality of query data held in a document holding part 10 to store it in a keyword storage part 50.
    キーワード抽出部40は、文書保持部10に保持された複数の問い合わせデータからキーワードとなる名詞句を抽出し、キーワード記憶部50に記憶する。 - 特許庁
  • A determination management node 12 receives and analyzes the query, and determines a distribution node and a connecting node for performing execution processing based on the result of analysis.
    決定管理ノード12は、問い合わせを受け付けて、該問い合わせを解析して解析結果に基づいて実行処理を行う分配ノードおよび結合ノードを決定する。 - 特許庁
  • A conversion unit converts the query expression input from the input unit so as to be conformed to a structural data guide corresponding to the unique address of the data set input from the input unit.
    変換部は、入力部が入力した問合せ式を、入力部が入力したデータ集合のユニークアドレスに対応する構造データガイドに適合するように変換する。 - 特許庁
  • To reduce a workload required for the maintenance or update of a query to be used by a user who retrieves a database for retrieval and to enhance also extensibility of a table.
    データベースを検索する利用者が検索に用いるクエリの保守や更新に要する作業負担を軽減することができるとともにテーブルの拡張性を向上する。 - 特許庁
  • This method includes a step for formatting data prior to sales so as to be able to be displayed on a terminal in response to an initial query for data about financial instruments.
    この方法は、金融商品に関するデータに対する初期照会に応答して端末に表示できるように売付け前データをフォーマットするステップを含む。 - 特許庁
  • In one embodiment, by using word unigram and/or bigram statistics extracted from the query log by combining them with repetitive retrieval, it can operate at a partial character string level.
    一例では、クエリログから抽出された単語ユニグラムおよび/またはバイグラム統計を反復検索と組み合わせて利用することにより、部分文字列レベルで動作する。 - 特許庁
  • This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time.
    リストされている全てのサーバで問い合わせの負荷を分散する効果があり、最初にリストされたサーバに全てのクライアントが毎回最初に問い合わせを行うわけではなくなる。 - JM
  • There is an unfortunate interaction with HTML/XML/SGML and the GET query format; when such URIs with more than one key are embedded in SGML/XML documents (including HTML), the ampersand (.
    HTML/XML/SGML と GET 問い合わせ形式の間には、不幸な関係がある。 一つ以上のキーの含まれる URI が SGML/XML 文書 (HTML もそう)に埋めこまれる際には、アンパサンド (&) は & と書かなければならない。 - JM
  • From the Services window, drag the Travel Tables person node and drop it next to the trip table diagram in the Query Editor, as shown in the figure below.Another table diagram appears next to the first diagram.
    「サービス」ウィンドウから「Travel」「表」「person」ノードをドラッグし、次の図に示すように、クエリーエディタの trip 表の図の横にドロップします。 最初の図の横に別の表の図が表示されます。 - NetBeans
  • You constrain the information that is displayed in the table by editing the query for the tripRowSet object to create a master-detail relationship between the Drop Down List component and the Table component.
    表に表示される情報を制約するには、tripRowSet オブジェクトのクエリーを編集して、「ドロップダウンリスト」コンポーネントと「表」コンポーネントの間でマスターと詳細の関係を作成します。 - NetBeans
  • This code binds the value of the PERSONID for the currently selected NAME in the drop-down list to the parameter in the prepared SQL statement for the tripRowSet object, executes the query, and gets the new result set.
    このコードは、ドロップダウンリストで現在選択されている名前 (NAME) の PERSONID の値を、tripRowSet オブジェクトの SQL 文のパラメータにバインドし、クエリーを実行し、新しい結果セットを取得します。 - NetBeans
  • Add code to the Page Bean's prerender method to call the detail RowSet object's setObject method to set the query parameters to some default, such as the first person in a drop-down list.
    ページ Bean の prerender メソッドに、詳細データの行セットオブジェクトの setObject メソッドを呼び出して、クエリーのパラメータをデフォルト値 (ドロップダウンリストの最初の名前) に設定するコードを追加します。 - NetBeans
  • The CPU 10 calculates the local distances between the frame image of t=0 in the database and frame images inputted as the query and their cumulative distance.
    CPU10はデータベースのt=0のフレーム画像とクエリーとして入力した複数枚の各々フレーム画像との間の局所距離および累積距離を計算する。 - 特許庁
  • The architecture incorporates front-end compilers which convert input queries and views into an intermediate language representation which represents the meaning of the respective query or view.
    このアーキテクチャは、入力問い合わせおよびビューをそれぞれの問い合わせまたはビューの意味を表す中間言語表現に変換する、フロントエンドコンパイラを組み込んだものである。 - 特許庁
  • In this case, all the pieces of stream data 61 are not sequentially transmitted among the query processors 1 but at least a part of the stream data 61 is stored in a proxy device 2.
    この際、ストリームデータ61の全てについてクエリ処理装置1間を順番に伝送させるのではなく、少なくとも一部については、プロキシ装置2に記憶しておく。 - 特許庁
  • To perform a high-speed response, and to reduce a memory use amount or a disk use amount, when responding to a query request (XQuery).
    クエリ要求(XQuery)に応答するのに際して、高速に応答することが可能であるとともに、メモリ使用量やディスク使用量を削減することを課題とする。 - 特許庁
  • The responsive-object sensors are able to query each responsive object in the same way that the querying device queries those objects in the prior art.
    応答対象物センサは、問い合わせ装置がこれらの応答対象物の位置を問い合わせるのと同様な方法で、各応答対象物に問い合わせをすることができる。 - 特許庁
  • To provide a question answering device capable of presenting an answer to a query sentence while taking information included in an evidence document into consideration.
    質問文に対する回答を提示するにあたって、その根拠文書に含まれる情報をも考慮した提示を可能とする質問応答装置を提供すること。 - 特許庁
  • To include information for specifying part of a structured document obtained as a result of a structure document query command, in the result.
    構造化文書問い合わせ命令に対する結果として取得される構造化文書の一部分を特定する情報を当該結果中に含めることができるようにする。 - 特許庁
  • In the distribution system 100, a terminal 3 converts acquired attribute information into a query character string and adds it to a home URL to create an attribute added URL.
    配信システム100において、端末装置3は、取得した属性情報をクエリ文字列に変換した後、ホームURLに付加することで属性付加URLを作成する。 - 特許庁
  • A ranking part 524 integrates the query importance level of the retrieval key in each document (S146), sorts a retrieval result in order of a score of the document (S152), and returns it to a viewer 102 (S154).
    ランキング部524 は、検索キーのクエリ重要度を文書ごとに積算し(S146)、検索結果を文書のスコア順にソートし(S152)、ビューア102 に返す(S154)。 - 特許庁
  • To provide a query answering system that makes it possible for answerers to select questions to be answered precisely and for a questioner to determine the degree of expectation on answers.
    応答者側における的確な応答対象の質問選択や、質問者側における回答期待度の把握等を可能とした質問応答システムを提供する。 - 特許庁
  • A result output part 140 returns to the client terminal 20 the result of the query command embedded with the information acquired by the position acquiring part 134.
    結果出力部140は、位置取得部134によって取得された情報が埋め込まれた問い合わせ命令に対する結果をクライアント端末20に返す。 - 特許庁
  • In a query expression conversion apparatus according to one embodiment, a first generating unit periodically acquires structured data from a data set and generates structural information of the data set.
    実施形態の問合せ式変換装置では、第1の生成部がデータ集合から定期的に構造化データを取得して該データ集合の構造情報を生成する。 - 特許庁
  • Transfer data A9 retrieved at the other side 1' are held in a Query Result Temp file 8 together with corresponding data A7 by the data 5, merged, and sent as transfer data A14 back to the user.
    他のサイト1′ で検索された転送データA9は、データ5による該当デ一夕A7と共にQueryResultTempファイル8に保持され、マージされ、転送データA14として利用者に返される。 - 特許庁
  • A data display processing part 16 generates a SQL(structured query language) sentence, that fetches the items selected by the user and authoritative item data in accordance with the access authority information and displays its results.
    データ表示処理部16は、ユーザが選択した項目、アクセス権限情報に従い権限のある項目データを取り出すSQL文を生成し、その結果を表示する。 - 特許庁
  • To provide an apparatus which delivers an advertisement matching the potential request of a user even in the case where neither contents of a Web page nor an inputted search query can be used.
    Webページのコンテンツや入力された検索クエリを利用できない場合でも、ユーザの潜在的要求に合わせた広告を配信することができる装置を提供すること。 - 特許庁
  • When similarity calculation between a query image Ic and all sample images Is is completed, the similar image retrieval proceeds to step S56, and sample images with high-order similarity are selected as similar image candidates.
    クエリ画像Icと全ての標本画像Isとの類似度算出が完了するとステップS56へ進み、類似度が上位の標本画像が類似画像候補として選抜される。 - 特許庁
  • The complementary information candidate computing part 130 requests a query to an external information source 160 from an external information search part 140 for computing the complementary information candidate.
    補完情報候補算出部130は、補完情報候補を算出する為に外部情報源検索部140に外部情報源160への問い合わせを依頼する。 - 特許庁
  • To provide a community server and a community program for sorting exchanged messages and associating an answer with a query in a community system.
    コミュニティシステムにおいて、やり取りされるメッセージを分別して質問に対して回答を対応させるコミュニティサーバ及びコミュニティプログラムを提供することを目的とする。 - 特許庁
  • Since learning of a base set of one contrast image 31 is carried out with respect to one query image 21, the problems of over learning and over generalization can be avoided.
    しかも、1枚のクエリ画像21に対して1つの対比画像31の基底集合を学習させていることになるので、過学習や過汎化の問題も回避できる。 - 特許庁
  • Based on the image query corrected by the image correction processing means 5, an image retrieval means 7 retrieves in the retrieval target image database 8, and outputs a retrieval result.
    画像検索手段7は、画像修正処理手段5で修正された画像クエリに基づいて、検索対象画像データベース8を検索し、検索結果を出力する。 - 特許庁
  • Further, according to the present invention, validity of a search word scheduled to be added to a search query can be estimated beforehand, so that useless search can be avoided.
    さらに、本発明によれば、検索クエリーに追加する予定の検索語の妥当性を事前に推定することができるため、無駄な検索を回避することができる。 - 特許庁
  • To provide a method for detecting objects in a query 2.5 D range image acquired by a scanner of a 3D scene using a database of 3D models of objects.
    オブジェクトの3Dモデルのデータベースを用いて、3Dシーンのスキャナーによって取得されるクエリ2.5D距離画像においてオブジェクトを検出する方法を提供する。 - 特許庁
  • IMAGE FEATURE EXTRACTION APPARATUS, IMAGE RETRIEVAL SYSTEM, VIDEO FEATURE EXTRACTION APPARATUS, AND QUERY IMAGE RETRIEVAL SYSTEM, AND THEIR METHODS, PROGRAM, AND COMPUTER READABLE RECORDING MEDIUM
    画像特徴抽出装置、画像検索システム、映像特徴抽出装置、及び質問画像検索システム、ならびに、これらの方法、プログラム、コンピュータ読み取り可能な記録媒体 - 特許庁
  • A CPU (processing unit) inputs a search query from a main storage part or an input part (S201), performs graph creation processing for graphic expression (S203), and stores it (S205).
    CPU(処理部)は、検索質問Qを主記憶部又は入力部から入力し(S201)、グラフで表現するグラフ作成処理を実行し(S203)、記憶する(S205)。 - 特許庁
  • By specifying SavedQuery as a retrieval condition, it makes possible to combine a retrieval query stored in the past and the SavedCollection retrieval, and a complicated retrieval is executed in few steps.
    検索条件でSavedQueryを指定することにより、過去に保存した検索クエリと上記SavedCollection検索を組み合わせることを可能にし、複雑な検索も少ない手順で実行する。 - 特許庁
  • A retrieval responding means 6 stores a log obtained by associating a query in a retrieval history of a user terminal 2 with a document accessed for a retrieval result in a click log database 8.
    検索応答手段6は、ユーザ端末2の検索履歴中のクエリと検索結果に対してアクセスされた文書とを対応付けたログをクリックログデータベース8に格納する。 - 特許庁
  • The execution engine corresponding to the last analysis engine executes the query and makes a call to the next higher execution engine in the cascade for data from the preceding portion.
    最後の分析エンジンに対応する実行エンジンが、そのクエリを実行し、開始部分からのデータに対する、カスケード中の1つ上の実行エンジンに呼出しを行う。 - 特許庁
  • The authentication server 50 authenticates the user as a legitimate user when the user correctly selects the correct image to the query from the user authentication screen.
    認証サーバ50は、前記ユーザが前記ユーザ認証画面から前記クエリーに対する前記動画を正しく選択したことに応じて、前記ユーザを正規ユーザとして認証する。 - 特許庁
  • A system and a method for ink database searching using handwriting feature synthesis, which allows the digital ink database to be searched using a text-based query, is disclosed.
    筆跡特徴合成を使用してインク・データベースを探索し、テキスト・ベースのクエリーを使用してデジタル・インク・データベースの探索を可能にするシステムおよび方法が開示される。 - 特許庁
  • An input to the optimizer/normalizer is assumed to be an input query transformed into an intermediate linguistic expression containing code patterns, and nodes each having a node type.
    オプティマイザ/ノーマライザへの入力は、コードパターンおよび各々がそれぞれのノード型を有するノードを含む中間言語表現に変換された入力クエリであると想定される。 - 特許庁
  • The API includes a generic data access component for presenting at least one of the store, session, transaction, and query service of the data platform related to a data store.
    APIはデータストアに関連付けられたデータプラットフォームのストア、セッション、トランザクション、およびクエリサービスの少なくとも1つを提示するジェネリックデータアクセスコンポーネントを含む。 - 特許庁
  • The search method comprises the steps of managing a database in response to multiple user inputs and displaying search results from a database in response to a first search query.
    検索方法は、複数のユーザ入力に応じてデータベースを管理するステップと、第1の検索クエリに応じてデータベースからの検索結果を表示するステップとを有する。 - 特許庁
<前へ 1 2 .... 28 29 30 31 32 33 34 35 36 .... 40 41 次へ>

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