WO2001057646A1 - Method for outputting information of bulletin board on internet - Google Patents

Method for outputting information of bulletin board on internet Download PDF

Info

Publication number
WO2001057646A1
WO2001057646A1 PCT/KR2001/000123 KR0100123W WO0157646A1 WO 2001057646 A1 WO2001057646 A1 WO 2001057646A1 KR 0100123 W KR0100123 W KR 0100123W WO 0157646 A1 WO0157646 A1 WO 0157646A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
speech
user
file
text
Prior art date
Application number
PCT/KR2001/000123
Other languages
French (fr)
Inventor
Yang-Keun Oh
Original Assignee
Eocyber Co., Ltd.
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 Eocyber Co., Ltd. filed Critical Eocyber Co., Ltd.
Priority to AU2001232370A priority Critical patent/AU2001232370A1/en
Publication of WO2001057646A1 publication Critical patent/WO2001057646A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/107Computer-aided management of electronic mailing [e-mailing]
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L13/00Speech synthesis; Text to speech systems

Definitions

  • the present invention relates in general to the output of information of a bulletin board on the Internet, and more particularly to a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech (TTS) program and links the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board, such as stock market information, newspaper items, news, goods introduction, learning contents, etc.
  • TTS text to speech
  • FIG. 1 is a block diagram showing the construction of a conventional printer or displayed through a monitor so that it can be seen by the user.
  • Fig. 1 is a block diagram showing the construction of a conventional printer or displayed through a monitor so that it can be seen by the user.
  • the conventional Internet information output system comprises a communication controller 3 connected to a server 1 via an Internet network 2 for receiving data from the server 1 and transferring the received data to a main controller 4 or vice versa.
  • the communication controller 3 includes a modem or local area network (LAN) card.
  • the main controller 4 is adapted to control the entire operation of the system, process data to be sent, send the processed data to the server 1 via the communication controller 3, receive data from the server 1 via the controller 3 and process the received data.
  • the conventional Internet information output system further comprises a memory 5 for storing input/output data under the control of the main controller 4, a display unit 6 for displaying data received from the server 1 or data entered by the user on the screen of a monitor 7 under the control of the controller 4, and a driver 8 for printing the data received from the server 1 or the data entered by the user through a printer 9 under the control of the controller 4.
  • CGI Common Gateway Interface
  • ASP Active Server Page
  • PHP PHP
  • Java Java
  • the CGI is an interface for transferring information entered by the user through a browser to a specific program of the server.
  • the server Upon receiving a text from the user through the interface, the server registers the received text.
  • the server sends a HyperText Markup Language (HTML) document to the client.
  • HTML HyperText Markup Language
  • the user fills out the entry form with desired text data and then requests the server to process the text data.
  • the server Upon receiving the client's request, the server transfers the text data to a CGI processor.
  • the CGI processor transfers the text data sent from the user to a data processing program run in the server, which is typically called a CGI program.
  • the CGI program processes the text data desired by the user and then sends the processed result back to the browser (client) via the server.
  • a bulletin board is operated on the Internet in this manner.
  • the ASP, PHP and Java, not described, are operated in a similar manner to the CGI although they perform transformation processes depending on respective server environments.
  • a description will hereinafter be given of only a CGI related case as an example.
  • the above-described conventional Internet information output system is disadvantageous in that the user can view text information of the bulletin board on the Internet through only the monitor 7 or printer 9. That is, the user must continuously look at the screen of the monitor 7 while information is displayed on the screen, resulting in the strain of eyes of the user working with the computer for a large amount of time in a day. Moreover, the user can scarcely conduct other work while looking at the screen of the computer monitor.
  • the present invention has been made in view of the above problems, and it is an object of the present invention to provide a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech (TTS) program and links the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board.
  • TTS text to speech
  • a method for outputting information of a bulletin board on the Internet comprising the step of, by a server, converting a text file into a compressed speech file using a text to speech program and linking the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board.
  • a listening user interface may be used together with a visual user interface to read for the user a previously created document or the abstract of an uploaded document while the user works on a different document. This makes the user's working efficiency higher, the screen utilization more efficient and it possible for even visually impaired people to use Web sites.
  • the user may work on a different document while listening to the contents of a previously created document. Further, the user may listen to index information generated during the document creation or search.
  • the present method may be applied to a microminiaturized pocket personal computer (PC) or palmtop PC, notebook computer, cellular phone or personal digital assistant (PDA), to overcome the screen size limitation of conventional monitors.
  • PC personal computer
  • PDA personal digital assistant
  • FIG. 1 is a block diagram showing the construction of a conventional
  • Fig. 2 is a block diagram showing the construction of an Internet information output system in accordance with the present invention.
  • Fig. 3 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with a preferred embodiment of the present invention.
  • Fig. 4 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with an alternative embodiment of the present invention.
  • FIG. 2 there is schematically shown in block form the construction of an Internet information output system in accordance with the present invention, wherein a user or Web operator can leave speech information on a bulletin board on the Internet.
  • the Internet information output system comprises a communication controller 13 connected to a server 11 via an Internet network 12 for sending and receiving data to/from the server 1 1.
  • the communication controller 13 includes an interface and a modem or local area network (LAN) card.
  • a main controller 14 functions to control the entire operation of the system, process data to be sent, send the processed data to the server 1 1 via the communication controller 13, receive data from the server 1 1 via the controller 13 and process the received data.
  • the Internet information output system further comprises a memory 15 for storing input/output data based on the user or Web operator's selections through a keyboard 16 or mouse 17 under the control of the main controller 14, a speech input unit 18 for inputting the user or Web operator's speech through a microphone 19, performing a signal processing operation for the inputted speech and transferring the resulting digital signal to the controller 14, a display unit 20 for displaying data received from the server 11 or data entered by the user or Web operator on the screen of a monitor 21 under the control of the controller 14, and a speech output unit 22 for outputting a speech version of the data received from the server 1 1 or the data entered by the user or Web operator through a speaker 23 under the control of the controller 14.
  • the Internet information output system further comprises a communication controller 24 connected to the server 1 1 via the Internet network 12 for sending and receiving data to/from the server 1 1.
  • the communication controller 24 includes an interface.
  • a main controller 25 functions to control the entire operation of the system, process data to be sent, send the processed data to the server 1 1 via the communication controller 24, receive data from the server 1 1 via the controller 24 and process the received data.
  • the Internet information output system further comprises a memory 26 for storing input/output data based on the user or Web operator's selections through a keyboard 27 or mouse 28 under the control of the main controller 25, a speech input unit 29 for inputting the user or Web operator's speech through a microphone 30, performing a signal processing operation for the inputted speech and transferring the resulting digital signal to the controller 25, a display unit 31 for displaying data received from the server 1 1 or data entered by the user or Web operator on the screen of a monitor 32 under the control of the controller 25, and a speech output unit 33 for outputting a speech version of the data received from the server 11 or the data entered by the user or Web operator through a speaker 34 under the control of the controller 25.
  • a memory 26 for storing input/output data based on the user or Web operator's selections through a keyboard 27 or mouse 28 under the control of the main controller 25
  • a speech input unit 29 for inputting the user or Web operator's speech through a microphone 30, performing a signal processing operation for the inputted speech and
  • Fig. 3 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with a preferred embodiment of the present invention, wherein a user or Web operator can output desired information in a speech form as well as in a text form.
  • a source user or Web operator operates his or her computer with the keyboard 16 or 27 or mouse 17 or 28, connected to the main controller 14 or 25, to gain access to the server 1 1 via the Internet network 12, and then sends desired information to the server 11 in a speech or text form using the microphone 19 or 30 or the keyboard or mouse, as will hereinafter be described in detail.
  • the server 11 displays an initial picture of the selected Web site on the monitor screen (step 42). If the source user or Web operator clicks on a member registration menu in the displayed initial picture (step 43), then the server 11 displays a member registration form on the monitor screen to allow the source user or Web operator to fill out the member registration form with information for member registration (step 44).
  • the source user or Web operator stepwise enters the information for member registration in the member registration form through the keyboard 16 or mouse 17 (step 45).
  • the information for member registration may include, for example, a user or Web operator identification (ID), password, name, resident registration number, sex, birthday, address, electronic mail (E-mail) address, etc.
  • the server 11 notifies the source user or Web operator that he or she has been registered as a member (step 46) and then displays a site selection window on the monitor screen to allow the user or Web operator to select a desired specific site in the site selection window (step 47).
  • the above-stated member registration can be carried out at the user or
  • step 48 the source user or Web operator selects a desired specific site in the site selection window (step 48) and enters information desired to send to the selected specific site (including a title, user name, password, abstract, text contents, etc.) (step 49), then the server 1 1 displays a confirmation mode window for confirmation of the entered information on the monitor screen (step 50).
  • the source user or Web operator clicks on an area of the sent information if he or she desires to further output that area in a speech form (step 52). Then, the server 1 1 transforms a text file of the clicked information area into a speech file
  • step 53 compresses the transformed speech file and stores the compressed speech file in a database (step 54).
  • a different user or Web operator selects the specific site (step 55), he or she may click on a link of the speech file among information of a bulletin board on the specific site, which speech file is displayed together with a link of the text file, in order to listen to a speech version of the text file.
  • the server 1 1 sends the compressed speech file stored in the database to the different user or Web operator (step 57) if the different user or Web operator clicks on the link of the speech file (step 56).
  • the different user or Web operator can listen to the speech file of the desired information through the speech output unit 22 and speaker 23.
  • Fig. 4 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with an alternative embodiment of the present invention.
  • a source user or Web operator gains access to the server 1 1 through the Internet network (step 61) and reads HTML or text information of a desired specific site displayed on the monitor screen. If the source user or Web operator requests the server 1 1 to transform the read text information into speech information in order to receive a speech version of the read text information (step 62), then the server 11 transfers the text information to a CGI processor therein, which in turn transforms the transferred text information into a speech file according to a text to speech program (step 63), compresses the transformed speech file and stores the compressed speech file in a database (step 64).
  • a different user or Web operator may click on a link of the speech file among information of a bulletin board on the specific site, which speech file is displayed together with a link of the text file, in order to listen to a speech version of the text file.
  • the server 1 1 sends the compressed speech file stored in the database to the different user or Web operator (step 66) if the different user or Web operator clicks on the link of the speech file (step 65).
  • the different user or Web operator can listen to the speech file of the desired information through the speech output unit 22 and speaker 23.
  • the present invention provides a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech program and links the converted speech file to the bulletin board in real time. Therefore, a user can conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board.
  • a listening user interface can be used together with a visual user interface to read for the user a previously created document or the abstract of an uploaded document while the user works on a different document. This makes the user's working efficiency higher, the screen utilization more efficient and it possible for even visually impaired people to use Web sites.

Abstract

A method for outputting information of a bulletin board on the Internet. A server converts a text file into a compressed speech file using a text to speech program and links the converted speech file to the bulletin board in real time. Therefore, a user can conduct other work while listening to information which is visually displayed on the bulletin board, such as stock market information, newspaper items, news, goods introduction, learning contents, etc. A listening user interface as well as a visual user interface is used to read for the user a previously created document or the abstract of an uploaded document while conducting the creation of a different document. This makes the user's working efficiency higher, the screen utilization more efficient and it possible for even visually impaired people to use Web sites. Therefore, while listening to the contents of a previously created document, the user can conduct the creation of a different document.

Description

METHOD FOR OUTPUTTING INFORMATION OF BULLETIN BOARD ON INTERNET
Technical Field
The present invention relates in general to the output of information of a bulletin board on the Internet, and more particularly to a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech (TTS) program and links the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board, such as stock market information, newspaper items, news, goods introduction, learning contents, etc.
Background Art
As well known to those skilled in the art, recently, owing to the development of information technology and the increasing spread of computers, many persons have conveniently utilized the computers in various aspects of daily life, such as computer communications, information searches, securities investment, commodity purchase, etc.
Furthermore, there is a growing tendency that some young persons using computers receive important domestic and international information or transfer desired contents in a text form while conducting various kinds of communications over the Internet.
Notably, all information must be exchanged in a text form over the
Internet. Such text information is printed through a printer or displayed through a monitor so that it can be seen by the user. Fig. 1 is a block diagram showing the construction of a conventional
Internet information output system. As shown in this drawing, the conventional Internet information output system comprises a communication controller 3 connected to a server 1 via an Internet network 2 for receiving data from the server 1 and transferring the received data to a main controller 4 or vice versa. To this end, the communication controller 3 includes a modem or local area network (LAN) card.
The main controller 4 is adapted to control the entire operation of the system, process data to be sent, send the processed data to the server 1 via the communication controller 3, receive data from the server 1 via the controller 3 and process the received data. The conventional Internet information output system further comprises a memory 5 for storing input/output data under the control of the main controller 4, a display unit 6 for displaying data received from the server 1 or data entered by the user on the screen of a monitor 7 under the control of the controller 4, and a driver 8 for printing the data received from the server 1 or the data entered by the user through a printer 9 under the control of the controller 4. This construction makes it possible for the user to view information sent by him or her or the server in a text form.
On the other hand, CGI (Common Gateway Interface), ASP (Active Server Page), PHP, Java or the like may be used for application of information from the user or Web operator to a Web site.
The CGI is an interface for transferring information entered by the user through a browser to a specific program of the server. Upon receiving a text from the user through the interface, the server registers the received text.
In other words, if the user gains access to the server through a browser (client), then the server sends a HyperText Markup Language (HTML) document to the client. In case the sent HTML document has an appropriate entry form, the user fills out the entry form with desired text data and then requests the server to process the text data.
Upon receiving the client's request, the server transfers the text data to a CGI processor. The CGI processor transfers the text data sent from the user to a data processing program run in the server, which is typically called a CGI program.
The CGI program processes the text data desired by the user and then sends the processed result back to the browser (client) via the server. A bulletin board is operated on the Internet in this manner.
The ASP, PHP and Java, not described, are operated in a similar manner to the CGI although they perform transformation processes depending on respective server environments. Thus, a description will hereinafter be given of only a CGI related case as an example. However, the above-described conventional Internet information output system is disadvantageous in that the user can view text information of the bulletin board on the Internet through only the monitor 7 or printer 9. That is, the user must continuously look at the screen of the monitor 7 while information is displayed on the screen, resulting in the strain of eyes of the user working with the computer for a large amount of time in a day. Moreover, the user can scarcely conduct other work while looking at the screen of the computer monitor.
Disclosure of the Invention
Therefore, the present invention has been made in view of the above problems, and it is an object of the present invention to provide a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech (TTS) program and links the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board. In accordance with the present invention, the above and other objects can be accomplished by the provision of a method for outputting information of a bulletin board on the Internet, comprising the step of, by a server, converting a text file into a compressed speech file using a text to speech program and linking the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board.
Preferably, a listening user interface may be used together with a visual user interface to read for the user a previously created document or the abstract of an uploaded document while the user works on a different document. This makes the user's working efficiency higher, the screen utilization more efficient and it possible for even visually impaired people to use Web sites.
The user may work on a different document while listening to the contents of a previously created document. Further, the user may listen to index information generated during the document creation or search.
Furthermore, the present method may be applied to a microminiaturized pocket personal computer (PC) or palmtop PC, notebook computer, cellular phone or personal digital assistant (PDA), to overcome the screen size limitation of conventional monitors.
Brief Description of the Drawings
The above and other objects, features and other advantages of the present invention will be more clearly understood from the following detailed description taken in conjunction with the accompanying drawings, in which: Fig. 1 is a block diagram showing the construction of a conventional
Internet information output system;
Fig. 2 is a block diagram showing the construction of an Internet information output system in accordance with the present invention;
Fig. 3 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with a preferred embodiment of the present invention; and
Fig. 4 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with an alternative embodiment of the present invention.
Best Mode for Carrying Out the Invention
With reference to Fig. 2, there is schematically shown in block form the construction of an Internet information output system in accordance with the present invention, wherein a user or Web operator can leave speech information on a bulletin board on the Internet.
As shown in Fig. 2, the Internet information output system comprises a communication controller 13 connected to a server 11 via an Internet network 12 for sending and receiving data to/from the server 1 1. To this end, the communication controller 13 includes an interface and a modem or local area network (LAN) card.
A main controller 14 functions to control the entire operation of the system, process data to be sent, send the processed data to the server 1 1 via the communication controller 13, receive data from the server 1 1 via the controller 13 and process the received data.
The Internet information output system further comprises a memory 15 for storing input/output data based on the user or Web operator's selections through a keyboard 16 or mouse 17 under the control of the main controller 14, a speech input unit 18 for inputting the user or Web operator's speech through a microphone 19, performing a signal processing operation for the inputted speech and transferring the resulting digital signal to the controller 14, a display unit 20 for displaying data received from the server 11 or data entered by the user or Web operator on the screen of a monitor 21 under the control of the controller 14, and a speech output unit 22 for outputting a speech version of the data received from the server 1 1 or the data entered by the user or Web operator through a speaker 23 under the control of the controller 14.
The Internet information output system further comprises a communication controller 24 connected to the server 1 1 via the Internet network 12 for sending and receiving data to/from the server 1 1. To this end, the communication controller 24 includes an interface.
A main controller 25 functions to control the entire operation of the system, process data to be sent, send the processed data to the server 1 1 via the communication controller 24, receive data from the server 1 1 via the controller 24 and process the received data.
The Internet information output system further comprises a memory 26 for storing input/output data based on the user or Web operator's selections through a keyboard 27 or mouse 28 under the control of the main controller 25, a speech input unit 29 for inputting the user or Web operator's speech through a microphone 30, performing a signal processing operation for the inputted speech and transferring the resulting digital signal to the controller 25, a display unit 31 for displaying data received from the server 1 1 or data entered by the user or Web operator on the screen of a monitor 32 under the control of the controller 25, and a speech output unit 33 for outputting a speech version of the data received from the server 11 or the data entered by the user or Web operator through a speaker 34 under the control of the controller 25.
Fig. 3 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with a preferred embodiment of the present invention, wherein a user or Web operator can output desired information in a speech form as well as in a text form. A source user or Web operator operates his or her computer with the keyboard 16 or 27 or mouse 17 or 28, connected to the main controller 14 or 25, to gain access to the server 1 1 via the Internet network 12, and then sends desired information to the server 11 in a speech or text form using the microphone 19 or 30 or the keyboard or mouse, as will hereinafter be described in detail.
If the source user or Web operator selects a Web site of the server 1 1 (step 41 ), then the server 11 displays an initial picture of the selected Web site on the monitor screen (step 42). If the source user or Web operator clicks on a member registration menu in the displayed initial picture (step 43), then the server 11 displays a member registration form on the monitor screen to allow the source user or Web operator to fill out the member registration form with information for member registration (step 44). The source user or Web operator stepwise enters the information for member registration in the member registration form through the keyboard 16 or mouse 17 (step 45). The information for member registration may include, for example, a user or Web operator identification (ID), password, name, resident registration number, sex, birthday, address, electronic mail (E-mail) address, etc. Thereafter, upon recognizing that all the information for member registration has been entered, the server 11 notifies the source user or Web operator that he or she has been registered as a member (step 46) and then displays a site selection window on the monitor screen to allow the user or Web operator to select a desired specific site in the site selection window (step 47). The above-stated member registration can be carried out at the user or
Web operator's option.
Thereafter, if the source user or Web operator selects a desired specific site in the site selection window (step 48) and enters information desired to send to the selected specific site (including a title, user name, password, abstract, text contents, etc.) (step 49), then the server 1 1 displays a confirmation mode window for confirmation of the entered information on the monitor screen (step 50).
After confirming the sent information in the confirmation mode window (step 51), the source user or Web operator clicks on an area of the sent information if he or she desires to further output that area in a speech form (step 52). Then, the server 1 1 transforms a text file of the clicked information area into a speech file
(step 53), compresses the transformed speech file and stores the compressed speech file in a database (step 54).
If a different user or Web operator selects the specific site (step 55), he or she may click on a link of the speech file among information of a bulletin board on the specific site, which speech file is displayed together with a link of the text file, in order to listen to a speech version of the text file. The server 1 1 sends the compressed speech file stored in the database to the different user or Web operator (step 57) if the different user or Web operator clicks on the link of the speech file (step 56). As a result, the different user or Web operator can listen to the speech file of the desired information through the speech output unit 22 and speaker 23.
Fig. 4 is a flowchart illustrating a method for outputting information of a bulletin board on the Internet in accordance with an alternative embodiment of the present invention.
First, a source user or Web operator gains access to the server 1 1 through the Internet network (step 61) and reads HTML or text information of a desired specific site displayed on the monitor screen. If the source user or Web operator requests the server 1 1 to transform the read text information into speech information in order to receive a speech version of the read text information (step 62), then the server 11 transfers the text information to a CGI processor therein, which in turn transforms the transferred text information into a speech file according to a text to speech program (step 63), compresses the transformed speech file and stores the compressed speech file in a database (step 64).
Accordingly, a different user or Web operator may click on a link of the speech file among information of a bulletin board on the specific site, which speech file is displayed together with a link of the text file, in order to listen to a speech version of the text file. The server 1 1 sends the compressed speech file stored in the database to the different user or Web operator (step 66) if the different user or Web operator clicks on the link of the speech file (step 65). As a result, the different user or Web operator can listen to the speech file of the desired information through the speech output unit 22 and speaker 23.
On the other hand, in case the different user or Web operator does not click on the link of the speech file at the above step 65, he or she can view only the text file (step 67). Industrial Applicability
As apparent from the above description, the present invention provides a method for outputting information of a bulletin board on the Internet, wherein a server converts a text file into a compressed speech file using a text to speech program and links the converted speech file to the bulletin board in real time. Therefore, a user can conduct other work while listening to a speech version of text information which is visually displayed on the bulletin board.
Further, according to this invention, a listening user interface can be used together with a visual user interface to read for the user a previously created document or the abstract of an uploaded document while the user works on a different document. This makes the user's working efficiency higher, the screen utilization more efficient and it possible for even visually impaired people to use Web sites.
Although the preferred embodiments of the present invention have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, without departing from the scope and spirit of the invention as disclosed in the accompanying claims.

Claims

Claims:
1. A method for outputting information of a bulletin board on the Internet, comprising the step of, by a server, converting a text file into a compressed speech file using a text to speech program and linking the converted speech file to the bulletin board in real time, thereby enabling a user to conduct other work while listening to a speech version of text information which is visually displayed on said bulletin board.
2. The method as set forth in Claim 1, wherein said step includes the steps of: a), by a source user or Web operator, selecting a desired specific one of displayed sites and entering a title and contents of information desired to send to the selected specific site, and, by said server, displaying a confirmation mode window for confirmation of the entered information; b), by said source user or Web operator, confirming the sent information in said confirmation mode window and clicking on an area of the sent information if he or she desires to further output that area in a speech form; c), by said server, transforming a text file of the clicked information area into a speech file, compressing the transformed speech file and storing the compressed speech file in a database; and d), by said server, sending the compressed speech file stored in said database to a different user or Web operator so that the different user or Web operator can listen to the speech file, if said different user or Web operator clicks on a link of said speech file displayed together with a link of said text file, among information of a bulletin board of said specific site; whereby said source user or Web operator can selectively output said speech file of the desired information.
3. The apparatus as set forth in Claim 1, wherein said step includes the steps of: a), by a source user or Web operator, gaining access to said server through an Internet network, reading HyperText Markup Language (HTML) or text information of a desired specific site and requesting said server to transform the read text information into speech information, and, by said server, transferring said text information to a Common Gateway Interface (CGI) processor therein and allowing said CGI processor to transform said text information into a speech file according to a text to speech program, compress the transformed speech file and store the compressed speech file in a database; and b), by said server, sending the compressed speech file stored in said database to a different user or Web operator so that the different user or Web operator can listen to the speech file, if said different user or Web operator clicks on a link of said speech file displayed together with a link of said text file, among information of a bulletin board of said specific site; whereby said source user or Web operator can selectively output said speech file of the desired information.
PCT/KR2001/000123 2000-01-31 2001-01-31 Method for outputting information of bulletin board on internet WO2001057646A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001232370A AU2001232370A1 (en) 2000-01-31 2001-01-31 Method for outputting information of bulletin board on internet

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR2000/4599 2000-01-31
KR1020000004599A KR20010000078A (en) 2000-01-31 2000-01-31 A information out put-method of internet billboard

Publications (1)

Publication Number Publication Date
WO2001057646A1 true WO2001057646A1 (en) 2001-08-09

Family

ID=19642969

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2001/000123 WO2001057646A1 (en) 2000-01-31 2001-01-31 Method for outputting information of bulletin board on internet

Country Status (3)

Country Link
KR (1) KR20010000078A (en)
AU (1) AU2001232370A1 (en)
WO (1) WO2001057646A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120065970A1 (en) * 2010-09-15 2012-03-15 Sequent, Inc. System and method for providing group discussions

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020013664A (en) * 2000-08-14 2002-02-21 민홍기 An Implementation of the Internet Caption Broadcasting Server and Client for the Hearing Impairment
KR100500168B1 (en) * 2001-03-16 2005-07-14 설금주 A bulletin board answering system in web server of computer network and method thereof
KR100533218B1 (en) * 2003-08-12 2005-12-02 (주)해와달 Real time voice convertion BBS link service in Internet

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0851403A2 (en) * 1996-12-27 1998-07-01 Casio Computer Co., Ltd. Apparatus for generating text data on the basis of speech data input from terminal
JPH10233801A (en) * 1996-11-05 1998-09-02 Boston Technol Inc System for gaining access to multimedia mail box and message on internet via telephone set
KR20000026206A (en) * 1998-10-19 2000-05-15 정선종 Computer system for visually handicapped person to search information in internet
KR20000036675A (en) * 1999-10-06 2000-07-05 김용호 Method for presenting voice data on internet homepage

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10233801A (en) * 1996-11-05 1998-09-02 Boston Technol Inc System for gaining access to multimedia mail box and message on internet via telephone set
EP0851403A2 (en) * 1996-12-27 1998-07-01 Casio Computer Co., Ltd. Apparatus for generating text data on the basis of speech data input from terminal
KR20000026206A (en) * 1998-10-19 2000-05-15 정선종 Computer system for visually handicapped person to search information in internet
KR20000036675A (en) * 1999-10-06 2000-07-05 김용호 Method for presenting voice data on internet homepage

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120065970A1 (en) * 2010-09-15 2012-03-15 Sequent, Inc. System and method for providing group discussions

Also Published As

Publication number Publication date
AU2001232370A1 (en) 2001-08-14
KR20010000078A (en) 2001-01-05

Similar Documents

Publication Publication Date Title
US10740546B2 (en) Automated annotation of a resource on a computer network using a network address of the resource
US5790793A (en) Method and system to create, transmit, receive and process information, including an address to further information
US6600497B1 (en) Apparatus and method to navigate interactive television using unique inputs with a remote control
TW535066B (en) Method for sharing data between cable platform and wireless platform and system thereof
US6880014B2 (en) Method and system of use of transcode directives for distributed control of transcoding servers
US7016977B1 (en) Method and system for multilingual web server
US6199104B1 (en) Server-based host monitor
US20030177444A1 (en) System for describing markup language for mobile use, and information processing apparatus and program for generating display content
US20020124025A1 (en) Scanning and outputting textual information in web page images
GB2364802A (en) Electronic document delivery and transformation
WO2001037165A9 (en) An apparatus and method for simple wide-area network navigation
US20010047397A1 (en) Method and system for using pervasive device to access webpages
US20040150676A1 (en) Apparatus and method for simple wide-area network navigation
US6906810B2 (en) Method and system for allowing an on-line user to selectively customize a document for printing in a single batch process
US20050076296A1 (en) System and method for converting contents for personal digital assistants
US20050198568A1 (en) Table display switching method, text data conversion program, and tag program
JPH10162017A (en) Multimedia information collection management system and information collection device
CN1894658B (en) System and method for voice activating web pages
WO2001057646A1 (en) Method for outputting information of bulletin board on internet
KR100351478B1 (en) Method for setting up and using preference in web browser
US20020158903A1 (en) Apparatus for outputting textual renditions of graphical data and method therefor
US20030084008A1 (en) System for purchasing postage electronically in a distributed processing environment
JP2001134517A (en) Electronic bulletin board system
US20040260817A1 (en) Facilitating access to a resource of an on-line service
JP2002014963A (en) Database management system and its developing system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: COMMUNICATION PURSUANT TO RULE 69 EPC (EPO FORM 1205A OF 291102)

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP