JP5237335B2 - 対話形サーチクエリー改良のためのシステム及び方法 - Google Patents
対話形サーチクエリー改良のためのシステム及び方法 Download PDFInfo
- Publication number
- JP5237335B2 JP5237335B2 JP2010176034A JP2010176034A JP5237335B2 JP 5237335 B2 JP5237335 B2 JP 5237335B2 JP 2010176034 A JP2010176034 A JP 2010176034A JP 2010176034 A JP2010176034 A JP 2010176034A JP 5237335 B2 JP5237335 B2 JP 5237335B2
- Authority
- JP
- Japan
- Prior art keywords
- candidate
- term
- terms
- ranked
- document
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3325—Reformulation based on results of preceding query
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99935—Query augmenting and refining, e.g. inexact access
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99943—Generating database or data structure, e.g. via user interface
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Mathematical Physics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
C=文書コーパス
q=ユーザクエリー
r=検討するマッチング文書の数
Wfcn(S)=アルゴリズム特定重み用語セットS
とすると、
1.クエリーqにマッチする文書のセットD(q)∈Cを計算する。
2.文書にマッチするトップrのサブセットDr(q)を選択する。
3.dが文書、tが用語である場合に、T(q)={t|∃d∈Dr(q):t∈d}であるような文書Dr(q)から用語のセットT(q)を計算する。
4.最も高い重みWfcn(S)でT(q)からn個の用語のサブセットSを計算する。
5.Sを用語提案のセットとしてユーザに提示する。
Velez他文献で示されるように、この方法は、高コストのランタイム技法であるので満足できるものではない。言い換えると、文書データベース(コーパス)が大きい場合において、DMを使用して用語提案のセットSを計算するために不満足な時間量を取ることになる。
TermCountは、(i)候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットの数であり、
TermPositionは、(i)候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のこれらのセットにおける候補用語の位置の関数(例えば平均)であり、
ResultPositionは、候補用語を含むランク付けされた候補用語のセットに関連付けられるこれらのトップランクの文書のランクの関数(例えば平均)であり、
TermLengthは、候補用語の文字の数(候補用語の複雑性)であり、
QueryInclusionは、受信クエリーの用語が候補用語内に存在するかどうかを示す値である。
幾つかの実施形態において、重み付け関数によって候補用語に加えられる重みは、次式に応じて決定される。
TermCount+TermPosition+ResultPosition+TermLength+QueryInclusion
(TermCount*w1)+
(TermPosition*(w2+(RefinementDepth*w2´)))+
(ResultPosition*w3)+
(TermLength*(w4+(RefinementDepth*w4´)))+
(QueryInclusion*(w5+(RefinementDepth*w5´)))
ここで、w1、w2、w3、w4、w5、w2´、w4´、及びw5´は別々の重みであり、RefinementDepthは受信クエリーに対して処理が行われた回数である。
(A)ランク付けされた候補用語のそれぞれのセットに関連する文書内の用語を候補用語のマスターリストと比較し、ここで、その用語が候補用語のマスターリスト内に存在する場合には、その用語をランク付けされた候補用語のそれぞれのセットに候補用語として加え、
(B)文書内の用語の最大数が検討されるまで比較を繰り返し、
(C)重み付け関数に従って候補用語をランク付けし、これによりランク付けされた候補用語を形成する、
ことによって生成される。
同じ参照符号は、幾つかの図面全体を通して対応する要素を示す。
・ 種々の基本システムサービスを扱い、且つハードウェア従属タスクを実行するための手順を含むオペレーティングシステム316と、
・ インターネット、他のワイドエリアネットワーク、ローカルエリアネットワーク(例えば、ローカル無線ネットワークはクライアントコンピュータ100をコンピュータ300に接続できる)、メトロポリタンエリアネットワークなどの1つ又はそれ以上の通信ネットワークを介して種々のクライアントコンピュータ100(図1)及び場合によっては他のサーバ又はコンピュータにシステム300を接続するのに使用されるネットワーク通信モジュール318と、
・ クライアントコンピュータ100からクエリーを受信するためのクエリーハンドラ320と、
・ クエリーに関係のある文書の文書インデックス352をサーチして、クエリーに関係のあるランク付けされた文書の初期グループを形成するためのサーチエンジン322と、
・ 本発明の多くの態様を実施するためのクエリー改良提案エンジン324と、
を記憶することが好ましい。
・ ランク付けされた文書の初期グループと共に提示するための候補用語のサブセットを識別するための選択関数326と、
・ 提示のために候補用語のサブセットとランク付けされた文書の初期グループとをフォーマッティングするための結果フォーマッティングモジュール328と、
を含む。
調べられる文書の形式「ABCD...」の各文について:
Aはリスト342の候補用語の接頭辞であるか?
○はい:「AB」はリスト342の候補用語の接頭辞であるか?
■はい:「ABC」はリスト342の候補用語の接頭辞であるか?
●はい−>同じ方式で文全体のドリリングを続ける
●いいえ:文書と関連付けられた候補用語のセット410に「AB」を加え、Cに移り、「CDEF...」を検討する
■いいえ:文書と関連付けられた候補用語のセット410に「A」を加え、Bに移り、「BCDE...」を検討する
○いいえ:Bに移り、「BCDE...」の検討を始める
このようなアルゴリズムは、「文」が行のような文書のある任意の量であるか、或いは2つの句の境界又は他の区切り点の間の文書の部分であり、及び「ABCD...」が用語の各語である場合、リスト342の最も複雑な用語を文書の用語に確実に一致させる。関連する方法では、コンストラクタ346は、第1候補用語が候補用語のセットにおける第2候補用語のサブセットである場合、候補用語のセット410の第1候補用語を廃棄する。
TermCountは、(i)候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットの数であり、
TermPositionは、(i)候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットにおける候補用語の位置の関数(例えば平均)であり、
ResultPositionは、候補用語を含むランク付けされた候補用語のセットに関連付けられたトップランクの文書のランクの関数(例えば平均)であり、
TermLengthは、候補用語の文字数(候補用語の複雑性)であり、
QueryInclusionは、受信クエリーの用語が候補用語内に存在するかどうかを示す値である。
TermCount+TermPosition+ResultPosition+TermLength+QueryInclusion
ここで、重みTermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionは、上記に定義されたものと同じである。幾つかの実施形態において、TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionは、各々別々に重み付けされる。
(TermCount*w1)+
(TermPosition*(w2+(RefinementDepth*w2´)))+
(ResultPosition*w3)+
(TermLength*(w4+(RefinementDepth*w4´)))+
(QueryInclusion*(w5+(RefinementDepth*w5´)))
ここで、w1、w2、w3、w4、w5、w2´、w4´、及びw5´は別々の重みである。更に、RefinementDepthは、受信クエリーについて処理が行われた回数である。言い換えると、RefinementDepthは、ユーザがオリジナルのサーチクエリーに候補用語のサブセットからの用語を加える任意選択のステップ614の実行操作によってステップ602から612が繰り返される回数である。1つの実施形態において、 w1=100
w2=15
w2´=15
w3=1
w4=1
w4´=0
w5=100、及び
w5´=50である。
110 サーチエンジンサーバ
120 文書インデックス
Claims (60)
- 受信クエリーを改良するための方法であって、サーチサーバに送信されたクエリーに応じて、前記サーチサーバは、
前記受信クエリーに対応するトップランク付けされた文書の初期グループを作成するように該受信クエリーを処理するステップと、
前記初期グループ内の文書の全部又は一部の各文書を事前計算済みのランク付けされた候補用語の各セットに関連付けて、前記ランク付けされた候補用語の各セットの各候補用語が、前記各文書内に組み込まれるようにするステップと、
前記初期グループ内の1以上のトップランク付けされた文書のために、前記1以上のトップランク付けされた文書の分類を決定するステップと、
選択関数に従って、前記1以上のトップランク付けされた文書の分類に対応する前記ランク付けされた候補用語の各セット内にある候補用語のサブセットを選択するステップと、
前記受信クエリーに応答して、前記トップランク付けされた文書の初期グループと前記候補用語のサブセットとを提示するステップとを実行し、
前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、当該文書と関連する前記ランク付けされた候補用語の各セットが、
(A)前記文書の用語を候補用語のマスターリストと比較し、前記用語が前記候補用語のマスターリスト内にある場合に該用語を前記候補用語のセットに加え、
(B)前記文書の用語と前記候補用語のマスターリストとの比較を繰り返し、
(C)前記候補用語のセット内の候補用語をランク付けして、これにより前記ランク付けされた候補用語の各セットを形成し、
前記比較ステップ(A)の処理によって候補用語が識別される回数が、前記ランキング(C)によって使用されて、前記ランク付けされた候補用語のセット内の前記候補用語をランク付けすることを特徴とする方法。 - 前記ランキング(C)が更に、前記それぞれの関連する文書の候補用語の第1位置を用いて前記候補用語をランク付けすることを特徴とする請求項1に記載の方法。
- 前記サーチサーバは、前記識別において、更に、
(C)第1候補用語が前記候補用語のそれぞれのセット内の第2候補用語のサブセットである場合に該第1候補用語を廃棄するステップと、
(D)前記第1候補用語が、前記比較ステップ(A)の処理によって前記ランク付けされた候補用語の各セットに関連付けられた前記文書において識別された回数で前記第2候補用語をクレジットするステップと、
(E)前記ランク付けされた候補用語の各セット内に第2候補用語のサブセットである第1候補用語が存在しなくなるまで前記廃棄ステップ(C)及び前記クレジットステップ(D)を繰り返すステップと、
を実行する請求項1に記載の方法。 - 前記サーチサーバは、前記識別において、更に、
(C)第1候補用語が前記ランク付けされた候補用語の各セット内の第2候補用語の正字の異形又は屈折異形である場合に、該第1候補用語を廃棄するステップと、
(D)前記第1候補用語が、前記比較ステップ(A)の処理によって前記ランク付けされた候補用語の各セットに関連付けられた前記文書において識別された回数で第2候補用語をクレジットするステップと、
(E)前記ランク付けされた候補用語の各セット内に第2候補用語の正字の異形又は屈折異形である第1候補用語が存在しなくなるまで、前記廃棄ステップ(C)及び前記クレジットステップ(D)を繰り返すステップと、
を実行する請求項1に記載の方法。 - 前記サーチサーバは、前記第2候補用語をクレジットするステップ(D)において、更に、前記第1候補用語及び前記第2候補用語を含む結合用語として前記第2候補用語を上書きするステップを実行し、
前記比較ステップ(A)の処理によって最も多い回数識別された前記第1候補用語又は前記第2候補用語のうちの1つが前記結合用語の始めに現れることを特徴とする請求項4に記載の方法。 - 前記結合用語の始めに現れている用語だけが前記提示において使用されることを特徴とする請求項5に記載の方法。
- 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、前記文書と関連するランク付けされた候補用語の各セットは、該各セットの各候補用語について前記文書内の候補用語の第1位置を含むことを特徴とする請求項1に記載の方法。
- 前記ランク付けされた候補用語の各セットが、前記受信クエリーの処理の前の時点で識別されることを特徴とする請求項1に記載の方法。
- 前記サーチサーバは、前記識別において、
(C)固有の用語の閾値数が前記比較ステップ(A)によって検討されたときに、前記比較ステップ(A)を終了させるステップと、前記繰り返しステップ(B)を終了させるステップとを更に実行する請求項1に記載の方法。 - 前記候補用語のマスターリストが、特定の言語について最適化されることを特徴とする請求項1に記載の方法。
- 前記特定の言語が、英語、スペイン語、フランス語、ドイツ語、ポルトガル語、イタリア語、ロシア語、中国語、又は日本語であることを特徴とする請求項10に記載の方法。
- 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部が、前記候補用語のマスターリストが最適化される言語と同じであることを特徴とする請求項10に記載の方法。
- 前記候補用語のマスターリストの各用語が、語又は句であることを特徴とする請求項1に記載の方法。
- 前記候補用語のマスターリストは、1,000,000より多い用語を含むことを特徴とする請求項1に記載の方法。
- 前記サーチサーバは更に、前記受信クエリーと前記候補用語のサブセットからの候補用語とを含む変更されたクエリーを使用して、前記処理ステップ、選択ステップ、及び提示ステップを繰り返すことを実行する請求項1に記載の方法。
- 前記サーチサーバは、前記選択関数において、
(i)前記トップランク付けされた文書の初期グループ内の文書に関連する前記ランク付けされた候補用語の各セット内の各候補用語に重み付け関数を適用し、前記ランク付けされた文書の初期グループ内の各トップランクの文書が閾値ランキングより数値的に小さいランキングを有し、
(ii)前記候補用語のサブセットについて、最も高い重みを受け取る候補用語を選択する、
ことを実行する請求項1に記載の方法。 - 前記重み付け関数によって候補用語に加えられる重みが、(i)前記候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットの数に応じて決定されることを特徴とする請求項16に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、(i)前記候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセット内の前記候補用語の平均位置に応じて決定されることを特徴とする請求項16に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、前記受信クエリーの用語が前記候補用語内に存在するかどうかに応じて決定されることを特徴とする請求項16に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語の文字数に応じて決定されることを特徴とする請求項16に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語を含むランク付けされた候補用語のセットに関連付けられた前記トップランクの文書の平均ランクに応じて決定されることを特徴とする請求項16に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionのいずれかの組合せに応じて決定され、ここで、
TermCountは、(i)前記候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットの数であり、
TermPositionは、(i)前記候補用語を含み、且つ(ii)トップランクの文書にそれぞれ関連するランク付けされた候補用語のセットにおける候補用語のランク位置の関数であり、
ResultPositionは、前記候補用語を含むランク付けされた候補用語のセットに関連付けられるトップランクの文書のランクの関数であり、
TermLengthは、前記候補用語の文字数(候補用語の複雑性)であり、
QueryInclusionは、前記受信クエリーの用語が前記候補用語内に存在するかどうかを示す値であることを特徴とする請求項16に記載の方法。 - 前記重み付け関数によって候補用語に加えられる重みが、次式に応じて決定されることを特徴とする請求項22に記載の方法。
TermCount+TermPosition+ResultPosition+TermLength+QueryInclusion - TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionは、各々別々に重み付けされることを特徴とする請求項23に記載の方法。
- 前記サーチサーバは更に、前記受信クエリーと前記候補用語のサブセットからの候補用語とを含む変更されたクエリーを使用して、任意選択的に該処理ステップ、選択ステップ、及び提示ステップの繰り返しを実行する請求項23に記載の方法。
- 前記重み付け関数によって候補用語に加えられる重みが、次式に応じて決定されることを特徴とする請求項25に記載の方法。
(TermCount*w1)+
(TermPosition*(w2+(RefinementDepth*w2´)))+
(ResultPosition*w3)+
(TermLength*(w4+(RefinementDepth*w4´)))+
(QueryInclusion*(w5+(RefinementDepth*w5´)))
ここで、w1、w2、w3、w4、w5、w2´、w4´、及びw5´は別々の重みであり、RefinementDepthは前記受信クエリーに対して前記処理が行われた回数である。 - コンピュータシステムと共に使用されるコンピュータ読み取り可能な記録媒体であって、受信クエリーを改良するためのクエリー改良提案エンジンに、
前記受信クエリーに対応するトップランク付けされた文書の初期グループを作成するように前記受信クエリーを処理させ、
前記トップランク付けされた文書の初期グループ内の文書の全部又は一部の各文書を、事前計算済みのランク付けされた候補用語の各セットに関連付けて、前記ランク付けされた候補用語の各セットの各候補用語が前記各文書内に組み込まれるように処理させ、
前記初期グループ内の1以上のトップランク付けされた文書のために、前記1以上のトップランク付けされた文書の分類を決定するように処理させ、
選択関数に従って、前記1以上のトップランク付けされた文書の分類に対応する前記候補用語の各セット内にある候補用語のサブセットを選択させ、
前記受信クエリーに応答して、前記トップランク付けされた文書の初期グループ及び前記候補用語のサブセットを提示させ、
前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、当該文書と関連するランク付けされた候補用語の各セットが、
(A)前記文書の用語を候補用語のマスターリストと比較する処理であって、前記用語が前記候補用語のマスターリスト内にある場合に、前記文書の用語を候補用語として前記文書と関連する前記ランク付けされた候補用語の各セットに加える処理と、
(B)前記文書内の用語の最大数が検討されるまで、前記文書の用語と前記候補用語のマスターリストとの比較を再実行する処理とを行うことによって特定されるようにし、 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、候補用語が比較処理(A)のための前記命令の処理によって識別される回数が、前記文書と関連する前記ランク付けされた候補用語の各セットに含まれるようにするためのプログラムを記録したコンピュータ読み取り可能な記録媒体。 - 前記候補用語が前記文書の語の第1閾値数内で識別される場合、比較処理(A)のための前記命令の処理によって前記候補用語が識別される前記回数が、重みを増やされることを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記識別が更に、
(C)第1候補用語が前記ランク付けされた候補用語の各セット内の第2候補用語のサブセットである場合に前記第1候補用語を廃棄する命令と、
(D)前記比較処理(A)の処理によって前記ランク付けされた候補用語の各セットに関連する前記文書において前記第1候補用語が識別された回数で前記第2候補用語をクレジットする命令と、
(E)前記ランク付けされた候補用語のそれぞれのセット内に第2候補用語のサブセットである第1候補用語が存在しなくなるまで前記廃棄(C)の命令及び前記クレジット(D)の命令を繰り返す命令と、
を含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。 - 前記識別が更に、
(C)第1候補用語が前記ランク付けされた候補用語の各セット内の第2候補用語の正字の異形又は屈折異形である場合に、該第1候補用語を廃棄する命令と、
(D)前記比較処理(A)の処理によって前記ランク付けされた候補用語の各セットに関連した前記文書において前記第1候補用語が識別された回数で前記第2候補をクレジットする命令と、
(E)前記ランク付けされた候補用語の各セット内に第2候補用語の正字の異形又は屈折異形である第1候補用語が存在しなくなるまで、前記廃棄の命令(C)と前記クレジットの命令(D)とを繰り返す命令と、
を含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。 - 前記第2候補用語をクレジットする前記命令(D)が更に、
前記第1候補用語及び前記第2候補用語を含む結合用語として前記第2候補用語を上書きする命令を含み、前記比較する命令(A)の処理によって最も多い回数識別された前記第1候補用語又は該第2候補用語のうちの1つが前記結合用語の始めに現れることを特徴とする請求項30に記載のコンピュータ読み取り可能な記録媒体。 - 前記結合用語の始めに現れている用語だけが前記提示の命令によって使用されることを特徴とする請求項31に記載のコンピュータ読み取り可能な記録媒体。
- 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、前記文書と関連するランク付けされた候補用語の各セットは、該各セットの各候補用語について前記文書内の候補用語の平均位置を含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記文書内の前記候補用語の平均位置は、前記比較の命令(A)の処理中に識別された前記候補用語の各処理での位置を平均することによって決定されることを特徴とする請求項33に記載のコンピュータ読み取り可能な記録媒体。
- 前記識別は、
(C)固有の用語の閾値数が前記比較の命令(A)によって検討されたときに、前記比較の命令(A)を終了させる命令と前記繰り返しの命令(B)を終了させる命令を更に含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。 - 前記候補用語のマスターリストが、特定の言語について最適化されることを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部の各文書が、前記候補用語のマスターリストが最適化される言語と同じであることを特徴とする請求項36に記載のコンピュータ読み取り可能な記録媒体。
- 前記候補用語のマスターリストの各用語が、語又は句であることを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記クエリー改良提案エンジンが更に、前記受信クエリーと前記候補用語のサブセットからの候補用語とを含む変更されたクエリーを使用して、前記処理の命令、前記選択の命令、及び前記提示の命令を繰り返すための命令を含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記選択関数は、
(i)前記トップランク付けされた文書の初期グループ内の文書に関連するランク付けされた候補用語の各セット内の各候補用語に重み付け関数を適用する命令であって、前記トップランク付けされた文書の初期グループ内の各文書が閾値ランキングより数値的に小さいランキングを有する命令と、
(ii)前記候補用語のサブセットについて、最も高い重みを受け取る候補用語を選択する命令と、
を含むことを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。 - 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語がトップランクの文書の上位部分に現れる回数に応じて決定されることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。
- 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語が現れるトップランクの文書内の前記候補用語の位置に応じて決定されることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。
- 前記重み付け関数によって候補用語に加えられる重みが、前記受信クエリーの用語が前記候補用語内に存在するかどうかに応じて決定されることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。
- 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語の文字数に応じて決定されることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。
- 前記重み付け関数によって候補用語に加えられる重みが、前記候補用語を含む前記トップランク付けされた文書の初期グループ内の文書の位置に応じて決定されることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。
- 前記重み付け関数によって候補用語に加えられる重みが、TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionのいずれかの組合せに応じて決定され、ここで、
TermCountは、各トップランクの文書の上位部分に前記候補用語が現れる回数であり、
TermPositionは、前記候補用語が現れる各トップランクの文書内の前記候補用語の位置の関数であり、
ResultPositionは、前記候補用語を含む前記トップランク付けされた文書の初期グループにおける文書の位置の関数であり、
TermLengthは、前記候補用語の文字数であり、
QueryInclusionは、前記受信クエリーの用語が前記候補用語内に存在する場合はゼロではなく、QueryInclusionは、前記受信クエリーの用語が前記候補用語内に存在しない場合はゼロであることを特徴とする請求項40に記載のコンピュータ読み取り可能な記録媒体。 - 前記重み付け関数によって候補用語に加えられる重みが、次式に応じて決定されることを特徴とする請求項46に記載のコンピュータ読み取り可能な記録媒体。
TermCount+TermPosition+ResultPosition+TermLength+QueryInclusion - TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionは、各々別々に重み付けされることを特徴とする請求項47に記載のコンピュータ読み取り可能な記録媒体。
- 受信クエリーを改良するためのコンピュータシステムであって、
中央処理ユニットと、
前記中央処理ユニットに結合された、クエリー改良提案エンジンを記憶するメモリと、を含み、
前記クエリー改良提案エンジンが、
前記受信クエリーに対応するトップランク付けされた文書の初期グループを作成するように前記受信クエリーを処理し、ここで、前記トップランク付けされた文書の初期グループ内の文書の全部又は一部の各文書が、事前計算済みのランク付けされた候補用語の各セットに関連付けられ、その結果、前記ランク付けされた候補用語の各セットの各候補用語が前記文書内に組み込まれ、
前記初期グループ内の1以上のトップランク付けされた文書のために、前記1以上のトップランク付けされた文書の分類を決定し、
選択関数に従って、前記1以上のトップランク付けされた文書の分類に対応する前記ランク付けされた候補用語の各セット内にある候補用語のサブセットを選択し、
前記受信クエリーに応答して、前記トップランク付けされた文書の初期グループ及び前記候補用語のサブセットを提示し、
前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、当該文書と関連するランク付けされた候補用語の各セットが、
(A)前記文書の用語を候補用語のマスターリストと比較し、前記用語が前記候補用語のマスターリスト内にある場合に、前記文書の用語を候補用語として前記文書と関連するランク付けされた候補用語の各セットに加え、
(B)前記文書内の用語の最大数が検討されるまで、前記文書の用語と前記候補用語のマスターリストとの比較を再実行することによって特定され、
前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、該文書と関連する前記ランク付けされた候補用語により、該文書と関連するランク付けされた候補用語の各セット内の候補用語の分類が行われ、前記分類が第1分類又は第2分類を含み、さらに、
候補用語が比較処理(A)のための前記命令の処理によって識別される回数が、前記文書と関連する前記ランク付けされた候補用語の各セットに含まれることを特徴とするコンピュータシステム。 - 前記識別が更に、
(C)第1候補用語が前記ランク付けされた候補用語の各セット内の第2候補用語のサブセットである場合に前記第1候補用語を廃棄する命令と、
(D)前記比較処理(A)の処理によって前記ランク付けされた候補用語の各セットに関連する前記文書において前記第1候補用語が識別された回数で前記第2候補用語をクレジットする命令と、
(E)前記ランク付けされた候補用語の各セット内に第2候補用語のサブセットである第1候補用語が存在しなくなるまで前記廃棄(C)の命令及び前記クレジット(D)の命令を繰り返す命令と、
を含むことを特徴とする請求項49に記載のコンピュータシステム。 - 前記識別が更に、
(C)第1候補用語が前記ランク付けされた候補用語の各セット内の第2候補用語の正字の異形又は屈折異形である場合に、該第1候補用語を廃棄する命令と、
(D)前記比較処理(A)の処理によって前記ランク付けされた候補用語の各セットに関連した前記文書において前記第1候補用語が識別された回数で前記第2候補をクレジットする命令と、
(E)前記ランク付けされた候補用語の各セット内に第2候補用語の正字の異形又は屈折異形である第1候補用語が存在しなくなるまで、前記廃棄の命令(C)と前記クレジットの命令(D)とを繰り返す命令と、
を含むことを特徴とする請求項49に記載のコンピュータシステム。 - 前記トップランク付けされた文書の初期グループ内の文書の全部又は一部について、前記文書と関連するランク付けされた候補用語の各セットは、該各セットの各候補用語について前記文書内の候補用語の平均位置を含むことを特徴とする請求項49に記載のコンピュータシステム。
- 前記識別は、
(C)固有の用語の閾値数が前記比較の命令(A)によって検討されたときに、前記比較の命令(A)を終了させる命令と前記繰り返しの命令(B)を終了させる命令を更に含むことを特徴とする請求項49に記載のコンピュータシステム。 - 前記クエリー改良提案エンジンが更に、前記受信クエリーと前記候補用語のサブセットからの候補用語とを含む変更されたクエリーを使用して、前記処理の命令、前記選択の命令、及び前記提示の命令を繰り返すための命令を含むことを特徴とする請求項49に記載のコンピュータシステム。
- 前記選択関数は、
(i)前記トップランク付けされた文書の初期グループ内の文書に関連するランク付けされた候補用語の各セット内の各候補用語に重み付け関数を適用する命令であって、前記トップランク付けされた文書の初期グループ内の各文書が閾値ランキングより数値的に小さいランキングを有する命令と、
(ii)前記候補用語のサブセットについて、最も高い重みを受け取る候補用語を選択する命令と、
を含むことを特徴とする請求項50に記載のコンピュータシステム。 - 前記重み付け関数によって候補用語に加えられる重みが、TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionのいずれかの組合せに応じて決定され、ここで、
TermCountは、各トップランクの文書の上位部分に前記候補用語が現れる回数であり、
TermPositionは、前記候補用語が現れる各トップランクの文書内の前記候補用語の位置の関数であり、
ResultPositionは、前記候補用語を含む前記トップランク付けされた文書の初期グループにおける文書の位置の関数であり、
TermLengthは、前記候補用語の文字数であり、
QueryInclusionは、前記受信クエリーの用語が前記候補用語内に存在する場合適用され、QueryInclusionは、前記受信クエリーの用語が前記候補用語内に存在しない場合に適用されないことを特徴とする請求項55に記載のコンピュータシステム。 - 前記重み付け関数によって候補用語に加えられる重みが、次式に応じて決定されることを特徴とする請求項56に記載のコンピュータシステム。
TermCount+TermPosition+ResultPosition+TermLength+QueryInclusion - TermCount、TermPosition、ResultPosition、TermLength、及びQueryInclusionは、各々別々に重み付けされることを特徴とする請求項57に記載のコンピュータシステム。
- 前記ランク付けされた候補用語の各セットが、前記受信クエリーの処理の前の時点で識別されることを特徴とする請求項27に記載のコンピュータ読み取り可能な記録媒体。
- 前記ランク付けされた候補用語の各セットが、前記受信クエリーの処理の前の時点で識別されることを特徴とする請求項49に記載のコンピュータシステム。
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US45690503P | 2003-03-21 | 2003-03-21 | |
| US60/456,905 | 2003-03-21 | ||
| US10/424,180 US6947930B2 (en) | 2003-03-21 | 2003-04-25 | Systems and methods for interactive search query refinement |
| US10/424,180 | 2003-04-25 |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2006507450A Division JP5255766B2 (ja) | 2003-03-21 | 2004-03-22 | 対話形サーチクエリー改良のためのシステム及び方法 |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| JP2010257488A JP2010257488A (ja) | 2010-11-11 |
| JP2010257488A5 JP2010257488A5 (ja) | 2010-12-24 |
| JP5237335B2 true JP5237335B2 (ja) | 2013-07-17 |
Family
ID=32993957
Family Applications (4)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2006507450A Expired - Lifetime JP5255766B2 (ja) | 2003-03-21 | 2004-03-22 | 対話形サーチクエリー改良のためのシステム及び方法 |
| JP2010176034A Expired - Lifetime JP5237335B2 (ja) | 2003-03-21 | 2010-08-05 | 対話形サーチクエリー改良のためのシステム及び方法 |
| JP2013031890A Expired - Lifetime JP5611390B2 (ja) | 2003-03-21 | 2013-02-21 | 対話型サーチクエリーを改良するためのシステム及び方法 |
| JP2014087480A Expired - Lifetime JP5740029B2 (ja) | 2003-03-21 | 2014-04-21 | 対話型サーチクエリーを改良するためのシステム及び方法 |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2006507450A Expired - Lifetime JP5255766B2 (ja) | 2003-03-21 | 2004-03-22 | 対話形サーチクエリー改良のためのシステム及び方法 |
Family Applications After (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2013031890A Expired - Lifetime JP5611390B2 (ja) | 2003-03-21 | 2013-02-21 | 対話型サーチクエリーを改良するためのシステム及び方法 |
| JP2014087480A Expired - Lifetime JP5740029B2 (ja) | 2003-03-21 | 2014-04-21 | 対話型サーチクエリーを改良するためのシステム及び方法 |
Country Status (5)
| Country | Link |
|---|---|
| US (2) | US6947930B2 (ja) |
| EP (1) | EP1606704A4 (ja) |
| JP (4) | JP5255766B2 (ja) |
| KR (1) | KR100666064B1 (ja) |
| WO (1) | WO2004086192A2 (ja) |
Families Citing this family (337)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8352400B2 (en) | 1991-12-23 | 2013-01-08 | Hoffberg Steven M | Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore |
| US7966078B2 (en) | 1999-02-01 | 2011-06-21 | Steven Hoffberg | Network media appliance system and method |
| US6883135B1 (en) | 2000-01-28 | 2005-04-19 | Microsoft Corporation | Proxy server using a statistical model |
| US20010053991A1 (en) * | 2000-03-08 | 2001-12-20 | Bonabeau Eric W. | Methods and systems for generating business models |
| US7325201B2 (en) | 2000-05-18 | 2008-01-29 | Endeca Technologies, Inc. | System and method for manipulating content in a hierarchical data-driven search and navigation system |
| US7062483B2 (en) | 2000-05-18 | 2006-06-13 | Endeca Technologies, Inc. | Hierarchical data-driven search and navigation system and method for information retrieval |
| US7617184B2 (en) * | 2000-05-18 | 2009-11-10 | Endeca Technologies, Inc. | Scalable hierarchical data-driven navigation system and method for information retrieval |
| US7035864B1 (en) | 2000-05-18 | 2006-04-25 | Endeca Technologies, Inc. | Hierarchical data-driven navigation system and method for information retrieval |
| US7444309B2 (en) * | 2001-10-31 | 2008-10-28 | Icosystem Corporation | Method and system for implementing evolutionary algorithms |
| US8590013B2 (en) | 2002-02-25 | 2013-11-19 | C. S. Lee Crawford | Method of managing and communicating data pertaining to software applications for processor-based devices comprising wireless communication circuitry |
| US7693830B2 (en) | 2005-08-10 | 2010-04-06 | Google Inc. | Programmable search engine |
| US20070038614A1 (en) * | 2005-08-10 | 2007-02-15 | Guha Ramanathan V | Generating and presenting advertisements based on context data for programmable search engines |
| US20040117366A1 (en) * | 2002-12-12 | 2004-06-17 | Ferrari Adam J. | Method and system for interpreting multiple-term queries |
| US20050038781A1 (en) * | 2002-12-12 | 2005-02-17 | Endeca Technologies, Inc. | Method and system for interpreting multiple-term queries |
| US8630984B1 (en) | 2003-01-17 | 2014-01-14 | Renew Data Corp. | System and method for data extraction from email files |
| US8065277B1 (en) | 2003-01-17 | 2011-11-22 | Daniel John Gardner | System and method for a data extraction and backup database |
| US8375008B1 (en) | 2003-01-17 | 2013-02-12 | Robert Gomes | Method and system for enterprise-wide retention of digital or electronic data |
| US8943024B1 (en) | 2003-01-17 | 2015-01-27 | Daniel John Gardner | System and method for data de-duplication |
| US6947930B2 (en) * | 2003-03-21 | 2005-09-20 | Overture Services, Inc. | Systems and methods for interactive search query refinement |
| EP1611546B1 (en) | 2003-04-04 | 2013-01-02 | Icosystem Corporation | Methods and systems for interactive evolutionary computing (iec) |
| JP5068996B2 (ja) | 2003-04-04 | 2012-11-07 | ヤフー! インコーポレイテッド | サブドメインヒントによる検索及びサブドメイン単位のスポンサー付き結果提供を組み込んだ検索結果生成のシステム |
| US7340480B2 (en) * | 2003-05-08 | 2008-03-04 | International Business Machines Corporation | Iterative data analysis enabled through query result abstraction |
| US7260571B2 (en) * | 2003-05-19 | 2007-08-21 | International Business Machines Corporation | Disambiguation of term occurrences |
| US7401072B2 (en) * | 2003-06-10 | 2008-07-15 | Google Inc. | Named URL entry |
| US7228301B2 (en) * | 2003-06-27 | 2007-06-05 | Microsoft Corporation | Method for normalizing document metadata to improve search results using an alias relationship directory service |
| GB2403636A (en) * | 2003-07-02 | 2005-01-05 | Sony Uk Ltd | Information retrieval using an array of nodes |
| US7627613B1 (en) | 2003-07-03 | 2009-12-01 | Google Inc. | Duplicate document detection in a web crawler system |
| US8136025B1 (en) | 2003-07-03 | 2012-03-13 | Google Inc. | Assigning document identification tags |
| US8856163B2 (en) * | 2003-07-28 | 2014-10-07 | Google Inc. | System and method for providing a user interface with search query broadening |
| US7428700B2 (en) * | 2003-07-28 | 2008-09-23 | Microsoft Corporation | Vision-based document segmentation |
| EP1649346A2 (en) | 2003-08-01 | 2006-04-26 | Icosystem Corporation | Methods and systems for applying genetic operators to determine system conditions |
| US7617203B2 (en) * | 2003-08-01 | 2009-11-10 | Yahoo! Inc | Listings optimization using a plurality of data sources |
| US8869061B1 (en) | 2003-08-29 | 2014-10-21 | Microsoft Corporation | User interface for searching an electronic document |
| US7590936B1 (en) | 2003-09-30 | 2009-09-15 | Microsoft Corporation | Method for extracting information associated with a search term |
| US7617205B2 (en) * | 2005-03-30 | 2009-11-10 | Google Inc. | Estimating confidence for query revision models |
| US7231399B1 (en) | 2003-11-14 | 2007-06-12 | Google Inc. | Ranking documents based on large data sets |
| US7844589B2 (en) * | 2003-11-18 | 2010-11-30 | Yahoo! Inc. | Method and apparatus for performing a search |
| US7890526B1 (en) * | 2003-12-30 | 2011-02-15 | Microsoft Corporation | Incremental query refinement |
| US8442331B2 (en) | 2004-02-15 | 2013-05-14 | Google Inc. | Capturing text from rendered documents using supplemental information |
| US7707039B2 (en) | 2004-02-15 | 2010-04-27 | Exbiblio B.V. | Automatic modification of web pages |
| US20050182755A1 (en) * | 2004-02-14 | 2005-08-18 | Bao Tran | Systems and methods for analyzing documents over a network |
| US10635723B2 (en) | 2004-02-15 | 2020-04-28 | Google Llc | Search engines and systems with handheld document data capture devices |
| US7812860B2 (en) | 2004-04-01 | 2010-10-12 | Exbiblio B.V. | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
| US20050210003A1 (en) * | 2004-03-17 | 2005-09-22 | Yih-Kuen Tsay | Sequence based indexing and retrieval method for text documents |
| US7584221B2 (en) | 2004-03-18 | 2009-09-01 | Microsoft Corporation | Field weighting in text searching |
| WO2005092032A2 (en) * | 2004-03-22 | 2005-10-06 | Sliccware Corporation | Secure virtual data warehousing system and method |
| US7428528B1 (en) | 2004-03-31 | 2008-09-23 | Endeca Technologies, Inc. | Integrated application for manipulating content in a hierarchical data-driven search and navigation system |
| US8081849B2 (en) | 2004-12-03 | 2011-12-20 | Google Inc. | Portable scanning and memory device |
| US20060098900A1 (en) | 2004-09-27 | 2006-05-11 | King Martin T | Secure data gathering from rendered documents |
| US9116890B2 (en) | 2004-04-01 | 2015-08-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
| US7894670B2 (en) | 2004-04-01 | 2011-02-22 | Exbiblio B.V. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
| US9143638B2 (en) | 2004-04-01 | 2015-09-22 | Google Inc. | Data capture from rendered documents using handheld device |
| US20060081714A1 (en) | 2004-08-23 | 2006-04-20 | King Martin T | Portable scanning device |
| US8146156B2 (en) | 2004-04-01 | 2012-03-27 | Google Inc. | Archive of text captures from rendered documents |
| US9008447B2 (en) | 2004-04-01 | 2015-04-14 | Google Inc. | Method and system for character recognition |
| US7990556B2 (en) | 2004-12-03 | 2011-08-02 | Google Inc. | Association of a portable scanner with input/output and storage devices |
| US8713418B2 (en) | 2004-04-12 | 2014-04-29 | Google Inc. | Adding value to a rendered document |
| US8620083B2 (en) | 2004-12-03 | 2013-12-31 | Google Inc. | Method and system for character recognition |
| US8489624B2 (en) | 2004-05-17 | 2013-07-16 | Google, Inc. | Processing techniques for text capture from a rendered document |
| US8874504B2 (en) | 2004-12-03 | 2014-10-28 | Google Inc. | Processing techniques for visual capture data from a rendered document |
| US7716225B1 (en) | 2004-06-17 | 2010-05-11 | Google Inc. | Ranking documents based on user behavior and/or feature data |
| US9223868B2 (en) | 2004-06-28 | 2015-12-29 | Google Inc. | Deriving and using interaction profiles |
| EP1782285A1 (en) * | 2004-07-06 | 2007-05-09 | Icosystem Corporation | Methods and apparatus for query refinement using genetic algorithms |
| US7707220B2 (en) * | 2004-07-06 | 2010-04-27 | Icosystem Corporation | Methods and apparatus for interactive searching techniques |
| US8346620B2 (en) | 2004-07-19 | 2013-01-01 | Google Inc. | Automatic modification of web pages |
| US7599914B2 (en) * | 2004-07-26 | 2009-10-06 | Google Inc. | Phrase-based searching in an information retrieval system |
| US7702618B1 (en) | 2004-07-26 | 2010-04-20 | Google Inc. | Information retrieval system for archiving multiple document versions |
| US7580929B2 (en) * | 2004-07-26 | 2009-08-25 | Google Inc. | Phrase-based personalization of searches in an information retrieval system |
| US7580921B2 (en) | 2004-07-26 | 2009-08-25 | Google Inc. | Phrase identification in an information retrieval system |
| US7536408B2 (en) | 2004-07-26 | 2009-05-19 | Google Inc. | Phrase-based indexing in an information retrieval system |
| US7426507B1 (en) * | 2004-07-26 | 2008-09-16 | Google, Inc. | Automatic taxonomy generation in search results using phrases |
| US7711679B2 (en) | 2004-07-26 | 2010-05-04 | Google Inc. | Phrase-based detection of duplicate documents in an information retrieval system |
| US7584175B2 (en) | 2004-07-26 | 2009-09-01 | Google Inc. | Phrase-based generation of document descriptions |
| US7567959B2 (en) | 2004-07-26 | 2009-07-28 | Google Inc. | Multiple index based information retrieval system |
| US7199571B2 (en) * | 2004-07-27 | 2007-04-03 | Optisense Network, Inc. | Probe apparatus for use in a separable connector, and systems including same |
| US8972856B2 (en) * | 2004-07-29 | 2015-03-03 | Yahoo! Inc. | Document modification by a client-side application |
| US7603349B1 (en) * | 2004-07-29 | 2009-10-13 | Yahoo! Inc. | User interfaces for search systems using in-line contextual queries |
| US7962465B2 (en) * | 2006-10-19 | 2011-06-14 | Yahoo! Inc. | Contextual syndication platform |
| US20070016559A1 (en) * | 2005-07-14 | 2007-01-18 | Yahoo! Inc. | User entertainment and engagement enhancements to search system |
| US7421441B1 (en) * | 2005-09-20 | 2008-09-02 | Yahoo! Inc. | Systems and methods for presenting information based on publisher-selected labels |
| US8819051B2 (en) * | 2005-09-29 | 2014-08-26 | Yahoo! Inc. | Tagging offline content with context-sensitive search-enabling keywords |
| US7958115B2 (en) * | 2004-07-29 | 2011-06-07 | Yahoo! Inc. | Search systems and methods using in-line contextual queries |
| US7917480B2 (en) * | 2004-08-13 | 2011-03-29 | Google Inc. | Document compression system and method for use with tokenspace repository |
| US7275052B2 (en) * | 2004-08-20 | 2007-09-25 | Sap Ag | Combined classification based on examples, queries, and keywords |
| CN101073077A (zh) * | 2004-09-10 | 2007-11-14 | 色杰斯提卡股份有限公司 | 对用于进行由一组无层次话题指导的搜索的附连的用户创建和分级及其用户界面 |
| US7606793B2 (en) | 2004-09-27 | 2009-10-20 | Microsoft Corporation | System and method for scoping searches using index keys |
| US7827181B2 (en) | 2004-09-30 | 2010-11-02 | Microsoft Corporation | Click distance determination |
| US7761448B2 (en) | 2004-09-30 | 2010-07-20 | Microsoft Corporation | System and method for ranking search results using click distance |
| US7739277B2 (en) | 2004-09-30 | 2010-06-15 | Microsoft Corporation | System and method for incorporating anchor text into ranking search results |
| US8065316B1 (en) | 2004-09-30 | 2011-11-22 | Google Inc. | Systems and methods for providing search query refinements |
| US8069151B1 (en) | 2004-12-08 | 2011-11-29 | Chris Crafford | System and method for detecting incongruous or incorrect media in a data recovery process |
| US20060129531A1 (en) * | 2004-12-09 | 2006-06-15 | International Business Machines Corporation | Method and system for suggesting search engine keywords |
| US7716198B2 (en) | 2004-12-21 | 2010-05-11 | Microsoft Corporation | Ranking search results using feature extraction |
| US20060161520A1 (en) * | 2005-01-14 | 2006-07-20 | Microsoft Corporation | System and method for generating alternative search terms |
| US7630980B2 (en) * | 2005-01-21 | 2009-12-08 | Prashant Parikh | Automatic dynamic contextual data entry completion system |
| US20060235843A1 (en) * | 2005-01-31 | 2006-10-19 | Textdigger, Inc. | Method and system for semantic search and retrieval of electronic documents |
| US7890503B2 (en) * | 2005-02-07 | 2011-02-15 | Microsoft Corporation | Method and system for performing secondary search actions based on primary search result attributes |
| US8527468B1 (en) | 2005-02-08 | 2013-09-03 | Renew Data Corp. | System and method for management of retention periods for content in a computing system |
| US7461059B2 (en) * | 2005-02-23 | 2008-12-02 | Microsoft Corporation | Dynamically updated search results based upon continuously-evolving search query that is based at least in part upon phrase suggestion, search engine uses previous result sets performing additional search tasks |
| WO2006094151A2 (en) * | 2005-03-01 | 2006-09-08 | Adapt Technologies Inc., | Query-less searching |
| US7792833B2 (en) | 2005-03-03 | 2010-09-07 | Microsoft Corporation | Ranking search results using language types |
| US7526476B2 (en) * | 2005-03-14 | 2009-04-28 | Microsoft Corporation | System and method for generating attribute-based selectable search extension |
| US7870147B2 (en) * | 2005-03-29 | 2011-01-11 | Google Inc. | Query revision using known highly-ranked queries |
| US7565345B2 (en) * | 2005-03-29 | 2009-07-21 | Google Inc. | Integration of multiple query revision models |
| JP2008537225A (ja) * | 2005-04-11 | 2008-09-11 | テキストディガー,インコーポレイテッド | クエリについての検索システムおよび方法 |
| WO2006113506A2 (en) * | 2005-04-15 | 2006-10-26 | Perfect Market Technologies, Inc. | Search engine with suggestion tool and method of using same |
| US7519580B2 (en) * | 2005-04-19 | 2009-04-14 | International Business Machines Corporation | Search criteria control system and method |
| US20060248037A1 (en) * | 2005-04-29 | 2006-11-02 | International Business Machines Corporation | Annotation of inverted list text indexes using search queries |
| US8438142B2 (en) * | 2005-05-04 | 2013-05-07 | Google Inc. | Suggesting and refining user input based on original user input |
| EP1889181A4 (en) * | 2005-05-16 | 2009-12-02 | Ebay Inc | METHOD AND SYSTEM FOR SEARCHING SEARCH |
| US7962504B1 (en) * | 2005-05-26 | 2011-06-14 | Aol Inc. | Sourcing terms into a search engine |
| CA2510644A1 (en) * | 2005-06-23 | 2006-12-23 | Cognos Incorporated | Quality of service feedback for technology-neutral data reporting |
| US20070016545A1 (en) * | 2005-07-14 | 2007-01-18 | International Business Machines Corporation | Detection of missing content in a searchable repository |
| US20070027848A1 (en) * | 2005-07-29 | 2007-02-01 | Microsoft Corporation | Smart search for accessing options |
| US7599917B2 (en) | 2005-08-15 | 2009-10-06 | Microsoft Corporation | Ranking search results using biased click distance |
| US7672932B2 (en) * | 2005-08-24 | 2010-03-02 | Yahoo! Inc. | Speculative search result based on a not-yet-submitted search query |
| US7844599B2 (en) * | 2005-08-24 | 2010-11-30 | Yahoo! Inc. | Biasing queries to determine suggested queries |
| US7747639B2 (en) * | 2005-08-24 | 2010-06-29 | Yahoo! Inc. | Alternative search query prediction |
| JP4756953B2 (ja) * | 2005-08-26 | 2011-08-24 | 富士通株式会社 | 情報検索装置および情報検索方法 |
| US7912458B2 (en) | 2005-09-14 | 2011-03-22 | Jumptap, Inc. | Interaction analysis and prioritization of mobile content |
| US10592930B2 (en) | 2005-09-14 | 2020-03-17 | Millenial Media, LLC | Syndication of a behavioral profile using a monetization platform |
| US8615719B2 (en) | 2005-09-14 | 2013-12-24 | Jumptap, Inc. | Managing sponsored content for delivery to mobile communication facilities |
| US8238888B2 (en) | 2006-09-13 | 2012-08-07 | Jumptap, Inc. | Methods and systems for mobile coupon placement |
| US8989718B2 (en) | 2005-09-14 | 2015-03-24 | Millennial Media, Inc. | Idle screen advertising |
| US8156128B2 (en) | 2005-09-14 | 2012-04-10 | Jumptap, Inc. | Contextual mobile content placement on a mobile communication facility |
| US8463249B2 (en) | 2005-09-14 | 2013-06-11 | Jumptap, Inc. | System for targeting advertising content to a plurality of mobile communication facilities |
| US8027879B2 (en) | 2005-11-05 | 2011-09-27 | Jumptap, Inc. | Exclusivity bidding for mobile sponsored content |
| US8131271B2 (en) | 2005-11-05 | 2012-03-06 | Jumptap, Inc. | Categorization of a mobile user profile based on browse behavior |
| US7702318B2 (en) | 2005-09-14 | 2010-04-20 | Jumptap, Inc. | Presentation of sponsored content based on mobile transaction event |
| US9201979B2 (en) | 2005-09-14 | 2015-12-01 | Millennial Media, Inc. | Syndication of a behavioral profile associated with an availability condition using a monetization platform |
| US20110313853A1 (en) | 2005-09-14 | 2011-12-22 | Jorey Ramer | System for targeting advertising content to a plurality of mobile communication facilities |
| US9058406B2 (en) | 2005-09-14 | 2015-06-16 | Millennial Media, Inc. | Management of multiple advertising inventories using a monetization platform |
| US8364521B2 (en) | 2005-09-14 | 2013-01-29 | Jumptap, Inc. | Rendering targeted advertisement on mobile communication facilities |
| CA2622625A1 (en) * | 2005-09-14 | 2007-03-22 | O-Ya!, Inc. | Networked information indexing and search apparatus and method |
| US8229914B2 (en) | 2005-09-14 | 2012-07-24 | Jumptap, Inc. | Mobile content spidering and compatibility determination |
| US7769764B2 (en) | 2005-09-14 | 2010-08-03 | Jumptap, Inc. | Mobile advertisement syndication |
| US8195133B2 (en) | 2005-09-14 | 2012-06-05 | Jumptap, Inc. | Mobile dynamic advertisement creation and placement |
| US8103545B2 (en) | 2005-09-14 | 2012-01-24 | Jumptap, Inc. | Managing payment for sponsored content presented to mobile communication facilities |
| US8290810B2 (en) | 2005-09-14 | 2012-10-16 | Jumptap, Inc. | Realtime surveying within mobile sponsored content |
| US7660581B2 (en) | 2005-09-14 | 2010-02-09 | Jumptap, Inc. | Managing sponsored content based on usage history |
| US8819659B2 (en) | 2005-09-14 | 2014-08-26 | Millennial Media, Inc. | Mobile search service instant activation |
| US8805339B2 (en) | 2005-09-14 | 2014-08-12 | Millennial Media, Inc. | Categorization of a mobile user profile based on browse and viewing behavior |
| US8311888B2 (en) | 2005-09-14 | 2012-11-13 | Jumptap, Inc. | Revenue models associated with syndication of a behavioral profile using a monetization platform |
| US9076175B2 (en) | 2005-09-14 | 2015-07-07 | Millennial Media, Inc. | Mobile comparison shopping |
| US8302030B2 (en) | 2005-09-14 | 2012-10-30 | Jumptap, Inc. | Management of multiple advertising inventories using a monetization platform |
| US7752209B2 (en) | 2005-09-14 | 2010-07-06 | Jumptap, Inc. | Presenting sponsored content on a mobile communication facility |
| US7676394B2 (en) | 2005-09-14 | 2010-03-09 | Jumptap, Inc. | Dynamic bidding and expected value |
| US7603360B2 (en) | 2005-09-14 | 2009-10-13 | Jumptap, Inc. | Location influenced search results |
| US8209344B2 (en) | 2005-09-14 | 2012-06-26 | Jumptap, Inc. | Embedding sponsored content in mobile applications |
| US8688671B2 (en) | 2005-09-14 | 2014-04-01 | Millennial Media | Managing sponsored content based on geographic region |
| US8832100B2 (en) | 2005-09-14 | 2014-09-09 | Millennial Media, Inc. | User transaction history influenced search results |
| US8812526B2 (en) | 2005-09-14 | 2014-08-19 | Millennial Media, Inc. | Mobile content cross-inventory yield optimization |
| US10911894B2 (en) | 2005-09-14 | 2021-02-02 | Verizon Media Inc. | Use of dynamic content generation parameters based on previous performance of those parameters |
| US9471925B2 (en) | 2005-09-14 | 2016-10-18 | Millennial Media Llc | Increasing mobile interactivity |
| US8660891B2 (en) | 2005-11-01 | 2014-02-25 | Millennial Media | Interactive mobile advertisement banners |
| US7860871B2 (en) | 2005-09-14 | 2010-12-28 | Jumptap, Inc. | User history influenced search results |
| US8364540B2 (en) | 2005-09-14 | 2013-01-29 | Jumptap, Inc. | Contextual targeting of content using a monetization platform |
| US8503995B2 (en) | 2005-09-14 | 2013-08-06 | Jumptap, Inc. | Mobile dynamic advertisement creation and placement |
| US9703892B2 (en) | 2005-09-14 | 2017-07-11 | Millennial Media Llc | Predictive text completion for a mobile communication facility |
| US8666376B2 (en) | 2005-09-14 | 2014-03-04 | Millennial Media | Location based mobile shopping affinity program |
| US10038756B2 (en) | 2005-09-14 | 2018-07-31 | Millenial Media LLC | Managing sponsored content based on device characteristics |
| US7548915B2 (en) | 2005-09-14 | 2009-06-16 | Jorey Ramer | Contextual mobile content placement on a mobile communication facility |
| US7577665B2 (en) | 2005-09-14 | 2009-08-18 | Jumptap, Inc. | User characteristic influenced search results |
| WO2007035848A2 (en) | 2005-09-21 | 2007-03-29 | Icosystem Corporation | System and method for aiding product design and quantifying acceptance |
| EP1938223A4 (en) * | 2005-09-29 | 2009-11-11 | Icosystem Corp | METHOD AND DEVICES FOR INTERACTIVE SEARCH TECHNIQUES |
| US7480652B2 (en) * | 2005-10-26 | 2009-01-20 | Microsoft Corporation | Determining relevance of a document to a query based on spans of query terms |
| US8175585B2 (en) | 2005-11-05 | 2012-05-08 | Jumptap, Inc. | System for targeting advertising content to a plurality of mobile communication facilities |
| US8019752B2 (en) * | 2005-11-10 | 2011-09-13 | Endeca Technologies, Inc. | System and method for information retrieval from object collections with complex interrelationships |
| US8571999B2 (en) | 2005-11-14 | 2013-10-29 | C. S. Lee Crawford | Method of conducting operations for a social network application including activity list generation |
| US20070143255A1 (en) * | 2005-11-28 | 2007-06-21 | Webaroo, Inc. | Method and system for delivering internet content to mobile devices |
| US7668887B2 (en) * | 2005-12-01 | 2010-02-23 | Object Positive Pty Ltd | Method, system and software product for locating documents of interest |
| US8903810B2 (en) | 2005-12-05 | 2014-12-02 | Collarity, Inc. | Techniques for ranking search results |
| US8429184B2 (en) * | 2005-12-05 | 2013-04-23 | Collarity Inc. | Generation of refinement terms for search queries |
| US7925649B2 (en) | 2005-12-30 | 2011-04-12 | Google Inc. | Method, system, and graphical user interface for alerting a computer user to new results for a prior search |
| WO2007081681A2 (en) | 2006-01-03 | 2007-07-19 | Textdigger, Inc. | Search system with query refinement and search method |
| US20070185860A1 (en) * | 2006-01-24 | 2007-08-09 | Michael Lissack | System for searching |
| US20070192293A1 (en) * | 2006-02-13 | 2007-08-16 | Bing Swen | Method for presenting search results |
| EP1826692A3 (en) * | 2006-02-22 | 2009-03-25 | Copernic Technologies, Inc. | Query correction using indexed content on a desktop indexer program. |
| US7689554B2 (en) * | 2006-02-28 | 2010-03-30 | Yahoo! Inc. | System and method for identifying related queries for languages with multiple writing systems |
| US8195683B2 (en) | 2006-02-28 | 2012-06-05 | Ebay Inc. | Expansion of database search queries |
| US7676460B2 (en) * | 2006-03-03 | 2010-03-09 | International Business Machines Corporation | Techniques for providing suggestions for creating a search query |
| US7657523B2 (en) * | 2006-03-09 | 2010-02-02 | Customerforce.Com | Ranking search results presented to on-line users as a function of perspectives of relationships trusted by the users |
| WO2007114932A2 (en) | 2006-04-04 | 2007-10-11 | Textdigger, Inc. | Search system and method with text function tagging |
| JP2009533767A (ja) * | 2006-04-13 | 2009-09-17 | セアルクフメ,インコーポレーテッド | 垂直ドメイン内で検索を実行するシステム及び方法 |
| JP4761460B2 (ja) * | 2006-05-01 | 2011-08-31 | コニカミノルタビジネステクノロジーズ株式会社 | 検索装置による情報検索方法、情報検索装置及び情報検索処理プログラム |
| US20070271255A1 (en) * | 2006-05-17 | 2007-11-22 | Nicky Pappo | Reverse search-engine |
| US9443022B2 (en) | 2006-06-05 | 2016-09-13 | Google Inc. | Method, system, and graphical user interface for providing personalized recommendations of popular search queries |
| US7849078B2 (en) * | 2006-06-07 | 2010-12-07 | Sap Ag | Generating searchable keywords |
| US20080189273A1 (en) * | 2006-06-07 | 2008-08-07 | Digital Mandate, Llc | System and method for utilizing advanced search and highlighting techniques for isolating subsets of relevant content data |
| US8150827B2 (en) * | 2006-06-07 | 2012-04-03 | Renew Data Corp. | Methods for enhancing efficiency and cost effectiveness of first pass review of documents |
| RU2442213C2 (ru) * | 2006-06-13 | 2012-02-10 | Майкрософт Корпорейшн | Панель управления поисковым механизмом |
| US7761464B2 (en) * | 2006-06-19 | 2010-07-20 | Microsoft Corporation | Diversifying search results for improved search and personalization |
| US20080010250A1 (en) * | 2006-07-07 | 2008-01-10 | Yahoo! Inc. | System and method for generalization search in hierarchies |
| US7991769B2 (en) * | 2006-07-07 | 2011-08-02 | Yahoo! Inc. | System and method for budgeted generalization search in hierarchies |
| US8301616B2 (en) | 2006-07-14 | 2012-10-30 | Yahoo! Inc. | Search equalizer |
| US8001114B2 (en) | 2006-07-18 | 2011-08-16 | Wilson Chu | Methods and apparatuses for dynamically searching for electronic mail messages |
| US7822764B2 (en) | 2006-07-18 | 2010-10-26 | Cisco Technology, Inc. | Methods and apparatuses for dynamically displaying search suggestions |
| EP2067119A2 (en) | 2006-09-08 | 2009-06-10 | Exbiblio B.V. | Optical scanners, such as hand-held optical scanners |
| US7761805B2 (en) | 2006-09-11 | 2010-07-20 | Yahoo! Inc. | Displaying items using a reduced presentation |
| US8442972B2 (en) | 2006-10-11 | 2013-05-14 | Collarity, Inc. | Negative associations for search results ranking and refinement |
| US20080109274A1 (en) * | 2006-11-03 | 2008-05-08 | Yahoo! Inc. | System and method for predicting a casing variation of a term |
| US8635203B2 (en) * | 2006-11-16 | 2014-01-21 | Yahoo! Inc. | Systems and methods using query patterns to disambiguate query intent |
| US8131722B2 (en) * | 2006-11-20 | 2012-03-06 | Ebay Inc. | Search clustering |
| US7840076B2 (en) * | 2006-11-22 | 2010-11-23 | Intel Corporation | Methods and apparatus for retrieving images from a large collection of images |
| US8676802B2 (en) | 2006-11-30 | 2014-03-18 | Oracle Otc Subsidiary Llc | Method and system for information retrieval with clustering |
| US7793230B2 (en) * | 2006-11-30 | 2010-09-07 | Microsoft Corporation | Search term location graph |
| US7921092B2 (en) * | 2006-12-04 | 2011-04-05 | Yahoo! Inc. | Topic-focused search result summaries |
| US20080154878A1 (en) * | 2006-12-20 | 2008-06-26 | Rose Daniel E | Diversifying a set of items |
| US7792816B2 (en) | 2007-02-01 | 2010-09-07 | Icosystem Corporation | Method and system for fast, generic, online and offline, multi-source text analysis and visualization |
| US7925644B2 (en) * | 2007-03-01 | 2011-04-12 | Microsoft Corporation | Efficient retrieval algorithm by query term discrimination |
| US7693813B1 (en) | 2007-03-30 | 2010-04-06 | Google Inc. | Index server architecture using tiered and sharded phrase posting lists |
| US8166021B1 (en) | 2007-03-30 | 2012-04-24 | Google Inc. | Query phrasification |
| US8086594B1 (en) | 2007-03-30 | 2011-12-27 | Google Inc. | Bifurcated document relevance scoring |
| US7702614B1 (en) | 2007-03-30 | 2010-04-20 | Google Inc. | Index updating using segment swapping |
| US8166045B1 (en) | 2007-03-30 | 2012-04-24 | Google Inc. | Phrase extraction using subphrase scoring |
| US7925655B1 (en) | 2007-03-30 | 2011-04-12 | Google Inc. | Query scheduling using hierarchical tiers of index servers |
| US20080250008A1 (en) * | 2007-04-04 | 2008-10-09 | Microsoft Corporation | Query Specialization |
| US20080256056A1 (en) * | 2007-04-10 | 2008-10-16 | Yahoo! Inc. | System for building a data structure representing a network of users and advertisers |
| US8261200B2 (en) * | 2007-04-26 | 2012-09-04 | Fuji Xerox Co., Ltd. | Increasing retrieval performance of images by providing relevance feedback on word images contained in the images |
| US7809714B1 (en) | 2007-04-30 | 2010-10-05 | Lawrence Richard Smith | Process for enhancing queries for information retrieval |
| US7831587B2 (en) * | 2007-05-10 | 2010-11-09 | Xerox Corporation | Event hierarchies and memory organization for structured data retrieval |
| US20080294619A1 (en) * | 2007-05-23 | 2008-11-27 | Hamilton Ii Rick Allen | System and method for automatic generation of search suggestions based on recent operator behavior |
| US8019742B1 (en) | 2007-05-31 | 2011-09-13 | Google Inc. | Identifying related queries |
| US8392446B2 (en) * | 2007-05-31 | 2013-03-05 | Yahoo! Inc. | System and method for providing vector terms related to a search query |
| US8117185B2 (en) | 2007-06-26 | 2012-02-14 | Intertrust Technologies Corporation | Media discovery and playlist generation |
| US8713001B2 (en) * | 2007-07-10 | 2014-04-29 | Asim Roy | Systems and related methods of user-guided searching |
| GB2454161A (en) * | 2007-08-15 | 2009-05-06 | Transversal Corp Ltd | A mechanism for improving the effectiveness of an internet search engine |
| US8117223B2 (en) | 2007-09-07 | 2012-02-14 | Google Inc. | Integrating external related phrase information into a phrase-based indexing information retrieval system |
| WO2009036372A2 (en) * | 2007-09-14 | 2009-03-19 | Google Inc. | Suggesting alterntive queries in query results |
| US8271493B2 (en) * | 2007-10-11 | 2012-09-18 | Oracle International Corporation | Extensible mechanism for grouping search results |
| US7840569B2 (en) | 2007-10-18 | 2010-11-23 | Microsoft Corporation | Enterprise relevancy ranking using a neural network |
| US9348912B2 (en) | 2007-10-18 | 2016-05-24 | Microsoft Technology Licensing, Llc | Document length as a static relevance feature for ranking search results |
| CN101159967B (zh) * | 2007-10-29 | 2011-08-31 | 中国移动通信集团设计院有限公司 | 一种将路测数据用于传播模型校正的方法及装置 |
| WO2009059297A1 (en) * | 2007-11-01 | 2009-05-07 | Textdigger, Inc. | Method and apparatus for automated tag generation for digital content |
| US20090150387A1 (en) * | 2007-11-08 | 2009-06-11 | Marchewitz Jodi L | Guided research tool |
| US7856434B2 (en) | 2007-11-12 | 2010-12-21 | Endeca Technologies, Inc. | System and method for filtering rules for manipulating search results in a hierarchical search and navigation system |
| EP2223243A4 (en) * | 2007-11-21 | 2011-01-12 | Chacha Search Inc | METHOD AND SYSTEM FOR IMPROVING THE LOADING OF SEARCH PERSONS |
| US20090171907A1 (en) * | 2007-12-26 | 2009-07-02 | Radovanovic Nash R | Method and system for searching text-containing documents |
| US20090171929A1 (en) * | 2007-12-26 | 2009-07-02 | Microsoft Corporation | Toward optimized query suggeston: user interfaces and algorithms |
| US9122743B2 (en) * | 2008-01-30 | 2015-09-01 | International Business Machines Corporation | Enhanced search query modification |
| US8255386B1 (en) | 2008-01-30 | 2012-08-28 | Google Inc. | Selection of documents to place in search index |
| US8615490B1 (en) | 2008-01-31 | 2013-12-24 | Renew Data Corp. | Method and system for restoring information from backup storage media |
| US7930287B2 (en) * | 2008-03-14 | 2011-04-19 | Michelli Capital Limited Liability Company | Systems and methods for compound searching |
| US20090241058A1 (en) * | 2008-03-18 | 2009-09-24 | Cuill, Inc. | Apparatus and method for displaying search results with an associated anchor area |
| KR100926876B1 (ko) * | 2008-04-01 | 2009-11-16 | 엔에이치엔(주) | 랭크 발생 확률을 이용한 랭크 학습 모델 생성 방법 및랭크 학습 모델 생성 시스템 |
| US8812493B2 (en) | 2008-04-11 | 2014-08-19 | Microsoft Corporation | Search results ranking using editing distance and document information |
| US8051080B2 (en) * | 2008-04-16 | 2011-11-01 | Yahoo! Inc. | Contextual ranking of keywords using click data |
| US8086590B2 (en) * | 2008-04-25 | 2011-12-27 | Microsoft Corporation | Product suggestions and bypassing irrelevant query results |
| US8082248B2 (en) * | 2008-05-29 | 2011-12-20 | Rania Abouyounes | Method and system for document classification based on document structure and written style |
| US8438178B2 (en) | 2008-06-26 | 2013-05-07 | Collarity Inc. | Interactions among online digital identities |
| US9183323B1 (en) | 2008-06-27 | 2015-11-10 | Google Inc. | Suggesting alternative query phrases in query results |
| US8521731B2 (en) | 2008-07-09 | 2013-08-27 | Yahoo! Inc. | Systems and methods for query expansion in sponsored search |
| US8984398B2 (en) * | 2008-08-28 | 2015-03-17 | Yahoo! Inc. | Generation of search result abstracts |
| US8171043B2 (en) * | 2008-10-24 | 2012-05-01 | Yahoo! Inc. | Methods for improving the diversity of image search results |
| US10210179B2 (en) * | 2008-11-18 | 2019-02-19 | Excalibur Ip, Llc | Dynamic feature weighting |
| US7949647B2 (en) | 2008-11-26 | 2011-05-24 | Yahoo! Inc. | Navigation assistance for search engines |
| US20100131496A1 (en) * | 2008-11-26 | 2010-05-27 | Yahoo! Inc. | Predictive indexing for fast search |
| US8458171B2 (en) * | 2009-01-30 | 2013-06-04 | Google Inc. | Identifying query aspects |
| US9330165B2 (en) * | 2009-02-13 | 2016-05-03 | Microsoft Technology Licensing, Llc | Context-aware query suggestion by mining log data |
| WO2010096191A2 (en) | 2009-02-18 | 2010-08-26 | Exbiblio B.V. | Automatically capturing information, such as capturing information using a document-aware device |
| US8041729B2 (en) * | 2009-02-20 | 2011-10-18 | Yahoo! Inc. | Categorizing queries and expanding keywords with a coreference graph |
| KR101056412B1 (ko) * | 2009-02-24 | 2011-08-11 | 전북대학교산학협력단 | 중첩 클러스터를 이용한 피드백 문서의 재샘플링 시스템 및그 방법 |
| US8447066B2 (en) | 2009-03-12 | 2013-05-21 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
| EP2406767A4 (en) | 2009-03-12 | 2016-03-16 | Google Inc | AUTOMATIC CONTENT SUPPLY ASSOCIATED WITH CAPTURED INFORMATION, TYPE INFORMATION CAPTURED IN REAL TIME |
| US8392443B1 (en) * | 2009-03-17 | 2013-03-05 | Google Inc. | Refining search queries |
| US8930350B1 (en) | 2009-03-23 | 2015-01-06 | Google Inc. | Autocompletion using previously submitted query data |
| US8190601B2 (en) * | 2009-05-22 | 2012-05-29 | Microsoft Corporation | Identifying task groups for organizing search results |
| US8244749B1 (en) | 2009-06-05 | 2012-08-14 | Google Inc. | Generating sibling query refinements |
| US8533202B2 (en) | 2009-07-07 | 2013-09-10 | Yahoo! Inc. | Entropy-based mixing and personalization |
| US9436777B2 (en) * | 2009-08-13 | 2016-09-06 | Yahoo! Inc. | Method and system for causing a browser to preload web page components |
| US8583675B1 (en) | 2009-08-28 | 2013-11-12 | Google Inc. | Providing result-based query suggestions |
| US8676828B1 (en) * | 2009-11-04 | 2014-03-18 | Google Inc. | Selecting and presenting content relevant to user input |
| US9081799B2 (en) | 2009-12-04 | 2015-07-14 | Google Inc. | Using gestalt information to identify locations in printed information |
| US8682900B2 (en) * | 2009-12-08 | 2014-03-25 | International Business Machines Corporation | System, method and computer program product for documents retrieval |
| US9323784B2 (en) | 2009-12-09 | 2016-04-26 | Google Inc. | Image search using text-based elements within the contents of images |
| WO2011075610A1 (en) | 2009-12-16 | 2011-06-23 | Renew Data Corp. | System and method for creating a de-duplicated data set |
| US8849785B1 (en) | 2010-01-15 | 2014-09-30 | Google Inc. | Search query reformulation using result term occurrence count |
| US8875038B2 (en) | 2010-01-19 | 2014-10-28 | Collarity, Inc. | Anchoring for content synchronization |
| US8498983B1 (en) * | 2010-01-29 | 2013-07-30 | Guangsheng Zhang | Assisting search with semantic context and automated search options |
| US8176067B1 (en) | 2010-02-24 | 2012-05-08 | A9.Com, Inc. | Fixed phrase detection for search |
| US8560536B2 (en) * | 2010-03-11 | 2013-10-15 | Yahoo! Inc. | Methods, systems, and/or apparatuses for use in searching for information using computer platforms |
| US20110258202A1 (en) * | 2010-04-15 | 2011-10-20 | Rajyashree Mukherjee | Concept extraction using title and emphasized text |
| US8738635B2 (en) | 2010-06-01 | 2014-05-27 | Microsoft Corporation | Detection of junk in search result ranking |
| US20110307504A1 (en) * | 2010-06-09 | 2011-12-15 | Microsoft Corporation | Combining attribute refinements and textual queries |
| US8316019B1 (en) | 2010-06-23 | 2012-11-20 | Google Inc. | Personalized query suggestions from profile trees |
| US8326861B1 (en) | 2010-06-23 | 2012-12-04 | Google Inc. | Personalized term importance evaluation in queries |
| US20110320442A1 (en) * | 2010-06-25 | 2011-12-29 | International Business Machines Corporation | Systems and Methods for Semantics Based Domain Independent Faceted Navigation Over Documents |
| US8600979B2 (en) | 2010-06-28 | 2013-12-03 | Yahoo! Inc. | Infinite browse |
| US8694527B2 (en) * | 2010-06-30 | 2014-04-08 | International Business Machines Corporation | Simplified query generation from prior query results |
| US8560562B2 (en) | 2010-07-22 | 2013-10-15 | Google Inc. | Predictive query suggestion caching |
| US8812733B1 (en) | 2010-08-19 | 2014-08-19 | Google Inc. | Transport protocol independent communications library |
| AU2011291544B2 (en) | 2010-08-19 | 2015-03-26 | Google Llc | Predictive query completion and predictive search results |
| US9240020B2 (en) | 2010-08-24 | 2016-01-19 | Yahoo! Inc. | Method of recommending content via social signals |
| US9779168B2 (en) | 2010-10-04 | 2017-10-03 | Excalibur Ip, Llc | Contextual quick-picks |
| WO2012052794A1 (en) * | 2010-10-18 | 2012-04-26 | Pingar Lp | Universal search engine interface and application |
| US20120095984A1 (en) * | 2010-10-18 | 2012-04-19 | Peter Michael Wren-Hilton | Universal Search Engine Interface and Application |
| US8489604B1 (en) | 2010-10-26 | 2013-07-16 | Google Inc. | Automated resource selection process evaluation |
| US20120110453A1 (en) * | 2010-10-29 | 2012-05-03 | Microsoft Corporation | Display of Image Search Results |
| US9251185B2 (en) | 2010-12-15 | 2016-02-02 | Girish Kumar | Classifying results of search queries |
| US20120158765A1 (en) * | 2010-12-15 | 2012-06-21 | Microsoft Corporation | User Interface for Interactive Query Reformulation |
| CN102646103B (zh) * | 2011-02-18 | 2016-03-16 | 腾讯科技(深圳)有限公司 | 检索词的聚类方法和装置 |
| US10068022B2 (en) * | 2011-06-03 | 2018-09-04 | Google Llc | Identifying topical entities |
| US8762356B1 (en) | 2011-07-15 | 2014-06-24 | Google Inc. | Detecting change in rate of input reception |
| US8788436B2 (en) | 2011-07-27 | 2014-07-22 | Microsoft Corporation | Utilization of features extracted from structured documents to improve search relevance |
| US8645825B1 (en) | 2011-08-31 | 2014-02-04 | Google Inc. | Providing autocomplete suggestions |
| US9075799B1 (en) * | 2011-10-24 | 2015-07-07 | NetBase Solutions, Inc. | Methods and apparatus for query formulation |
| US8566340B2 (en) * | 2011-12-07 | 2013-10-22 | Microsoft Corporation | Provision of query suggestions independent of query logs |
| US9495462B2 (en) | 2012-01-27 | 2016-11-15 | Microsoft Technology Licensing, Llc | Re-ranking search results |
| US9767144B2 (en) | 2012-04-20 | 2017-09-19 | Microsoft Technology Licensing, Llc | Search system with query refinement |
| US8930181B2 (en) | 2012-12-06 | 2015-01-06 | Prashant Parikh | Automatic dynamic contextual data entry completion |
| US10108699B2 (en) | 2013-01-22 | 2018-10-23 | Microsoft Technology Licensing, Llc | Adaptive query suggestion |
| US20170270159A1 (en) * | 2013-03-14 | 2017-09-21 | Google Inc. | Determining query results in response to natural language queries |
| US10073956B2 (en) | 2013-03-14 | 2018-09-11 | Open Text Sa Ulc | Integration services systems, methods and computer program products for ECM-independent ETL tools |
| EP2778987A1 (en) * | 2013-03-14 | 2014-09-17 | Open Text S.A. | Systems, methods and computer program products for information integration across disparate information systems |
| US9898537B2 (en) | 2013-03-14 | 2018-02-20 | Open Text Sa Ulc | Systems, methods and computer program products for information management across disparate information systems |
| US9501506B1 (en) | 2013-03-15 | 2016-11-22 | Google Inc. | Indexing system |
| US9483568B1 (en) | 2013-06-05 | 2016-11-01 | Google Inc. | Indexing system |
| US9613132B2 (en) * | 2013-06-28 | 2017-04-04 | Yandex Europe Ag | Method of and system for displaying a plurality of user-selectable refinements to a search query |
| US9760620B2 (en) * | 2013-07-23 | 2017-09-12 | Salesforce.Com, Inc. | Confidently adding snippets of search results to clusters of objects |
| US9846740B2 (en) * | 2013-09-09 | 2017-12-19 | Mimecast Services Ltd. | Associative search systems and methods |
| US9536522B1 (en) * | 2013-12-30 | 2017-01-03 | Google Inc. | Training a natural language processing model with information retrieval model annotations |
| CN103995870A (zh) * | 2014-05-21 | 2014-08-20 | 百度在线网络技术(北京)有限公司 | 交互式搜索方法和装置 |
| US10769176B2 (en) * | 2015-06-19 | 2020-09-08 | Richard Chino | Method and apparatus for creating and curating user collections for network search |
| US9710468B2 (en) * | 2014-09-04 | 2017-07-18 | Salesforce.Com, Inc. | Topic profile query creation |
| CN104376115B (zh) * | 2014-12-01 | 2017-08-29 | 北京奇虎科技有限公司 | 一种基于全局搜索的模糊词确定方法及装置 |
| US10459608B2 (en) * | 2014-12-01 | 2019-10-29 | Ebay Inc. | Mobile optimized shopping comparison |
| KR102251811B1 (ko) | 2015-01-02 | 2021-05-13 | 삼성전자주식회사 | 하드웨어 필터를 포함하는 데이터 저장 장치 및 상기 데이터 저장 장치를 포함하는 데이터 처리 시스템 |
| US10503764B2 (en) * | 2015-06-01 | 2019-12-10 | Oath Inc. | Location-awareness search assistance system and method |
| US20170068712A1 (en) * | 2015-09-04 | 2017-03-09 | Palantir Technologies Inc. | Systems and methods for database investigation tool |
| US20170153798A1 (en) * | 2015-11-30 | 2017-06-01 | International Business Machines Corporation | Changing context and behavior of a ui component |
| US10467291B2 (en) * | 2016-05-02 | 2019-11-05 | Oath Inc. | Method and system for providing query suggestions |
| CN117312494A (zh) * | 2017-04-29 | 2023-12-29 | 谷歌有限责任公司 | 使用经过训练的生成模型生成查询变体 |
| US10318563B2 (en) | 2017-08-23 | 2019-06-11 | Lead Technologies, Inc. | Apparatus, method, and computer-readable medium for recognition of a digital document |
| US11360958B2 (en) | 2017-09-29 | 2022-06-14 | Apple Inc. | Techniques for indexing and querying a set of documents at a computing device |
| US11379527B2 (en) | 2018-08-21 | 2022-07-05 | Google Llc | Sibling search queries |
| US11048767B2 (en) * | 2018-11-16 | 2021-06-29 | Sap Se | Combination content search |
| US11790017B2 (en) * | 2021-04-30 | 2023-10-17 | CS Disco, Inc. | Systems and methods for searching related documents and associated search operators |
Family Cites Families (49)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4965763A (en) * | 1987-03-03 | 1990-10-23 | International Business Machines Corporation | Computer method for automatic extraction of commonly specified information from business correspondence |
| US5278980A (en) * | 1991-08-16 | 1994-01-11 | Xerox Corporation | Iterative technique for phrase query formation and an information retrieval system employing same |
| US6044365A (en) * | 1993-09-01 | 2000-03-28 | Onkor, Ltd. | System for indexing and retrieving graphic and sound data |
| US5692176A (en) * | 1993-11-22 | 1997-11-25 | Reed Elsevier Inc. | Associative text search and retrieval system |
| US5675819A (en) * | 1994-06-16 | 1997-10-07 | Xerox Corporation | Document information retrieval using global word co-occurrence patterns |
| JP3282937B2 (ja) * | 1995-01-12 | 2002-05-20 | 日本アイ・ビー・エム株式会社 | 情報検索方法及びシステム |
| JPH08305710A (ja) * | 1995-04-28 | 1996-11-22 | Toshiba Corp | 文書のキーワード抽出方法及び文書検索装置 |
| US5724571A (en) * | 1995-07-07 | 1998-03-03 | Sun Microsystems, Inc. | Method and apparatus for generating query responses in a computer-based document retrieval system |
| US6067552A (en) * | 1995-08-21 | 2000-05-23 | Cnet, Inc. | User interface system and method for browsing a hypertext database |
| US5926811A (en) * | 1996-03-15 | 1999-07-20 | Lexis-Nexis | Statistical thesaurus, method of forming same, and use thereof in query expansion in automated text searching |
| JPH1049549A (ja) * | 1996-05-29 | 1998-02-20 | Matsushita Electric Ind Co Ltd | 文書検索装置 |
| US6128613A (en) * | 1997-06-26 | 2000-10-03 | The Chinese University Of Hong Kong | Method and apparatus for establishing topic word classes based on an entropy cost function to retrieve documents represented by the topic words |
| JP3607462B2 (ja) * | 1997-07-02 | 2005-01-05 | 松下電器産業株式会社 | 関連キーワード自動抽出装置及びこれを用いた文書検索システム |
| US5933822A (en) * | 1997-07-22 | 1999-08-03 | Microsoft Corporation | Apparatus and methods for an information retrieval system that employs natural language processing of search results to improve overall precision |
| US6014665A (en) * | 1997-08-01 | 2000-01-11 | Culliss; Gary | Method for organizing information |
| US6018733A (en) * | 1997-09-12 | 2000-01-25 | Infoseek Corporation | Methods for iteratively and interactively performing collection selection in full text searches |
| US5987457A (en) * | 1997-11-25 | 1999-11-16 | Acceleration Software International Corporation | Query refinement method for searching documents |
| DE69910466T2 (de) * | 1998-02-20 | 2004-06-24 | Hewlett-Packard Co. (N.D.Ges.D.Staates Delaware), Palo Alto | Verfahren zum Verfeinern von Deskriptoren |
| US6266637B1 (en) * | 1998-09-11 | 2001-07-24 | International Business Machines Corporation | Phrase splicing and variable substitution using a trainable speech synthesizer |
| US6363378B1 (en) * | 1998-10-13 | 2002-03-26 | Oracle Corporation | Ranking of query feedback terms in an information retrieval system |
| US6480843B2 (en) * | 1998-11-03 | 2002-11-12 | Nec Usa, Inc. | Supporting web-query expansion efficiently using multi-granularity indexing and query processing |
| US6411950B1 (en) * | 1998-11-30 | 2002-06-25 | Compaq Information Technologies Group, Lp | Dynamic query expansion |
| US6295529B1 (en) * | 1998-12-24 | 2001-09-25 | Microsoft Corporation | Method and apparatus for indentifying clauses having predetermined characteristics indicative of usefulness in determining relationships between different texts |
| US6862710B1 (en) * | 1999-03-23 | 2005-03-01 | Insightful Corporation | Internet navigation using soft hyperlinks |
| US6901402B1 (en) * | 1999-06-18 | 2005-05-31 | Microsoft Corporation | System for improving the performance of information retrieval-type tasks by identifying the relations of constituents |
| JP2001005830A (ja) * | 1999-06-23 | 2001-01-12 | Canon Inc | 情報処理装置及びその方法、コンピュータ可読メモリ |
| US6546385B1 (en) * | 1999-08-13 | 2003-04-08 | International Business Machines Corporation | Method and apparatus for indexing and searching content in hardcopy documents |
| US6324534B1 (en) * | 1999-09-10 | 2001-11-27 | Requisite Technology, Inc. | Sequential subset catalog search engine |
| US7028267B1 (en) * | 1999-12-07 | 2006-04-11 | Microsoft Corporation | Method and apparatus for capturing and rendering text annotations for non-modifiable electronic content |
| US6516312B1 (en) * | 2000-04-04 | 2003-02-04 | International Business Machine Corporation | System and method for dynamically associating keywords with domain-specific search engine queries |
| US7062483B2 (en) * | 2000-05-18 | 2006-06-13 | Endeca Technologies, Inc. | Hierarchical data-driven search and navigation system and method for information retrieval |
| EP1182581B1 (en) * | 2000-08-18 | 2005-01-26 | Exalead | Searching tool and process for unified search using categories and keywords |
| US7392238B1 (en) * | 2000-08-23 | 2008-06-24 | Intel Corporation | Method and apparatus for concept-based searching across a network |
| US7249121B1 (en) * | 2000-10-04 | 2007-07-24 | Google Inc. | Identification of semantic units from within a search query |
| AUPR082400A0 (en) * | 2000-10-17 | 2000-11-09 | Telstra R & D Management Pty Ltd | An information retrieval system |
| US6983239B1 (en) * | 2000-10-25 | 2006-01-03 | International Business Machines Corporation | Method and apparatus for embedding grammars in a natural language understanding (NLU) statistical parser |
| US6678694B1 (en) * | 2000-11-08 | 2004-01-13 | Frank Meik | Indexed, extensible, interactive document retrieval system |
| US7254773B2 (en) * | 2000-12-29 | 2007-08-07 | International Business Machines Corporation | Automated spell analysis |
| CN1191540C (zh) * | 2000-12-29 | 2005-03-02 | 国际商业机器公司 | 为文本文档语料库建立索引的方法和装置 |
| JP3844193B2 (ja) * | 2001-01-24 | 2006-11-08 | Kddi株式会社 | 情報自動フィルタリング方法、情報自動フィルタリングシステム及び情報自動フィルタリングプログラム |
| US6725217B2 (en) * | 2001-06-20 | 2004-04-20 | International Business Machines Corporation | Method and system for knowledge repository exploration and visualization |
| JP4888677B2 (ja) * | 2001-07-06 | 2012-02-29 | 独立行政法人情報通信研究機構 | 文書検索システム |
| US7092936B1 (en) * | 2001-08-22 | 2006-08-15 | Oracle International Corporation | System and method for search and recommendation based on usage mining |
| US7356527B2 (en) * | 2001-12-19 | 2008-04-08 | International Business Machines Corporation | Lossy index compression |
| AUPS300402A0 (en) * | 2002-06-17 | 2002-07-11 | Canon Kabushiki Kaisha | Indexing and querying structured documents |
| US6983273B2 (en) * | 2002-06-27 | 2006-01-03 | International Business Machines Corporation | Iconic representation of linked site characteristics |
| US7236923B1 (en) * | 2002-08-07 | 2007-06-26 | Itt Manufacturing Enterprises, Inc. | Acronym extraction system and method of identifying acronyms and extracting corresponding expansions from text |
| US7412453B2 (en) * | 2002-12-30 | 2008-08-12 | International Business Machines Corporation | Document analysis and retrieval |
| US6947930B2 (en) * | 2003-03-21 | 2005-09-20 | Overture Services, Inc. | Systems and methods for interactive search query refinement |
-
2003
- 2003-04-25 US US10/424,180 patent/US6947930B2/en not_active Expired - Lifetime
-
2004
- 2004-03-22 EP EP04758009A patent/EP1606704A4/en not_active Ceased
- 2004-03-22 WO PCT/US2004/008713 patent/WO2004086192A2/en not_active Ceased
- 2004-03-22 KR KR1020057017606A patent/KR100666064B1/ko not_active Expired - Lifetime
- 2004-03-22 JP JP2006507450A patent/JP5255766B2/ja not_active Expired - Lifetime
-
2005
- 2005-07-28 US US11/192,724 patent/US20060010126A1/en not_active Abandoned
-
2010
- 2010-08-05 JP JP2010176034A patent/JP5237335B2/ja not_active Expired - Lifetime
-
2013
- 2013-02-21 JP JP2013031890A patent/JP5611390B2/ja not_active Expired - Lifetime
-
2014
- 2014-04-21 JP JP2014087480A patent/JP5740029B2/ja not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| KR100666064B1 (ko) | 2007-01-10 |
| JP2010257488A (ja) | 2010-11-11 |
| EP1606704A4 (en) | 2006-07-26 |
| US20060010126A1 (en) | 2006-01-12 |
| US6947930B2 (en) | 2005-09-20 |
| EP1606704A2 (en) | 2005-12-21 |
| KR20060002831A (ko) | 2006-01-09 |
| WO2004086192A2 (en) | 2004-10-07 |
| JP2006523344A (ja) | 2006-10-12 |
| WO2004086192A3 (en) | 2005-02-17 |
| US20040186827A1 (en) | 2004-09-23 |
| JP5611390B2 (ja) | 2014-10-22 |
| JP2013109781A (ja) | 2013-06-06 |
| JP2014160498A (ja) | 2014-09-04 |
| JP5255766B2 (ja) | 2013-08-07 |
| JP5740029B2 (ja) | 2015-06-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5237335B2 (ja) | 対話形サーチクエリー改良のためのシステム及び方法 | |
| CN101194256B (zh) | 具有表意文字和音标字符的语言的自动输入完成的方法和系统 | |
| US6850934B2 (en) | Adaptive search engine query | |
| US7783644B1 (en) | Query-independent entity importance in books | |
| JP4241934B2 (ja) | テキスト処理及び検索システム及び方法 | |
| US8266155B2 (en) | Systems and methods of displaying and re-using document chunks in a document development application | |
| US11573989B2 (en) | Corpus specific generative query completion assistant | |
| EP1555625A1 (en) | Query recognizer | |
| US20080294619A1 (en) | System and method for automatic generation of search suggestions based on recent operator behavior | |
| US20090055386A1 (en) | System and Method for Enhanced In-Document Searching for Text Applications in a Data Processing System | |
| JP2014099201A (ja) | ユーザ部分入力のための辞書候補 | |
| KR100396826B1 (ko) | 정보검색에서 질의어 처리를 위한 단어 클러스터 관리장치 및 그 방법 | |
| US20110022591A1 (en) | Pre-computed ranking using proximity terms | |
| JP2004506960A (ja) | 蓋然論マッチング・エンジン | |
| WO2012052794A1 (en) | Universal search engine interface and application | |
| JP2005004545A (ja) | 全文検索装置、文書データの処理プログラム及び記録媒体 | |
| JP2003122756A (ja) | 文書検索システム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100902 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100902 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101013 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120611 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120814 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130304 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130328 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 5237335 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160405 Year of fee payment: 3 |
|
| S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| EXPY | Cancellation because of completion of term |