JP2580566B2 - Speech synthesizer - Google Patents

Speech synthesizer

Info

Publication number
JP2580566B2
JP2580566B2 JP61061656A JP6165686A JP2580566B2 JP 2580566 B2 JP2580566 B2 JP 2580566B2 JP 61061656 A JP61061656 A JP 61061656A JP 6165686 A JP6165686 A JP 6165686A JP 2580566 B2 JP2580566 B2 JP 2580566B2
Authority
JP
Japan
Prior art keywords
voice
speech
dictionary
key
data
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
JP61061656A
Other languages
Japanese (ja)
Other versions
JPS62217300A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61061656A priority Critical patent/JP2580566B2/en
Publication of JPS62217300A publication Critical patent/JPS62217300A/en
Application granted granted Critical
Publication of JP2580566B2 publication Critical patent/JP2580566B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Measuring Volume Flow (AREA)
  • Communication Control (AREA)
  • Reduction Or Emphasis Of Bandwidth Of Signals (AREA)

Description

【発明の詳細な説明】 〔概要〕 合成すべき文節を示す文字列とこの文字列をどのよう
な音声に合成するかを指定する発音情報とからなる音声
データを、各音声データに対応するキーとともに格納し
た音声情報辞書を設け、この音声情報辞書からキーを指
定して所望の音声データを読み出し、読み出された音声
データを音声合成手段に与えることにより、所望の音声
を合成するようにした。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Speech data including a character string indicating a phrase to be synthesized and pronunciation information for specifying what kind of speech is to be synthesized with the character string is stored in a key corresponding to each audio data. A voice information dictionary stored with the voice information dictionary is provided, a desired voice data is read out by designating a key from the voice information dictionary, and the read voice data is supplied to voice synthesis means, thereby synthesizing a desired voice. .

〔産業上の利用分野〕[Industrial applications]

本発明は音声合成に際し、発音情報を個々に指定する
のではなく、キーを指定することにより、予め作成され
た音声辞書から所望の音声データが得られる音声合成装
置に関する。
The present invention relates to a speech synthesizer that can obtain desired speech data from a speech dictionary created in advance by designating keys instead of individually specifying pronunciation information in speech synthesis.

〔従来の技術〕 近年音声合成技術の進歩により、パーソナルコンピュ
ータ(以下パソコンと略記する)等においても、音声合
成カードなどの音声合成手段を用いることが可能とな
り、比較的容易に音声を利用するシステムを構築できる
ようになり、これに伴って音声による応答を利用したシ
ステムが種々開発される趨勢にある。
[Prior Art] Recent advances in speech synthesis technology have made it possible to use speech synthesis means, such as a speech synthesis card, even in personal computers (hereinafter abbreviated as personal computers), etc., making it relatively easy to use speech. , And various systems using voice response have been developed accordingly.

音声合成を行うには、何らかの手段または方法によ
り、文字列と発音情報とを含む音声データを音声合成手
段に与える必要があり、そこでパソコンにおいては、BA
SIC言語でTALK文をサポートするようになって来た。
In order to perform speech synthesis, it is necessary to provide speech data including a character string and pronunciation information to the speech synthesis means by some means or method.
The SIC language now supports TALK sentences.

以下このようなBASIC言語で音声データを指定する例
を説明する。
An example in which audio data is specified in such a BASIC language will be described below.

一例として「山形」と発声させる場合、指定する音声
データとしては、発声させる文節を示す文字列と、これ
に引き続いて、アクセント位置や、音声の高さ等の発音
情報を指定する必要がある。例えば上記「山形」を、第
2拍目にアクセントをおいて発声させるには、 TALK“ヤマガタ:A2" というように記述する。上記TALK文中の‘ヤマガタ’
は、合成すべき文節を指定する文字列で、その後の‘A
2'は、第2拍目にアクセントを置くことを指定する発音
情報、また‘:'は区切記号である。
As an example, in the case of uttering “Yamagata”, as the voice data to be specified, it is necessary to specify a character string indicating a phrase to be uttered, and subsequently, pronunciation information such as an accent position and a voice pitch. For example, to make the above “Yamagata” uttered with an accent on the second beat, it is described as TALK “Yamagata: A2”. 'Yamagata' in the above TALK sentence
Is a character string specifying the clause to be composed, followed by 'A
"2" is pronunciation information specifying that an accent is placed on the second beat, and ":" is a delimiter.

音声合成を利用したシステムを実現するには、そのシ
ステムプログラム中で、発声させる文節を示す文字列
と、アクセント位置,語頭や語尾のイントネーション,
発声する音程,発音速度,或いは女声か男声かの区分等
を指定する発音情報を記述することが必要で、プログラ
ム実行時にこれらの文字列及び発音情報は、音声合成カ
ードに引き渡されて音声合成が行われる。
To realize a system using speech synthesis, a character string indicating the phrase to be uttered, the accent position, the intonation of the beginning or end of the word,
It is necessary to describe pronunciation information that specifies the pitch to be uttered, the pronunciation speed, the division between female voice and male voice, and the like. When the program is executed, these character strings and pronunciation information are transferred to a voice synthesis card, and the voice synthesis is performed. Done.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

ところが上記発音情報の記述は、それ自身が煩雑な作
業を必要とする上、同じ文節であっても時と場合により
発音情報は一定でないため、その都度所望の発音情報を
指定する必要があり、多大な工数を要するばかりでな
く、指定した結果をその場で聞いて確かめることができ
ないという問題がある。実際の発声を聞くためには、プ
ログラム中に含まれるTALK文を一つずつ実行させる必要
があり、これまた煩雑な操作となる。そのため、音声合
成を利用するプログラムを作成するのは、必ずしも容易
とは言えない。
However, the description of the pronunciation information itself requires complicated work, and even in the same phrase, the pronunciation information is not constant depending on time and occasion, so it is necessary to specify desired pronunciation information each time. Not only does it require a great deal of man-hours, but there is also a problem that the specified result cannot be heard and confirmed on the spot. In order to hear the actual utterance, it is necessary to execute the TALK sentences included in the program one by one, which is a complicated operation. Therefore, it is not always easy to create a program that uses speech synthesis.

そこで本発明は所望の文節と所望の発音情報の指定を
簡単化することを目的とする。
Therefore, an object of the present invention is to simplify designation of a desired phrase and desired pronunciation information.

〔問題点を解決するための手段〕[Means for solving the problem]

上記目的を達成するため本発明においては、各種音声
データを対応するキーとともに格納した音声情報辞書を
設け、上記キーを指定して音声情報辞書を検索し、所望
の音声データを読み取り、これを音声合成手段に与える
ようにした。
In order to achieve the above object, the present invention provides a voice information dictionary storing various voice data together with corresponding keys, searches the voice information dictionary by specifying the keys, reads desired voice data, and reads the voice data. It was given to the synthesis means.

〔作用〕[Action]

音声情報辞書には各種音声データが、所定の記述形式
に従って対応するキーとともに格納されているので、キ
ーを指定して上記音声情報辞書を検索することにより、
所望の音声データを容易に得ることができる。従って音
声合成を利用するプログラム中では、上記キーを指定し
て得られた音声データをそのまま音声合成手段に与える
ようにするのみでよいので、処理プログラムの作成が極
めて容易となる。
Since various voice data are stored in the voice information dictionary together with corresponding keys according to a predetermined description format, by searching for the voice information dictionary by specifying a key,
Desired audio data can be easily obtained. Therefore, in a program that uses voice synthesis, it is only necessary to provide the voice data obtained by designating the key as it is to the voice synthesis means, which makes it very easy to create a processing program.

〔実施例〕〔Example〕

以下本発明の一実施例を図面を参照しながら説明す
る。
An embodiment of the present invention will be described below with reference to the drawings.

第1図は本発明に係る音声合成システムの構成を説明
するための図で、1はオペレーティングシステム、2は
音声合成手段、3,3′は本発明で設けた音声情報辞書
(以下単に音声辞書と略記する)、4は音声データ、5
はキー、6は処理プログラムである。更に7は操作卓、
8は直接アクセスボリューム(DASD)、9はフロッピデ
ィスク装置(FPD)を示す。なお同図の符号3′で示す
ように、音声辞書は通常DASD8やFPD9上に存在する。音
声辞書3はこれを拡大して示したものである。
FIG. 1 is a diagram for explaining the configuration of a speech synthesis system according to the present invention, wherein 1 is an operating system, 2 is speech synthesis means, and 3, 3 'are speech information dictionaries provided in the present invention (hereinafter simply referred to as speech dictionaries). 4 is audio data, 5
Is a key, and 6 is a processing program. 7 is a console,
8 denotes a direct access volume (DASD), and 9 denotes a floppy disk drive (FPD). Note that, as indicated by reference numeral 3 'in the figure, a speech dictionary is usually present on DASD8 or FPD9. The voice dictionary 3 shows this in an enlarged manner.

上記音声辞書3には第2図に見られる如く、音声合成
すべき文節を示す文字列11と、発音情報12からなる音声
データ4が、対応するキー5とともに格納されている。
As shown in FIG. 2, the voice dictionary 3 stores a character string 11 indicating a phrase to be voice-synthesized and voice data 4 including pronunciation information 12 together with a corresponding key 5.

同図に示す発音情報は、各種パラメータを英文字と数
字各1文字ずつで記述した例であって、英文字のE,A,B,
I,L,Rは、その後に引き続く数字とによって、それぞれ
話調終点変化量,アクセント位置,語尾イントネーショ
ン変化量,発声する音程,発音速度を記述するものであ
る。
The pronunciation information shown in the figure is an example in which various parameters are described by one letter each of English letters and numerals, and the letters E, A, B,
I, L, and R respectively describe the change in the tone end point, the accent position, the change in the ending intonation, the pitch to be uttered, and the pronunciation speed by the numbers that follow.

同図のキー、‘A0001'及び‘A0002'に対応する文字列
はいずれも「コンニチハ」即ち「今日は」という同一の
文節を示し、これを各々の発音情報によりどのように発
声するかを指定している。同図の例ではアクセント位置
のみが異なり、キー‘A0001'では第3拍目の「ニ」に、
また‘A0002'では第1拍目の「コ」にアクセントを置く
ことを指定している。
The character strings corresponding to the keys "A0001" and "A0002" in the same figure all indicate the same phrase "Konichiha", that is, "Today is today", and specify how to utter this with each pronunciation information. doing. In the example of the figure, only the accent position is different, and the key “A0001” is in the “d” of the third beat,
'A0002' specifies that an accent is to be placed on the first beat of the "ko".

このように音声辞書3には、文節が異なる場合のみな
らず、文節は同一であっても発音情報が異なる場合に
も、その各々を示すキーを設け、音声データ4を対応す
るキー5とともに音声辞書3にランダムアクセスファイ
ルとして格納しておく。
As described above, the voice dictionary 3 is provided not only with the case where the phrases are different but also with the case where the phrase is the same but the pronunciation information is different, and the keys indicating the respective words are provided. It is stored in the dictionary 3 as a random access file.

かかる音声辞書を用いて音声合成を利用するシステ
ム,例えば音声応答を利用する業務システムを構築した
場合、上記音声辞書を高速で検索し得ることが必要であ
る。もし辞書の検索が遅いと、音声による応答が遅くな
る等の問題が生じる。
When a system using voice synthesis using such a voice dictionary, for example, a business system using voice response, is constructed, it is necessary to be able to search the voice dictionary at high speed. If the dictionary search is slow, problems such as slow response by voice occur.

高速検索を必要とする場合には、索引順編成ファイル
を構成するのが一般的である。しかし通常パソコンでは
索引順編成ファイルを構成する機能は提供されておら
ず、シーケンシャルファイルとランダムアクセスファイ
ルしか使用できない。前者は構造が簡単であるが検索が
遅く、後者はレコード番号がわかっていれば高速検索が
可能であるという性質がある。
When high-speed retrieval is required, an index sequential file is generally configured. However, a personal computer usually does not provide a function for constructing an index sequential file, and can use only a sequential file and a random access file. The former has a simple structure, but has a slow search, and the latter has a property that a high-speed search is possible if the record number is known.

音声辞書の音声データを指定する場合に、そのデータ
が何番目のレコードであるかは一般に不明であるため、
レコード番号を指定して検索することは不可能である。
また音声データの指定を容易にするには、検索しようと
する音声データと何らかの関連のある記号或いは単語を
キーとすることが望ましい。
When specifying voice data in a voice dictionary, it is generally unknown which record the data is,
It is impossible to search by specifying the record number.
In addition, in order to facilitate designation of voice data, it is desirable to use a symbol or word having some relation with the voice data to be searched as a key.

従ってパソコン上で使用する音声辞書は、関連のある
記号または単語のようなキーで音声データを指定するこ
とができ、このキーを用いることにより高速検索が可能
となる構成であることが必要である。
Therefore, a voice dictionary used on a personal computer must be capable of specifying voice data with a key such as a related symbol or word, and must be configured to enable high-speed search using this key. .

上記音声辞書3において、音声データ4に対応するキ
ー5を設け、音声データ4をキー5とともに格納したの
は、上記理由によるものである。
The reason why the key 5 corresponding to the voice data 4 is provided in the voice dictionary 3 and the voice data 4 is stored together with the key 5 is as described above.

音声辞書3を上述のような構成としておけば、キー5
を用いて種々の方法で高速検索を実現し得る。例えば、
上記キー5を用いてインデックスファイルを作成し、こ
のインデックスファイルから指定されたキー5に対する
レコード番号を知り、この番号のレコードを音声辞書3
中で検索し、その音声データ4を読み出す方法等があ
る。
If the voice dictionary 3 is configured as described above, the key 5
, A high-speed search can be realized by various methods. For example,
An index file is created using the key 5, the record number for the specified key 5 is known from the index file, and the record of this number is stored in the audio dictionary 3.
There is a method of retrieving the voice data 4 and reading the voice data 4.

次にこのように構成された音声辞書3を用いる例を説
明する。
Next, an example using the voice dictionary 3 configured as described above will be described.

音声応答を利用する業務等の処理プログラム6におい
ては、次のようにして上記音声辞書3から音声データ4
を読み出し、音声合成手段2に引き渡す。
In a processing program 6 for a business or the like using a voice response, the voice data 4
Is read out and passed to the speech synthesis means 2.

いま「今日は」と言う文節を、第1拍目にアクセント
を置いて発声させたいとすると、第2図の2番目の音声
データに対応するキー‘A0002'を指定して音声辞書3を
検索し、対応する音声データ4を読み込むよう、処理プ
ログラム6中で指定する。この操作は例えば前述のよう
に、インデックスファイルを利用する等により実施でき
る。これにより所望の文字列11と発音情報12が得られ
る。
Suppose now that the phrase "today" is to be uttered with an accent on the first beat, the key "A0002" corresponding to the second voice data in FIG. 2 is designated and the voice dictionary 3 is searched. Then, it is specified in the processing program 6 to read the corresponding audio data 4. This operation can be performed, for example, by using an index file as described above. As a result, a desired character string 11 and pronunciation information 12 are obtained.

このようにして得られた文字列11と発音情報12は、所
定の記述形式に従ったものであるので、これをそのまま
TALK文に代入する等、通常の方法に従って音声合成手段
2に与える。以上のようにして作成された処理プログラ
ム6を実行することにより、「今日は」という文節を、
所望の如く発声させることができる。
Since the character string 11 and the pronunciation information 12 obtained in this way follow a predetermined description format, they are
It is given to the speech synthesizing means 2 according to a usual method such as substitution into a TALK sentence. By executing the processing program 6 created as described above, the phrase “Today is”
It can be uttered as desired.

上述のように本実施例においては、処理プログラム6
中で必要な文字列11や発音情報12を一々記述する必要が
なく、所望の音声データ4に該当するキー5を指定して
音声辞書3中を検索し、得られた文字列11と発音情報12
を音声合成手段2に与えるようにするのみで良い。従っ
て音声合成を利用する処理プログラム6の作成が容易と
なる。
As described above, in the present embodiment, the processing program 6
There is no need to describe the necessary character strings 11 and pronunciation information 12 one by one, and a search is made in the audio dictionary 3 by specifying the key 5 corresponding to the desired audio data 4. 12
Need only be given to the speech synthesis means 2. Therefore, it becomes easy to create the processing program 6 using the speech synthesis.

上述の説明においては、キー5を英文字を1個と数字
を4個で構成した例を示したが、キー5の構成はこれに
限定される必要はなく、音声データ4と何らかの関連を
持たせるように構成してよい。例えば、文節を連想しや
すいように‘コン01',‘コン02'のように、カナ文字と
数字との組合せにより構成することもできる。音声辞書
3の検索を容易にするためには、上述のように音声辞書
3内のレコードを、このキー5を用いて一定の規則に従
って検索し得る必要がある。従ってキー5は上記レコー
ドの論理的順番を決めるのに適したものであれば良く、
更に音声データ4を選択する際に便利なように構成され
ていれば良い。
In the above description, an example is shown in which the key 5 is composed of one English character and four numbers, but the configuration of the key 5 is not limited to this, and has some relation with the audio data 4. You may comprise so that it may make it. For example, it is also possible to use a combination of kana characters and numbers, such as "con 01" and "con 02" so as to easily associate phrases. In order to make the search of the voice dictionary 3 easy, it is necessary to search the records in the voice dictionary 3 using the key 5 according to a certain rule as described above. Therefore, the key 5 only needs to be suitable for determining the logical order of the record.
Furthermore, it is sufficient that the audio data 4 is configured to be convenient when it is selected.

第2図に示した発音情報12は一つの例であって、指定
法や種類も同図の例に限定されるものではない。例え
ば、発音情報としては同図に示した6個以外に、男性の
声か女性の声かの区別や、アクセントの強調量等があ
り、音声辞書3にこれらの指定を含めてよい。
The pronunciation information 12 shown in FIG. 2 is one example, and the designation method and type are not limited to the example shown in FIG. For example, as the pronunciation information, in addition to the six pieces shown in the figure, there is a distinction between a male voice and a female voice, the amount of accent enhancement, and the like, and the voice dictionary 3 may include these designations.

この音声辞書3は通常はDASD8或いはFPD9に格納され
ているが、音声辞書を使用する際に音声データの検索を
高速化するためには、音声合成システムの主記憶装置上
に配置することが望ましいが、音声辞書3が小さい場合
を除き、通常はDASD8或いはFPD9上の音声辞書3を、そ
のまま使用する。特にこの方法は、音声辞書3が大きな
ものであって主記憶装置上に配置することが困難な場
合、或いは検索速度がそれ程問題でない場合等に用いら
れる。
This speech dictionary 3 is usually stored in DASD 8 or FPD 9, but in order to speed up the retrieval of speech data when using the speech dictionary, it is desirable to place it on the main storage device of the speech synthesis system. However, unless the voice dictionary 3 is small, the voice dictionary 3 on the DASD 8 or FPD 9 is normally used as it is. In particular, this method is used when the voice dictionary 3 is large and it is difficult to arrange it on the main storage device, or when the search speed is not a problem.

また音声辞書3はDASD8やFPD9上に置いておき、キー
5を用いて検索を作成して主記憶装置上に配置し、この
索引を参照してDASD8或いはFPD9上の音声データを検索
する等の方法を使用することも可能である。
The voice dictionary 3 is placed on the DASD 8 or FPD 9, a search is created using the key 5, the search is placed on the main storage device, and voice data on the DASD 8 or FPD 9 is searched by referring to this index. It is also possible to use the method.

このように音声辞書3の配置場所や検索方法も種々選
択し得るものである。
As described above, the location of the voice dictionary 3 and the search method can be variously selected.

なお本実施例では説明の便宜上、文字列11の長さが5
文字の例を示したが、文字列11の長さはこれに限定され
るものではなく、任意に選択し得るものであること、ま
た発音情報12も、図示した以外の各種のものを指定でき
ること等は、特に説明するまでもない。
In this embodiment, for convenience of explanation, the length of the character string 11 is 5
Although the example of the character is shown, the length of the character string 11 is not limited to this, and it can be arbitrarily selected, and the pronunciation information 12 can specify various types other than those shown. Need not be particularly described.

〔発明の効果〕〔The invention's effect〕

以上説明した如く本発明によれば、一々煩雑な操作を
要する発音情報の指定を行う必要がなく、単にキーを選
択するのみで音声データを指定することが可能となり、
音声合成を使用する処理プログラムの作成が容易とな
る。
As described above, according to the present invention, it is not necessary to specify pronunciation information that requires complicated operations, and it is possible to specify audio data by simply selecting a key,
It is easy to create a processing program that uses speech synthesis.

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

第1図は本発明の構成説明図、 第2図は音声情報辞書の構成説明図である。 図において、2は音声合成手段、3,3′は音声情報辞
書、4は音声データ、5はキー、6は処理プログラム、
11は文字列、12は発音情報を示す。
FIG. 1 is a diagram illustrating the configuration of the present invention, and FIG. 2 is a diagram illustrating the configuration of a voice information dictionary. In the figure, 2 is a voice synthesizing means, 3, 3 'are voice information dictionaries, 4 is voice data, 5 is a key, 6 is a processing program,
11 indicates a character string, and 12 indicates pronunciation information.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】音声合成手段を有し、該音声合成手段に音
声合成すべき文節を示す文字列と該文字列に対するアク
セント位置、語頭や語尾のイントネーション、発声する
音程、発音速度、女声か男声かの区分等の発音情報とか
らなる音声データを与えて音声合成を行う音声合成装置
において、 前記音声合成すべき文節を示す文字列の各々に対応する
複数の音声データ毎に、該音声データに対応するキーを
付加し、該音声データを該キーとともに格納する音声情
報辞書を設け、 音声合成に際しては、所望の音声データを示すキーを用
いて前記音声情報辞書を検索し、対応する音声データを
読み出し、読み出された音声データを前記音声合成手段
に与えるようにしたことを特徴とする音声合成装置。
1. A speech synthesizer, wherein the speech synthesizer has a character string indicating a phrase to be speech-synthesized, an accent position with respect to the character string, intonation of the beginning or end of a word, a pitch to be uttered, a pronunciation speed, a female voice or a male voice. In a speech synthesis apparatus that performs speech synthesis by giving speech data composed of pronunciation information such as classification of a speech, for each of a plurality of speech data corresponding to each of character strings indicating a phrase to be speech-synthesized, A voice information dictionary is provided for adding a corresponding key and storing the voice data together with the key. At the time of voice synthesis, the voice information dictionary is searched using a key indicating desired voice data, and the corresponding voice data is searched for. A voice synthesizing device wherein the read voice data is supplied to the voice synthesizing means.
JP61061656A 1986-03-18 1986-03-18 Speech synthesizer Expired - Fee Related JP2580566B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61061656A JP2580566B2 (en) 1986-03-18 1986-03-18 Speech synthesizer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61061656A JP2580566B2 (en) 1986-03-18 1986-03-18 Speech synthesizer

Publications (2)

Publication Number Publication Date
JPS62217300A JPS62217300A (en) 1987-09-24
JP2580566B2 true JP2580566B2 (en) 1997-02-12

Family

ID=13177482

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61061656A Expired - Fee Related JP2580566B2 (en) 1986-03-18 1986-03-18 Speech synthesizer

Country Status (1)

Country Link
JP (1) JP2580566B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58165143A (en) * 1982-03-26 1983-09-30 Fujitsu Ltd Kanji (chinese character) storage system
JPS5972495A (en) * 1982-10-19 1984-04-24 株式会社東芝 Character phoneme transducer

Also Published As

Publication number Publication date
JPS62217300A (en) 1987-09-24

Similar Documents

Publication Publication Date Title
JPH03224055A (en) Method and device for input of translation text
JP4738847B2 (en) Data retrieval apparatus and method
JP2580566B2 (en) Speech synthesizer
JP2002278579A (en) Voice data retrieving device
JP3371761B2 (en) Name reading speech synthesizer
JP3758241B2 (en) Voice information retrieval device
JP3201329B2 (en) Speech synthesizer
JPS6083136A (en) Program reader
JP3379643B2 (en) Morphological analysis method and recording medium storing morphological analysis program
JP3187671B2 (en) Electronic dictionary display
JPS646499B2 (en)
JPS62119591A (en) Sentence reciting apparatus
JPH05216887A (en) Device and method for chinese pronunciation notation/ chinese character conversion
JPH0821031B2 (en) Language analyzer
JPH08194494A (en) Sentence analyzing method and device
JPS62217299A (en) Voice synthesization system
JPS62282364A (en) Character string retrieval system
JPS62145463A (en) Kana/kanji (japanese syllabary/chinese character) conversion system
JPS59116835A (en) Japanese input device with input abbreviating function
JP3048793B2 (en) Character converter
JPH1049523A (en) Device and method for preparing document
JPH07210571A (en) Device and method for word retrieval processing
JPS5913040B2 (en) speech synthesizer
JPH0457148A (en) Document preparing device
JP2004145014A (en) Apparatus and method for automatic vocal answering

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees