JP3270832B2 - Structure selection read-out processing method and recording medium recording a program therefor - Google Patents

Structure selection read-out processing method and recording medium recording a program therefor

Info

Publication number
JP3270832B2
JP3270832B2 JP16618999A JP16618999A JP3270832B2 JP 3270832 B2 JP3270832 B2 JP 3270832B2 JP 16618999 A JP16618999 A JP 16618999A JP 16618999 A JP16618999 A JP 16618999A JP 3270832 B2 JP3270832 B2 JP 3270832B2
Authority
JP
Japan
Prior art keywords
key
read
displayed
page
pressed
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
Application number
JP16618999A
Other languages
Japanese (ja)
Other versions
JP2000353074A (en
Inventor
曽根原  登
斉衣子 後藤
昌子 伊東
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP16618999A priority Critical patent/JP3270832B2/en
Publication of JP2000353074A publication Critical patent/JP2000353074A/en
Application granted granted Critical
Publication of JP3270832B2 publication Critical patent/JP3270832B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、HTML形式で書
かれたテキスト情報を選択的に読み上げる構造選択読み
上げ処理方法ならびにそのためのプログラムを記録した
記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a structure selection read-out processing method for selectively reading out text information written in HTML format, and a recording medium on which a program for the process is recorded.

【0002】[0002]

【従来の技術】従来、電子化されたテキスト情報を、H
TMLタグの種類を選別せずに、テキスト情報の最初か
ら持続的に読み上げるようにしていた。
2. Description of the Related Art Conventionally, electronic text information is stored in H
Instead of selecting the type of TML tag, the text information is read continuously from the beginning.

【0003】[0003]

【発明が解決しようとする課題】一般的には、画面に表
示されるレイアウトによって、テキスト情報に含まれる
「大見出し」「小見出し」その「詳細情報」といった段
落や文書の区切りを区別し、目的に応じた拾い読みが出
来る。しかし、視覚を使用できない場合、例えば音声の
みを使用した表示の場合では、テキスト情報を一覧し、
段落や文章の区切りを区別することはできない。特に、
画面の音声読み上げ技術を使用している視覚障害者は、
システムが文章の最初から読み上げる内容が目的の(所
望する)情報に遭遇するまで待たなければならず、必要
とする情報へのアクセス効率が悪い。
Generally, according to the layout displayed on the screen, paragraphs and document breaks such as “major headings”, “minor headings”, and “detailed information” included in text information are distinguished. You can browse according to. However, if you can't use vision, for example, if you're using audio only, you'll need to list text information,
There is no way to distinguish between paragraphs and sentences. In particular,
Visually impaired people who use screen-to-speech technology
The system must wait until the contents read from the beginning of the text encounter the desired (desired) information, resulting in inefficient access to the required information.

【0004】また、テキスト情報内の検索を行う場合に
も、システムから読み上げられる情報から検索せざるを
得ず、読み上げられる情報に依存している。そして特
に、視覚障害者はネットワーク上の情報を積極的に操作
する実感が持ちにくい。
[0004] Also, when searching in text information, it is necessary to search from information read out from the system, and it depends on the information read out. In particular, it is difficult for visually impaired persons to have a real feeling of actively operating information on the network.

【0005】本発明は、テキスト中のタグの種類を選択
して該当する部分のみを読み上げるようにすることを目
的としている。
An object of the present invention is to select a type of tag in text and read out only a corresponding portion.

【0006】[0006]

【課題を解決するための手段】HTML形式のファイル
を読み込み、HTMLタグの種類を選別するようにす
る。
According to the present invention, a file in an HTML format is read and the type of an HTML tag is selected.

【0007】本発明は、キーボード上のキーにHTML
タグの種類毎の内容を音声で読み上げる機能を付加し、
テキスト中の「大見出し」「小見出し」「詳細情報」を
選択的に読み上げることができるようにした。
According to the present invention, the keys on the keyboard are HTML
Added a function to read out the contents of each tag type by voice,
"Major headings", "subheadings", and "detailed information" in text can now be selectively read aloud.

【0008】(処理1):HTML形式で記述されたテ
キスト情報を読み込み、既存のインターネットブラウザ
に表示させる。 (処理2):読み込んだテキストに付加されたHTML
タグの種類を判別する。
(Process 1): Text information described in HTML format is read and displayed on an existing Internet browser. (Process 2): HTML added to the read text
Determine the type of tag.

【0009】(処理3):キーボード上のキーにHTM
Lタグの種類別に読み上げる機能を割り当てる。 (処理4):ユーザが押下したキーに割り当てられてい
るHTMLタグと同じHTMLタグの箇所をテキスト情
報の中から読み上げる。
(Process 3): The key on the keyboard is HTM
A function to read out is assigned to each type of L tag. (Process 4): The same HTML tag as the HTML tag assigned to the key pressed by the user is read out of the text information.

【0010】[0010]

【発明の実施の形態】図1は本発明の一実施例を説明す
るフローチャートを示す。
FIG. 1 is a flow chart for explaining an embodiment of the present invention.

【0011】(ステップS1):HTML形式で記述さ
れたテキスト情報を、例えばネットスケープ社のネット
スケープナビゲーターやマイクロソフト社のインターネ
ットエクスプローラのようなインターネットブラウザア
プリケーションにて表示させる。
(Step S1): Text information described in the HTML format is displayed by an Internet browser application such as Netscape Navigator by Netscape or Internet Explorer by Microsoft.

【0012】(ステップS2):表示されたテキスト情
報で使用されているHTMLタグを種類毎に「大見出
し」「小見出し」「詳細情報」などに分類する。
(Step S2): HTML tags used in the displayed text information are classified into "large headings", "small headings", "detailed information" and the like for each type.

【0013】(ステップS3):分類した「大見出し」
「小見出し」「詳細情報」のHTMLタグの種類毎、テ
キスト情報全体、リンク先のある箇所を音声で読み上げ
る機能をキーボード上のファンクションキーに割り当て
る。表1はファンクションキーの操作を読み上げる範囲
との対応を説明する表である。
(Step S3): Classified "big headline"
The function of reading out the text information, the entire text information, and the linked part by voice for each type of the HTML tags of “subheadline” and “detailed information” is assigned to the function key on the keyboard. Table 1 is a table for explaining the correspondence between the operation of the function key and the range to be read out.

【0014】[0014]

【表1】 [Table 1]

【0015】例えばファンクションキーF3を押下する
と、ページ上に表示されている大見出しを読み上げるこ
とになる。
For example, when the function key F3 is pressed, the headline displayed on the page is read out.

【0016】(ステップS4):ユーザが読み上げさせ
たい箇所に対応するファンクションキーを押下する。 (ステップS5):ユーザが押下したファンクションキ
ーに割り当てられているHTMLタグと同じHTMLタ
グの箇所をテキスト情報の中から音声で読み上げる。
(Step S4): The user presses a function key corresponding to a portion to be read aloud. (Step S5): The same HTML tag as the HTML tag assigned to the function key pressed by the user is read aloud from the text information.

【0017】表1の場合では、押下時に音声で読み上げ
る範囲として、F1キーに「現在カーソルがある位置の
一文」、F2キーに「当該ページ上に表示されている全
文」、F3キーに「当該ページに表示されている全ての
大見出し」、F4キーに「当該ページに表示されている
全ての小見出し」、F5キーに「当該ページに表示され
ている全ての詳細情報」、F6キーに「当該ページ中に
あるリンク先がある箇所」を割り当てている。
In the case of Table 1, as a range to be read out aloud when pressed, the F1 key indicates "one sentence at the current cursor position", the F2 key indicates "all sentences displayed on the page", and the F3 key indicates "one sentence.""All major headlines displayed on the page", F4 key "All subheadings displayed on the page", F5 key "All detailed information displayed on the page", F6 key " A place with a link destination in a page "is assigned.

【0018】図1に関連して説明した読み上げ処理方法
は、当該処理方法を実行可能にしたプログラムを用意
し、当該プログラムを記録媒体に保持することができ
る。したがって、本発明はそのような記録媒体をも発明
の対象とするものである。
In the reading processing method described with reference to FIG. 1, a program capable of executing the processing method is prepared, and the program can be stored in a recording medium. Therefore, the present invention also covers such a recording medium.

【0019】[0019]

【発明の効果】本発明は、以上説明したような形態で実
施され、以下に記載されるような効果を奏する。
The present invention is embodied in the form described above and has the following effects.

【0020】(1)視覚を用いずにテキスト情報中の段
落や文章の区切りを区別し、目的に応じた拾い読みが可
能となる。 (2)従来の音声読み上げ方式に比べ、目的の情報に遭
遇するまでの待ち時間が減少し、必要とする情報へのア
クセス効率が向上する。 (3)従来の音声読み上げ方式に比べ、不必要な情報の
読み上げが終了するのを待つ時間が減少し、インターネ
ット上の情報を積極的に操作する実感が得られる。
(1) It is possible to distinguish paragraphs and sentences in text information without using visual sense, and to perform browsing according to the purpose. (2) Compared with the conventional voice reading method, the waiting time until the target information is encountered is reduced, and the access efficiency to necessary information is improved. (3) Compared with the conventional text-to-speech system, the time to wait for the unnecessary reading of the information to be completed is reduced, and a feeling of actively operating the information on the Internet can be obtained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例を説明するフローチャートを
示す。
FIG. 1 is a flowchart illustrating an embodiment of the present invention.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 伊東 昌子 東京都武蔵野市御殿山一丁目1番3号 エヌ・ティ・ティ・アドバンステクノロ ジ株式会社内 (56)参考文献 特開 平11−167398(JP,A) 特開2000−339132(JP,A) 特開 平11−52973(JP,A) 特開2000−99307(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 3/16 G06F 19/00 ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Masako Ito 1-3-1 Gotenyama, Musashino City, Tokyo NTT Advanced Technology Corporation (56) References JP-A-11-167398 (JP) JP-A-2000-339132 (JP, A) JP-A-11-52973 (JP, A) JP-A-2000-99307 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 3/16 G06F 19/00

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 HTML形式で記述されたテキスト情報
について当該情報の全部あるいはその一部を音声にて読
み上げる読み上げ処理方法において、 読み込まれたテキスト情報に付加されたHTMLタグの
種類を選別する処理と、当該読み込まれたテキスト情報におけるHTMLタグの
種類毎に、ページ上に表示されている全文を音声で読み
上げることを指示する第2のキーの押下と、ページ上に
表示されている大見出しを音声で読み上げることを指示
する第3のキーの押下と、ページ上に表示されている小
見出しを音声で読み上げることを指示する第4のキーの
押下と、ページ上に表示されている詳細情報を音声で読
み上げることを指示する第5のキーの押下とに対応づけ
る処理と、 現にカーソルが存在している位置のひとつの文を音声で
読み上げることを第1のキーの押下で指示し、更に現ペ
ージ中に表示されているリンク先がある個所を音声で読
み上げることを第6のキーの押下で指示するよう、キー
を割り当てる処理と、 ユーザによって、前記第1のキーないし第6のキーのい
ずれか1つが押下されたことを識別する処理と、 当該識別する処理の結果に対応して、前記第1のキーの
押下ないし第6のキーの押下のいずれかに対応づけられ
ている読み上げ範囲を音声にて読み上げる処理と を実行
することを特徴とする構造選択読み上げ処理方法。
In a text-to-speech processing method for reading out all or a part of text information described in HTML format by voice, a process for selecting a type of an HTML tag added to the read text information is provided. Of the HTML tag in the read text information
Read the full text displayed on the page by voice for each type
Press the second key to instruct
Instruction to read out the displayed headline aloud
The third key to be pressed and the small key displayed on the page
The fourth key that instructs to read the headline aloud
Press to read the detailed information displayed on the page
Corresponds to the pressing of the fifth key that instructs to look up
Process and one sentence at the position where the cursor is actually
The first key is pressed to read out, and the current page is pressed.
Read the location of the link displayed in the page
Press the sixth key to instruct
Assigning the first key to the sixth key according to the user.
A process for identifying that any one of the keys has been pressed , and the first key corresponding to the result of the identification process.
Pressing or pressing the sixth key
And performing a process of reading out the read-out range by voice .
【請求項2】 HTML形式のファイルを読み込み、H
TMLタグの種類を選別することを特徴とする請求項1
記載の構造選択読み上げ処理方法。
2. An HTML format file is read, and
2. The type of TML tag is selected.
The described structure selection read-out processing method.
【請求項3】 前記第2のキーと前記第3のキーと前記
第4のキーと前記第5のキーとが、順に、キーボード上
の左から右に順に並んだキーに対応づけて割り付けられ
ていて、前記ページ上に表示されている全文を音声で読
み上げる処理と、前記ページ上に表示されている大見出
しを音声で読み上げる処理と、前記ページ上に表示され
ている小見出しを音声で読み上げる処理と、前記ページ
上に表示されている詳細情報を音声で読み上げる処理と
を、夫々前記順に並んだキーの 1つが押下されることに
よって実行するようにしたことを特徴とする請求項1記
載の構造選択読み上げ処理方法。
3. The second key, the third key, and the second key.
The fourth key and the fifth key are sequentially displayed on the keyboard.
Are assigned to keys arranged in order from left to right
Read the entire text displayed on the page
The process of looking up and the headline displayed on the page
Process to read aloud the text and display it on the page
Processing to read out the subheadings that are spoken
Processing to read out the detailed information displayed above by voice
Means that one of the keys arranged in the above order is pressed, respectively.
3. The method according to claim 1, wherein the method is executed .
【請求項4】 HTML形式で記述されたテキスト情報
について当該情報の全部あるいはその一部を音声にて読
み上げるプログラムをデータ処理装置が読み取り可能に
記録した記録媒体であって、 読み込まれたテキスト情報に付加されたHTMLタグの
種類を選別する処理と、当該読み込まれたテキスト情報におけるHTMLタグの
種類毎に、ページ上に表示されている全文を音声で読み
上げることを指示する第2のキーの押下と、ページ上に
表示されている大見出しを音声で読み上げることを指示
する第3のキーの押下と、ページ上に表示されている小
見出しを音声で読み上げることを指示する第4のキーの
押下と、ページ上に表示されている詳細情報を音声で読
み上げることを指示する第5のキーの押下とに対応づけ
る処理と、 現にカーソルが存在している位置のひとつの文を音声で
読み上げることを第1のキーの押下で指示し、更に現ペ
ージ中に表示されているリンク先がある個所を音声で読
み上げることを第6のキーの押下で指示するよう、キー
を割り当てる処理と、 ユーザによって、前記第1のキーないし第6のキーのい
ずれか1つが押下されたことを識別する処理と、 当該識別する処理の結果に対応して、前記第1のキーの
押下ないし第6のキーの押下のいずれかに対応づけられ
ている読み上げ範囲を音声にて読み上げる処理と を実行
するプログラムが記録されていることを特徴とする記録
媒体。
4. A recording medium on which a data processing device records a program for reading out all or a part of text information described in an HTML format by voice, wherein the read text information includes A process of selecting the type of the added HTML tag, and a process of selecting the type of the HTML tag in the read text information.
Read the full text displayed on the page by voice for each type
Press the second key to instruct
Instruction to read out the displayed headline aloud
The third key to be pressed and the small key displayed on the page
The fourth key that instructs to read the headline aloud
Press to read the detailed information displayed on the page
Corresponds to the pressing of the fifth key that instructs to look up
Process and one sentence at the position where the cursor is actually
The first key is pressed to read out, and the current page is pressed.
Read the location of the link displayed in the page
Press the sixth key to instruct
Assigning the first key to the sixth key according to the user.
A process for identifying that any one of the keys has been pressed , and the first key corresponding to the result of the identification process.
Pressing or pressing the sixth key
A program for executing a process of reading out a read-out range by voice .
JP16618999A 1999-06-14 1999-06-14 Structure selection read-out processing method and recording medium recording a program therefor Expired - Fee Related JP3270832B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16618999A JP3270832B2 (en) 1999-06-14 1999-06-14 Structure selection read-out processing method and recording medium recording a program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16618999A JP3270832B2 (en) 1999-06-14 1999-06-14 Structure selection read-out processing method and recording medium recording a program therefor

Publications (2)

Publication Number Publication Date
JP2000353074A JP2000353074A (en) 2000-12-19
JP3270832B2 true JP3270832B2 (en) 2002-04-02

Family

ID=15826746

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16618999A Expired - Fee Related JP3270832B2 (en) 1999-06-14 1999-06-14 Structure selection read-out processing method and recording medium recording a program therefor

Country Status (1)

Country Link
JP (1) JP3270832B2 (en)

Also Published As

Publication number Publication date
JP2000353074A (en) 2000-12-19

Similar Documents

Publication Publication Date Title
JP2000352988A (en) Selective reading-out method having automatic header extracting function, and recording medium recording program therefor
JP4225703B2 (en) Information access method, information access system and program
Chisholm et al. Web content accessibility guidelines 1.0
World Wide Web Consortium Web content accessibility guidelines 1.0
US7058887B2 (en) Audio clutter reduction and content identification for web-based screen-readers
US7168040B2 (en) Document processing apparatus and method for analysis and formation of tagged hypertext documents
US20020116420A1 (en) Method and apparatus for displaying and viewing electronic information
US20040049374A1 (en) Translation aid for multilingual Web sites
US20020116421A1 (en) Method and system for page-like display, formating and processing of computer generated information on networked computers
JP2001014319A (en) Hypertext access device
EP1690197A2 (en) Document placemarker
JP2004310748A (en) Presentation of data based on user input
EP1370980A1 (en) Method to reformat regions with cluttered hyperlinks
US8028240B2 (en) Custom labeler for screen readers
US20040003344A1 (en) Method for utilizing electronic book readers to access multiple-ending electronic books
Leporini et al. Designing search engine user interfaces for the visually impaired
US7925142B2 (en) Apparatus for presenting information and method thereof
US20020111974A1 (en) Method and apparatus for early presentation of emphasized regions in a web page
KR100491613B1 (en) Device and method for close-up web document having frame and and recording the method
JP4565585B2 (en) Data processing apparatus, data processing method, and recording medium
JP2002207727A (en) Client device, recording medium recorded with program therefor, and program therefor
JP3270832B2 (en) Structure selection read-out processing method and recording medium recording a program therefor
JP2005128955A (en) Information processing method, storage medium, and program
JPH10326178A (en) Information processor and program storage medium
JPH11288364A (en) Information reading method, device therefor and storage medium

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080118

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090118

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090118

Year of fee payment: 7

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313114

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090118

Year of fee payment: 7

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090118

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100118

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120118

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130118

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees