JP5002283B2 - 情報処理装置および情報処理方法 - Google Patents
情報処理装置および情報処理方法 Download PDFInfo
- Publication number
- JP5002283B2 JP5002283B2 JP2007039339A JP2007039339A JP5002283B2 JP 5002283 B2 JP5002283 B2 JP 5002283B2 JP 2007039339 A JP2007039339 A JP 2007039339A JP 2007039339 A JP2007039339 A JP 2007039339A JP 5002283 B2 JP5002283 B2 JP 5002283B2
- Authority
- JP
- Japan
- Prior art keywords
- input
- information processing
- speech recognition
- words
- processing apparatus
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 230000010365 information processing Effects 0.000 title claims description 55
- 238000003672 processing method Methods 0.000 title claims 3
- 238000000034 method Methods 0.000 claims description 32
- 230000008569 process Effects 0.000 claims description 23
- 238000004458 analytical method Methods 0.000 claims description 11
- 230000006870 function Effects 0.000 description 14
- 238000012545 processing Methods 0.000 description 13
- 230000008859 change Effects 0.000 description 7
- 238000004891 communication Methods 0.000 description 5
- 230000014509 gene expression Effects 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 238000012805 post-processing Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000005034 decoration Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000012905 input function Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/22—Procedures used during a speech recognition process, e.g. man-machine dialogue
Landscapes
- Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- User Interface Of Digital Computer (AREA)
Description
・“ルール名=右辺;”で文法規則を記述する。
・左辺には定義するルール名のみを記述する。
・ルール名は“$”から始める。
・ルールの定義は“;”で終了する。
・定義済みのルールに関しては右辺に記述できる。
・“|”はORを意味する。
・“[]”で囲まれた部分は省略可能を意味する。
・「$Command」で定義されたルールを音声認識手段103で受理する。
上記実施例では、文法読み出し手段111が読み出す音声認識文法が、情報処理装置が備える記憶手段に記憶されている場合について説明した。しかしながら、本発明はこれに限定されることはなく、文法読み出し手段111が外部サーバ121が提供する音声認識文法122を直接読み出すようにしてもよい。
上記実施例では、入力テンプレート記憶手段107に入力テンプレートが記憶されていない場合のみ、入力テンプレート作成(S302)および作成した入力テンプレートを記憶(S303)する処理を行っている。
Y=INT{((A−B)/C)/D} (数式1)
数式1において、各変数は以下を意味する。
A:音声入力時に表示するUIの領域の高さ
B:入力テンプレート以外のUI部品の表示に要する領域の高さ
C:入力テンプレート1行の表示に要する領域の高さ
D:同時に使用する音声認識文法の数
変数A、B、Cの単位はいずれもドット数であるとする。また、数式1において、INT()は小数点以下を切り捨てる関数である。数式1により、一つの音声認識文法の入力テンプレートが表示可能な最大行数Yが計算される。
上記実施例において、情報処理装置が選択した代表語とユーザが入力した単語を区別できるように、文字のフォント、色、文字飾り、サイズを変えるなどして代表語を表示する形態をユーザが入力した単語と異なる形態にするのが望ましい。
101 入力手段
102 表示手段
103 音声認識手段
104 通信手段
105 記憶手段
106 文法記憶手段
107 入力テンプレート記憶手段
110 入力テンプレート作成手段
111 文法読み出し手段
112 文法解析手段
113 表示形態決定手段
114 文法取得手段
121 外部サーバ
122 音声認識文法
Claims (10)
- 音声認識文法を取得する取得手段と、
前記音声認識文法を解析して構成されたネットワーク上で、隣接する接続間の単語数を取得する解析手段と、
前記単語数によって、前記接続間の単語の表示形態を決定する決定手段と、
前記決定された表示形態で、前記音声認識文法で受理可能な音声入力のテンプレートを作成する作成手段を有することを特徴とする情報処理装置。 - 前記作成手段は、前記単語数が閾値X(Xは2以上の自然数)以上の区間の表示形態を、ユーザが入力可能な入力欄とすることを特徴とする請求項1に記載の情報処理装置。
- 音声入力のテンプレートを表示可能な表示領域の広さを取得する表示領域取得手段を更に備え、
前記作成手段は、前記表示領域取得手段で取得した表示領域の広さに基づいて、前記閾値Xを決定することを特徴とする請求項2に記載の情報処理装置。 - 前記作成手段が作成した入力テンプレートの表示を制御する表示制御手段を備えた請求項1に記載の情報処理装置。
- 前記表示制御手段は、前記入力欄を表示させる際に、当該入力欄に入力可能な単語を併せて表示させることを特徴とする請求項4に記載の情報処理装置。
- 前記表示制御手段により表示される単語は、前記入力欄に入力可能な単語のうち、前記解析手段が解析した音声認識文法に最初に記述されている単語であることを特徴とする請求項5に記載の情報処理装置。
- ユーザの入力履歴を保持する履歴保持手段をさらに備え、
前記表示制御手段により表示される単語は、前記入力欄にユーザが最後に入力した単語または当該入力欄に入力された頻度が最も多い単語のいずれかであることを特徴とする請求項5に記載の情報処理装置。 - 音声認識文法を取得する取得工程と、
前記音声認識文法を解析して構成されたネットワーク上で、隣接する接続間の単語数を取得する解析工程と、
前記単語数によって、前記接続間の単語の表示形態を決定する決定工程と、
前記決定された表示形態で、前記音声認識文法で受理可能な音声入力のテンプレートを作成する作成工程を有することを特徴とする情報処理方法。 - 請求項8に記載の情報処理方法をコンピュータに実行させるためのプログラム。
- 請求項9に記載のプログラムを記憶したコンピュータ読取可能な記憶媒体。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007039339A JP5002283B2 (ja) | 2007-02-20 | 2007-02-20 | 情報処理装置および情報処理方法 |
US12/033,574 US8000965B2 (en) | 2007-02-20 | 2008-02-19 | Information-processing device and method that attains speech-recognition to recognize data input via speech |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007039339A JP5002283B2 (ja) | 2007-02-20 | 2007-02-20 | 情報処理装置および情報処理方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008203516A JP2008203516A (ja) | 2008-09-04 |
JP2008203516A5 JP2008203516A5 (ja) | 2010-03-25 |
JP5002283B2 true JP5002283B2 (ja) | 2012-08-15 |
Family
ID=39707419
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007039339A Expired - Fee Related JP5002283B2 (ja) | 2007-02-20 | 2007-02-20 | 情報処理装置および情報処理方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8000965B2 (ja) |
JP (1) | JP5002283B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8543404B2 (en) * | 2008-04-07 | 2013-09-24 | Nuance Communications, Inc. | Proactive completion of input fields for automated voice enablement of a web page |
US8831950B2 (en) * | 2008-04-07 | 2014-09-09 | Nuance Communications, Inc. | Automated voice enablement of a web page |
US9047869B2 (en) * | 2008-04-07 | 2015-06-02 | Nuance Communications, Inc. | Free form input field support for automated voice enablement of a web page |
US8522283B2 (en) | 2010-05-20 | 2013-08-27 | Google Inc. | Television remote control data transfer |
CN111324213A (zh) * | 2018-12-13 | 2020-06-23 | 青岛海信移动通信技术股份有限公司 | 终端的信息输入方法和终端 |
KR102153668B1 (ko) | 2019-10-29 | 2020-09-09 | 주식회사 퍼즐에이아이 | 키보드 매크로 기능을 활용한 자동 음성 인식기 및 음성 인식 방법 |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06261126A (ja) * | 1993-03-08 | 1994-09-16 | Nippon Telegr & Teleph Corp <Ntt> | オペレータ支援型音声対話装置 |
JP2967688B2 (ja) * | 1994-07-26 | 1999-10-25 | 日本電気株式会社 | 連続単語音声認識装置 |
US5890123A (en) * | 1995-06-05 | 1999-03-30 | Lucent Technologies, Inc. | System and method for voice controlled video screen display |
JP4201411B2 (ja) | 1998-12-17 | 2008-12-24 | 株式会社デンソー | 音声認識装置及びナビゲーションシステム |
WO2002031643A1 (fr) * | 2000-10-11 | 2002-04-18 | Canon Kabushiki Kaisha | Dispositif de traitement d'information, procede de traitement d'information et support de stockage |
JP2003241793A (ja) * | 2002-02-14 | 2003-08-29 | Nissan Motor Co Ltd | 表示装置、名称表示方法及び名称表示プログラム |
JP3974419B2 (ja) * | 2002-02-18 | 2007-09-12 | 株式会社日立製作所 | 音声入力を用いた情報取得方法及び情報取得システム |
JP3814566B2 (ja) * | 2002-06-20 | 2006-08-30 | キヤノン株式会社 | 情報処理装置、情報処理方法、制御プログラム |
JP2005283797A (ja) | 2004-03-29 | 2005-10-13 | Nissan Motor Co Ltd | 音声認識装置および音声認識方法 |
US7827033B2 (en) * | 2006-12-06 | 2010-11-02 | Nuance Communications, Inc. | Enabling grammars in web page frames |
-
2007
- 2007-02-20 JP JP2007039339A patent/JP5002283B2/ja not_active Expired - Fee Related
-
2008
- 2008-02-19 US US12/033,574 patent/US8000965B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20080201151A1 (en) | 2008-08-21 |
US8000965B2 (en) | 2011-08-16 |
JP2008203516A (ja) | 2008-09-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6603754B2 (ja) | 情報処理装置 | |
JP4416643B2 (ja) | マルチモーダル入力方法 | |
JP4878471B2 (ja) | 情報処理装置およびその制御方法 | |
US20180144747A1 (en) | Real-time caption correction by moderator | |
US20180143956A1 (en) | Real-time caption correction by audience | |
JP2013068952A (ja) | 音声認識結果の統合 | |
JP5002283B2 (ja) | 情報処理装置および情報処理方法 | |
JP2009098490A (ja) | 音声認識結果編集装置、音声認識装置およびコンピュータプログラム | |
JP2007171809A (ja) | 情報処理装置及び情報処理方法 | |
US11967248B2 (en) | Conversation-based foreign language learning method using reciprocal speech transmission through speech recognition function and TTS function of terminal | |
JP2008083100A (ja) | 音声対話装置及びその方法 | |
JP2016061855A (ja) | 音声学習装置および制御プログラム | |
JP2004021920A (ja) | 情報処理装置、情報処理方法、プログラム、記憶媒体 | |
JP3104661B2 (ja) | 日本語文章作成装置 | |
JP2008145769A (ja) | 対話シナリオ生成システム,その方法およびプログラム | |
US20220350605A1 (en) | Information processing apparatus | |
JP3542578B2 (ja) | 音声認識装置及びその方法、プログラム | |
CN110782899B (zh) | 信息处理装置、存储介质及信息处理方法 | |
JP2008084055A (ja) | ヘルプ管理端末、ヘルプ管理方法およびヘルプ管理プログラム | |
JP2007003669A (ja) | 文書作成装置 | |
JP5464785B2 (ja) | 情報処理装置および情報処理方法 | |
JP3762191B2 (ja) | 情報入力方法、情報入力装置及び記憶媒体 | |
JP2009237386A (ja) | 音声文字変換装置、音声文字変換方法及び音声文字変換プログラム | |
JP5008248B2 (ja) | 表示処理装置、表示処理方法、表示処理プログラム、および記録媒体 | |
JP4012228B2 (ja) | 情報入力方法、情報入力装置及び記憶媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100201 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100209 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100209 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20100630 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110629 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110802 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110928 |
|
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: 20120515 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120521 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5002283 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150525 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |