JP2015038731A - 言語変換において複数の読み方の曖昧性を除去する方法 - Google Patents

言語変換において複数の読み方の曖昧性を除去する方法 Download PDF

Info

Publication number
JP2015038731A
JP2015038731A JP2014166939A JP2014166939A JP2015038731A JP 2015038731 A JP2015038731 A JP 2015038731A JP 2014166939 A JP2014166939 A JP 2014166939A JP 2014166939 A JP2014166939 A JP 2014166939A JP 2015038731 A JP2015038731 A JP 2015038731A
Authority
JP
Japan
Prior art keywords
character
reading
corpus
homomorphic
characters
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.)
Granted
Application number
JP2014166939A
Other languages
English (en)
Other versions
JP5997217B2 (ja
Inventor
ディー. ラマース ブレント
D Ramerth Brent
ディー. ラマース ブレント
ケイ. ナイク デヴァング
K Naik Devang
ケイ. ナイク デヴァング
アール. デイビッドソン ダグラス
r davidson Douglas
アール. デイビッドソン ダグラス
ジー. エー. ドルフィング ジャンネス
G A Dolfing Jannes
ジー. エー. ドルフィング ジャンネス
プー ジア
Pu Jia
プー ジア
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Apple Inc
Original Assignee
Apple Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Apple Inc filed Critical Apple Inc
Publication of JP2015038731A publication Critical patent/JP2015038731A/ja
Application granted granted Critical
Publication of JP5997217B2 publication Critical patent/JP5997217B2/ja
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/53Processing of non-Latin text

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)
  • Machine Translation (AREA)

Abstract

【課題】言語変換において複数の読み方の曖昧性を除去する方法を提供する。
【解決手段】対象記号系での入力データの記号表現を含む文字の集合に変換される入力データを受信することと、対象記号系の同形異音異義語の文字が入力データの対応する一部分を表すために使用されるべきである確率を判定するために文字の第1の読み方と第2の読み方とを区別する言語モデル208を使用することとを含む。
【選択図】図2

Description

本発明は、言語変換において複数の読み方の曖昧性を除去する方法に関する
Nグラムモデル(N-gram model)等の統計的言語モデルは、確率分布を使用して確率Pr(W)を単語列Wに割り当てることにより、1つの言語を別の言語に変換又は翻訳するために一般に使用される。そのような言語モデルは、通常大きなテキスト本文(コーパスと呼ばれる)からトレーニングされ、一般にコーパス内の各単語及び/又は2つ以上の単語の各列の発生頻度を取り込む。従来、特定の各状況における用法及び/又は読み方に関係なく、言語モデルのトレーニングは、コーパス中の特定の単語の発生を考慮する。コーパスの殆どの単語は一般にそれぞれ1つの意味及び場合によっては2つ以上の正確な発音と関連付けられ、その一方で、特定の単語は同様に書かれるが異なる意味及び発音/読み方を有する(すなわち、同形異音異義語)。例えば、英語での同形異音異義語の一例は「desert」であり、これは、ある状況及び用法/発音では「見捨てる」ことを意味し、別の状況及び用法/発音は「乾燥した不毛な地域」を意味する。従って、コーパスにおいて単語「desert」の使用の文脈を意識せずにその単語の頻度を考慮すると、第1の意味(「見捨てる」)及び第2の意味(「乾燥した不毛な地域」)での単語の使用頻度の区別は、従来の言語モデルでは十中八九は見落とされることになる。
ピンイン(pinyin)は、ローマ字を使用して標準中国語を転記する標準的な方法である。ピンインの音訳(transliteration)において、漢字の発音/読み方は、ローマ字から成る音節にマッピングされる。ピンインは、変換システムを介して漢字をコンピュータに入力するのに一般に使用される。そのようなシステムは、変換精度を向上するために統計的言語モデルを組み込んでいることが多い。特定の漢字は、複数の発音/読み方を有する(すなわち、同形異音異義語の漢字)。しかし、同形異音異義語の種々の発音/読み方を区別しない従来の言語モデルは、同形異音異義語の漢字と関連付けられるピンインに対して望ましくない中国語変換候補を生成することがある。
以下の詳細な説明及び添付の図面において、本発明の種々の実施形態を開示する。
言語変換のためのシステムの一実施形態を示す図である。 入力データを対象記号表現の出力に変換するように構成されたデバイスの一実施形態を示す図である。 言語変換を実行する処理の一実施形態を示すフローチャートである。 コーパスにおいて見つけられるテキスト列の一例を示す図である。 図4Aのテキストが見つけられたコーパスからトレーニングされた言語モデルに格納されたいくつかのデータの一例を示す図である。 言語変換に使用される言語モデルをトレーニングするために使用される注釈付きコーパスを作成するシステムの一実施形態を示す図である。 注釈をつけ且つ言語モデルを使用する処理の一実施形態を示すフローチャートである。 同形異音異義語の文字に対する注釈を含まないコーパスに現れる文702と、同形異音異義語の文字に対する注釈を含むコーパスに現れる文704とを示す一例を示す図である。 同形異音異義語の文字に対する注釈を含まないコーパスに現れる文710と、同形異音異義語の文字に対する注釈を含むコーパスに現れる文712とを示す一例を示す図である。 同形異音異義語の文字に対して注釈をつけられていない漢字コーパス(「注釈のないコーパス」)を使用する一例を示す図である。 同形異音異義語の文字に対して注釈をつけられた漢字コーパス(「注釈付きコーパス」)を使用する一例を示す図である。 言語変換処理の一実施形態を示すフローチャートである。 ピンインを漢字に変換する処理の一実施形態を示すフローチャートである。
本発明は、多くの方法で実現される。そのような方法としては、例えば処理、装置、システム、組成物、コンピュータ可読記憶媒体で具体化されたコンピュータプログラム、並びに/あるいはプロセッサ(たとえば、プロセッサに結合されたメモリに格納され且つ/又はメモリにより提供された命令を実行するように構成されたようなプロセッサ)が含まれる。本明細書において、これらの実現例又は本発明がとる他のあらゆる形態を技術と呼ぶ。一般に、開示される処理のステップの順序は、本発明の範囲内で変更されてもよい。特に指定のない限り、タスクを実行するように構成されているものとして説明されるメモリ又はプロセッサ等の構成要素は、所定の時間にタスクを実行するように一時的に構成される一般的な構成要素又はタスクを実行するように製造される特定の構成要素として実現される。本明細書で使用されるように、「プロセッサ」という用語は、コンピュータプログラム命令等のデータを処理するように構成された1つ以上のデバイス、回路及び/又はプロセシングコアを示す。
本発明の原理を示す添付の図面と共に本発明の1つ以上の実施形態の詳細な説明を以下に提供する。そのような実施形態と共に本発明を説明するが、本発明はいずれの実施形態にも限定されない。本発明の範囲は特許請求の範囲によってのみ限定され、本発明は多くの変更、変形及び等価物を含む。本発明を完全に理解できるように、多くの特定の詳細を以下の説明に示す。それら詳細は例示の目的で提供され、本発明はそれら特定の詳細の一部又は全てを含まずに特許請求の範囲に従って実施されてもよい。理解しやすいように、本発明に関連する技術分野において既知の技術論文については、本発明を不必要に曖昧にしないために詳細には説明していない。
特定の文字と関連付けられた種々の読み方を区別するために注釈をつけられるコーパスでトレーニングされる言語モデルを使用することが開示される。いくつかの実施形態において、2つ以上の読み方/発音/用法/意味と関連付けられるコーパスに現れる文字のインスタンスは、その文字のインスタンスに適切な読み方/発音/用法/意味の注釈をつけられる。いくつかの実施形態において、そのような注釈付きコーパスでトレーニングされた言語モデルは、ピンインを漢字に変換するために使用される。
図1は、言語変換のためのシステムの一実施形態を示す図である。この例において、システム100は、デバイス102と、ネットワーク104と、変換サーバ106とを含む。ネットワーク104は、種々の高速データ及び/又は通信ネットワークを含む。
デバイス102は、入力データを受信するように構成される。いくつかの実施形態において、入力データは入力テキスト(例えば、ローマ字)を含む。例えば、入力データはピンインを含む。デバイス102はiPhone(登録商標)として示されるが、デバイス102の他の例は、デスクトップコンピュータ、ラップトップコンピュータ(例えば、MacBook(登録商標))、スマートフォン、移動デバイス、タブレットデバイス(例えば、iPad(登録商標)又はiPad2(登録商標))及びあらゆる他の種類のコンピューティングデバイスである。デバイス102は入力領域を含むように構成され、タイプ及び/又は手書きされた文字はデバイス102により取り込まれる/受信される。そのような入力領域の例は、タッチ画面キーボード(例えば、タブレット及び/又は移動電話デバイスの)、物理キーボード、トラックパッド(例えば、AppleのMagic Trackpad又はMacBook Proの内蔵トラックパッド)、電子書き込み面及びタッチパッドを含む。種々の実施形態において、ユーザは、デバイス102の入力領域と対話することにより(例えば、物理及び/又はタッチ画面キーボードにタイプすることにより)デバイス102において入力を選択する。いくつかの実施形態において、デバイス102は、変換サーバ106から受信された出力が表示される表示領域を含む。
いくつかの実施形態において、デバイス102は、変換サーバ106が対象記号表現の出力(例えば、文字の集合)に変換するために、受信された入力を変換サーバ106にネットワーク104を介して送出するように構成される。いくつかの実施形態において、デバイス102は、同様の変換を実行することと関連付けられた論理、コード及び/又は格納データを含むため、ネットワーク104を介してリモート変換サーバ106にデータを送信する必要なく対象記号表現の出力への入力データの変換を実行できる。
変換サーバ106は、データを受信し且つデータを別の形式(例えば、対象記号表現の文字)に変換するように構成される。例えば、対象記号表現は漢字である。いくつかの実施形態において、変換サーバ106は、言語モデル(例えば、漢字のコーパスからトレーニングされた言語モデル)及び/又は入力データのテキストと対象記号表現の文字の集合との間の関連付けを格納するために使用されるデータベース(例えば、入力データ対対象記号表現のディクショナリ)を含む。いくつかの実施形態において、変換サーバ106の出力は入力からの変換候補を含む。例えば出力に対する変換の候補は、言語モデル及び入力されたピンインから判定される統計的に最も可能性(すなわち、確率)の高い特定の数の漢字である。いくつかの実施形態において、変換サーバ106の出力は、デバイス102に返され且つ表示される(例えば、ユーザが閲覧し且つ/又は表示された情報に関して更なる選択を行うために)。
図2は、入力データを対象記号表現の出力に変換するように構成されたデバイスの一実施形態を示す図である。いくつかの実施形態において、システム100のデバイス102は図2の例を使用して実現される。いくつかの実施形態において、図2に示すようなデバイスは、ネットワークを介してデータをリモートサーバに送信する必要なく変換を実行できるように変換サーバ106の1つ以上の機能性をローカルに含む。この例におけるデバイスの図示する構成要素(例えば、ディスプレイ202、変換エンジン206、ディクショナリ204、言語モデル208及び入力領域210)は、ハードウェア及びソフトウェアの一方又は双方を使用して実現される。いくつかの実施形態において、デバイスはこの例において示される構成要素より多くの構成要素又は少ない構成要素を有することができる。
入力領域210は、第1の記号表現の文字の集合を取り込む/受信するように構成される。上述したように、入力領域210の例は、タッチ画面キーボード(例えば、タブレット及び/又は移動電話デバイスの)、物理キーボード、トラックパッド(例えば、AppleのMagic Trackpad又はMacBook Proの内蔵トラックパッド)、音声認識/変換/翻音機能と関連付けられた受信機(例えば、マイク)、電子書き込み面及びタッチパッドを含む。いくつかの実施形態において、入力領域210は、ローマ字(例えば、a、b、c、…等)から1つ以上のテキスト文字を受信するように構成される。例えば入力領域210はピンインを受信でき、これはローマ字の標準中国語を翻字するシステムとなる。例えばユーザは、デバイスの入力領域210にピンインを入力し、ユーザがデバイスにおいて中国語で「タイプ」するために選択できる中国語変換候補をデバイスに提示させる。いくつかの実施形態において、入力領域210は、対応するテキスト符号化文字として入力文字を格納する。テキスト符号化方式の例は、ASCII、Big5、UTF−8、UTF−16、HKSCS、GB18030及びJIS X 0213を含む。
変換エンジン206は、入力領域210から受信した入力を使用し且つ対象記号表現の変換候補を判定するように構成される。いくつかの実施形態において、対象記号表現は漢字を含む。いくつかの実施形態において、変換エンジン206は、入力が変換される前に入力に対して前処理を実行するように構成される。例えば入力がピンインであった場合、一般に各漢字が単音節語として読まれる/発音されるため、変換エンジン206は、各単音節語を中国語変換候補にマッピングする準備をするためにピンインを単音節語に対応する1つ以上の文字群に分解する。変換エンジン206は、ディクショナリ204及び言語モデル208にアクセスするように構成される。ディクショナリ204は、入力データの文字の集合と対象記号表現の文字の集合との間のマッピング/関連付けを格納するために使用される1つ以上のデータベースを含む。言語モデル208は、対象記号表現のテキストのコーパスでトレーニングされるNグラムモデルである。いくつかの実施形態において、言語モデル208をトレーニングするために使用されるコーパスは、対象記号表現の同形異音異義語の文字の種々の読み方を区別するために注釈がつけられたものである。例えば変換エンジン206は、まずディクショナリ204を使用して入力データの分解されたピンインを1つ以上の潜在的な漢字変換にマッピングし、それらの潜在的な漢字変換に対応する言語モデル208から統計情報を検索して最も可能性の高い候補変換の組み合わせを判定する。最も可能性の高い文字の組み合わせは、ディスプレイ202に表示される(例えば、ユーザが閲覧し且つ/又は対話するために)。ディスプレイ202の例は、ユーザから対話を取り込めるタッチ画面又はユーザ対話を取り込めない他の種類のディスプレイを含む。
例えば入力がピンイン「nihao」であった場合、変換エンジン206は、まず入力を「ni」及び「hao」の単音節から成る2つの文字群に分解する。漢字には多くの同音異義語(すなわち、同様に発音されるが異なる意味を有する単語)があるため、入力されたピンイン内の単音節から成る各群は、潜在的にディクショナリ204によりいくつかの可能な漢字にマッピングされる(そのような各文字は、単音節から成る対応するピンイン群の発音で読まれる)。変換エンジン206は、各漢字及び/又はそれらの組み合わせに関連付けられた統計情報を検索し、ユーザが意図したものである確率が最も高い文字の組み合わせを判定する。
図3は、言語変換を実行する処理の一実施形態を示すフローチャートである。いくつかの実施形態において、処理300は、言語モデルを構築し且つ構築された言語モデルを使用して言語変換を実行するシステムにおいて実現される。
302において、テキストのコーパスが受信される。テキストのコーパスは、構造化された大きなテキスト集合(例えば、種々のソースから収集された)を含む。テキストのコーパスは、デジタル方式で格納及び処理される。一般にコーパスは、単一言語のテキストを含み且つ/又はコーパスでトレーニングされる言語モデルの入力に類似する形式である。例えばピンインから漢字への変換のための言語モデルをトレーニングするために、コーパスは漢字の形式のテキストを含む。
304において、コーパスが、言語モデルをトレーニングするために使用される。いくつかの実施形態において、言語モデリングツール(例えば、IRST Language Model Toolkit)は、コーパスから言語モデルをトレーニングして構築するために使用される。例えば言語モデリングツールは、コーパスで見つけられた文字毎及び/又は文字列毎にNグラム確率を生成する。例えばコーパスで見つけられる各文字列(例えば、長さが2文字又は3文字又はそれ以上の)は、ある生起確率を割り当てられる。文字列は、列内の文字に対するコンテキストが、隣接する文字/周囲の文字により提供されるコンテキストにより後で認識される(例えば、言語変換段階中に)ように解析される。従って、コーパスに全く又は殆ど現れない(例えば、誤植のため又は意味がないため)文字列の場合、それら列に対して生成される確率はゼロか又は非常に低い(入力データの裏にあるユーザの所望の意図を表す尤度を示すため)ものとなる。結果として得られる言語モデルは、少なくともモデルがトレーニングされたコーパスにおいて見つけられる1つ以上の文字の列(例えば、又はそれら文字を表す基礎となる記号)に対する確率の割り当ての集合を含む。漢字のコーパスの例に戻ると、結果として得られる言語モデルは、コーパスで見つけられる1つ以上の漢字の列に割り当てられた確率を含む。
306において、言語モデルは言語変換を実行するために使用される。例えば言語モデルは、1つの形式の入力(例えば、音声又はテキスト)を第2の形式の1つ以上の出力(例えば、対象記号表現)に変換するために変換エンジン(例えば、変換エンジン206)又は変換サーバ(例えば、変換サーバ106)により使用される。いくつかの実施形態において、入力データは1つの正確な出力(例えば、入力を入力したユーザにより所望される)にマッピングされる。より正確な言語モデルは、所定の入力データに対して、ユーザにより所望された1つの出力を含む可能性がより高い入力データから変換される潜在的な出力を検索することができる。例えば入力データ(例えば、正確に綴られたピンイン)は、統計情報(例えば、確率)が言語モデルにより維持されている1つ以上の文字(例えば、漢字)にマッピングされる(例えば、ディクショナリを使用して)。検索された確率は、潜在的に入力にマッピングされる文字のうちのいずれが、正確なマッピングである可能性がより高いかを判定するために使用される。いくつかの実施形態において、言語モデルは、入力データから対象記号表現への文字レベル及び/又は単語レベル及び/又は文(例えば、文の開始及び文の終了)及び/又は句レベルの分解能で入力を出力にマッチングする他の統計ツールを含む。
図4A及び図4Bは、言語モデルの作成及び使用の際のいくつかのステップを示す例である。
図4Aは、コーパスで見つけられるテキスト列の一例を示す。この例において使用されるように、各文字(例えば、A、F、S、…等)は、いずれかの言語での文字又は単語を表すために使用される。大文字のローマ字は単に例示のために選択されたものである。したがって、例えば図4Aに示す各文字は、漢字コーパスに現れる漢字を表すものであってもよい。コーパスのテキストは、言語モデルのトレーニング中にNグラム(例えば、長さがN文字の文字列)に分割される。部分列、すなわちNグラム402(「AF」を含む)、404(「FSD」を含む)及び406(「WGSJ」を含む)は、言語モデルを構築するNグラム確率生成及び/又はトレーニング段階において使用されるコーパスにおいて見つけられる列のいくつかの例である。Nグラム確率が特定の言語モデルに対して生成される列の文字長は、例えば言語モデリングツール及び/又は言語モデルの設計者により選択される。
図4Bは、図4Aのテキストが見つけられたコーパスからトレーニングされた言語モデルに格納された、いくつかのデータの一例を示す。この例に示すように、コーパスで見つけられた種々の列(可変長の列)の確率は計算及び格納され(例えば、テーブルエントリに)、各文字列に対応する。例えば408は、コーパスの「AF」の列の発生に対して言語モデルにより割り当てられたNグラム確率(0.0324)を示す例示的なテーブルのエントリを表す。いくつかの実施形態において、言語モデルは、図4Bに示した例示的なデータに加えて他の種類の情報を含む(例えば、入力データ対対象記号表現のディクショナリ、単語、いくつかの文字の単位、並びに名前及び場所のような種類の情報)。
いくつかの実施形態において、入力データ(例えば、第1の記号又は他の表現に関連付けられた文字の集合)は、出力データ(例えば、対象記号表現に関連する1つ以上の変換候補を形成する文字の集合)を生成するために言語モデルを使用して変換される。例えば言語モデルは、入力デバイスを介して入力されたピンインテキストを対応する漢字に変換するために使用される。入力されたピンイン文字列は、1つ以上の潜在的な漢字にマッピングされる音節を判定するために構文解析され(例えば、言語モデル又は他のある技術により)、そのような漢字の各確率は、入力されたピンインからの望ましいマッピングであるより確率の高い漢字変換を判定するために使用される。
一般的な文字のコーパスは、特定の注釈(例えば、音声タグ付けの一部)を含むが、文字の読み方/発音/用法/意味(本明細書では単に「読み方」と呼ぶこともある)又は文字が使用される状況に対する特定の読み方/発音/用法/意味(文字と関連付けられた可能な読み方/発音/用法/意味が2つ以上ある場合)の注釈を含まない。例えば、従来の漢字のコーパスは、一般に読み方/発音/用法/意味/ピンインの注釈を含まない。換言すると、従来の漢字コーパスは、同形異音異義語の漢字のそれぞれ異なるコンテキストに適した複数の読み方を区別しない。例えばコーパスの一部分におけるコンテキストは、第1の意味(読み方/発音/ピンイン)で同形異音異義語の文字を使用するが、その一方で、同一のコーパスの別の部分におけるコンテキストは、第1の意味とは異なる第2の意味(読み方/発音/ピンイン)で同形異音異義語の文字を使用する。しかし、コーパスにおいて同形異音異義語の文字の2つ(又はそれ以上)の意味を区別するための注釈がない場合、同形異音異義語の文字の特定の読み方がコーパスに現れる度にその同形異音異義語の文字の各読み方に対して別個の意味別の確率が判定されるのではなく、Nブラム確率生成は文字がコーパスに現れるといつでもその同形異音異義語の文字(複数の読み方を含む)に対してのみNグラム確立生成が実行される。従来のコーパスにおいて、特定の文字の可能な複数の読み方を区別できないことの結果として、そのようなコーパスを使用してトレーニングされた言語モデルは、同形異音異義語の文字を含む出力にデータ入力を変換する際の精度がより低下する。以下、言語モデルにおける文字の種々の読み方の曖昧性を除去することについて説明する。
図5は、言語変換に使用される言語モデルをトレーニングするために使用される注釈付きコーパスを作成するシステムの一実施形態を示す図である。種々の実施形態において、コーパスの注釈により、コーパスにおける第1の読み方/発音/ピンイン/意味を示すための同形異音異義語の1つの用法と、コーパスにおける第2の読み方/発音/ピンイン/意味を示すための同一の同形異音異義語の別の用法とを区別することを促進する。ネットワーク508は、種々の高速データ及び/又は通信ネットワークを含み得る。いくつかの実施形態において、言語モデルトレーニングエンジン510、コーパス512及び言語モデル514は、変換サーバ(例えば、変換サーバ106)の一部として実現される。
いくつかの実施形態において、言語モデルトレーニングエンジン510は、例えば第三者によりホストされるサーバからネットワーク508を介してテキストソース502、504及び506を検索する。いくつかの実施形態において、言語モデルトレーニングエンジン510は、ネットワーク508を使用せずにテキストを受信する(例えば、ローカル記憶装置又はソースを介してテキストを取得することにより)。いくつかの実施形態において、言語モデルトレーニングエンジン510は、検索し且つ/又は受信したテキストをコーパス512に格納するように構成される。コーパス512は、テキストソース502、テキストソース504及びテキストソース506等の種々のソースから抽出されたテキストにより形成される。いくつかの実施形態において、コーパス512に収集されたテキストの大部分が1つの言語のテキストである。例えばコーパス512のテキストの大部分が漢字である。テキストソース502、504及び506の例は、新聞、ウェブサイト、本、定期刊行物、ソーシャルメディア(例えば、Facebook(登録商標)、Twitter(登録商標))及び雑誌を含む。例えばテキストソース502、504及び506から収集されたテキストは、合計で約8億個の漢字である。また、例えば漢字のコーパスは8000個の異なる文字を含み、そのうち約50個が同形異音異義語の文字である。いくつかの実施形態において、コーパス512の注釈がない場合、テキストソースから抽出される別個の各文字は、コーパス512の1つの別個の記号により表され、テキストソースから複数回抽出される同一の文字は、その文字に対応する記号の複数のインスタンスとして格納される。
いくつかの実施形態において、言語モデルトレーニングエンジン510は、コーパス512の文字に対する手動入力の注釈を受信するように構成される。いくつかの実施形態において、言語モデル514のシステム管理者及び/又は設計者(例えば、ユーザ)は、同形異音異義語の文字を見つけるためにコーパス512のテキストを走査し、同形異音異義語の文字が使用される状況のユーザの理解に基づいて(例えば、その文字が使用された文及び/又は周囲のテキストに基づいて)、適切な読み方/発音/ピンイン/意味を示すために同形異音異義語の文字のインスタンスに注釈をつける。例えばそのような注釈をつけるために、コーパス512において、(2つ以上の可能な読み方のうちの)特定の読み方の同形異音異義語の文字のインスタンスはコーパス512に存在する他の全ての文字を表す記号と区別可能であり、且つ同一の同形異音異義語の文字の別の読み方と関連付けられる別の記号とも区別可能である新しい記号(例えば、テキスト符号化)により置換される。換言すると、コーパス512における1つの読み方を有する同形異音異義語の文字はコーパス512において第1の記号と関連付けられ、第2の読み方を有する同一の同形異音異義語の文字はコーパス512において第2の記号と関連付けられる。従って、同形異音異義語の文字が第1の読み方と関連付けられた状況において使用される場合、その文字のインスタンスは、コーパス512において第1の記号として格納され、同形異音異義語の文字が第2の読み方と関連付けられた状況において使用される場合、その文字のインスタンスは第2の記号として格納される。注釈をつけた結果、同形異音異義語の文字は同一の記号の種々のインスタンスとしてコーパス512に現れなくなり、同形異音異義語の文字の異なる読み方の各々がコーパスにおいて別個の記号により置換される。従って、例えば3つの可能な読み方と関連付けられる同形異音異義語の文字は、注釈付きコーパスにおいて3つの異なる記号の種々のインスタンスとしてコーパス512に現れる。いくつかの実施形態において、2つ以上の記号がコーパスにおいて同形異音異義語の文字を表すが、それら記号の各々は同一の同形異音異義語の文字と依然として関連付けられる。
例えば英語の単語に対するそのような注釈付きコーパスにおいて、「desert」は2つの可能な読み方を有する同形異音異義語の単語/文字である。すなわち、一方は1つの意味と関連付けられる「見捨てる」を意味する動詞であり、他方は異なる意味と関連付けられる「乾燥した不毛な地域」を意味する名詞である。コーパスに注釈をつける前は、コーパスのテキストにおける「desert」の出現は、「desert」に対する記号と関連付けられる。しかし、注釈をつけた後は、コーパスにおける「desert」の出現は、「desert」の2つの意味のうち「desert」のインスタンスがテキストに現れるコンテキストに適切な意味に依存して動詞又は名詞に対する記号と関連付けられる。
いくつかの実施形態において、単語の可能な読み方の1つ又は記号又は記号列は、全ての発生に対する記号を符号化するのに使用された元の記号により表され、1つ以上の他の可能な読み方と関連付けられたインスタンスのみが注釈をつけられる。上述の例において、例えばdesert_v(「見捨てる」を意味する動詞)と関連付けられた方法で使用される「desert」は注釈をつけられないが、desert_n(「乾燥した不毛な地域」を意味する名詞)の意味で使用される「desert」のインスタンスの場合、「desert」を符号化するのに使用された記号はdesert_n(「乾燥した不毛な地域」を意味する)に対応する新しく定義された記号で置換される。その後、言語モデルのトレーニングにおいて、注釈をつけられていない「desert」の発生はdesert_v(「見捨てる」を意味する)と関連付けられると理解され、その一方で、desert_n(「乾燥した不毛な地域」を意味する)の発生は第2の読み方を示すと理解される。
いくつかの実施形態において、ユーザはコーパス512のテキストの部分集合に手動入力で注釈をつけ、コーパス512の残りの部分は、例えば手動入力の注釈により作成された注釈付けのパターンに基づいて同様に自動的に注釈をつけられる(例えば、ソフトウェア及び/又はハードウェアの形態の機械学習技術を使用して)。例えば自動処理は、手動入力の注釈から学習されたパターンを使用して、同形異音異義語の文字に対する第1のコンテキスト及びそのコンテキストにおけるその文字の対応する適切な読み方を識別し、その文字の特定の読み方と関連付けられるコーパスにおける文字のインスタンスに注釈をつける(例えば、その文字の別の読み方を表す記号と異なり、且つ、コーパス512の別の文字を表す記号と異なる記号になるように、コーパスの同形異音異義語の文字と関連付けられた記号を置換することにより)。
注釈をつけられた後のコーパス512を考慮する1つの方法は、記号の集合が拡張されることである。開示された注釈付けの前に、同形異音異義語の文字は機械により理解できるように文字を表すために使用されるユニコードコードポイント又は他の値等の1つの機械可読値にマッピングされる。また、その一方で、開示された注釈付けの後は、同形異音異義語の文字は注釈付きコーパス512で使用される2つ以上の機械可読値にマッピングされる。ここで、同形異音異義語の文字と関連付けられた各機械可読値は、同形異音異義語の文字の特定の読み方を表す。
いくつかの実施形態において、言語モデル514は、例えば言語モデリングツール(例えば、IRST Language Model Toolkit)を使用して注釈付きコーパス512でトレーニングされる。例えば言語モデリングツールは、同形異音異義語の文字の複数の読み方に対して追加された新しい記号を含む注釈付きコーパス512の文字(又はそれらの記号)及び文字列に対してNグラム確率を生成する。
いくつかの実施形態において、図2の変換エンジン206等の変換エンジンは、言語モデル514等の読み方の注釈付きコーパスでトレーニングされた言語モデルを使用して対象記号表現の1つ以上の変換候補を生成するために入力データを受信するように構成される。例えば、入力データはピンインと関連付けられ、言語モデル514は漢字と関連付けられると仮定する。言語モデル514において文字/記号及びそれらの列に対して生成された確率を使用して、変換エンジン206は、所定のピンイン入力と一致し且つ特に同形異音異義語の文字の特定の読み方に固有の確率を提供するモデルを使用して特定の同形異音異義語の文字が意図された尤度を過大評価することを回避する可能性が相対的に高い1つ以上の漢字を出力として生成する。
図6は、注釈をつけ且つ言語モデルを使用する処理の一実施形態を示すフローチャートである。いくつかの実施形態において、処理600は、システム500を使用して少なくとも部分的に実現される。
602において、コーパスと関連付けられたテキストの部分集合に対する1つ以上の手動入力の注釈が受信され、手動入力の注釈は、2つ以上の読み方と関連付けられた文字のインスタンスに対して、そのインスタンスと関連付けられた状況に少なくとも部分的に基づいて文字の適切な読み方を示す。
例えばユーザは、同形異音異義語の文字/単語のインスタンスの場所を特定するためにコーパスのテキストの部分集合を読む。ユーザは、同形異音異義語の文字/単語のインスタンスを見つけると、文字のインスタンスが現れる状況(例えば、文字が現れる文、その文字の周囲の文字)及びその状況における文字の用法のユーザの知識に基づいてその文字のインスタンスに対する適切な読み方を判定し且つ注釈をつける。コーパスの文字のインスタンスに適切な同形異音異義語の文字の読み方が2つ以上あることは殆どない。従って、コーパスの同形異音異義語の文字の各インスタンスに対して判定される読み方は1つだけでよい。同形異音異義語の文字のインスタンスに対するこの判定された適切な読み方は、注釈として変換エンジンに入力され、コーパスに格納される。いくつかの実施形態において、特定の読み方を示すために同形異音異義語のインスタンスと関連付けられた注釈は、文字の元のインスタンスを表していたコーパスの記号(例えば、テキスト符号化)を置換する新しい記号(例えば、コーパスのあらゆる他の文字を表すのに使用される記号と異なり且つ先に割り当てられていないユニコード値、又は私用領域文字等の同一の同形異音異義語の別の読み方を表すのに使用される記号とも異なる記号)としてコーパスに格納される。いくつかの実施形態において、特定の読み方を示すために同形異音異義語のインスタンスと関連付けられた注釈は、コーパスの文字のインスタンスを表す記号に追加されるタグである。いくつかの実施形態において、コーパスは種々のソースから取得されたテキスト(殆どが1つの言語のテキスト)を含む。
コーパス全体(数億個のテキストを含む可能性がある)に手動入力で注釈をつけるのは非効率的であるため、手動入力の注釈付けはコーパスの小さな部分集合に対して行われ、コーパスの残りの部分は、以下に説明するように自動化処理を使用して注釈をつけられる。
604において、手動入力で注釈をつけられていないコーパスと関連付けられたテキストの少なくとも一部分は、受信された1つ以上の手動入力の注釈に少なくとも部分的に基づいて自動的に注釈をつけられる。
いくつかの実施形態において、自動化処理は、手動入力で注釈をつけられていないコーパスの残りの部分に対して同形異音異義語の文字のインスタンスの種々の読み方に注釈を追加するために使用される。例えば自動化処理は、機械学習技術及び602で入力された手動入力の注釈を使用するソフトウェアにより行われる。
606において、言語モデルは注釈付きコーパスを使用してトレーニングされる。
いくつかの実施形態において、注釈付きコーパスは、注釈をつけられる前にコーパスで発生した同形異音異義語の文字の各インスタンスの種々の読み方を表すための別個の記号を含む。いくつかの実施形態において、言語モデルは、注釈付きコーパスにおいて見つけられた文字/記号及びそれらの列に対してNグラム確率生成を実行することにより作成され且つ注釈付きコーパスでトレーニングされる。いくつかの実施形態において、言語モデルは、コーパス内で見つけられる文の開始及び終了でトレーニングされる。結果として得られる言語モデルは、同形異音異義語の文字の各読み方と関連付けられた確率を含む。
例えば注釈付きコーパスにおいて、テキスト中の同形異音異義語の「単語」の発生は、「word_reading1」又は「word_reading2」の記号で表されると仮定する。従って、注釈付きコーパスでトレーニングされる言語モデルは、「word_reading1」又は「word_reading2」の文字/記号を含む確率を含む(例えば、Pr(word_reading1)は「word_reading1」のユニグラムと関連付けられた確率を表すために使用され、Pr(word_reading2)は「word_reading2」のユニグラムと関連付けられた確率を表すために使用され、Pr(wordN,wordN-1,…,word_reading1)及びPr(wordN,wordN-1,…,word_reading2)等のNグラムと関連付けられた確率も生成される)。
例えば2つの読み方を有する同形異音異義語の単語「desert」の場合、各読み方に対して別個の確率が判定される。例えばユニグラム、バイグラム、…、Nグラムと関連付けられる確率は、「desert_v」に対して判定され(例えば、Pr(desert_v)、Pr(he,would,desert_v)、Pr(soldier,said,he,would,desert_v))、ユニグラム、バイグラム、…、Nグラムと関連付けられる確率は、「desert_n」に対して判定される(例えば、Pr(desert_n)、Pr(crossed,through,a,desert_n)、Pr(camel,crossed,through,a,desert_n))。列(長さが1文字より長い)の確率を利用することにより、文字は、その文字が現れる適切なコンテキストを判定するためにそのような確率を使用して曖昧性が除去される。
図7A及び図7Bは、同形異音異義語の漢字の種々の読み方を区別するために注釈をつけられる中国語コーパスのテキストの例である。漢字のコーパスがこれらの例において示されるが、コーパスは異なる言語(例えば、日本語)の文字を含むことができる。
図7Aは、同形異音異義語の文字に対する注釈を含まないコーパスに現れる文702と、同形異音異義語の文字に対する注釈を含むコーパスに現れる文704とを示す一例である。文702において、同形異音異義語の文字706(「長(以下、文字706を「長」で代用する)」)は、「zhang」及び「chang」の少なくとも2つの異なる読み方/発音/ピンイン/意味と関連付けられる同形異音異義語の文字である。例えば「zhang」と読まれる場合の文字706「長」の意味は「a chief or leader(チーフ又はリーダ)」である。例えば「chang」と読まれる場合の文字706「長」の意味は「long(長い)」である。文702(同形異音異義語の文字に対する注釈を含まないコーパスの)の英語翻訳は、「he is one of the candidates running for mayor(彼は市長選に出馬している候補者の一人である)」である。従って、文702において、文字706(「長」)は、「zhang」の読み方/ピンインと関連付けられる意味で使用される。同形異音異義語の文字の注釈を含まないコーパスにおいて、文702における文字706(「長」)の出現は、コーパスの1つの記号にマッピングされる(例えば、文字706「長」のある形式のテキスト符号化を使用して)。しかし、注釈をつけた後、文702は文704になり、同形異音異義語の文字に対する注釈を含むコーパスに現れる。文704において、文字706(「長」)は、読み方708(「長_zhang」)を表すコーパスにおける記号で置換されている(例えば、読み方708「長_zhang」に対して新たに作成されるある形式のテキスト符号化又はコーパスに現れるあらゆる他の文字に対して先に使用されていないテキスト符号化を使用して)。
図7Bは、同形異音異義語の文字に対する注釈を含まないコーパスに現れる文710と、同形異音異義語の文字に対する注釈を含むコーパスに現れる文712とを示す一例である。同形異音異義語の文字に対する注釈を含まないコーパスにおける文710の英語翻訳は、「I have been here for a long time already(私は既に長い時間ここにいる)」である。従って、文710において、文字706(「長」)は、「chang」の読み方/ピンインと関連付けられる意味で使用される。同形異音異義語の文字に対する注釈を含まないコーパスにおいて、文710の同形異音異義語の文字706(「長」)の出現は、コーパスの1つの記号にマッピングされる(例えば、文字706「長」のある形式のテキスト符号化を使用して)。しかし、注釈をつけた後、文710は文712になり、同形異音異義語の文字に対する注釈を含むコーパスに現れる。文712において、文字706(「長」)は読み方716(「長_chang」)を表すコーパスにおける記号で置換されている(例えば、読み方716「長_chang」に対して新たに作成されるある形式のテキスト符号化又はコーパスに現れるあらゆる他の文字に対して先に使用されていないテキスト符号化を使用して)。
図8A及び図8Bは、ピンイン入力をある形式の漢字出力に変換する際に同形異音異義語の文字に対して注釈をつけられていないコーパス及び同形異音異義語の文字に対して注釈をつけられているコーパスを使用する例を示す。漢字のコーパスがこれらの例において示されるが、コーパスは異なる言語(例えば、日本語)の文字を含むことができる。図7A及び図7Bの例において、ピンイン入力はデバイス(例えば、デバイス102)の入力領域において受信される。
この例において、同形異音異義語の文字「長」は、「chang」及び「zhang」の2つの潜在的な読み方/ピンインと関連付けられる。
図8Aは、同形異音異義語の文字に対して注釈をつけられていない漢字コーパス(「注釈のないコーパス)を使用する一例を示す。この例において、ピンイン「chang」又は「zhang」が入力されるかに関係なく、注釈のないコーパスでトレーニングされた言語モデルは、例えばユニグラム「長」の確率(Pr(長))等の「長」と関連付けられる確率を検索する(例えば、ピンインが「長」の潜在的な中国語変換候補にマッピングされた後)。とはいえ、「長」を含む文字列(例えば、N>1のNグラム)と関連付けられる確率(例えば、Pr(市,長)も検索され得る。その結果、言語モデルは、「zhang」(「a chief(チーフ)」を意味する)の読み方/意味及び「chang」(「long(長い)」を意味する)の読み方/意味で「長」を使用する句及び/又は文を区別するために統計情報を提供する際の精度は低くなる。
例えば「zhang」の読み方/意味の「長」は、コーパスにおいて「zhang」のピンインと関連付けられる他の漢字(例えば、章、掌)より非常に少ない頻度で使用されると仮定する。しかし、コーパスでトレーニングされた結果として得られる言語モデルは、コーパス内で使用された意味の数に関係なく同一の確率を「長」(例えば、「長」を含むNグラムに対応する)に与える。「長」に割り当てられた確率がコーパスにおいて「chang」の読み方/意味で「長」を少なくとも数回使用することを含むため、言語モデルにおける「長」の確率は、「zhang」のピンインにマッピングされる他の中国語変換候補と関連付けられた確率と比較して不適切に高く、言語変換における全体の精度は低くなる。
図8Bは、同形異音異義語の文字に対して注釈をつけられた漢字コーパス(「注釈付きコーパス」)を使用する一例を示す。この例において、「chang」のピンイン入力(例えば、ピンインが「長」の潜在的な中国語変換候補にマッピングされた後)に対して、言語モデルは、例えば「長_chang」のユニグラムの確率(Pr(長_chang))等の文字のその読み方と関連付けられた確率を検索する。しかし、「長_chang」を含む文字列(例えば、N>1のNグラム)と関連付けられる確率(例えば、Pr(市,長_chang))も検索される。同様に、「zhang」のピンイン入力に対して、言語モデルは、例えば「長_zhang」のユニグラムの確率(例えば、Pr(長_zhang))等の文字のその読み方と関連付けられた確率を検索する。言語モデルがトレーニングされるコーパスに注釈をつけた結果、確率は同一の同形異音異義語の異なる各読み方に与えられ、それにより、より正確な変換が可能になる。
「zhang」の読み方/意味の「長」がコーパスにおいて「zhang」のピンインと関連付けられる他の漢字(例えば、章、掌)より非常に少ない頻度で使用されると仮定された先の例に戻ると、注釈付きコーパスで言語モデルをトレーニングした後、「長」の種々の読み方(「chang」及び「zhang」)に与えられた別個の確率が存在する。ここで、「長_zhang」に割り当てられた確率は、コーパス内で「chang」の意味で「長」を使用することを全く含まず、同様に、「長_chang」に割り当てられた確率は、コーパス内で「zhang」の意味で「長」を使用することを全く含まない。従って、言語モデルの「長」の確率は、「zhang」又は「chang」のピンインにマッピングされる他の中国語変換候補と関連付けられた確率と比較してより精度が高く、言語変換における全体の精度が高くなる。
図9は、言語変換処理の一実施形態を示すフローチャートである。いくつかの実施形態において、処理900は、システム100において少なくとも部分的に実現される。いくつかの実施形態において、処理900は、デバイス102において少なくとも部分的に実現される。
902において、対象記号系での入力データの記号表現を含む文字の集合に変換される入力データが受信される。いくつかの実施形態において、入力データは、変換が行われるデバイス(例えば、デバイス102)において受信される。いくつかの実施形態において、入力データは、変換を実行するリモートサーバ(例えば、変換サーバ106)に送出される。いくつかの実施形態において、入力データは入力テキスト(例えば、ローマ字の)を含む。例えば、入力データはピンインの集合である。
904において、入力データを変換して得られる対象記号表現の1つ以上の変換候補が生成される。いくつかの実施形態において、対象記号表現は漢字を含む。いくつかの実施形態において、入力データ又はその部分集合は、対象記号表現の1つ以上の可能な文字(例えば、変換候補)にマッピングされる。例えば入力データが音読み(phonetic readings)と関連付けられると仮定すると、対象記号表現の複数の文字は入力データの文字群と関連付けられた1つの読み方にマッピングされる。いくつかの実施形態において、対象記号表現の文字(又はその集合)に対する入力データの形式の文字(又はその集合)のディクショナリは、受信した入力データに基づいて変換候補を判定するために使用される。いくつかの実施形態において、例えば入力データ又はその一部分は同形異音異義語の文字と関連付けられた読み方の1つを形成するため、入力データは対象記号表現のその同形異音異義語の文字である変換候補にマッピングされる。
906において、対象記号系の文字の第1の読み方と第2の読み方とを区別する言語モデルは、同形異音異義語の文字が入力データの対応する一部分を表すために使用されるべきである確率を判定するために使用される。種々の実施形態において、使用される言語モデルは、同形異音異義語の文字に対して注釈をつけられるコーパスでトレーニングされる(例えば、処理600の少なくとも一部を使用して)。その結果、言語モデルは、注釈付きコーパスにおいて見つけられた同形異音異義語の文字の種々の読み方を区別するためにトレーニングされたものとなる。いくつかの実施形態において、言語モデルは、同形異音異義語の文字の各読み方を1つ以上の確率の集合(例えば、その読み方を含むユニグラム、バイグラム及びトライグラム等と関連付けられた)と関連付ける。例えば変換候補を評価する時、それらの関連付けられた確率(例えば、ユニグラム、バイグラム、トライグラム…等の)は最も高い相対確率を有する変換候補を判定する(例えば、所定の状況に対して/隣接する文字又は周囲の文字に基づいて)ために言語により使用される。相対的に高い確率を有する変換候補は、所望の変換出力である可能性がより高い。例えば変換候補の1つが同形異音異義語の文字であった(例えば、入力データの少なくとも一部分がその文字と関連付けられた読み方の1つを形成するため)場合、その変換候補を評価する時、同形異音異義語の文字の特定の読み方と関連付けられた確率(例えば、その特定の読み方を含むユニグラム、バイグラム及びトライグラム等の)は検索され、他の変換候補と関連付けられた確率と比較するために使用される。
図10は、ピンインを漢字に変換する処理の一実施形態を示すフローチャートである。いくつかの実施形態において、処理1000はシステム100を使用して実現される。いくつかの実施形態において、処理900の少なくとも一部(例えば、904及び906)は処理1000を使用して実現される。
1002において、ピンインと関連付けられた文字の入力集合は、1つ以上の文字群に分解され、各文字群は1つの漢字に変換される。いくつかの実施形態において、ピンインと関連付けられた文字の集合は、デバイス(例えば、デバイス102)の入力領域において受信される。いくつかの実施形態において、入力ピンインは、1つ以上の漢字に変換される。いくつかの実施形態において、入力ピンイン(例えば、少なくともいくつかの英字の間に1つ以上のスペースを有するか又は有さないローマ字の文字列)は正確に綴られる。通常、各漢字は、単音節語であるため、単音節語として読まれるピンイン入力の隣接する英字群にマッピングされる。従って、入力ピンインが中国語変換候補にマッピングされる前に、いくつかの実施形態において、入力ピンインは単音節語として読まれる英字群に分解される必要がある。
例えば、入力ピンインが「shizhang」であると仮定する。入力は2つの音節(「shi」及び「zhang」)を含むため、単音節から成る2つの英字群「shi」及び「zhang」に分解される。
1004において、1つ以上のピンイン群の各々に対応する1つ以上の中国語変換候補が判定される。中国語において、同様に読まれる/発音されるが意味が異なる文字である同音異義語の漢字がいくつか存在する。同音異義語の文字は、同一のピンインと関連付けられる。ピンインを漢字に変換する処理において、いくつかの同音異義語の文字(例えば、同一の音調又は異なる音調を有する)は単音節から成るピンイン群毎に識別される。しかし、1つの文字のみがピンイン群に対する所望の変換である。この所望の文字は、最も高い確率と関連付けられる1つ以上の変換候補を判定するために各中国語変換候補と関連付けられた1つ以上の確率を関連付ける言語モデルを使用することにより取得される。
先の例を継続すると、例えば「shi」に対する中国語変換候補は「是」、「市」及び「十」を含む。「zhang」に対する中国語変換候補は、例えば「章」、「掌」及び「長」を含む。
1006において、ピンインの1つの文字群が同形異音異義語の漢字の1つの読み方と関連付けられるかが判定される。ピンイン群が同形異音異義語の文字と関連付けられた第1の読み方と関連付けられると判定される場合、その第1の読み方と関連付けられた情報が検索される。いくつかの実施形態において、単音節から成る分解された1つ以上のピンイン群は同形異音異義語の文字の1つの読み方と関連付けられると判定される。そのような群が判定される場合、同形異音異義語の文字の読み方と関連付けられた確率は検索され、対応する中国語変換候補を評価するために使用される(例えば、同形異音異義語の漢字の種々の読み方を区別するために注釈をつけられたコーパスでトレーニングされた言語モデルにより)。
先の例を継続すると、「zhang」のピンインが同形異音異義語の文字「長」の1つの読み方と関連付けられると判定されるため、「shi」及び「zhang」に対する中国語変換候補を評価する際、「長_zhang」と関連付けられた確率が検索される(例えば、Pr(長_zhang))。更に入力「shizhang」が1つの句(2つの漢字を含む)を形成するために使用されると仮定すると、「shi」及び「zhang」の中国語変換候補の種々の組み合わせと関連付けられた確率(例えば、Pr(是,章)、Pr(是,掌)、Pr(是,長_zang)、Pr(市,章)、Pr(市、掌)、Pr(市,長_zhang)、Pr(十,章)、Pr(十,掌)、Pr(十,長_zhang)、Pr(十,章)、Pr(十,掌)、Pr(十,長_zhang))は、最も高い確率を有する組み合わせを判定するために評価される。コーパスが適切に注釈をつけられ、言語モデルが適切にトレーニングされたと仮定すると、中国語変換候補の可能な組み合わせと関連付けられた確率のうち、Pr(市,長_zhang)の値が最大である(例えば、残りの漢字の組み合わせが無意味であり且つ/又は注釈をつけられたコーパスに頻繁に現れないため)。従って、この例において、「市長」(英語で「mayor」を意味する)は「shizhang」の入力に対する出力中国語変換である。コーパスが同形異音異義語の漢字の種々の読み方を区別するために注釈をつけられていない場合、例えば全ての読み方(「chang」及び「zhang」)で使用される「長」が注釈をつけられていないコーパスにおいて「市」以外の漢字の隣に現れるのがより一般的であるため、Pr(市,長)の値(注釈をつけられていないコーパスから判定されるような)は、Pr(市,長_zhang)の値程大きくない可能性がある(従って、「市長」は出力中国語変換として選択されない可能性がある)。
上述した実施形態は理解しやすくするために詳細に説明したが、本発明は提供した詳細に限定されない。本発明を実現する別の方法が多く存在する。開示された実施形態は例示であり、限定するものではない。

Claims (20)

  1. メモリ及び1つ以上のプロセッサを含むデバイスにおいて、
    文字の集合に変換される入力データを受信することと、前記文字の集合は、対象記号系における前記入力データの記号表現を含み、
    同形異音異義語の文字が前記入力データの対応する部分を表す確率のそれぞれを判定するために、前記対象記号系における前記同形異音異義語の文字の第1の読み方と第2の読み方とを区別する言語モデルを使用することと、を有することを特徴とする方法。
  2. 前記入力データが変換される前記対象記号系における、1つ以上の変換候補を生成することを更に有することを特徴とする請求項1に記載の方法。
  3. 前記入力データは、ピンインで書かれた入力テキストを含むことを特徴とする請求項1又は2に記載の方法。
  4. 前記入力データは、ローマ字の文字で書かれた入力テキストを含むことを特徴とする請求項1から3のいずれか1項に記載の方法。
  5. 前記入力データは、単音節から成る1つ以上の文字群に分解されることを特徴とする請求項1から4のいずれか1項に記載の方法。
  6. 前記対象記号系は漢字を含むことを特徴とする請求項1から5のいずれか1項に記載の方法。
  7. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方と前記同形異音異義語の文字の前記第2の読み方とを区別するために注釈をつけられたコーパスを使用してトレーニングされ、前記同形異音異義語の文字の前記第1の読み方及び前記第2の読み方のうち少なくとも一方に対して、対応する新しい記号又はその符号化表現が作成され且つ前記注釈をつけられたコーパスに追加されることを特徴とする請求項1から6のいずれか1項に記載の方法。
  8. コーパスと関連付けられたテキストの部分集合に対する1つ以上の手動入力の注釈を受信することと、前記1つ以上の手動入力の注釈は、各々が同形異音異義語の各文字のインスタンスに対して前記インスタンスと関連付けられた状況に少なくとも部分的に基づいて前記同形異音異義語の各文字の適切な読み方を示し且つ前記同形異音異義語の各文字と関連付けられた各記号と関連付けられ、
    前記受信された1つ以上の手動入力の注釈に少なくとも部分的に基づいて、手動入力で注釈をつけられていない前記コーパスと関連付けられた前記テキストの少なくとも一部分に自動的に注釈をつけることと、を更に有することを特徴とする請求項1から7のいずれか1項に記載の方法。
  9. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方に対応する第1の確率と前記同形異音異義語の文字の前記第2の読み方に対応する第2の確率とを関連付けるためにトレーニングされることを特徴とする請求項1から8のいずれか1項に記載の方法。
  10. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方を含む第1の文字列に対応する第1の確率と前記同形異音異義語の文字の前記第2の読み方を含む第2の文字列に対応する第2の確率とを関連付けるためにトレーニングされ、前記第1及び前記第2の文字列はそれぞれ2つ以上の文字を含むことを特徴とする請求項1から9のいずれか1項に記載の方法。
  11. 1つ以上のプロセッサと、
    命令を格納したメモリと、を備え、前記命令は、前記1つ以上のプロセッサにより実行されたときに、前記プロセッサに、
    文字の集合に変換される入力データを受信することと、前記文字の集合は、対象記号系における前記入力データの記号表現を含み、
    同形異音異義語の文字が前記入力データの対応する部分を表す確率のそれぞれを判定するために、前記対象記号系における前記同形異音異義語の文字の第1の読み方と第2の読み方とを区別する言語モデルを使用することと、
    を含む動作を実行させることを特徴とする電子デバイス。
  12. 前記動作は、前記入力データが変換される前記対象記号系における、1つ以上の変換候補を生成することを更に含むことを特徴とする請求項11記載の電子デバイス。
  13. 前記入力データは、ピンインで書かれた入力テキストを含むことを特徴とする請求項11又は12に記載の電子デバイス。
  14. 前記入力データは、ローマ字の文字で書かれた入力テキストを含むことを特徴とする請求項11から13のいずれか1項に記載の電子デバイス。
  15. 前記対象記号系は漢字を含むことを特徴とする請求項11から14のいずれか1項に記載の電子デバイス。
  16. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方と前記同形異音異義語の文字の前記第2の読み方とを区別するために注釈をつけられたコーパスを使用してトレーニングされ、前記同形異音異義語の文字の前記第1の読み方及び前記第2の読み方のうち少なくとも一方に対して、対応する新しい記号又はその符号化表現が作成され且つ前記注釈をつけられたコーパスに追加されることを特徴とする請求項11から15のいずれか1項に記載の電子デバイス。
  17. 前記動作は、
    コーパスと関連付けられたテキストの部分集合に対する1つ以上の手動入力の注釈を受信することと、前記1つ以上の手動入力の注釈は、各々が同形異音異義語の各文字のインスタンスに対して前記インスタンスと関連付けられた状況に少なくとも部分的に基づいて前記同形異音異義語の各文字の適切な読み方を示し且つ前記同形異音異義語の各文字と関連付けられた各記号と関連付けられ、
    前記受信された1つ以上の手動入力の注釈に少なくとも部分的に基づいて、手動入力で注釈をつけられていない前記コーパスと関連付けられた前記テキストの少なくとも一部分に自動的に注釈をつけることと、を更に含むことを特徴とする請求項11から16のいずれか1項に記載の電子デバイス。
  18. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方に対応する第1の確率と前記同形異音異義語の文字の前記第2の読み方に対応する第2の確率とを関連付けるためにトレーニングされることを特徴とする請求項11から17のいずれか1項に記載の電子デバイス。
  19. 前記言語モデルは、前記同形異音異義語の文字の前記第1の読み方を含む第1の文字列に対応する第1の確率と前記同形異音異義語の文字の前記第2の読み方を含む第2の文字列に対応する第2の確率とを関連付けるためにトレーニングされ、前記第1及び前記第2の文字列はそれぞれ2つ以上の文字を含むことを特徴とする請求項11から18のいずれか1項に記載の電子デバイス。
  20. 命令を格納したコンピュータ読み取り可能な記録媒体であって、前記命令は、電子デバイスの1つ以上のプロセッサにより実行されたときに、前記電子デバイスに
    文字の集合に変換される入力データを受信させ、前記文字の集合は、対象記号系における前記入力データの記号表現を含み、
    同形異音異義語の文字が前記入力データの対応する部分を表す確率のそれぞれを判定するために、前記対象記号系における前記同形異音異義語の文字の第1の読み方と第2の読み方とを区別する言語モデルを使用させる、ことを特徴とするコンピュータ読み取り可能な記録媒体。
JP2014166939A 2011-08-11 2014-08-19 言語変換において複数の読み方の曖昧性を除去する方法 Expired - Fee Related JP5997217B2 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/208,222 US8706472B2 (en) 2011-08-11 2011-08-11 Method for disambiguating multiple readings in language conversion
US13/208,222 2011-08-11

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2012178885A Division JP2013065284A (ja) 2011-08-11 2012-08-10 言語変換において複数の読み方の曖昧性を除去する方法

Publications (2)

Publication Number Publication Date
JP2015038731A true JP2015038731A (ja) 2015-02-26
JP5997217B2 JP5997217B2 (ja) 2016-09-28

Family

ID=47678084

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2012178885A Pending JP2013065284A (ja) 2011-08-11 2012-08-10 言語変換において複数の読み方の曖昧性を除去する方法
JP2014166939A Expired - Fee Related JP5997217B2 (ja) 2011-08-11 2014-08-19 言語変換において複数の読み方の曖昧性を除去する方法

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2012178885A Pending JP2013065284A (ja) 2011-08-11 2012-08-10 言語変換において複数の読み方の曖昧性を除去する方法

Country Status (4)

Country Link
US (1) US8706472B2 (ja)
JP (2) JP2013065284A (ja)
KR (1) KR101435265B1 (ja)
CN (1) CN102982021B (ja)

Families Citing this family (216)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645137B2 (en) 2000-03-16 2014-02-04 Apple Inc. Fast, language-independent method for user authentication by voice
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
US8463053B1 (en) 2008-08-08 2013-06-11 The Research Foundation Of State University Of New York Enhanced max margin learning on multimodal data mining in a multimedia database
US8676904B2 (en) 2008-10-02 2014-03-18 Apple Inc. Electronic devices with voice command and contextual data processing capabilities
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US20120311585A1 (en) 2011-06-03 2012-12-06 Apple Inc. Organizing task items that represent tasks to perform
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US9431006B2 (en) 2009-07-02 2016-08-30 Apple Inc. Methods and apparatuses for automatic speech recognition
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
DE112011100329T5 (de) 2010-01-25 2012-10-31 Andrew Peter Nelson Jerram Vorrichtungen, Verfahren und Systeme für eine Digitalkonversationsmanagementplattform
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US9634855B2 (en) 2010-05-13 2017-04-25 Alexander Poltorak Electronic personal interactive device that determines topics of interest using a conversational agent
CN102651217A (zh) * 2011-02-25 2012-08-29 株式会社东芝 用于合成语音的方法、设备以及用于语音合成的声学模型训练方法
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
DE102011079034A1 (de) 2011-07-12 2013-01-17 Siemens Aktiengesellschaft Ansteuerung eines technischen Systems
US8994660B2 (en) 2011-08-29 2015-03-31 Apple Inc. Text correction processing
CN103294661A (zh) * 2012-03-01 2013-09-11 富泰华工业(深圳)有限公司 语言歧义消除系统及方法
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
US9280610B2 (en) 2012-05-14 2016-03-08 Apple Inc. Crowd sourcing information to fulfill user requests
US8983211B2 (en) * 2012-05-14 2015-03-17 Xerox Corporation Method for processing optical character recognizer output
US10417037B2 (en) 2012-05-15 2019-09-17 Apple Inc. Systems and methods for integrating third party services with a digital assistant
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
US10957310B1 (en) 2012-07-23 2021-03-23 Soundhound, Inc. Integrated programming framework for speech and text understanding with meaning parsing
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
US20150309991A1 (en) * 2012-12-06 2015-10-29 Rakuten, Inc. Input support device, input support method, and input support program
CN103076893B (zh) * 2012-12-31 2016-08-17 百度在线网络技术(北京)有限公司 一种用于实现语音输入的方法与设备
DE212014000045U1 (de) 2013-02-07 2015-09-24 Apple Inc. Sprach-Trigger für einen digitalen Assistenten
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US8965129B2 (en) 2013-03-15 2015-02-24 Translate Abroad, Inc. Systems and methods for determining and displaying multi-line foreign language translations in real time on mobile devices
US10748529B1 (en) 2013-03-15 2020-08-18 Apple Inc. Voice activated device for use with a voice-based digital assistant
JP6317772B2 (ja) 2013-03-15 2018-04-25 トランスレート アブロード,インコーポレイテッド 外国語の文字セットおよびそれらの翻訳を資源に制約のあるモバイル機器上にリアルタイムで表示するためのシステムおよび方法
GB2520226A (en) * 2013-05-28 2015-05-20 Ibm Differentiation of messages for receivers thereof
JP6245846B2 (ja) * 2013-05-30 2017-12-13 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation 音声認識における読み精度を改善するシステム、方法、およびプログラム
WO2014197336A1 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
DE112014002747T5 (de) 2013-06-09 2016-03-03 Apple Inc. Vorrichtung, Verfahren und grafische Benutzerschnittstelle zum Ermöglichen einer Konversationspersistenz über zwei oder mehr Instanzen eines digitalen Assistenten
US9633317B2 (en) * 2013-06-20 2017-04-25 Viv Labs, Inc. Dynamically evolving cognitive architecture system based on a natural language intent interpreter
US10083009B2 (en) 2013-06-20 2018-09-25 Viv Labs, Inc. Dynamically evolving cognitive architecture system planning
US10474961B2 (en) 2013-06-20 2019-11-12 Viv Labs, Inc. Dynamically evolving cognitive architecture system based on prompting for additional user input
US9594542B2 (en) 2013-06-20 2017-03-14 Viv Labs, Inc. Dynamically evolving cognitive architecture system based on training by third-party developers
CN104238991B (zh) * 2013-06-21 2018-05-25 腾讯科技(深圳)有限公司 语音输入匹配方法及装置
CN104239289B (zh) * 2013-06-24 2017-08-29 富士通株式会社 音节划分方法和音节划分设备
CN103455621B (zh) * 2013-09-12 2018-07-06 深圳前海百递网络有限公司 一种物流运单号的解析方法、装置和系统
CN103578464B (zh) 2013-10-18 2017-01-11 威盛电子股份有限公司 语言模型的建立方法、语音辨识方法及电子装置
US10296160B2 (en) 2013-12-06 2019-05-21 Apple Inc. Method for extracting salient dialog usage from live data
KR20150075140A (ko) * 2013-12-24 2015-07-03 삼성전자주식회사 전자 장치의 메시지 제어 방법 및 그 전자 장치
CN104808806B (zh) * 2014-01-28 2019-10-25 北京三星通信技术研究有限公司 根据不确定性信息实现汉字输入的方法和装置
US11295730B1 (en) 2014-02-27 2022-04-05 Soundhound, Inc. Using phonetic variants in a local context to improve natural language understanding
CN104142909B (zh) * 2014-05-07 2016-04-27 腾讯科技(深圳)有限公司 一种汉字注音方法及装置
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
EP3149728B1 (en) 2014-05-30 2019-01-16 Apple Inc. Multi-command single utterance input method
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US10659851B2 (en) 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US9805028B1 (en) * 2014-09-17 2017-10-31 Google Inc. Translating terms using numeric representations
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US9711141B2 (en) * 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
TWI550420B (zh) * 2015-02-12 2016-09-21 國立雲林科技大學 資訊取得系統與方法、以及儲存裝置
USD749115S1 (en) 2015-02-20 2016-02-09 Translate Abroad, Inc. Mobile device with graphical user interface
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US10152299B2 (en) 2015-03-06 2018-12-11 Apple Inc. Reducing response latency of intelligent automated assistants
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US10460227B2 (en) 2015-05-15 2019-10-29 Apple Inc. Virtual assistant in a communication session
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10200824B2 (en) 2015-05-27 2019-02-05 Apple Inc. Systems and methods for proactively identifying and surfacing relevant content on a touch-sensitive device
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US9578173B2 (en) 2015-06-05 2017-02-21 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
CN104991656B (zh) * 2015-06-11 2018-12-21 浦江开丰广告设计有限公司 一种输入汉语词组的方法
US20160378747A1 (en) 2015-06-29 2016-12-29 Apple Inc. Virtual assistant for media playback
US10331312B2 (en) 2015-09-08 2019-06-25 Apple Inc. Intelligent automated assistant in a media environment
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US10740384B2 (en) 2015-09-08 2020-08-11 Apple Inc. Intelligent automated assistant for media search and playback
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10956666B2 (en) 2015-11-09 2021-03-23 Apple Inc. Unconventional virtual assistant interactions
USD791182S1 (en) * 2015-11-26 2017-07-04 Guangzhou Shenma Mobile Information Technology Co., Ltd. Display screen with graphical user interface
USD791823S1 (en) * 2015-11-26 2017-07-11 Guangzhou Shenma Mobile Information Technology Co., Ltd. Display screen with graphical user interface
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US11227589B2 (en) 2016-06-06 2022-01-18 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
DK179588B1 (en) 2016-06-09 2019-02-22 Apple Inc. INTELLIGENT AUTOMATED ASSISTANT IN A HOME ENVIRONMENT
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
DK179343B1 (en) 2016-06-11 2018-05-14 Apple Inc Intelligent task discovery
DK179049B1 (en) 2016-06-11 2017-09-18 Apple Inc Data driven natural language event detection and classification
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
US10474753B2 (en) 2016-09-07 2019-11-12 Apple Inc. Language identification using recurrent neural networks
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US11204787B2 (en) 2017-01-09 2021-12-21 Apple Inc. Application integration with a digital assistant
US10579738B2 (en) * 2017-04-05 2020-03-03 Voicebox Technologies Corporation System and method for generating a multi-lingual and multi-intent capable semantic parser based on automatically generated operators and user-designated utterances relating to the operators
EP3616083A4 (en) * 2017-04-23 2021-01-13 Nuance Communications, Inc. MULTILINGUAL SEMANTIC ANALYZER BASED ON TRANSFERRED LEARNING
US10417266B2 (en) 2017-05-09 2019-09-17 Apple Inc. Context-aware ranking of intelligent response suggestions
DK201770383A1 (en) 2017-05-09 2018-12-14 Apple Inc. USER INTERFACE FOR CORRECTING RECOGNITION ERRORS
DK201770439A1 (en) 2017-05-11 2018-12-13 Apple Inc. Offline personal assistant
DK180048B1 (en) 2017-05-11 2020-02-04 Apple Inc. MAINTAINING THE DATA PROTECTION OF PERSONAL INFORMATION
US10726832B2 (en) 2017-05-11 2020-07-28 Apple Inc. Maintaining privacy of personal information
US10395654B2 (en) 2017-05-11 2019-08-27 Apple Inc. Text normalization based on a data-driven learning network
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
US11301477B2 (en) 2017-05-12 2022-04-12 Apple Inc. Feedback analysis of a digital assistant
DK201770427A1 (en) 2017-05-12 2018-12-20 Apple Inc. LOW-LATENCY INTELLIGENT AUTOMATED ASSISTANT
DK179496B1 (en) 2017-05-12 2019-01-15 Apple Inc. USER-SPECIFIC Acoustic Models
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
DK201770432A1 (en) 2017-05-15 2018-12-21 Apple Inc. Hierarchical belief states for digital assistants
US10403278B2 (en) 2017-05-16 2019-09-03 Apple Inc. Methods and systems for phonetic matching in digital assistant services
US20180336892A1 (en) 2017-05-16 2018-11-22 Apple Inc. Detecting a trigger of a digital assistant
US10311144B2 (en) 2017-05-16 2019-06-04 Apple Inc. Emoji word sense disambiguation
DK179549B1 (en) 2017-05-16 2019-02-12 Apple Inc. FAR-FIELD EXTENSION FOR DIGITAL ASSISTANT SERVICES
US10303715B2 (en) 2017-05-16 2019-05-28 Apple Inc. Intelligent automated assistant for media exploration
US10657328B2 (en) 2017-06-02 2020-05-19 Apple Inc. Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
TWI640877B (zh) * 2017-06-14 2018-11-11 財團法人資訊工業策進會 語意分析裝置、方法及其電腦程式產品
US10445429B2 (en) 2017-09-21 2019-10-15 Apple Inc. Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en) 2017-09-29 2020-08-25 Apple Inc. Rule-based natural language processing
US10636424B2 (en) 2017-11-30 2020-04-28 Apple Inc. Multi-turn canned dialog
US10929611B2 (en) * 2017-12-05 2021-02-23 discourse.ai, Inc. Computer-based interlocutor understanding using classifying conversation segments
US11004013B2 (en) * 2017-12-05 2021-05-11 discourse.ai, Inc. Training of chatbots from corpus of human-to-human chats
US10733982B2 (en) 2018-01-08 2020-08-04 Apple Inc. Multi-directional dialog
US10733375B2 (en) 2018-01-31 2020-08-04 Apple Inc. Knowledge-based framework for improving natural language understanding
US10789959B2 (en) 2018-03-02 2020-09-29 Apple Inc. Training speaker recognition models for digital assistants
US10592604B2 (en) 2018-03-12 2020-03-17 Apple Inc. Inverse text normalization for automatic speech recognition
US10818288B2 (en) 2018-03-26 2020-10-27 Apple Inc. Natural assistant interaction
US10909331B2 (en) 2018-03-30 2021-02-02 Apple Inc. Implicit identification of translation payload with neural machine translation
US11145294B2 (en) 2018-05-07 2021-10-12 Apple Inc. Intelligent automated assistant for delivering content from user experiences
US10928918B2 (en) 2018-05-07 2021-02-23 Apple Inc. Raise to speak
US10984780B2 (en) 2018-05-21 2021-04-20 Apple Inc. Global semantic word embeddings using bi-directional recurrent neural networks
DK179822B1 (da) 2018-06-01 2019-07-12 Apple Inc. Voice interaction at a primary device to access call functionality of a companion device
US10892996B2 (en) 2018-06-01 2021-01-12 Apple Inc. Variable latency device coordination
DK201870355A1 (en) 2018-06-01 2019-12-16 Apple Inc. VIRTUAL ASSISTANT OPERATION IN MULTI-DEVICE ENVIRONMENTS
DK180639B1 (en) 2018-06-01 2021-11-04 Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
US11386266B2 (en) 2018-06-01 2022-07-12 Apple Inc. Text correction
US11076039B2 (en) 2018-06-03 2021-07-27 Apple Inc. Accelerated task performance
JP7115187B2 (ja) * 2018-09-27 2022-08-09 大日本印刷株式会社 情報処理装置、情報処理方法及びプログラム
US11010561B2 (en) 2018-09-27 2021-05-18 Apple Inc. Sentiment prediction from textual data
US11462215B2 (en) 2018-09-28 2022-10-04 Apple Inc. Multi-modal inputs for voice commands
US10839159B2 (en) 2018-09-28 2020-11-17 Apple Inc. Named entity normalization in a spoken dialog system
US11170166B2 (en) 2018-09-28 2021-11-09 Apple Inc. Neural typographical error modeling via generative adversarial networks
US11475898B2 (en) 2018-10-26 2022-10-18 Apple Inc. Low-latency multi-speaker speech recognition
US10956466B2 (en) 2018-12-26 2021-03-23 Paypal, Inc. Machine learning approach to cross-language translation and search
US11638059B2 (en) 2019-01-04 2023-04-25 Apple Inc. Content playback on multiple devices
US11250221B2 (en) * 2019-03-14 2022-02-15 Sap Se Learning system for contextual interpretation of Japanese words
US11348573B2 (en) 2019-03-18 2022-05-31 Apple Inc. Multimodality in digital assistant systems
DK201970509A1 (en) 2019-05-06 2021-01-15 Apple Inc Spoken notifications
US11423908B2 (en) 2019-05-06 2022-08-23 Apple Inc. Interpreting spoken requests
US11475884B2 (en) 2019-05-06 2022-10-18 Apple Inc. Reducing digital assistant latency when a language is incorrectly determined
US11307752B2 (en) 2019-05-06 2022-04-19 Apple Inc. User configurable task triggers
US11140099B2 (en) 2019-05-21 2021-10-05 Apple Inc. Providing message response suggestions
DK180129B1 (en) 2019-05-31 2020-06-02 Apple Inc. USER ACTIVITY SHORTCUT SUGGESTIONS
DK201970510A1 (en) 2019-05-31 2021-02-11 Apple Inc Voice identification in digital assistant systems
US11289073B2 (en) 2019-05-31 2022-03-29 Apple Inc. Device text to speech
US11496600B2 (en) 2019-05-31 2022-11-08 Apple Inc. Remote execution of machine-learned models
US11360641B2 (en) 2019-06-01 2022-06-14 Apple Inc. Increasing the relevance of new available information
US11468890B2 (en) 2019-06-01 2022-10-11 Apple Inc. Methods and user interfaces for voice-based control of electronic devices
US11475882B1 (en) * 2019-06-27 2022-10-18 Rapid7, Inc. Generating training data for machine learning models
WO2021056255A1 (en) 2019-09-25 2021-04-01 Apple Inc. Text detection using global geometry estimators
CN111026844B (zh) * 2019-12-04 2023-08-01 河北数云堂智能科技有限公司 一种识别数字串读法的方法及装置
US11061543B1 (en) 2020-05-11 2021-07-13 Apple Inc. Providing relevant data items based on context
US11038934B1 (en) 2020-05-11 2021-06-15 Apple Inc. Digital assistant hardware abstraction
US11755276B2 (en) 2020-05-12 2023-09-12 Apple Inc. Reducing description length based on confidence
US11490204B2 (en) 2020-07-20 2022-11-01 Apple Inc. Multi-device audio adjustment coordination
US11438683B2 (en) 2020-07-21 2022-09-06 Apple Inc. User identification using headphones
WO2022215120A1 (ja) * 2021-04-05 2022-10-13 株式会社KPMG Ignition Tokyo 情報処理装置、情報処理方法、情報処理プログラム
USD1001835S1 (en) * 2021-07-09 2023-10-17 Beijing Xiaomi Mobile Software Co., Ltd. Display screen or portion thereof with animated graphical user interface
USD1003322S1 (en) * 2022-10-14 2023-10-31 Shanghai Hode Information Technology Co., Ltd. Display screen with transitional graphical user interface

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007004633A (ja) * 2005-06-24 2007-01-11 Microsoft Corp 言語モデル作成装置およびそれにより作成された言語モデルを使用する言語処理装置

Family Cites Families (589)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3828132A (en) 1970-10-30 1974-08-06 Bell Telephone Labor Inc Speech synthesis by concatenation of formant encoded words
US3704345A (en) 1971-03-19 1972-11-28 Bell Telephone Labor Inc Conversion of printed text into synthetic speech
US3979557A (en) 1974-07-03 1976-09-07 International Telephone And Telegraph Corporation Speech processor system for pitch period extraction using prediction filters
BG24190A1 (en) 1976-09-08 1978-01-10 Antonov Method of synthesis of speech and device for effecting same
JPS597120B2 (ja) 1978-11-24 1984-02-16 日本電気株式会社 音声分析装置
US4310721A (en) 1980-01-23 1982-01-12 The United States Of America As Represented By The Secretary Of The Army Half duplex integral vocoder modem system
US4348553A (en) 1980-07-02 1982-09-07 International Business Machines Corporation Parallel pattern verifier with dynamic time warping
US5047617A (en) 1982-01-25 1991-09-10 Symbol Technologies, Inc. Narrow-bodied, single- and twin-windowed portable laser scanning head for reading bar code symbols
DE3382796T2 (de) 1982-06-11 1996-03-28 Mitsubishi Electric Corp Vorrichtung zur Zwischenbildkodierung.
US4688195A (en) 1983-01-28 1987-08-18 Texas Instruments Incorporated Natural-language interface generating system
JPS603056A (ja) 1983-06-21 1985-01-09 Toshiba Corp 情報整理装置
DE3335358A1 (de) 1983-09-29 1985-04-11 Siemens AG, 1000 Berlin und 8000 München Verfahren zur bestimmung von sprachspektren fuer die automatische spracherkennung und sprachcodierung
US5164900A (en) 1983-11-14 1992-11-17 Colman Bernath Method and device for phonetically encoding Chinese textual data for data processing entry
US4726065A (en) 1984-01-26 1988-02-16 Horst Froessl Image manipulation by speech signals
US4955047A (en) 1984-03-26 1990-09-04 Dytel Corporation Automated attendant with direct inward system access
US4811243A (en) 1984-04-06 1989-03-07 Racine Marsh V Computer aided coordinate digitizing system
US4692941A (en) 1984-04-10 1987-09-08 First Byte Real-time text-to-speech conversion system
US4783807A (en) 1984-08-27 1988-11-08 John Marley System and method for sound recognition with feature selection synchronized to voice pitch
US4718094A (en) 1984-11-19 1988-01-05 International Business Machines Corp. Speech recognition system
US5165007A (en) 1985-02-01 1992-11-17 International Business Machines Corporation Feneme-based Markov models for words
US4944013A (en) 1985-04-03 1990-07-24 British Telecommunications Public Limited Company Multi-pulse speech coder
US4819271A (en) 1985-05-29 1989-04-04 International Business Machines Corporation Constructing Markov model word baseforms from multiple utterances by concatenating model sequences for word segments
US4833712A (en) 1985-05-29 1989-05-23 International Business Machines Corporation Automatic generation of simple Markov model stunted baseforms for words in a vocabulary
EP0218859A3 (en) 1985-10-11 1989-09-06 International Business Machines Corporation Signal processor communication interface
US4776016A (en) 1985-11-21 1988-10-04 Position Orientation Systems, Inc. Voice control system
JPH0833744B2 (ja) 1986-01-09 1996-03-29 株式会社東芝 音声合成装置
US4724542A (en) 1986-01-22 1988-02-09 International Business Machines Corporation Automatic reference adaptation during dynamic signature verification
US5128752A (en) 1986-03-10 1992-07-07 Kohorn H Von System and method for generating and redeeming tokens
US5759101A (en) 1986-03-10 1998-06-02 Response Reward Systems L.C. Central and remote evaluation of responses of participatory broadcast audience with automatic crediting and couponing
US5032989A (en) 1986-03-19 1991-07-16 Realpro, Ltd. Real estate search and location system and method
DE3779351D1 (ja) 1986-03-28 1992-07-02 American Telephone And Telegraph Co., New York, N.Y., Us
US4903305A (en) 1986-05-12 1990-02-20 Dragon Systems, Inc. Method for representing word models for use in speech recognition
DE3788488T2 (de) 1986-10-03 1994-05-11 British Telecomm Sprachenübersetzungssystem.
AU592236B2 (en) 1986-10-16 1990-01-04 Mitsubishi Denki Kabushiki Kaisha Amplitude-adapted vector quantizer
US4829576A (en) 1986-10-21 1989-05-09 Dragon Systems, Inc. Voice recognition system
US4852168A (en) 1986-11-18 1989-07-25 Sprague Richard P Compression of stored waveforms for artificial speech
US4727354A (en) 1987-01-07 1988-02-23 Unisys Corporation System for selecting best fit vector code in vector quantization encoding
US4827520A (en) 1987-01-16 1989-05-02 Prince Corporation Voice actuated control system for use in a vehicle
US4965763A (en) 1987-03-03 1990-10-23 International Business Machines Corporation Computer method for automatic extraction of commonly specified information from business correspondence
US5644727A (en) 1987-04-15 1997-07-01 Proprietary Financial Products, Inc. System for the operation and management of one or more financial accounts through the use of a digital communication and computation system for exchange, investment and borrowing
EP0293259A3 (en) 1987-05-29 1990-03-07 Kabushiki Kaisha Toshiba Voice recognition system used in telephone apparatus
DE3723078A1 (de) 1987-07-11 1989-01-19 Philips Patentverwaltung Verfahren zur erkennung von zusammenhaengend gesprochenen woertern
CA1288516C (en) 1987-07-31 1991-09-03 Leendert M. Bijnagte Apparatus and method for communicating textual and image information between a host computer and a remote display terminal
US4974191A (en) 1987-07-31 1990-11-27 Syntellect Software Inc. Adaptive natural language computer interface system
US5022081A (en) 1987-10-01 1991-06-04 Sharp Kabushiki Kaisha Information recognition system
US4852173A (en) 1987-10-29 1989-07-25 International Business Machines Corporation Design and construction of a binary-tree system for language modelling
DE3876379T2 (de) 1987-10-30 1993-06-09 Ibm Automatische bestimmung von kennzeichen und markov-wortmodellen in einem spracherkennungssystem.
US5072452A (en) 1987-10-30 1991-12-10 International Business Machines Corporation Automatic determination of labels and Markov word models in a speech recognition system
US4914586A (en) 1987-11-06 1990-04-03 Xerox Corporation Garbage collector for hypermedia systems
US4992972A (en) 1987-11-18 1991-02-12 International Business Machines Corporation Flexible context searchable on-line information system with help files and modules for on-line computer system documentation
US5220657A (en) 1987-12-02 1993-06-15 Xerox Corporation Updating local copy of shared data in a collaborative system
US4984177A (en) 1988-02-05 1991-01-08 Advanced Products And Technologies, Inc. Voice language translator
CA1333420C (en) 1988-02-29 1994-12-06 Tokumichi Murakami Vector quantizer
US4914590A (en) 1988-05-18 1990-04-03 Emhart Industries, Inc. Natural language understanding system
FR2636163B1 (fr) 1988-09-02 1991-07-05 Hamon Christian Procede et dispositif de synthese de la parole par addition-recouvrement de formes d'onde
US4839853A (en) 1988-09-15 1989-06-13 Bell Communications Research, Inc. Computer information retrieval using latent semantic structure
JPH0293597A (ja) 1988-09-30 1990-04-04 Nippon I B M Kk 音声認識装置
US4905163A (en) 1988-10-03 1990-02-27 Minnesota Mining & Manufacturing Company Intelligent optical navigator dynamic information presentation and navigation system
US5282265A (en) 1988-10-04 1994-01-25 Canon Kabushiki Kaisha Knowledge information processing system
DE3837590A1 (de) 1988-11-05 1990-05-10 Ant Nachrichtentech Verfahren zum reduzieren der datenrate von digitalen bilddaten
EP0372734B1 (en) 1988-11-23 1994-03-09 Digital Equipment Corporation Name pronunciation by synthesizer
US5027406A (en) 1988-12-06 1991-06-25 Dragon Systems, Inc. Method for interactive speech recognition and training
US5127055A (en) 1988-12-30 1992-06-30 Kurzweil Applied Intelligence, Inc. Speech recognition apparatus & method having dynamic reference pattern adaptation
US5293448A (en) 1989-10-02 1994-03-08 Nippon Telegraph And Telephone Corporation Speech analysis-synthesis method and apparatus therefor
SE466029B (sv) 1989-03-06 1991-12-02 Ibm Svenska Ab Anordning och foerfarande foer analys av naturligt spraak i ett datorbaserat informationsbehandlingssystem
JPH0782544B2 (ja) 1989-03-24 1995-09-06 インターナショナル・ビジネス・マシーンズ・コーポレーション マルチテンプレートを用いるdpマツチング方法及び装置
US4977598A (en) 1989-04-13 1990-12-11 Texas Instruments Incorporated Efficient pruning algorithm for hidden markov model speech recognition
US5197005A (en) 1989-05-01 1993-03-23 Intelligent Business Systems Database retrieval system having a natural language interface
US5010574A (en) 1989-06-13 1991-04-23 At&T Bell Laboratories Vector quantizer search arrangement
JP2940005B2 (ja) 1989-07-20 1999-08-25 日本電気株式会社 音声符号化装置
US5091945A (en) 1989-09-28 1992-02-25 At&T Bell Laboratories Source dependent channel coding with error protection
CA2027705C (en) 1989-10-17 1994-02-15 Masami Akamine Speech coding system utilizing a recursive computation technique for improvement in processing speed
US5020112A (en) 1989-10-31 1991-05-28 At&T Bell Laboratories Image recognition method using two-dimensional stochastic grammars
US5220639A (en) 1989-12-01 1993-06-15 National Science Council Mandarin speech input method for Chinese computers and a mandarin speech recognition machine
US5021971A (en) 1989-12-07 1991-06-04 Unisys Corporation Reflective binary encoder for vector quantization
US5179652A (en) 1989-12-13 1993-01-12 Anthony I. Rozmanith Method and apparatus for storing, transmitting and retrieving graphical and tabular data
CH681573A5 (en) 1990-02-13 1993-04-15 Astral Automatic teller arrangement involving bank computers - is operated by user data card carrying personal data, account information and transaction records
US5208862A (en) 1990-02-22 1993-05-04 Nec Corporation Speech coder
US5301109A (en) 1990-06-11 1994-04-05 Bell Communications Research, Inc. Computerized cross-language document retrieval using latent semantic indexing
JP3266246B2 (ja) 1990-06-15 2002-03-18 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン 自然言語解析装置及び方法並びに自然言語解析用知識ベース構築方法
US5202952A (en) 1990-06-22 1993-04-13 Dragon Systems, Inc. Large-vocabulary continuous speech prefiltering and processing system
GB9017600D0 (en) 1990-08-10 1990-09-26 British Aerospace An assembly and method for binary tree-searched vector quanisation data compression processing
US5404295A (en) 1990-08-16 1995-04-04 Katz; Boris Method and apparatus for utilizing annotations to facilitate computer retrieval of database material
US5309359A (en) 1990-08-16 1994-05-03 Boris Katz Method and apparatus for generating and utlizing annotations to facilitate computer text retrieval
US5297170A (en) 1990-08-21 1994-03-22 Codex Corporation Lattice and trellis-coded quantization
US5400434A (en) 1990-09-04 1995-03-21 Matsushita Electric Industrial Co., Ltd. Voice source for synthetic speech system
US5216747A (en) 1990-09-20 1993-06-01 Digital Voice Systems, Inc. Voiced/unvoiced estimation of an acoustic signal
US5128672A (en) 1990-10-30 1992-07-07 Apple Computer, Inc. Dynamic predictive keyboard
US5317507A (en) 1990-11-07 1994-05-31 Gallant Stephen I Method for document retrieval and for word sense disambiguation using neural networks
US5325298A (en) 1990-11-07 1994-06-28 Hnc, Inc. Methods for generating or revising context vectors for a plurality of word stems
US5247579A (en) 1990-12-05 1993-09-21 Digital Voice Systems, Inc. Methods for speech transmission
US5345536A (en) 1990-12-21 1994-09-06 Matsushita Electric Industrial Co., Ltd. Method of speech recognition
US5127053A (en) 1990-12-24 1992-06-30 General Electric Company Low-complexity method for improving the performance of autocorrelation-based pitch detectors
US5133011A (en) 1990-12-26 1992-07-21 International Business Machines Corporation Method and apparatus for linear vocal control of cursor position
US5268990A (en) 1991-01-31 1993-12-07 Sri International Method for recognizing speech using linguistically-motivated hidden Markov models
GB9105367D0 (en) 1991-03-13 1991-04-24 Univ Strathclyde Computerised information-retrieval database systems
US5303406A (en) 1991-04-29 1994-04-12 Motorola, Inc. Noise squelch circuit with adaptive noise shaping
US5475587A (en) 1991-06-28 1995-12-12 Digital Equipment Corporation Method and apparatus for efficient morphological text analysis using a high-level language for compact specification of inflectional paradigms
US5293452A (en) 1991-07-01 1994-03-08 Texas Instruments Incorporated Voice log-in using spoken name input
US5687077A (en) 1991-07-31 1997-11-11 Universal Dynamics Limited Method and apparatus for adaptive control
US5199077A (en) 1991-09-19 1993-03-30 Xerox Corporation Wordspotting for voice editing and indexing
JP2662120B2 (ja) 1991-10-01 1997-10-08 インターナショナル・ビジネス・マシーンズ・コーポレイション 音声認識装置および音声認識用処理ユニット
US5222146A (en) 1991-10-23 1993-06-22 International Business Machines Corporation Speech recognition apparatus having a speech coder outputting acoustic prototype ranks
KR940002854B1 (ko) 1991-11-06 1994-04-04 한국전기통신공사 음성 합성시스팀의 음성단편 코딩 및 그의 피치조절 방법과 그의 유성음 합성장치
US5386494A (en) 1991-12-06 1995-01-31 Apple Computer, Inc. Method and apparatus for controlling a speech recognition function using a cursor control device
US6081750A (en) 1991-12-23 2000-06-27 Hoffberg; Steven Mark Ergonomic man-machine interface incorporating adaptive pattern recognition based control system
US5903454A (en) 1991-12-23 1999-05-11 Hoffberg; Linda Irene Human-factored interface corporating adaptive pattern recognition based controller apparatus
US5502790A (en) 1991-12-24 1996-03-26 Oki Electric Industry Co., Ltd. Speech recognition method and system using triphones, diphones, and phonemes
US5349645A (en) 1991-12-31 1994-09-20 Matsushita Electric Industrial Co., Ltd. Word hypothesizer for continuous speech decoding using stressed-vowel centered bidirectional tree searches
US5267345A (en) 1992-02-10 1993-11-30 International Business Machines Corporation Speech recognition apparatus which predicts word classes from context and words from word classes
EP0559349B1 (en) 1992-03-02 1999-01-07 AT&T Corp. Training method and apparatus for speech recognition
US6055514A (en) 1992-03-20 2000-04-25 Wren; Stephen Corey System for marketing foods and services utilizing computerized centraland remote facilities
US5317647A (en) 1992-04-07 1994-05-31 Apple Computer, Inc. Constrained attribute grammars for syntactic pattern recognition
US5412804A (en) 1992-04-30 1995-05-02 Oracle Corporation Extending the semantics of the outer join operator for un-nesting queries to a data base
US5293584A (en) 1992-05-21 1994-03-08 International Business Machines Corporation Speech recognition system for natural language translation
US5390281A (en) 1992-05-27 1995-02-14 Apple Computer, Inc. Method and apparatus for deducing user intent and providing computer implemented services
US5434777A (en) 1992-05-27 1995-07-18 Apple Computer, Inc. Method and apparatus for processing natural language
US5734789A (en) 1992-06-01 1998-03-31 Hughes Electronics Voiced, unvoiced or noise modes in a CELP vocoder
US5333275A (en) 1992-06-23 1994-07-26 Wheatley Barbara J System and method for time aligning speech
US5325297A (en) 1992-06-25 1994-06-28 System Of Multiple-Colored Images For Internationally Listed Estates, Inc. Computer implemented method and system for storing and retrieving textual data and compressed image data
US5999908A (en) 1992-08-06 1999-12-07 Abelow; Daniel H. Customer-based product design module
US5412806A (en) 1992-08-20 1995-05-02 Hewlett-Packard Company Calibration of logical cost formulae for queries in a heterogeneous DBMS using synthetic database
GB9220404D0 (en) 1992-08-20 1992-11-11 Nat Security Agency Method of identifying,retrieving and sorting documents
US5333236A (en) 1992-09-10 1994-07-26 International Business Machines Corporation Speech recognizer having a speech coder for an acoustic match based on context-dependent speech-transition acoustic models
US5384893A (en) 1992-09-23 1995-01-24 Emerson & Stern Associates, Inc. Method and apparatus for speech synthesis based on prosodic analysis
FR2696036B1 (fr) 1992-09-24 1994-10-14 France Telecom Procédé de mesure de ressemblance entre échantillons sonores et dispositif de mise en Óoeuvre de ce procédé.
JPH0772840B2 (ja) 1992-09-29 1995-08-02 日本アイ・ビー・エム株式会社 音声モデルの構成方法、音声認識方法、音声認識装置及び音声モデルの訓練方法
US5758313A (en) 1992-10-16 1998-05-26 Mobile Information Systems, Inc. Method and apparatus for tracking vehicle location
US5455888A (en) 1992-12-04 1995-10-03 Northern Telecom Limited Speech bandwidth extension method and apparatus
US5412756A (en) 1992-12-22 1995-05-02 Mitsubishi Denki Kabushiki Kaisha Artificial intelligence software shell for plant operation simulation
US5390279A (en) 1992-12-31 1995-02-14 Apple Computer, Inc. Partitioning speech rules by context for speech recognition
US5613036A (en) 1992-12-31 1997-03-18 Apple Computer, Inc. Dynamic categories for a speech recognition system
US5734791A (en) 1992-12-31 1998-03-31 Apple Computer, Inc. Rapid tree-based method for vector quantization
US5384892A (en) 1992-12-31 1995-01-24 Apple Computer, Inc. Dynamic language model for speech recognition
US6122616A (en) 1993-01-21 2000-09-19 Apple Computer, Inc. Method and apparatus for diphone aliasing
US5864844A (en) 1993-02-18 1999-01-26 Apple Computer, Inc. System and method for enhancing a user interface with a computer based training tool
CA2091658A1 (en) 1993-03-15 1994-09-16 Matthew Lennig Method and apparatus for automation of directory assistance using speech recognition
US6055531A (en) 1993-03-24 2000-04-25 Engate Incorporated Down-line transcription system having context sensitive searching capability
US5536902A (en) 1993-04-14 1996-07-16 Yamaha Corporation Method of and apparatus for analyzing and synthesizing a sound by extracting and controlling a sound parameter
US5444823A (en) 1993-04-16 1995-08-22 Compaq Computer Corporation Intelligent search engine for associated on-line documentation having questionless case-based knowledge base
US5574823A (en) 1993-06-23 1996-11-12 Her Majesty The Queen In Right Of Canada As Represented By The Minister Of Communications Frequency selective harmonic coding
US5515475A (en) 1993-06-24 1996-05-07 Northern Telecom Limited Speech recognition method using a two-pass search
JPH0756933A (ja) 1993-06-24 1995-03-03 Xerox Corp 文書検索方法
JP3685812B2 (ja) 1993-06-29 2005-08-24 ソニー株式会社 音声信号送受信装置
US5794207A (en) 1996-09-04 1998-08-11 Walker Asset Management Limited Partnership Method and apparatus for a cryptographically assisted commercial network system designed to facilitate buyer-driven conditional purchase offers
US5495604A (en) 1993-08-25 1996-02-27 Asymetrix Corporation Method and apparatus for the modeling and query of database structures using natural language-like constructs
US5619694A (en) 1993-08-26 1997-04-08 Nec Corporation Case database storage/retrieval system
US5940811A (en) 1993-08-27 1999-08-17 Affinity Technology Group, Inc. Closed loop financial transaction method and apparatus
US5377258A (en) 1993-08-30 1994-12-27 National Medical Research Council Method and apparatus for an automated and interactive behavioral guidance system
US5873056A (en) 1993-10-12 1999-02-16 The Syracuse University Natural language processing system for semantic vector representation which accounts for lexical ambiguity
US5578808A (en) 1993-12-22 1996-11-26 Datamark Services, Inc. Data card that can be used for transactions involving separate card issuers
CA2179523A1 (en) 1993-12-23 1995-06-29 David A. Boulton Method and apparatus for implementing user feedback
US5621859A (en) 1994-01-19 1997-04-15 Bbn Corporation Single tree method for grammar directed, very large vocabulary speech recognizer
US5584024A (en) 1994-03-24 1996-12-10 Software Ag Interactive database query system and method for prohibiting the selection of semantically incorrect query parameters
US5642519A (en) 1994-04-29 1997-06-24 Sun Microsystems, Inc. Speech interpreter with a unified grammer compiler
US5671204A (en) 1994-05-25 1997-09-23 Victor Company Of Japan, Ltd. Variable transfer rate data reproduction apparatus
US5493677A (en) 1994-06-08 1996-02-20 Systems Research & Applications Corporation Generation, archiving, and retrieval of digital images with evoked suggestion-set captions and natural language interface
US5675819A (en) 1994-06-16 1997-10-07 Xerox Corporation Document information retrieval using global word co-occurrence patterns
JPH0869470A (ja) 1994-06-21 1996-03-12 Canon Inc 自然言語処理装置及びその方法
US5948040A (en) 1994-06-24 1999-09-07 Delorme Publishing Co. Travel reservation information and planning system
US5682539A (en) 1994-09-29 1997-10-28 Conrad; Donovan Anticipated meaning natural language interface
US5715468A (en) 1994-09-30 1998-02-03 Budzinski; Robert Lucius Memory system for storing and retrieving experience and knowledge with natural language
GB2293667B (en) 1994-09-30 1998-05-27 Intermation Limited Database management system
US5845255A (en) 1994-10-28 1998-12-01 Advanced Health Med-E-Systems Corporation Prescription management system
US5577241A (en) 1994-12-07 1996-11-19 Excite, Inc. Information retrieval system and method with implementation extensible query architecture
US5748974A (en) 1994-12-13 1998-05-05 International Business Machines Corporation Multimodal natural language interface for cross-application tasks
US5794050A (en) 1995-01-04 1998-08-11 Intelligent Text Processing, Inc. Natural language understanding system
CN101303717B (zh) 1995-02-13 2015-04-29 英特特拉斯特技术公司 用于安全交易管理和电子权利保护的系统和方法
US5701400A (en) 1995-03-08 1997-12-23 Amado; Carlos Armando Method and apparatus for applying if-then-else rules to data sets in a relational data base and generating from the results of application of said rules a database of diagnostics linked to said data sets to aid executive analysis of financial data
US5749081A (en) 1995-04-06 1998-05-05 Firefly Network, Inc. System and method for recommending items to a user
US5642464A (en) 1995-05-03 1997-06-24 Northern Telecom Limited Methods and apparatus for noise conditioning in digital speech compression systems using linear predictive coding
US5664055A (en) 1995-06-07 1997-09-02 Lucent Technologies Inc. CS-ACELP speech compression system with adaptive pitch prediction filter gain based on a measure of periodicity
US5710886A (en) 1995-06-16 1998-01-20 Sellectsoft, L.C. Electric couponing method and apparatus
JP3284832B2 (ja) 1995-06-22 2002-05-20 セイコーエプソン株式会社 音声認識対話処理方法および音声認識対話装置
US6038533A (en) 1995-07-07 2000-03-14 Lucent Technologies Inc. System and method for selecting training text
US6026388A (en) 1995-08-16 2000-02-15 Textwise, Llc User interface and other enhancements for natural language information retrieval system and method
JP3697748B2 (ja) 1995-08-21 2005-09-21 セイコーエプソン株式会社 端末、音声認識装置
US5712957A (en) 1995-09-08 1998-01-27 Carnegie Mellon University Locating and correcting erroneously recognized portions of utterances by rescoring based on two n-best lists
US5790978A (en) 1995-09-15 1998-08-04 Lucent Technologies, Inc. System and method for determining pitch contours
US6173261B1 (en) 1998-09-30 2001-01-09 At&T Corp Grammar fragment acquisition using syntactic and semantic clustering
US5737734A (en) 1995-09-15 1998-04-07 Infonautics Corporation Query word relevance adjustment in a search of an information retrieval system
US5884323A (en) 1995-10-13 1999-03-16 3Com Corporation Extendible method and apparatus for synchronizing files on two different computer systems
US5799276A (en) 1995-11-07 1998-08-25 Accent Incorporated Knowledge-based speech recognition system and methods having frame length computed based upon estimated pitch period of vocalic intervals
US5794237A (en) 1995-11-13 1998-08-11 International Business Machines Corporation System and method for improving problem source identification in computer systems employing relevance feedback and statistical source ranking
US5706442A (en) 1995-12-20 1998-01-06 Block Financial Corporation System for on-line financial services using distributed objects
US6119101A (en) 1996-01-17 2000-09-12 Personal Agents, Inc. Intelligent agents for electronic commerce
US6125356A (en) 1996-01-18 2000-09-26 Rosefaire Development, Ltd. Portable sales presentation system with selective scripted seller prompts
US5987404A (en) 1996-01-29 1999-11-16 International Business Machines Corporation Statistical natural language understanding using hidden clumpings
US5729694A (en) 1996-02-06 1998-03-17 The Regents Of The University Of California Speech coding, reconstruction and recognition using acoustics and electromagnetic waves
US6076088A (en) 1996-02-09 2000-06-13 Paik; Woojin Information extraction system and method using concept relation concept (CRC) triples
US5835893A (en) 1996-02-15 1998-11-10 Atr Interpreting Telecommunications Research Labs Class-based word clustering for speech recognition using a three-level balanced hierarchical similarity
US5901287A (en) 1996-04-01 1999-05-04 The Sabre Group Inc. Information aggregation and synthesization system
US5867799A (en) 1996-04-04 1999-02-02 Lang; Andrew K. Information system and method for filtering a massive flow of information entities to meet user information classification needs
US5987140A (en) 1996-04-26 1999-11-16 Verifone, Inc. System, method and article of manufacture for secure network electronic payment and credit collection
US5963924A (en) 1996-04-26 1999-10-05 Verifone, Inc. System, method and article of manufacture for the use of payment instrument holders and payment instruments in network electronic commerce
US5913193A (en) 1996-04-30 1999-06-15 Microsoft Corporation Method and system of runtime acoustic unit selection for speech synthesis
US5857184A (en) 1996-05-03 1999-01-05 Walden Media, Inc. Language and method for creating, organizing, and retrieving data from a database
US5828999A (en) 1996-05-06 1998-10-27 Apple Computer, Inc. Method and system for deriving a large-span semantic language model for large-vocabulary recognition systems
FR2748342B1 (fr) 1996-05-06 1998-07-17 France Telecom Procede et dispositif de filtrage par egalisation d'un signal de parole, mettant en oeuvre un modele statistique de ce signal
US5826261A (en) 1996-05-10 1998-10-20 Spencer; Graham System and method for querying multiple, distributed databases by selective sharing of local relative significance information for terms related to the query
US6366883B1 (en) 1996-05-15 2002-04-02 Atr Interpreting Telecommunications Concatenation of speech segments by use of a speech synthesizer
US5727950A (en) 1996-05-22 1998-03-17 Netsage Corporation Agent based instruction system and method
US5848386A (en) * 1996-05-28 1998-12-08 Ricoh Company, Ltd. Method and system for translating documents using different translation resources for different portions of the documents
US5966533A (en) 1996-06-11 1999-10-12 Excite, Inc. Method and system for dynamically synthesizing a computer program by differentially resolving atoms based on user context data
US5915249A (en) 1996-06-14 1999-06-22 Excite, Inc. System and method for accelerated query evaluation of very large full-text databases
US5987132A (en) 1996-06-17 1999-11-16 Verifone, Inc. System, method and article of manufacture for conditionally accepting a payment method utilizing an extensible, flexible architecture
US5825881A (en) 1996-06-28 1998-10-20 Allsoft Distributing Inc. Public network merchandising system
US6070147A (en) 1996-07-02 2000-05-30 Tecmark Services, Inc. Customer identification and marketing analysis systems
ATE320634T1 (de) 1996-07-22 2006-04-15 Cyva Res Corp Werkzeug zur sicherheit und zum austauch von persönlichen daten
US5862223A (en) 1996-07-24 1999-01-19 Walker Asset Management Limited Partnership Method and apparatus for a cryptographically-assisted commercial network system designed to facilitate and support expert-based commerce
EP0829811A1 (en) 1996-09-11 1998-03-18 Nippon Telegraph And Telephone Corporation Method and system for information retrieval
US6181935B1 (en) 1996-09-27 2001-01-30 Software.Com, Inc. Mobility extended telephone application programming interface and method of use
US5794182A (en) 1996-09-30 1998-08-11 Apple Computer, Inc. Linear predictive speech encoding systems with efficient combination pitch coefficients computation
US5721827A (en) 1996-10-02 1998-02-24 James Logan System for electrically distributing personalized information
US5913203A (en) 1996-10-03 1999-06-15 Jaesent Inc. System and method for pseudo cash transactions
US5930769A (en) 1996-10-07 1999-07-27 Rose; Andrea System and method for fashion shopping
US5836771A (en) 1996-12-02 1998-11-17 Ho; Chi Fai Learning method and system based on questioning
US6665639B2 (en) 1996-12-06 2003-12-16 Sensory, Inc. Speech recognition in consumer electronic products
US6078914A (en) 1996-12-09 2000-06-20 Open Text Corporation Natural language meta-search system and method
US5839106A (en) 1996-12-17 1998-11-17 Apple Computer, Inc. Large-vocabulary speech recognition using an integrated syntactic and semantic statistical language model
US5966126A (en) 1996-12-23 1999-10-12 Szabo; Andrew J. Graphic user interface for database system
US5932869A (en) 1996-12-27 1999-08-03 Graphic Technology, Inc. Promotional system with magnetic stripe and visual thermo-reversible print surfaced medium
JP3579204B2 (ja) 1997-01-17 2004-10-20 富士通株式会社 文書要約装置およびその方法
US5941944A (en) 1997-03-03 1999-08-24 Microsoft Corporation Method for providing a substitute for a requested inaccessible object by identifying substantially similar objects using weights corresponding to object features
US5930801A (en) 1997-03-07 1999-07-27 Xerox Corporation Shared-data environment in which each file has independent security properties
US6076051A (en) 1997-03-07 2000-06-13 Microsoft Corporation Information retrieval utilizing semantic representation of text
US5822743A (en) 1997-04-08 1998-10-13 1215627 Ontario Inc. Knowledge-based information retrieval system
US5970474A (en) 1997-04-24 1999-10-19 Sears, Roebuck And Co. Registry information system for shoppers
US5895464A (en) 1997-04-30 1999-04-20 Eastman Kodak Company Computer program product and a method for using natural language for the description, search and retrieval of multi-media objects
US6233545B1 (en) * 1997-05-01 2001-05-15 William E. Datig Universal machine translator of arbitrary languages utilizing epistemic moments
US5860063A (en) 1997-07-11 1999-01-12 At&T Corp Automated meaningful phrase clustering
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
US5974146A (en) 1997-07-30 1999-10-26 Huntington Bancshares Incorporated Real time bank-centric universal payment system
US5895466A (en) 1997-08-19 1999-04-20 At&T Corp Automated natural language understanding customer service system
US6081774A (en) 1997-08-22 2000-06-27 Novell, Inc. Natural language information retrieval system and method
US6404876B1 (en) 1997-09-25 2002-06-11 Gte Intelligent Network Services Incorporated System and method for voice activated dialing and routing under open access network control
US6023684A (en) 1997-10-01 2000-02-08 Security First Technologies, Inc. Three tier financial transaction system with cache memory
DE69712485T2 (de) 1997-10-23 2002-12-12 Sony Int Europe Gmbh Sprachschnittstelle für ein Hausnetzwerk
US6108627A (en) 1997-10-31 2000-08-22 Nortel Networks Corporation Automatic transcription tool
US5943670A (en) 1997-11-21 1999-08-24 International Business Machines Corporation System and method for categorizing objects in combined categories
US5960422A (en) 1997-11-26 1999-09-28 International Business Machines Corporation System and method for optimized source selection in an information retrieval system
US6026375A (en) 1997-12-05 2000-02-15 Nortel Networks Corporation Method and apparatus for processing orders from customers in a mobile environment
US6064960A (en) 1997-12-18 2000-05-16 Apple Computer, Inc. Method and apparatus for improved duration modeling of phonemes
US6094649A (en) 1997-12-22 2000-07-25 Partnet, Inc. Keyword searches of structured databases
US6173287B1 (en) 1998-03-11 2001-01-09 Digital Equipment Corporation Technique for ranking multimedia annotations of interest
US6195641B1 (en) 1998-03-27 2001-02-27 International Business Machines Corp. Network universal spoken language vocabulary
US6026393A (en) 1998-03-31 2000-02-15 Casebank Technologies Inc. Configuration knowledge as an aid to case retrieval
US6233559B1 (en) 1998-04-01 2001-05-15 Motorola, Inc. Speech control of multiple applications using applets
US6173279B1 (en) 1998-04-09 2001-01-09 At&T Corp. Method of using a natural language interface to retrieve information from one or more data resources
US6088731A (en) 1998-04-24 2000-07-11 Associative Computing, Inc. Intelligent assistant for use with a local computer and with the internet
US6016471A (en) 1998-04-29 2000-01-18 Matsushita Electric Industrial Co., Ltd. Method and apparatus using decision trees to generate and score multiple pronunciations for a spelled word
US6029132A (en) 1998-04-30 2000-02-22 Matsushita Electric Industrial Co. Method for letter-to-sound in text-to-speech synthesis
US6285786B1 (en) 1998-04-30 2001-09-04 Motorola, Inc. Text recognizer and method using non-cumulative character scoring in a forward search
US6144938A (en) 1998-05-01 2000-11-07 Sun Microsystems, Inc. Voice user interface with personality
US20070094223A1 (en) 1998-05-28 2007-04-26 Lawrence Au Method and system for using contextual meaning in voice to text conversion
US6778970B2 (en) 1998-05-28 2004-08-17 Lawrence Au Topological methods to organize semantic network data flows for conversational applications
US7711672B2 (en) 1998-05-28 2010-05-04 Lawrence Au Semantic network methods to disambiguate natural language meaning
US6144958A (en) 1998-07-15 2000-11-07 Amazon.Com, Inc. System and method for correcting spelling errors in search queries
US6105865A (en) 1998-07-17 2000-08-22 Hardesty; Laurence Daniel Financial transaction system with retirement saving benefit
US6434524B1 (en) 1998-09-09 2002-08-13 One Voice Technologies, Inc. Object interactive user interface using speech recognition and natural language processing
US6499013B1 (en) 1998-09-09 2002-12-24 One Voice Technologies, Inc. Interactive user interface using speech recognition and natural language processing
DE19841541B4 (de) 1998-09-11 2007-12-06 Püllen, Rainer Teilnehmereinheit für einen Multimediadienst
US6266637B1 (en) 1998-09-11 2001-07-24 International Business Machines Corporation Phrase splicing and variable substitution using a trainable speech synthesizer
US6792082B1 (en) 1998-09-11 2004-09-14 Comverse Ltd. Voice mail system with personal assistant provisioning
US6317831B1 (en) 1998-09-21 2001-11-13 Openwave Systems Inc. Method and apparatus for establishing a secure connection over a one-way data path
US6275824B1 (en) 1998-10-02 2001-08-14 Ncr Corporation System and method for managing data privacy in a database management system
JP2002527800A (ja) 1998-10-02 2002-08-27 インターナショナル・ビジネス・マシーンズ・コーポレーション 会話ブラウザおよび会話システム
GB9821969D0 (en) 1998-10-08 1998-12-02 Canon Kk Apparatus and method for processing natural language
US6928614B1 (en) 1998-10-13 2005-08-09 Visteon Global Technologies, Inc. Mobile office with speech recognition
US6453292B2 (en) 1998-10-28 2002-09-17 International Business Machines Corporation Command boundary identifier for conversational natural language
US6208971B1 (en) 1998-10-30 2001-03-27 Apple Computer, Inc. Method and apparatus for command recognition using data-driven semantic inference
US6321092B1 (en) 1998-11-03 2001-11-20 Signal Soft Corporation Multiple input data management for wireless location-based applications
US6446076B1 (en) 1998-11-12 2002-09-03 Accenture Llp. Voice interactive web-based agent system responsive to a user location for prioritizing and formatting information
US6606599B2 (en) 1998-12-23 2003-08-12 Interactive Speech Technologies, Llc Method for integrating computing processes with an interface controlled by voice actuated grammars
EP1138038B1 (en) 1998-11-13 2005-06-22 Lernout & Hauspie Speech Products N.V. Speech synthesis using concatenation of speech waveforms
US6246981B1 (en) 1998-11-25 2001-06-12 International Business Machines Corporation Natural language task-oriented dialog manager and method
US7082397B2 (en) 1998-12-01 2006-07-25 Nuance Communications, Inc. System for and method of creating and browsing a voice web
US6260024B1 (en) 1998-12-02 2001-07-10 Gary Shkedy Method and apparatus for facilitating buyer-driven purchase orders on a commercial network system
US7881936B2 (en) 1998-12-04 2011-02-01 Tegic Communications, Inc. Multimodal disambiguation of speech recognition
US6317707B1 (en) 1998-12-07 2001-11-13 At&T Corp. Automatic clustering of tokens from a corpus for grammar acquisition
US6308149B1 (en) 1998-12-16 2001-10-23 Xerox Corporation Grouping words with equivalent substrings by automatic clustering based on suffix relationships
US6523172B1 (en) 1998-12-17 2003-02-18 Evolutionary Technologies International, Inc. Parser translator system and method
US6460029B1 (en) 1998-12-23 2002-10-01 Microsoft Corporation System for improving search text
US6851115B1 (en) 1999-01-05 2005-02-01 Sri International Software-based architecture for communication and cooperation among distributed electronic agents
US6523061B1 (en) 1999-01-05 2003-02-18 Sri International, Inc. System, method, and article of manufacture for agent-based navigation in a speech-based data navigation system
US6757718B1 (en) 1999-01-05 2004-06-29 Sri International Mobile navigation of network-based electronic information using spoken input
US7036128B1 (en) 1999-01-05 2006-04-25 Sri International Offices Using a community of distributed electronic agents to support a highly mobile, ambient computing environment
US6742021B1 (en) 1999-01-05 2004-05-25 Sri International, Inc. Navigating network-based electronic information using spoken input with multimodal error feedback
US6513063B1 (en) 1999-01-05 2003-01-28 Sri International Accessing network-based electronic information through scripted online interfaces using spoken input
US7152070B1 (en) 1999-01-08 2006-12-19 The Regents Of The University Of California System and method for integrating and accessing multiple data sources within a data warehouse architecture
US6505183B1 (en) 1999-02-04 2003-01-07 Authoria, Inc. Human resource knowledge modeling and delivery system
US6317718B1 (en) 1999-02-26 2001-11-13 Accenture Properties (2) B.V. System, method and article of manufacture for location-based filtering for shopping agent in the physical world
GB9904662D0 (en) 1999-03-01 1999-04-21 Canon Kk Natural language search method and apparatus
US6356905B1 (en) 1999-03-05 2002-03-12 Accenture Llp System, method and article of manufacture for mobile communication utilizing an interface support framework
US6928404B1 (en) 1999-03-17 2005-08-09 International Business Machines Corporation System and methods for acoustic and language modeling for automatic speech recognition with large vocabularies
US6584464B1 (en) 1999-03-19 2003-06-24 Ask Jeeves, Inc. Grammar template query system
WO2000058942A2 (en) 1999-03-26 2000-10-05 Koninklijke Philips Electronics N.V. Client-server speech recognition
US6356854B1 (en) 1999-04-05 2002-03-12 Delphi Technologies, Inc. Holographic object position and type sensing system and method
WO2000060435A2 (en) 1999-04-07 2000-10-12 Rensselaer Polytechnic Institute System and method for accessing personal information
US6631346B1 (en) 1999-04-07 2003-10-07 Matsushita Electric Industrial Co., Ltd. Method and apparatus for natural language parsing using multiple passes and tags
US6647260B2 (en) 1999-04-09 2003-11-11 Openwave Systems Inc. Method and system facilitating web based provisioning of two-way mobile communications devices
US6924828B1 (en) 1999-04-27 2005-08-02 Surfnotes Method and apparatus for improved information representation
US6697780B1 (en) 1999-04-30 2004-02-24 At&T Corp. Method and apparatus for rapid acoustic unit selection from a large speech corpus
JP2003505778A (ja) 1999-05-28 2003-02-12 セーダ インコーポレイテッド 音声制御ユーザインタフェース用の認識文法作成の特定用途を有する句ベースの対話モデル化
US20020032564A1 (en) 2000-04-19 2002-03-14 Farzad Ehsani Phrase-based dialogue modeling with particular application to creating a recognition grammar for a voice-controlled user interface
US6931384B1 (en) 1999-06-04 2005-08-16 Microsoft Corporation System and method providing utility-based decision making about clarification dialog given communicative uncertainty
US6598039B1 (en) 1999-06-08 2003-07-22 Albert-Inc. S.A. Natural language interface for searching database
US7711565B1 (en) 1999-06-10 2010-05-04 Gazdzinski Robert F “Smart” elevator system and method
US6615175B1 (en) 1999-06-10 2003-09-02 Robert F. Gazdzinski “Smart” elevator system and method
US7093693B1 (en) 1999-06-10 2006-08-22 Gazdzinski Robert F Elevator access control system and method
US8065155B1 (en) 1999-06-10 2011-11-22 Gazdzinski Robert F Adaptive advertising apparatus and methods
US6711585B1 (en) 1999-06-15 2004-03-23 Kanisa Inc. System and method for implementing a knowledge management system
JP3361291B2 (ja) 1999-07-23 2003-01-07 コナミ株式会社 音声合成方法、音声合成装置及び音声合成プログラムを記録したコンピュータ読み取り可能な媒体
US6421672B1 (en) 1999-07-27 2002-07-16 Verizon Services Corp. Apparatus for and method of disambiguation of directory listing searches utilizing multiple selectable secondary search keys
EP1079387A3 (en) 1999-08-26 2003-07-09 Matsushita Electric Industrial Co., Ltd. Mechanism for storing information about recorded television broadcasts
US6912499B1 (en) 1999-08-31 2005-06-28 Nortel Networks Limited Method and apparatus for training a multilingual speech model set
US6697824B1 (en) 1999-08-31 2004-02-24 Accenture Llp Relationship management in an E-commerce application framework
US6601234B1 (en) 1999-08-31 2003-07-29 Accenture Llp Attribute dictionary in a business logic services environment
US7127403B1 (en) 1999-09-13 2006-10-24 Microstrategy, Inc. System and method for personalizing an interactive voice broadcast of a voice service based on particulars of a request
US6601026B2 (en) 1999-09-17 2003-07-29 Discern Communications, Inc. Information retrieval by natural language querying
US6625583B1 (en) 1999-10-06 2003-09-23 Goldman, Sachs & Co. Handheld trading system interface
US6505175B1 (en) 1999-10-06 2003-01-07 Goldman, Sachs & Co. Order centric tracking system
US7020685B1 (en) 1999-10-08 2006-03-28 Openwave Systems Inc. Method and apparatus for providing internet content to SMS-based wireless devices
US7447635B1 (en) 1999-10-19 2008-11-04 Sony Corporation Natural language interface control system
US6807574B1 (en) 1999-10-22 2004-10-19 Tellme Networks, Inc. Method and apparatus for content personalization over a telephone interface
JP2001125896A (ja) 1999-10-26 2001-05-11 Victor Co Of Japan Ltd 自然言語対話システム
US7310600B1 (en) 1999-10-28 2007-12-18 Canon Kabushiki Kaisha Language recognition using a similarity measure
US7725307B2 (en) 1999-11-12 2010-05-25 Phoenix Solutions, Inc. Query engine for processing voice based queries including semantic decoding
US6615172B1 (en) 1999-11-12 2003-09-02 Phoenix Solutions, Inc. Intelligent query engine for processing voice based queries
US6665640B1 (en) 1999-11-12 2003-12-16 Phoenix Solutions, Inc. Interactive speech based learning/training system formulating search queries based on natural language parsing of recognized user queries
US9076448B2 (en) 1999-11-12 2015-07-07 Nuance Communications, Inc. Distributed real time speech recognition system
US7392185B2 (en) 1999-11-12 2008-06-24 Phoenix Solutions, Inc. Speech based learning/training system using semantic decoding
US6633846B1 (en) 1999-11-12 2003-10-14 Phoenix Solutions, Inc. Distributed realtime speech recognition system
US7050977B1 (en) 1999-11-12 2006-05-23 Phoenix Solutions, Inc. Speech-enabled server for internet website and method
US6532446B1 (en) 1999-11-24 2003-03-11 Openwave Systems Inc. Server based speech recognition user interface for wireless devices
US6526382B1 (en) 1999-12-07 2003-02-25 Comverse, Inc. Language-oriented user interfaces for voice activated services
US6526395B1 (en) 1999-12-31 2003-02-25 Intel Corporation Application of personality models and interaction with synthetic characters in a computing system
US6556983B1 (en) 2000-01-12 2003-04-29 Microsoft Corporation Methods and apparatus for finding semantic information, such as usage logs, similar to a query using a pattern lattice data space
US6546388B1 (en) 2000-01-14 2003-04-08 International Business Machines Corporation Metadata search results ranking system
US6701294B1 (en) 2000-01-19 2004-03-02 Lucent Technologies, Inc. User interface for translating natural language inquiries into database queries and data presentations
US6829603B1 (en) 2000-02-02 2004-12-07 International Business Machines Corp. System, method and program product for interactive natural dialog
US6895558B1 (en) 2000-02-11 2005-05-17 Microsoft Corporation Multi-access mode electronic personal assistant
US6640098B1 (en) 2000-02-14 2003-10-28 Action Engine Corporation System for obtaining service-related information for local interactive wireless devices
WO2001063382A2 (en) 2000-02-25 2001-08-30 Synquiry Technologies, Ltd. Conceptual factoring and unification of graphs representing semantic models
US6449620B1 (en) 2000-03-02 2002-09-10 Nimble Technology, Inc. Method and apparatus for generating information pages using semi-structured data stored in a structured manner
US6895380B2 (en) 2000-03-02 2005-05-17 Electro Standards Laboratories Voice actuation with contextual learning for intelligent machine control
WO2001067225A2 (en) 2000-03-06 2001-09-13 Kanisa Inc. A system and method for providing an intelligent multi-step dialog with a user
US6466654B1 (en) 2000-03-06 2002-10-15 Avaya Technology Corp. Personal virtual assistant with semantic tagging
US6757362B1 (en) 2000-03-06 2004-06-29 Avaya Technology Corp. Personal virtual assistant
US6477488B1 (en) 2000-03-10 2002-11-05 Apple Computer, Inc. Method for dynamic context scope selection in hybrid n-gram+LSA language modeling
US6615220B1 (en) 2000-03-14 2003-09-02 Oracle International Corporation Method and mechanism for data consolidation
US6510417B1 (en) 2000-03-21 2003-01-21 America Online, Inc. System and method for voice access to internet-based information
GB2366009B (en) 2000-03-22 2004-07-21 Canon Kk Natural language machine interface
JP3728172B2 (ja) 2000-03-31 2005-12-21 キヤノン株式会社 音声合成方法および装置
US7177798B2 (en) 2000-04-07 2007-02-13 Rensselaer Polytechnic Institute Natural language interface using constrained intermediate dictionary of results
US7107204B1 (en) * 2000-04-24 2006-09-12 Microsoft Corporation Computer-aided writing system and method with cross-language writing wizard
US6810379B1 (en) 2000-04-24 2004-10-26 Sensory, Inc. Client/server architecture for text-to-speech synthesis
JP2002014954A (ja) 2000-06-28 2002-01-18 Toshiba Corp 中国語入力変換処理装置、中国語入力変換処理方法及び記録媒体
US6684187B1 (en) 2000-06-30 2004-01-27 At&T Corp. Method and system for preselection of suitable units for concatenative speech
US6691111B2 (en) 2000-06-30 2004-02-10 Research In Motion Limited System and method for implementing a natural language user interface
US6505158B1 (en) 2000-07-05 2003-01-07 At&T Corp. Synthesis-based pre-selection of suitable units for concatenative speech
JP3949356B2 (ja) 2000-07-12 2007-07-25 三菱電機株式会社 音声対話システム
US7139709B2 (en) 2000-07-20 2006-11-21 Microsoft Corporation Middleware layer between speech related applications and engines
US20060143007A1 (en) 2000-07-24 2006-06-29 Koh V E User interaction with voice information services
JP2002041276A (ja) 2000-07-24 2002-02-08 Sony Corp 対話型操作支援システム及び対話型操作支援方法、並びに記憶媒体
US7092928B1 (en) 2000-07-31 2006-08-15 Quantum Leap Research, Inc. Intelligent portal engine
US6778951B1 (en) 2000-08-09 2004-08-17 Concerto Software, Inc. Information retrieval method with natural language interface
US6766320B1 (en) 2000-08-24 2004-07-20 Microsoft Corporation Search engine with natural language-based robust parsing for user query and relevance feedback learning
DE10042944C2 (de) 2000-08-31 2003-03-13 Siemens Ag Graphem-Phonem-Konvertierung
AU2001290882A1 (en) 2000-09-15 2002-03-26 Lernout And Hauspie Speech Products N.V. Fast waveform synchronization for concatenation and time-scale modification of speech
US7216080B2 (en) 2000-09-29 2007-05-08 Mindfabric Holdings Llc Natural-language voice-activated personal assistant
US6832194B1 (en) 2000-10-26 2004-12-14 Sensory, Incorporated Audio recognition peripheral system
US7027974B1 (en) 2000-10-27 2006-04-11 Science Applications International Corporation Ontology-based parser for natural language processing
US7006969B2 (en) 2000-11-02 2006-02-28 At&T Corp. System and method of pattern recognition in very high-dimensional space
JP2004516516A (ja) 2000-12-18 2004-06-03 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ 単語を認識するために発言を保存しボキャブラリーを選択する方法
US6937986B2 (en) 2000-12-28 2005-08-30 Comverse, Inc. Automatic dynamic speech recognition vocabulary based on external sources of information
US6691064B2 (en) 2000-12-29 2004-02-10 General Electric Company Method and system for identifying repeatedly malfunctioning equipment
US7257537B2 (en) 2001-01-12 2007-08-14 International Business Machines Corporation Method and apparatus for performing dialog management in a computer conversational interface
US6964023B2 (en) 2001-02-05 2005-11-08 International Business Machines Corporation System and method for multi-modal focus detection, referential ambiguity resolution and mood classification using multi-modal input
US7290039B1 (en) 2001-02-27 2007-10-30 Microsoft Corporation Intent based processing
US6721728B2 (en) 2001-03-02 2004-04-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for discovering phrases in a database
US7216073B2 (en) 2001-03-13 2007-05-08 Intelligate, Ltd. Dynamic natural language understanding
US6996531B2 (en) 2001-03-30 2006-02-07 Comverse Ltd. Automated database assistance using a telephone for a speech based or text based multimedia communication mode
US6654740B2 (en) 2001-05-08 2003-11-25 Sunflare Co., Ltd. Probabilistic information retrieval based on differential latent semantic space
US7085722B2 (en) 2001-05-14 2006-08-01 Sony Computer Entertainment America Inc. System and method for menu-driven voice control of characters in a game environment
US6944594B2 (en) 2001-05-30 2005-09-13 Bellsouth Intellectual Property Corporation Multi-context conversational environment system and method
US20020194003A1 (en) 2001-06-05 2002-12-19 Mozer Todd F. Client-server security system and method
US20020198714A1 (en) 2001-06-26 2002-12-26 Guojun Zhou Statistical spoken dialog system
US7139722B2 (en) 2001-06-27 2006-11-21 Bellsouth Intellectual Property Corporation Location and time sensitive wireless calendaring
US6604059B2 (en) 2001-07-10 2003-08-05 Koninklijke Philips Electronics N.V. Predictive calendar
US7987151B2 (en) 2001-08-10 2011-07-26 General Dynamics Advanced Info Systems, Inc. Apparatus and method for problem solving using intelligent agents
US6813491B1 (en) 2001-08-31 2004-11-02 Openwave Systems Inc. Method and apparatus for adapting settings of wireless communication devices in accordance with user proximity
US7403938B2 (en) 2001-09-24 2008-07-22 Iac Search & Media, Inc. Natural language query processing
US6985865B1 (en) 2001-09-26 2006-01-10 Sprint Spectrum L.P. Method and system for enhanced response to voice commands in a voice command platform
US7101185B2 (en) 2001-09-26 2006-09-05 Scientific Learning Corporation Method and apparatus for automated training of language learning skills
US6650735B2 (en) 2001-09-27 2003-11-18 Microsoft Corporation Integrated voice access to a variety of personal information services
US7324947B2 (en) 2001-10-03 2008-01-29 Promptu Systems Corporation Global speech user interface
US7167832B2 (en) 2001-10-15 2007-01-23 At&T Corp. Method for dialog management
GB2381409B (en) 2001-10-27 2004-04-28 Hewlett Packard Ltd Asynchronous access to synchronous voice services
NO316480B1 (no) 2001-11-15 2004-01-26 Forinnova As Fremgangsmåte og system for tekstuell granskning og oppdagelse
US20030101054A1 (en) 2001-11-27 2003-05-29 Ncc, Llc Integrated system and method for electronic speech recognition and transcription
TW541517B (en) 2001-12-25 2003-07-11 Univ Nat Cheng Kung Speech recognition system
US7197460B1 (en) 2002-04-23 2007-03-27 At&T Corp. System for handling frequently asked questions in a natural language dialog service
US6847966B1 (en) 2002-04-24 2005-01-25 Engenium Corporation Method and system for optimally searching a document database using a representative semantic space
US7546382B2 (en) 2002-05-28 2009-06-09 International Business Machines Corporation Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US7398209B2 (en) 2002-06-03 2008-07-08 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7233790B2 (en) 2002-06-28 2007-06-19 Openwave Systems, Inc. Device capability based discovery, packaging and provisioning of content for wireless mobile devices
US7299033B2 (en) 2002-06-28 2007-11-20 Openwave Systems Inc. Domain-based management of distribution of digital content from multiple suppliers to multiple wireless services subscribers
US7693720B2 (en) 2002-07-15 2010-04-06 Voicebox Technologies, Inc. Mobile systems and methods for responding to natural language speech utterance
US7467087B1 (en) 2002-10-10 2008-12-16 Gillick Laurence S Training and using pronunciation guessers in speech recognition
US7783486B2 (en) 2002-11-22 2010-08-24 Roy Jonathan Rosser Response generator for mimicking human-computer natural language conversation
EP2017828A1 (en) 2002-12-10 2009-01-21 Kirusa, Inc. Techniques for disambiguating speech input using multimodal interfaces
US7386449B2 (en) 2002-12-11 2008-06-10 Voice Enabling Systems Technology Inc. Knowledge-based flexible natural speech dialogue system
US7956766B2 (en) 2003-01-06 2011-06-07 Panasonic Corporation Apparatus operating system
US7529671B2 (en) 2003-03-04 2009-05-05 Microsoft Corporation Block synchronous decoding
US6980949B2 (en) 2003-03-14 2005-12-27 Sonum Technologies, Inc. Natural language processor
US20040186714A1 (en) * 2003-03-18 2004-09-23 Aurilab, Llc Speech recognition improvement through post-processsing
US7496498B2 (en) 2003-03-24 2009-02-24 Microsoft Corporation Front-end architecture for a multi-lingual text-to-speech system
US7421393B1 (en) 2004-03-01 2008-09-02 At&T Corp. System for developing a dialog manager using modular spoken-dialog components
US7200559B2 (en) 2003-05-29 2007-04-03 Microsoft Corporation Semantic object synchronous understanding implemented with speech application language tags
US7720683B1 (en) 2003-06-13 2010-05-18 Sensory, Inc. Method and apparatus of specifying and performing speech recognition operations
US7475010B2 (en) 2003-09-03 2009-01-06 Lingospot, Inc. Adaptive and scalable method for resolving natural language ambiguities
US7418392B1 (en) 2003-09-25 2008-08-26 Sensory, Inc. System and method for controlling the operation of a device by voice commands
US7155706B2 (en) 2003-10-24 2006-12-26 Microsoft Corporation Administrative tool environment
US7584092B2 (en) 2004-11-15 2009-09-01 Microsoft Corporation Unsupervised learning of paraphrase/translation alternations and selective application thereof
US7412385B2 (en) 2003-11-12 2008-08-12 Microsoft Corporation System for identifying paraphrases using machine translation
US7447630B2 (en) 2003-11-26 2008-11-04 Microsoft Corporation Method and apparatus for multi-sensory speech enhancement
DE602004016681D1 (de) 2003-12-05 2008-10-30 Kenwood Corp Audioeinrichtungs-steuereinrichtung, audioeinrichtungs-steuerverfahren und programm
AU2003299312A1 (en) 2003-12-16 2005-07-05 Loquendo S.P.A. Text-to-speech method and system, computer program product therefor
US7427024B1 (en) 2003-12-17 2008-09-23 Gazdzinski Mark J Chattel management apparatus and methods
US7552055B2 (en) 2004-01-10 2009-06-23 Microsoft Corporation Dialog component re-use in recognition systems
DE602005026778D1 (de) 2004-01-16 2011-04-21 Scansoft Inc Corpus-gestützte sprachsynthese auf der basis von segmentrekombination
US20050165607A1 (en) 2004-01-22 2005-07-28 At&T Corp. System and method to disambiguate and clarify user intention in a spoken dialog system
EP1560200B8 (en) 2004-01-29 2009-08-05 Harman Becker Automotive Systems GmbH Method and system for spoken dialogue interface
KR100462292B1 (ko) 2004-02-26 2004-12-17 엔에이치엔(주) 중요도 정보를 반영한 검색 결과 리스트 제공 방법 및 그시스템
US7693715B2 (en) 2004-03-10 2010-04-06 Microsoft Corporation Generating large units of graphonemes with mutual information criterion for letter to sound conversion
US7478033B2 (en) * 2004-03-16 2009-01-13 Google Inc. Systems and methods for translating Chinese pinyin to Chinese characters
US7409337B1 (en) 2004-03-30 2008-08-05 Microsoft Corporation Natural language processing interface
US7496512B2 (en) 2004-04-13 2009-02-24 Microsoft Corporation Refining of segmental boundaries in speech waveforms using contextual-dependent models
US8095364B2 (en) 2004-06-02 2012-01-10 Tegic Communications, Inc. Multimodal disambiguation of speech recognition
US20050289463A1 (en) * 2004-06-23 2005-12-29 Google Inc., A Delaware Corporation Systems and methods for spell correction of non-roman characters and words
US7720674B2 (en) 2004-06-29 2010-05-18 Sap Ag Systems and methods for processing natural language queries
JP4652737B2 (ja) * 2004-07-14 2011-03-16 インターナショナル・ビジネス・マシーンズ・コーポレーション 単語境界確率推定装置及び方法、確率的言語モデル構築装置及び方法、仮名漢字変換装置及び方法、並びに、未知語モデルの構築方法、
TWI252049B (en) 2004-07-23 2006-03-21 Inventec Corp Sound control system and method
US7725318B2 (en) 2004-07-30 2010-05-25 Nice Systems Inc. System and method for improving the accuracy of audio searching
US20060048055A1 (en) * 2004-08-25 2006-03-02 Jun Wu Fault-tolerant romanized input method for non-roman characters
US7853574B2 (en) 2004-08-26 2010-12-14 International Business Machines Corporation Method of generating a context-inferenced search query and of sorting a result of the query
US7716056B2 (en) 2004-09-27 2010-05-11 Robert Bosch Corporation Method and system for interactive conversational dialogue for cognitively overloaded device users
US8107401B2 (en) 2004-09-30 2012-01-31 Avaya Inc. Method and apparatus for providing a virtual assistant to a communication participant
US7552046B2 (en) 2004-11-15 2009-06-23 Microsoft Corporation Unsupervised learning of paraphrase/translation alternations and selective application thereof
US7546235B2 (en) 2004-11-15 2009-06-09 Microsoft Corporation Unsupervised learning of paraphrase/translation alternations and selective application thereof
US7702500B2 (en) 2004-11-24 2010-04-20 Blaedow Karen R Method and apparatus for determining the meaning of natural language
CN1609859A (zh) 2004-11-26 2005-04-27 孙斌 搜索结果聚类的方法
US7376645B2 (en) 2004-11-29 2008-05-20 The Intellection Group, Inc. Multimodal natural language query system and architecture for processing voice and proximity-based queries
US20060122834A1 (en) 2004-12-03 2006-06-08 Bennett Ian M Emotion detection device & method for use in distributed systems
US8214214B2 (en) 2004-12-03 2012-07-03 Phoenix Solutions, Inc. Emotion detection device and method for use in distributed systems
US7636657B2 (en) 2004-12-09 2009-12-22 Microsoft Corporation Method and apparatus for automatic grammar generation from data entries
US7873654B2 (en) 2005-01-24 2011-01-18 The Intellection Group, Inc. Multimodal natural language query system for processing and analyzing voice and proximity-based queries
US7508373B2 (en) 2005-01-28 2009-03-24 Microsoft Corporation Form factor and input method for language input
GB0502259D0 (en) 2005-02-03 2005-03-09 British Telecomm Document searching tool and method
US7676026B1 (en) 2005-03-08 2010-03-09 Baxtech Asia Pte Ltd Desktop telephony system
US7925525B2 (en) 2005-03-25 2011-04-12 Microsoft Corporation Smart reminders
WO2006129967A1 (en) 2005-05-30 2006-12-07 Daumsoft, Inc. Conversation system and method using conversational agent
US8041570B2 (en) 2005-05-31 2011-10-18 Robert Bosch Corporation Dialogue management using scripts
US8024195B2 (en) 2005-06-27 2011-09-20 Sensory, Inc. Systems and methods of performing speech recognition using historical information
US7826945B2 (en) 2005-07-01 2010-11-02 You Zhang Automobile speech-recognition interface
US20070058832A1 (en) 2005-08-05 2007-03-15 Realnetworks, Inc. Personal media device
US7640160B2 (en) 2005-08-05 2009-12-29 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7620549B2 (en) 2005-08-10 2009-11-17 Voicebox Technologies, Inc. System and method of supporting adaptive misrecognition in conversational speech
US7949529B2 (en) 2005-08-29 2011-05-24 Voicebox Technologies, Inc. Mobile systems and methods of supporting natural language human-machine interactions
US8265939B2 (en) 2005-08-31 2012-09-11 Nuance Communications, Inc. Hierarchical methods and apparatus for extracting user intent from spoken utterances
EP1934971A4 (en) 2005-08-31 2010-10-27 Voicebox Technologies Inc DYNAMIC LANGUAGE SCRIPTURE
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
JP4908094B2 (ja) 2005-09-30 2012-04-04 株式会社リコー 情報処理システム、情報処理方法及び情報処理プログラム
US7930168B2 (en) 2005-10-04 2011-04-19 Robert Bosch Gmbh Natural language processing of disfluent sentences
CN100483399C (zh) * 2005-10-09 2009-04-29 株式会社东芝 训练音译模型、切分统计模型的方法和装置
US8620667B2 (en) 2005-10-17 2013-12-31 Microsoft Corporation Flexible speech-activated command and control
US7707032B2 (en) 2005-10-20 2010-04-27 National Cheng Kung University Method and system for matching speech data
US20070106674A1 (en) 2005-11-10 2007-05-10 Purusharth Agrawal Field sales process facilitation systems and methods
US20070185926A1 (en) 2005-11-28 2007-08-09 Anand Prahlad Systems and methods for classifying and transferring information in a storage network
KR100810500B1 (ko) 2005-12-08 2008-03-07 한국전자통신연구원 대화형 음성 인터페이스 시스템에서의 사용자 편의성증대 방법
GB2433403B (en) * 2005-12-16 2009-06-24 Emil Ltd A text editing apparatus and method
DE102005061365A1 (de) 2005-12-21 2007-06-28 Siemens Ag Verfahren zur Ansteuerung zumindest einer ersten und zweiten Hintergrundapplikation über ein universelles Sprachdialogsystem
US7996228B2 (en) 2005-12-22 2011-08-09 Microsoft Corporation Voice initiated network operations
US7599918B2 (en) 2005-12-29 2009-10-06 Microsoft Corporation Dynamic search with implicit user intention mining
JP2007183864A (ja) 2006-01-10 2007-07-19 Fujitsu Ltd ファイル検索方法及びそのシステム
US20070174188A1 (en) 2006-01-25 2007-07-26 Fish Robert D Electronic marketplace that facilitates transactions between consolidated buyers and/or sellers
IL174107A0 (en) 2006-02-01 2006-08-01 Grois Dan Method and system for advertising by means of a search engine over a data network
US7983910B2 (en) * 2006-03-03 2011-07-19 International Business Machines Corporation Communicating across voice and text channels with emotion preservation
KR100764174B1 (ko) 2006-03-03 2007-10-08 삼성전자주식회사 음성 대화 서비스 장치 및 방법
US7752152B2 (en) 2006-03-17 2010-07-06 Microsoft Corporation Using predictive user models for language modeling on a personal device with user behavior models based on statistical modeling
JP4734155B2 (ja) * 2006-03-24 2011-07-27 株式会社東芝 音声認識装置、音声認識方法および音声認識プログラム
US7707027B2 (en) 2006-04-13 2010-04-27 Nuance Communications, Inc. Identification and rejection of meaningless input during natural language classification
US8214213B1 (en) * 2006-04-27 2012-07-03 At&T Intellectual Property Ii, L.P. Speech recognition based on pronunciation modeling
US8423347B2 (en) 2006-06-06 2013-04-16 Microsoft Corporation Natural language personal information management
US7483894B2 (en) 2006-06-07 2009-01-27 Platformation Technologies, Inc Methods and apparatus for entity search
US20100257160A1 (en) 2006-06-07 2010-10-07 Yu Cao Methods & apparatus for searching with awareness of different types of information
US7523108B2 (en) 2006-06-07 2009-04-21 Platformation, Inc. Methods and apparatus for searching with awareness of geography and languages
KR100776800B1 (ko) 2006-06-16 2007-11-19 한국전자통신연구원 지능형 가제트를 이용한 맞춤형 서비스 제공 방법 및시스템
US7548895B2 (en) 2006-06-30 2009-06-16 Microsoft Corporation Communication-prompted user assistance
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8073681B2 (en) 2006-10-16 2011-12-06 Voicebox Technologies, Inc. System and method for a cooperative conversational voice user interface
US20080129520A1 (en) 2006-12-01 2008-06-05 Apple Computer, Inc. Electronic device with enhanced audio feedback
WO2008085742A2 (en) 2007-01-07 2008-07-17 Apple Inc. Portable multifunction device, method and graphical user interface for interacting with user input elements in displayed content
KR100883657B1 (ko) 2007-01-26 2009-02-18 삼성전자주식회사 음성 인식 기반의 음악 검색 방법 및 장치
US7818176B2 (en) 2007-02-06 2010-10-19 Voicebox Technologies, Inc. System and method for selecting and presenting advertisements based on natural language processing of voice-based input
US7822608B2 (en) 2007-02-27 2010-10-26 Nuance Communications, Inc. Disambiguating a speech recognition grammar in a multimodal application
US20080221902A1 (en) 2007-03-07 2008-09-11 Cerra Joseph P Mobile browser environment speech processing facility
US7801729B2 (en) 2007-03-13 2010-09-21 Sensory, Inc. Using multiple attributes to create a voice search playlist
US8219406B2 (en) 2007-03-15 2012-07-10 Microsoft Corporation Speech-centric multimodal user interface design in mobile technology
US7809610B2 (en) 2007-04-09 2010-10-05 Platformation, Inc. Methods and apparatus for freshness and completeness of information
US8457946B2 (en) * 2007-04-26 2013-06-04 Microsoft Corporation Recognition architecture for generating Asian characters
US7983915B2 (en) 2007-04-30 2011-07-19 Sonic Foundry, Inc. Audio content search engine
US8055708B2 (en) 2007-06-01 2011-11-08 Microsoft Corporation Multimedia spaces
US8204238B2 (en) 2007-06-08 2012-06-19 Sensory, Inc Systems and methods of sonic communication
US8190627B2 (en) 2007-06-28 2012-05-29 Microsoft Corporation Machine assisted query formulation
US8019606B2 (en) 2007-06-29 2011-09-13 Microsoft Corporation Identification and selection of a software application via speech
JP2009036999A (ja) 2007-08-01 2009-02-19 Infocom Corp コンピュータによる対話方法、対話システム、コンピュータプログラムおよびコンピュータに読み取り可能な記憶媒体
KR101359715B1 (ko) 2007-08-24 2014-02-10 삼성전자주식회사 모바일 음성 웹 제공 방법 및 장치
WO2009029910A2 (en) 2007-08-31 2009-03-05 Proxpro, Inc. Situation-aware personal information management for a mobile device
US20090058823A1 (en) 2007-09-04 2009-03-05 Apple Inc. Virtual Keyboards in Multi-Language Environment
US8171117B2 (en) 2007-09-14 2012-05-01 Ricoh Co. Ltd. Workflow manager for a distributed system
KR100920267B1 (ko) 2007-09-17 2009-10-05 한국전자통신연구원 음성 대화 분석 시스템 및 그 방법
US8706476B2 (en) 2007-09-18 2014-04-22 Ariadne Genomics, Inc. Natural language processing method by analyzing primitive sentences, logical clauses, clause types and verbal blocks
US8165886B1 (en) 2007-10-04 2012-04-24 Great Northern Research LLC Speech interface system and method for control and interaction with applications on a computing system
US8036901B2 (en) 2007-10-05 2011-10-11 Sensory, Incorporated Systems and methods of performing speech recognition using sensory inputs of human position
US20090112677A1 (en) 2007-10-24 2009-04-30 Rhett Randolph L Method for automatically developing suggested optimal work schedules from unsorted group and individual task lists
US7840447B2 (en) 2007-10-30 2010-11-23 Leonard Kleinrock Pricing and auctioning of bundled items among multiple sellers and buyers
US7983997B2 (en) 2007-11-02 2011-07-19 Florida Institute For Human And Machine Cognition, Inc. Interactive complex task teaching system that allows for natural language input, recognizes a user's intent, and automatically performs tasks in document object model (DOM) nodes
US7890525B2 (en) * 2007-11-14 2011-02-15 International Business Machines Corporation Foreign language abbreviation translation in an instant messaging system
US8112280B2 (en) 2007-11-19 2012-02-07 Sensory, Inc. Systems and methods of performing speech recognition with barge-in for use in a bluetooth system
US8140335B2 (en) 2007-12-11 2012-03-20 Voicebox Technologies, Inc. System and method for providing a natural language voice user interface in an integrated voice navigation services environment
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US8219407B1 (en) 2007-12-27 2012-07-10 Great Northern Research, LLC Method for processing the output of a speech recognizer
US20090192782A1 (en) * 2008-01-28 2009-07-30 William Drewes Method for increasing the accuracy of statistical machine translation (SMT)
US8099289B2 (en) 2008-02-13 2012-01-17 Sensory, Inc. Voice interface and search for electronic devices including bluetooth headsets and remote systems
US8958848B2 (en) 2008-04-08 2015-02-17 Lg Electronics Inc. Mobile terminal and menu control method thereof
US8666824B2 (en) 2008-04-23 2014-03-04 Dell Products L.P. Digital media content location and purchasing system
US8285344B2 (en) 2008-05-21 2012-10-09 DP Technlogies, Inc. Method and apparatus for adjusting audio for a user environment
US8589161B2 (en) 2008-05-27 2013-11-19 Voicebox Technologies, Inc. System and method for an integrated, multi-modal, multi-device natural language voice services environment
US8694355B2 (en) 2008-05-30 2014-04-08 Sri International Method and apparatus for automated assistance with task management
JP5377889B2 (ja) 2008-06-05 2013-12-25 日本放送協会 言語処理装置およびプログラム
US8423288B2 (en) 2009-11-30 2013-04-16 Apple Inc. Dynamic alerts for calendar events
US8166019B1 (en) 2008-07-21 2012-04-24 Sprint Communications Company L.P. Providing suggested actions in response to textual communications
US9200913B2 (en) 2008-10-07 2015-12-01 Telecommunication Systems, Inc. User interface for predictive traffic
US8364487B2 (en) * 2008-10-21 2013-01-29 Microsoft Corporation Speech recognition system with display information
US8140328B2 (en) 2008-12-01 2012-03-20 At&T Intellectual Property I, L.P. User intention based on N-best list of recognition hypotheses for utterances in a dialog
US8326637B2 (en) 2009-02-20 2012-12-04 Voicebox Technologies, Inc. System and method for processing multi-modal device interactions in a natural language voice services environment
US8805823B2 (en) 2009-04-14 2014-08-12 Sri International Content processing systems and methods
KR101581883B1 (ko) 2009-04-30 2016-01-11 삼성전자주식회사 모션 정보를 이용하는 음성 검출 장치 및 방법
JP5911796B2 (ja) 2009-04-30 2016-04-27 サムスン エレクトロニクス カンパニー リミテッド マルチモーダル情報を用いるユーザ意図推論装置及び方法
US10540976B2 (en) 2009-06-05 2020-01-21 Apple Inc. Contextual voice commands
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US20120311585A1 (en) 2011-06-03 2012-12-06 Apple Inc. Organizing task items that represent tasks to perform
KR101562792B1 (ko) 2009-06-10 2015-10-23 삼성전자주식회사 목표 예측 인터페이스 제공 장치 및 그 방법
US8527278B2 (en) 2009-06-29 2013-09-03 Abraham Ben David Intelligent home automation
KR101083540B1 (ko) * 2009-07-08 2011-11-14 엔에이치엔(주) 통계적인 방법을 이용한 한자에 대한 자국어 발음열 변환 시스템 및 방법
US20110047072A1 (en) 2009-08-07 2011-02-24 Visa U.S.A. Inc. Systems and Methods for Propensity Analysis and Validation
US8768313B2 (en) 2009-08-17 2014-07-01 Digimarc Corporation Methods and systems for image or audio recognition processing
US9213558B2 (en) 2009-09-02 2015-12-15 Sri International Method and apparatus for tailoring the output of an intelligent automated assistant to a user
US8321527B2 (en) 2009-09-10 2012-11-27 Tribal Brands System and method for tracking user location and associated activity and responsively providing mobile device updates
KR20110036385A (ko) 2009-10-01 2011-04-07 삼성전자주식회사 사용자 의도 분석 장치 및 방법
US20110099507A1 (en) 2009-10-28 2011-04-28 Google Inc. Displaying a collection of interactive elements that trigger actions directed to an item
US9197736B2 (en) 2009-12-31 2015-11-24 Digimarc Corporation Intuitive computing methods and systems
US20120137367A1 (en) 2009-11-06 2012-05-31 Cataphora, Inc. Continuous anomaly detection based on behavior modeling and heterogeneous information analysis
US9502025B2 (en) 2009-11-10 2016-11-22 Voicebox Technologies Corporation System and method for providing a natural language content dedication service
US9171541B2 (en) 2009-11-10 2015-10-27 Voicebox Technologies Corporation System and method for hybrid processing in a natural language voice services environment
US8712759B2 (en) 2009-11-13 2014-04-29 Clausal Computing Oy Specializing disambiguation of a natural language expression
KR101960835B1 (ko) 2009-11-24 2019-03-21 삼성전자주식회사 대화 로봇을 이용한 일정 관리 시스템 및 그 방법
US8396888B2 (en) 2009-12-04 2013-03-12 Google Inc. Location-based searching using a search area that corresponds to a geographical location of a computing device
KR101622111B1 (ko) 2009-12-11 2016-05-18 삼성전자 주식회사 대화 시스템 및 그의 대화 방법
US20110161309A1 (en) 2009-12-29 2011-06-30 Lx1 Technology Limited Method Of Sorting The Result Set Of A Search Engine
US8494852B2 (en) 2010-01-05 2013-07-23 Google Inc. Word-level correction of speech input
US8334842B2 (en) 2010-01-15 2012-12-18 Microsoft Corporation Recognizing user intent in motion capture system
US8626511B2 (en) 2010-01-22 2014-01-07 Google Inc. Multi-dimensional disambiguation of voice commands
US20110218855A1 (en) 2010-03-03 2011-09-08 Platformation, Inc. Offering Promotions Based on Query Analysis
US8265928B2 (en) 2010-04-14 2012-09-11 Google Inc. Geotagged environmental audio for enhanced speech recognition accuracy
US20110279368A1 (en) 2010-05-12 2011-11-17 Microsoft Corporation Inferring user intent to engage a motion capture system
US8694313B2 (en) 2010-05-19 2014-04-08 Google Inc. Disambiguation of contact information using historical data
US8522283B2 (en) 2010-05-20 2013-08-27 Google Inc. Television remote control data transfer
US8468012B2 (en) 2010-05-26 2013-06-18 Google Inc. Acoustic model adaptation using geographic information
US20110306426A1 (en) 2010-06-10 2011-12-15 Microsoft Corporation Activity Participation Based On User Intent
US8234111B2 (en) 2010-06-14 2012-07-31 Google Inc. Speech and noise models for speech recognition
US8411874B2 (en) 2010-06-30 2013-04-02 Google Inc. Removing noise from audio
US8775156B2 (en) 2010-08-05 2014-07-08 Google Inc. Translating languages in response to device motion
US8473289B2 (en) * 2010-08-06 2013-06-25 Google Inc. Disambiguating input based on context
US8359020B2 (en) 2010-08-06 2013-01-22 Google Inc. Automatically monitoring for voice input based on context
CN102651217A (zh) * 2011-02-25 2012-08-29 株式会社东芝 用于合成语音的方法、设备以及用于语音合成的声学模型训练方法
KR20140039194A (ko) 2011-04-25 2014-04-01 비비오, 인크. 지능형 개인용 타임라인 보조 시스템 및 방법

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007004633A (ja) * 2005-06-24 2007-01-11 Microsoft Corp 言語モデル作成装置およびそれにより作成された言語モデルを使用する言語処理装置

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
JPN6015034392; 坪井 祐太 外4名: '部分的かつ曖昧なラベル付き構造データからのマルコフ条件付確率場の学習' 情報処理学会研究報告 第2007巻第113号, 20071119, p.67-74, 社団法人情報処理学会 *
JPN6015034394; 飯田 龍 外4名: '述語項構造と照応関係のアノテーション' 自然言語処理 第17巻第2号, 20100410, p.25-50, 言語処理学会 *
JPN6015034396; 松本 裕治: 'コーパスへの自動アノテーションツールとアノテーション支援環境の構築' 人工知能学会誌 第24巻第5号, 20090901, p.632-639, (社)人工知能学会 *
JPN6015034397; 森 信介 外2名: '確率的タグ付与コーパスからの言語モデル構築' 情報処理学会研究報告 平成22年度1 [CD-ROM] , 20100615, p.1-7, 社団法人情報処理学会 *
JPN6015034398; 鳥原 信一: 'N-gramによる同形語の読み分け' 第55回(平成9年後期)全国大会講演論文集(2) , 19970924, p.2-15〜2-16, 社団法人情報処理学会 *
JPN6015034399; 隅田 英一郎 外1名: 'ウェブ・ページ内での共起を使った曖昧性解消' FIT2006 第5回情報科学技術フォーラム 一般講演論文集 第2分冊 データベース 自然言語 人工 , 20060821, p.153-156, 社団法人電子情報通信学会 社団法人情報処理学会 *

Also Published As

Publication number Publication date
CN102982021B (zh) 2015-08-26
US20130041647A1 (en) 2013-02-14
US8706472B2 (en) 2014-04-22
KR20130018205A (ko) 2013-02-20
JP5997217B2 (ja) 2016-09-28
JP2013065284A (ja) 2013-04-11
KR101435265B1 (ko) 2014-08-28
CN102982021A (zh) 2013-03-20

Similar Documents

Publication Publication Date Title
JP5997217B2 (ja) 言語変換において複数の読み方の曖昧性を除去する方法
JP5362095B2 (ja) インプットメソッドエディタ
US20100180199A1 (en) Detecting name entities and new words
JP2013117978A (ja) タイピング効率向上のためのタイピング候補の生成方法
JP2003527676A (ja) モードレス入力で一方のテキスト形式を他方のテキスト形式に変換する言語入力アーキテクチャ
US20120179694A1 (en) Method and system for enhancing a search request
JP2003514304A (ja) スペルミス、タイプミス、および変換誤りに耐性のある、あるテキスト形式から別のテキスト形式に変換する言語入力アーキテクチャ
CN102298582A (zh) 数据搜索和匹配方法和系统
CN101133411A (zh) 非罗马字符的容错罗马化输入方法
JP2003514304A5 (ja)
JP4266222B2 (ja) 単語翻訳装置およびそのプログラム並びにコンピュータ読み取り可能な記録媒体
JP5231484B2 (ja) 音声認識装置、音声認識方法、プログラム、及びプログラムを配信する情報処理装置
Ganfure et al. Design and implementation of morphology based spell checker
Sharma et al. Word prediction system for text entry in Hindi
Jamro Sindhi language processing: A survey
UzZaman et al. A comprehensive bangla spelling checker
JP5795302B2 (ja) 形態素解析装置、方法、及びプログラム
Lu et al. Language model for Mongolian polyphone proofreading
CN112560493B (zh) 命名实体纠错方法、装置、计算机设备和存储介质
Alam et al. Improving accessibility of archived raster dictionaries of complex script languages
JP2015014877A (ja) 未知語分類プログラム及び情報処理装置
Liu et al. Professor or screaming beast? Detecting words misuse in Chinese
JP5849675B2 (ja) 文字入力用のプログラムおよび情報処理装置
JP4953431B2 (ja) 品詞バリエーション生成装置
Agarwal A survey of spell checkers for Indian languages

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150811

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150828

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20151130

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160229

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: 20160729

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160825

R150 Certificate of patent or registration of utility model

Ref document number: 5997217

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees