WO2001057646A1 - Procede permettant d'emettre des informations d'un tableau d'affichage sur internet - Google Patents

Procede permettant d'emettre des informations d'un tableau d'affichage sur 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
English (en)
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/fr

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 TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; 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.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • General Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Strategic Management (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Economics (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un procédé qui permet d'émettre des informations d'un tableau d'affichage sur Internet. Un serveur transforme un fichier texte en un fichier vocal comprimé au moyen d'un logiciel de conversion texte-parole et lie le fichier vocal transformé au tableau d'affichage en temps réel. Un utilisateur peut, par conséquent, effectuer d'autres tâches tout en écoutant les informations qui sont affichées visuellement sur le tableau d'affichage, telles que des informations sur les cours de la bourse, des articles de journaux, des nouvelles, des nouveaux produits, des contenus d'apprentissage, etc. Une interface utilisateur d'écoute ainsi qu'une interface utilisateur visuelle sont utilisées pour lire à l'utilisateur un document préalablement créé ou le résumé d'un document téléchargé au cours de la création d'un document différent. Ces fonctions permettent à l'utilisateur de fournir un travail plus efficace, rendent l'utilisation de l'écran plus efficace et permettent à des mal voyants d'utiliser des sites Web. L'utilisateur peut, par conséquent, écouter les contenus d'un document préalablement créé, tout en procédant à la création d'un document différent.
PCT/KR2001/000123 2000-01-31 2001-01-31 Procede permettant d'emettre des informations d'un tableau d'affichage sur internet WO2001057646A1 (fr)

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 (ko) 2000-01-31 2000-01-31 인터넷 게시판의 정보 출력방법

Publications (1)

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

Family

ID=19642969

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2001/000123 WO2001057646A1 (fr) 2000-01-31 2001-01-31 Procede permettant d'emettre des informations d'un tableau d'affichage sur internet

Country Status (3)

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

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 (ko) * 2000-08-14 2002-02-21 민홍기 청각장애인을 위한 인터넷 자막방송용 서버, 클라이언트구현
KR100500168B1 (ko) * 2001-03-16 2005-07-14 설금주 웹서버의 게시판 답변 처리 시스템 및 그 방법
KR100533218B1 (ko) * 2003-08-12 2005-12-02 (주)해와달 인터넷에서 링크형태의 실시간 음성변환 BBS(Bulletin Board System) 서비스 방법

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0851403A2 (fr) * 1996-12-27 1998-07-01 Casio Computer Co., Ltd. Dispositif pour générer des données texte à partir d'une entrée de parole d'un terminal
JPH10233801A (ja) * 1996-11-05 1998-09-02 Boston Technol Inc インターネット上及び電話を介してマルチメディアメールボックス及びメッセージにアクセスするシステム
KR20000026206A (ko) * 1998-10-19 2000-05-15 정선종 인터넷 정보검색을 위한 시각 장애인용 컴퓨터 시스템
KR20000036675A (ko) * 1999-10-06 2000-07-05 김용호 인터넷 홈페이지의 음성표현 제어방법

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10233801A (ja) * 1996-11-05 1998-09-02 Boston Technol Inc インターネット上及び電話を介してマルチメディアメールボックス及びメッセージにアクセスするシステム
EP0851403A2 (fr) * 1996-12-27 1998-07-01 Casio Computer Co., Ltd. Dispositif pour générer des données texte à partir d'une entrée de parole d'un terminal
KR20000026206A (ko) * 1998-10-19 2000-05-15 정선종 인터넷 정보검색을 위한 시각 장애인용 컴퓨터 시스템
KR20000036675A (ko) * 1999-10-06 2000-07-05 김용호 인터넷 홈페이지의 음성표현 제어방법

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
KR20010000078A (ko) 2001-01-05
AU2001232370A1 (en) 2001-08-14

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
US7194698B2 (en) Method to advertise and search on television for web content using a simplified interface
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
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
GB2364802A (en) Electronic document delivery and transformation
WO2001037165A9 (fr) Appareil et procede de navigation sur un reseau longue portee simple
US20010047397A1 (en) Method and system for using pervasive device to access webpages
JP3862470B2 (ja) データ処理装置及び方法、ブラウザシステム、ブラウザ装置、記録媒体
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 (ja) マルチメディア情報収集管理システム及び情報収集装置
CN1894658B (zh) 用于话音激活网页的***和方法
WO2001057646A1 (fr) Procede permettant d'emettre des informations d'un tableau d'affichage sur internet
KR100351478B1 (ko) 웹 브라우저의 개인기호 설정 및 사용방법
KR20010015932A (ko) 음성인식을 이용한 웹브라우저상의 링크 실행방법
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 (ja) 電子掲示板システム
US20040260817A1 (en) Facilitating access to a resource of an on-line service
JP2002014963A (ja) データベース管理システム及びその開発システム

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