JP4708913B2 - 情報処理方法及び情報処理装置 - Google Patents
情報処理方法及び情報処理装置 Download PDFInfo
- Publication number
- JP4708913B2 JP4708913B2 JP2005234032A JP2005234032A JP4708913B2 JP 4708913 B2 JP4708913 B2 JP 4708913B2 JP 2005234032 A JP2005234032 A JP 2005234032A JP 2005234032 A JP2005234032 A JP 2005234032A JP 4708913 B2 JP4708913 B2 JP 4708913B2
- Authority
- JP
- Japan
- Prior art keywords
- character
- recognition
- graphic
- candidate
- voice
- 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 26
- 238000003672 processing method Methods 0.000 title claims description 7
- 238000000034 method Methods 0.000 claims description 24
- 238000012545 processing Methods 0.000 claims description 24
- 238000012790 confirmation Methods 0.000 claims description 5
- 239000000284 extract Substances 0.000 claims description 2
- 238000011156 evaluation Methods 0.000 description 29
- KNMAVSAGTYIFJF-UHFFFAOYSA-N 1-[2-[(2-hydroxy-3-phenoxypropyl)amino]ethylamino]-3-phenoxypropan-2-ol;dihydrochloride Chemical compound Cl.Cl.C=1C=CC=CC=1OCC(O)CNCCNCC(O)COC1=CC=CC=C1 KNMAVSAGTYIFJF-UHFFFAOYSA-N 0.000 description 12
- 230000006870 function Effects 0.000 description 10
- 238000010586 diagram Methods 0.000 description 8
- 238000012937 correction Methods 0.000 description 7
- 238000000605 extraction Methods 0.000 description 7
- 238000001514 detection method Methods 0.000 description 6
- 235000000177 Indigofera tinctoria Nutrition 0.000 description 5
- 229940097275 indigo Drugs 0.000 description 5
- COHYTHOBJLSHDF-UHFFFAOYSA-N indigo powder Natural products N1C2=CC=CC=C2C(=O)C1=C1C(=O)C2=CC=CC=C2N1 COHYTHOBJLSHDF-UHFFFAOYSA-N 0.000 description 5
- 230000000694 effects Effects 0.000 description 3
- 238000007493 shaping process Methods 0.000 description 3
- 230000000994 depressogenic effect Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000003909 pattern recognition Methods 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 241000233855 Orchidaceae Species 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000012854 evaluation process Methods 0.000 description 1
- 230000003287 optical effect 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/24—Speech recognition using non-acoustical features
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/254—Fusion techniques of classification results, e.g. of results related to same input data
- G06F18/256—Fusion techniques of classification results, e.g. of results related to same input data of results relating to different input data, e.g. multimodal recognition
-
- 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/02—Feature extraction for speech recognition; Selection of recognition unit
- G10L2015/025—Phonemes, fenemes or fenones being the recognition units
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Artificial Intelligence (AREA)
- General Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Computational Biology (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Character Discrimination (AREA)
- User Interface Of Digital Computer (AREA)
- Image Analysis (AREA)
Description
MC(“kan”|”ei”)=C1(“kan”)+C2(“ei”)×類似度
=70+60×0
=70
※C1:文字認識確信度、C2:音声認識確信度
となる。“kan”と“sai”の場合、“kan”の3つの音素のうち、“sai”に含まれる音素と一致しているのは“a”の一つだけなので、類似度は、1/3=0.33となる。従って、
MC(“kan”|“ai”)=70+55×0.33=88.3
となる。同様に、
MC(“kan”|“sai”)=70+30×0.33=80
となる。このうち最大の値を採用し、“kan”の修正確信度MC(“kan”)は、88.3となる。「監」のもう一つの読み“ken”についても同様に、修正確信度MC(“ken”)は、70+60×0.33=90となる。文字「監」の修正確信度MC(“監”)は、これらの最大値を取り、
MC(“監”)=90
となる。同様にして、
MC(“蘭”)=50+55×0.33=68.3
MC(“藍”)=40+55×1.0=95
となる。以上のようにして修正確信度が求まり、最大の修正確信度を持つ文字”藍”が最終的な認識結果として選択される(S1703)。なお、S1702で、対応する音声認識結果がなかった場合は、文字認識結果に含まれる一つまたは複数個の文字の中で最も確信度の値が大きい文字が選択される(S1704)。そして、選択された文字を、採用する文字として決定する。
Claims (6)
- 与えられた対象を図形認識することで図形の候補を取得する図形認識手段と、
入力された音声情報を音声認識し図形の候補を取得する音声認識手段と、
前記図形認識手段で取得した図形の候補及び前記音声認識手段で取得した図形の候補に基づいて、図形を選択する選択手段と、
前記与えられた対象のうち、前記選択手段で選択した図形に対応する特徴量を抽出し、抽出した該特徴量に基づく図形を生成する生成手段とを備えたことを特徴とする情報処理装置。 - ペン入力を受け付ける受付手段と、
前記ペン入力の速度を検出する第1の検出手段と、
前記音声情報に含まれる雑音の度合を検出する第2の検出手段とを更に備え、
前記与えられた対象とは前記受付手段で受け付けたペン入力のストロークであり、
前記図形認識手段は、図形の候補及び各候補がそれぞれ対象とする図形である確信の度合を示す確信度を取得し、
前記音声認識手段は、図形の候補及び各候補がそれぞれ対象とする図形である確信の度合を示す確信度を取得し、
前記選択手段は、前記図形認識手段で取得した図形の候補の確信度に前記ペン入力の速度に応じた重みを付けた第1の重み付き確信度と、前記音声認識手段で取得した図形の候補の確信度に前記雑音の度合に応じた重みを付けた第2の重み付き確信度とに基づいて、前記図形を選択することを特徴とする請求項1記載の情報処理装置。 - 与えられた対象を文字認識することで文字の候補を取得する文字認識手段と、
入力された音声情報を音声認識し文字の読みの候補を取得する音声認識手段と、
前記文字認識手段で取得した文字の候補及び前記音声認識手段で取得した文字の読みの候補に基づいて、文字を選択する選択手段と、
前記選択手段で選択された文字を前記与えられた対象に対応する位置に表示するよう制御する表示制御手段と、
前記表示制御手段で表示された文字を確定する確定手段と、
前記確定手段で一つまたは複数の文字が確定された後、前記与えられた対象と前記音声情報を受信する受信手段と、
単語辞書に含まれる単語のうち、前記確定した一つまたは複数の文字と表記が部分一致する単語を検索する検索手段と、
前記検索手段で検索された一つまたは複数の単語において、前記確定された一つまたは複数の文字に後続する後続文字を取得する後続文字取得手段と、
前記部分一致する単語に基づいて、前記後続文字取得手段によって取得された後続文字に対し、該後続文字が認識結果に含まれやすいよう前記受信手段で受信した連続する座標情報の文字認識を制御する文字認識制御手段と、
前記部分一致する単語の読みに基づいて、前記後続文字が認識結果に含まれやすいように前記受信手段で受信した音声情報の音声認識を制御する音声認識制御手段とを備えたことを特徴とする情報処理装置。 - 与えられた対象を処理する情報処理装置の情報処理方法であって、
前記与えられた対象を図形認識することで図形の候補を取得する図形認識工程と、
入力された音声情報を音声認識し図形の候補を取得する音声認識工程と、
前記図形認識工程で取得した図形の候補及び前記音声認識工程で取得した図形の候補に基づいて、図形を選択する選択工程と、
前記与えられた対象のうち、前記選択工程で選択した図形に対応する特徴量を抽出し、抽出した該特徴量に基づく図形を生成する生成工程とを備えたことを特徴とする情報処理方法。 - 与えられた対象を処理する情報処理装置の情報処理方法であって、
前記与えられた対象を文字認識することで文字の候補を取得する文字認識工程と、
入力された音声情報を音声認識し文字の読みの候補を取得する音声認識工程と、
前記文字認識工程で取得した文字の候補及び前記音声認識工程で取得した文字の読みの候補に基づいて、文字を選択する選択工程と、
前記選択工程で選択された文字を前記与えられた対象に対応する位置に表示するよう制御する表示制御工程と、
前記表示制御工程で表示された文字を確定する確定工程と、
前記確定工程で一つまたは複数の文字が確定された後、前記与えられた対象と前記音声情報を受信する受信工程と、
単語辞書に含まれる単語のうち、前記確定した一つまたは複数の文字と表記が部分一致する単語を検索する検索工程と、
前記検索工程で検索された一つまたは複数の単語において、前記確定された一つまたは複数の文字に後続する後続文字を取得する後続文字取得工程と、
前記部分一致する単語に基づいて、前記後続文字取得工程によって取得された後続文字に対し、該後続文字が認識結果に含まれやすいよう前記受信工程で受信した連続する座標情報の文字認識を制御する文字認識制御工程と、
前記部分一致する単語の読みに基づいて、前記後続文字が認識結果に含まれやすいように前記受信工程で受信した音声情報の音声認識を制御する音声認識制御工程とを備えたことを特徴とする情報処理装置。 - 請求項4または5に記載の情報処理方法をコンピュータに実行させるための制御プログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005234032A JP4708913B2 (ja) | 2005-08-12 | 2005-08-12 | 情報処理方法及び情報処理装置 |
US11/462,670 US7706615B2 (en) | 2005-08-12 | 2006-08-04 | Information processing method and information processing device |
EP06254219A EP1752911A3 (en) | 2005-08-12 | 2006-08-10 | Information processing method and information processing device |
CNB2006101109492A CN100403235C (zh) | 2005-08-12 | 2006-08-11 | 信息处理方法和信息处理设备 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005234032A JP4708913B2 (ja) | 2005-08-12 | 2005-08-12 | 情報処理方法及び情報処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007048177A JP2007048177A (ja) | 2007-02-22 |
JP4708913B2 true JP4708913B2 (ja) | 2011-06-22 |
Family
ID=37441585
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005234032A Expired - Fee Related JP4708913B2 (ja) | 2005-08-12 | 2005-08-12 | 情報処理方法及び情報処理装置 |
Country Status (4)
Country | Link |
---|---|
US (1) | US7706615B2 (ja) |
EP (1) | EP1752911A3 (ja) |
JP (1) | JP4708913B2 (ja) |
CN (1) | CN100403235C (ja) |
Families Citing this family (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4218758B2 (ja) * | 2004-12-21 | 2009-02-04 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 字幕生成装置、字幕生成方法、及びプログラム |
US8355915B2 (en) * | 2006-11-30 | 2013-01-15 | Rao Ashwin P | Multimodal speech recognition system |
US9830912B2 (en) | 2006-11-30 | 2017-11-28 | Ashwin P Rao | Speak and touch auto correction interface |
US8077975B2 (en) * | 2008-02-26 | 2011-12-13 | Microsoft Corporation | Handwriting symbol recognition accuracy using speech input |
EP2263226A1 (en) * | 2008-03-31 | 2010-12-22 | Koninklijke Philips Electronics N.V. | Method for modifying a representation based upon a user instruction |
US9922640B2 (en) | 2008-10-17 | 2018-03-20 | Ashwin P Rao | System and method for multimodal utterance detection |
US9123341B2 (en) * | 2009-03-18 | 2015-09-01 | Robert Bosch Gmbh | System and method for multi-modal input synchronization and disambiguation |
CN101820444B (zh) * | 2010-03-24 | 2012-05-02 | 北京航空航天大学 | 一种基于描述信息匹配相似度的资源服务匹配与搜索方法 |
JP5644266B2 (ja) * | 2010-08-30 | 2014-12-24 | 株式会社リコー | 電子黒板システム、電子黒板装置、電子黒板システムの制御方法及びプログラム |
JP2012256109A (ja) * | 2011-06-07 | 2012-12-27 | Sony Corp | 情報処理装置、プログラム及び情報処理方法 |
US20130096919A1 (en) * | 2011-10-12 | 2013-04-18 | Research In Motion Limited | Apparatus and associated method for modifying media data entered pursuant to a media function |
EP2581816A1 (en) * | 2011-10-12 | 2013-04-17 | Research In Motion Limited | Apparatus and associated method for modifying media data entered pursuant to a media function |
CN102591477A (zh) * | 2012-01-18 | 2012-07-18 | 邓晓波 | 一种短句录入的选字方法及装置 |
KR102129374B1 (ko) * | 2012-08-27 | 2020-07-02 | 삼성전자주식회사 | 사용자 인터페이스 제공 방법 및 기계로 읽을 수 있는 저장 매체 및 휴대 단말 |
US9147275B1 (en) * | 2012-11-19 | 2015-09-29 | A9.Com, Inc. | Approaches to text editing |
US9043349B1 (en) | 2012-11-29 | 2015-05-26 | A9.Com, Inc. | Image-based character recognition |
KR102057647B1 (ko) | 2013-02-15 | 2019-12-19 | 삼성전자주식회사 | 데이터 입력 방법 및 그 방법을 처리하는 전자 장치 |
JP2014186372A (ja) * | 2013-03-21 | 2014-10-02 | Toshiba Corp | 図絵描画支援装置、方法、及びプログラム |
CN103473010B (zh) * | 2013-09-02 | 2016-08-17 | 小米科技有限责任公司 | 一种辅助绘画的方法和装置 |
JP2015055773A (ja) * | 2013-09-12 | 2015-03-23 | 株式会社アドバンスト・メディア | 情報処理装置、情報処理方法及びプログラム |
JP2017228080A (ja) | 2016-06-22 | 2017-12-28 | ソニー株式会社 | 情報処理装置、情報処理方法、及び、プログラム |
JP7182566B2 (ja) | 2017-01-30 | 2022-12-02 | ケムコム エス アー | 悪臭知覚を低減する化合物およびその使用 |
CN107085471B (zh) * | 2017-04-25 | 2021-01-05 | 北京百度网讯科技有限公司 | 一种基于用户输入速度的输入法纠错方法和装置 |
JP7069631B2 (ja) * | 2017-10-16 | 2022-05-18 | 富士フイルムビジネスイノベーション株式会社 | 情報処理装置及び情報処理プログラム |
JP7006198B2 (ja) * | 2017-12-01 | 2022-01-24 | 富士フイルムビジネスイノベーション株式会社 | 情報処理装置、情報処理システムおよびプログラム |
KR102585231B1 (ko) * | 2018-02-02 | 2023-10-05 | 삼성전자주식회사 | 화자 인식을 수행하기 위한 음성 신호 처리 방법 및 그에 따른 전자 장치 |
JP7257126B2 (ja) * | 2018-10-29 | 2023-04-13 | 京セラ株式会社 | 情報表示装置、電子ペン、表示制御方法、及び表示制御プログラム |
JP7228365B2 (ja) * | 2018-10-29 | 2023-02-24 | 京セラ株式会社 | 情報表示装置、電子ペン、表示制御方法、及び表示制御プログラム |
JP7240134B2 (ja) * | 2018-10-29 | 2023-03-15 | 京セラ株式会社 | 情報表示装置、電子ペン、表示制御方法、及び表示制御プログラム |
WO2020090317A1 (ja) * | 2018-10-29 | 2020-05-07 | 京セラ株式会社 | 情報表示装置、電子機器、電子ペン、システム、方法、及びプログラム |
WO2023152828A1 (ja) * | 2022-02-09 | 2023-08-17 | 日本電信電話株式会社 | 学習モデル生成方法、イラスト変換方法、学習モデル生成装置、イラスト変換装置、学習モデル生成プログラム、およびイラスト変換プログラム |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6091435A (ja) * | 1983-10-25 | 1985-05-22 | Fujitsu Ltd | 文字入力装置 |
JPS63159900A (ja) * | 1986-12-24 | 1988-07-02 | 株式会社日立製作所 | 音声情報入力方式 |
JPH0387800A (ja) * | 1989-08-30 | 1991-04-12 | Fujitsu Ltd | 音声認識装置 |
JPH0676116A (ja) * | 1992-08-24 | 1994-03-18 | Oki Electric Ind Co Ltd | オンライン文字認識装置 |
JPH0685983A (ja) * | 1992-09-07 | 1994-03-25 | Sharp Corp | 音声電子黒板 |
JPH0883092A (ja) * | 1994-09-14 | 1996-03-26 | Nippon Telegr & Teleph Corp <Ntt> | 情報入力装置及び情報入力方法 |
JPH08221408A (ja) * | 1995-02-15 | 1996-08-30 | Toshiba Corp | 文字認識方法、仮名漢字変換方法及び情報処理装置 |
JPH11311992A (ja) * | 1998-04-30 | 1999-11-09 | Seiichiro Hanya | 音声認識方法 |
JP2000206986A (ja) * | 1999-01-14 | 2000-07-28 | Fuji Xerox Co Ltd | 言語情報検出装置 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5502774A (en) * | 1992-06-09 | 1996-03-26 | International Business Machines Corporation | Automatic recognition of a consistent message using multiple complimentary sources of information |
US5491758A (en) * | 1993-01-27 | 1996-02-13 | International Business Machines Corporation | Automatic handwriting recognition using both static and dynamic parameters |
US5835633A (en) * | 1995-11-20 | 1998-11-10 | International Business Machines Corporation | Concurrent two-stage multi-network optical character recognition system |
US6438523B1 (en) * | 1998-05-20 | 2002-08-20 | John A. Oberteuffer | Processing handwritten and hand-drawn input and speech input |
CN1207664C (zh) * | 1999-07-27 | 2005-06-22 | 国际商业机器公司 | 对语音识别结果中的错误进行校正的方法和语音识别系统 |
US6219640B1 (en) * | 1999-08-06 | 2001-04-17 | International Business Machines Corporation | Methods and apparatus for audio-visual speaker recognition and utterance verification |
AU2001296459A1 (en) * | 2000-10-02 | 2002-04-15 | Clarity, L.L.C. | Audio visual speech processing |
WO2002052394A1 (en) * | 2000-12-27 | 2002-07-04 | Intel Corporation | A method and system for concurrent use of two or more closely coupled communication recognition modalities |
US20020152075A1 (en) * | 2001-04-16 | 2002-10-17 | Shao-Tsu Kung | Composite input method |
US7467089B2 (en) * | 2001-09-05 | 2008-12-16 | Roth Daniel L | Combined speech and handwriting recognition |
EP1398726B1 (en) * | 2002-09-11 | 2008-07-30 | Samsung Electronics Co., Ltd. | Apparatus and method for recognizing character image from image screen |
TWI229844B (en) * | 2003-05-08 | 2005-03-21 | Acer Inc | Recognition method to integrate speech input and handwritten input, and system thereof |
US20050027530A1 (en) * | 2003-07-31 | 2005-02-03 | Tieyan Fu | Audio-visual speaker identification using coupled hidden markov models |
US7496513B2 (en) * | 2005-06-28 | 2009-02-24 | Microsoft Corporation | Combined input processing for a computing device |
-
2005
- 2005-08-12 JP JP2005234032A patent/JP4708913B2/ja not_active Expired - Fee Related
-
2006
- 2006-08-04 US US11/462,670 patent/US7706615B2/en not_active Expired - Fee Related
- 2006-08-10 EP EP06254219A patent/EP1752911A3/en not_active Withdrawn
- 2006-08-11 CN CNB2006101109492A patent/CN100403235C/zh not_active Expired - Fee Related
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6091435A (ja) * | 1983-10-25 | 1985-05-22 | Fujitsu Ltd | 文字入力装置 |
JPS63159900A (ja) * | 1986-12-24 | 1988-07-02 | 株式会社日立製作所 | 音声情報入力方式 |
JPH0387800A (ja) * | 1989-08-30 | 1991-04-12 | Fujitsu Ltd | 音声認識装置 |
JPH0676116A (ja) * | 1992-08-24 | 1994-03-18 | Oki Electric Ind Co Ltd | オンライン文字認識装置 |
JPH0685983A (ja) * | 1992-09-07 | 1994-03-25 | Sharp Corp | 音声電子黒板 |
JPH0883092A (ja) * | 1994-09-14 | 1996-03-26 | Nippon Telegr & Teleph Corp <Ntt> | 情報入力装置及び情報入力方法 |
JPH08221408A (ja) * | 1995-02-15 | 1996-08-30 | Toshiba Corp | 文字認識方法、仮名漢字変換方法及び情報処理装置 |
JPH11311992A (ja) * | 1998-04-30 | 1999-11-09 | Seiichiro Hanya | 音声認識方法 |
JP2000206986A (ja) * | 1999-01-14 | 2000-07-28 | Fuji Xerox Co Ltd | 言語情報検出装置 |
Also Published As
Publication number | Publication date |
---|---|
JP2007048177A (ja) | 2007-02-22 |
CN1912803A (zh) | 2007-02-14 |
CN100403235C (zh) | 2008-07-16 |
EP1752911A3 (en) | 2010-06-30 |
EP1752911A2 (en) | 2007-02-14 |
US20070046645A1 (en) | 2007-03-01 |
US7706615B2 (en) | 2010-04-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4708913B2 (ja) | 情報処理方法及び情報処理装置 | |
JP6605995B2 (ja) | 音声認識誤り修正装置、方法及びプログラム | |
US8457959B2 (en) | Systems and methods for implicitly interpreting semantically redundant communication modes | |
US9786273B2 (en) | Multimodal disambiguation of speech recognition | |
US9922640B2 (en) | System and method for multimodal utterance detection | |
JP4878471B2 (ja) | 情報処理装置およびその制御方法 | |
TWI266280B (en) | Multimodal disambiguation of speech recognition | |
US7496513B2 (en) | Combined input processing for a computing device | |
US9093072B2 (en) | Speech and gesture recognition enhancement | |
JP2006048628A (ja) | マルチモーダル入力方法 | |
KR102295131B1 (ko) | 입력 표시 장치, 입력 표시 방법, 및 프로그램 | |
KR20210017090A (ko) | 필기 입력을 텍스트로 변환하는 방법 및 전자 장치 | |
JP2001272995A (ja) | 音声認識方法及び装置 | |
WO2015059976A1 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
JP2021529337A (ja) | 音声認識技術を利用した多者間対話記録/出力方法及びこのため装置 | |
US7424156B2 (en) | Recognition method and the same system of ingegrating vocal input and handwriting input | |
US20020069058A1 (en) | Multimodal data input device | |
US11900931B2 (en) | Information processing apparatus and information processing method | |
KR100831991B1 (ko) | 정보처리방법 및 정보처리장치 | |
KR102597069B1 (ko) | 포인팅에 기반한 정보 제공 방법 및 시스템 | |
CN1965349A (zh) | 多形式的非歧意性语音识别 | |
KR100777569B1 (ko) | 멀티모달을 이용한 음성 인식 방법 및 그 장치 | |
US20160162446A1 (en) | Electronic device, method and storage medium | |
JPWO2005076259A1 (ja) | 音声入力システム、音声入力方法、および、音声入力用プログラム | |
JP2022183012A (ja) | 表示装置、表示システム、表示方法、プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080715 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100119 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100201 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100608 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20100630 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100804 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110308 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110317 |
|
LAPS | Cancellation because of no payment of annual fees |