JPH08147300A - Spelling checker - Google Patents

Spelling checker

Info

Publication number
JPH08147300A
JPH08147300A JP6285017A JP28501794A JPH08147300A JP H08147300 A JPH08147300 A JP H08147300A JP 6285017 A JP6285017 A JP 6285017A JP 28501794 A JP28501794 A JP 28501794A JP H08147300 A JPH08147300 A JP H08147300A
Authority
JP
Japan
Prior art keywords
character string
check
candidate
dictionary
spell
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.)
Granted
Application number
JP6285017A
Other languages
Japanese (ja)
Other versions
JP2991058B2 (en
Inventor
Takao Fukushige
貴雄 福重
Hideko Kurita
秀子 栗田
Tadashi Nagano
正 永野
Masanori Takahashi
雅則 高橋
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP6285017A priority Critical patent/JP2991058B2/en
Publication of JPH08147300A publication Critical patent/JPH08147300A/en
Application granted granted Critical
Publication of JP2991058B2 publication Critical patent/JP2991058B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE: To provide the spelling checker to be used easily for a user by preferentially presenting a word that seams to have been learned and be intended to be used by the user rather than a word that seems to be unknown to the user. CONSTITUTION: This device is provided with a check dictionary 3 for which various kinds of information corresponding to words are stored and further the respective registered words are divided into groups corresponding to the skill level of a general learning person, and a candidate preparing part 2 generates a similar character string corresponding to an input character string as the candidate of a proper answer. Then, a check dictionary retrieving part 5 possesses the information on whether the designated character string is registered on the ckeck dictionary 3 or not and which group that character string belongs to when it is registered, and a candidate output part 71 outputs the retrieved results of the proper answer candidates prepared by a candidate preparing part 4 in the order from the low skill level.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、特に外国語学習者のた
めの自然言語処理装置におけるスペルチェック装置に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a spell check device in a natural language processing device especially for foreign language learners.

【0002】[0002]

【従来の技術】スペルチェック装置は、ワープロなどに
おいて作成されたテキスト中の単語の綴り間違いを指摘
し、正しい綴りなど修正に必要な情報をユーザに提供す
る装置である。
2. Description of the Related Art A spell check device is a device which points out a misspelling of a word in a text created by a word processor and provides a user with information necessary for correction such as correct spelling.

【0003】以下に、従来のスペルチェック装置につい
て説明する。図5は、従来のスペルチェック装置の構成
を示すものである。
A conventional spell check device will be described below. FIG. 5 shows the configuration of a conventional spell check device.

【0004】従来例のスペルチェック装置は、スペルチ
ェックを行なう文字列を入力するためのチェック文字列
入力部51と、入力されたチェック対象の文字列を保持
するチェック文字列保持部52と、単語に対する各種情
報を格納したチェック辞書53と、チェック文字列に対
して類似文字列を正解候補として生成する候補作成部5
4と、指定された文字列がチェック辞書中に登録されて
いるかどうかに関する情報を取得するチェック辞書検索
部55と、チェック辞書検索部55の検索した結果、チ
ェック辞書53に登録されていることが確認された正解
候補に関する情報を保持する検索結果保持部56と、検
索結果保持部56に保持されたれた候補を表示する候補
出力部57とを有している。
The conventional spell check device has a check character string input unit 51 for inputting a character string for spell checking, a check character string holding unit 52 for holding an input character string to be checked, and a word. And a check dictionary 53 storing various information for the check character string, and a candidate creation unit 5 for generating similar character strings as correct answer candidates for the check character string.
4, a check dictionary search unit 55 that acquires information regarding whether or not the designated character string is registered in the check dictionary, and that the check dictionary search unit 55 searches the check dictionary 53 and finds that it is registered in the check dictionary 53. It has a search result holding unit 56 that holds information about confirmed correct answer candidates, and a candidate output unit 57 that displays the candidates held in the search result holding unit 56.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記の
構成では、チェック辞書に登録されていることが確認さ
れた正解候補をユーザに提示する際に、ユーザの学習レ
ベルを考慮していなかったために、ユーザにとって未知
である候補が、本来ユーザが書こうとしていた候補より
先に提示され、ユーザにとって混乱が生じる等、ユーザ
にとって使いやすいものではなかった。
However, in the above configuration, when the correct answer candidate confirmed to be registered in the check dictionary is presented to the user, the learning level of the user is not taken into consideration. The candidates that are unknown to the user are presented before the candidates that the user originally intended to write, which causes confusion for the user and is not easy for the user to use.

【0006】また、上記の構成では、ユーザのレベルに
関係なく、入力文字列がチェック辞書に登録されていれ
ば、スペルミスと判定されないため、ユーザがスペルミ
スを犯した場合に、たまたま結果の文字列と同綴りの単
語がチェック辞書に登録されていた場合に、ユーザの犯
したスペルミスを指摘できないという課題があった。
Further, in the above configuration, if the input character string is registered in the check dictionary regardless of the user's level, it is not judged as a spelling mistake. Therefore, when the user makes a spelling mistake, the resulting character string happens to be. There was a problem that the spelling mistake made by the user could not be pointed out when the word with the same spelling was registered in the check dictionary.

【0007】本発明は、上記従来の課題を解決するもの
で、まず、第1の課題に対しては、ユーザにとって習得
済みで、ユーザが使おうとしたであろう語を、ユーザに
とって未知語であろうと思われる語より優先して提示す
る等、ユーザの修得レベルに基づき候補を提示すること
により、ユーザにとって使いやすいスペルチェック装置
を提供することを目的とする。
The present invention solves the above-mentioned conventional problems. First, for the first problem, a word that the user has learned and may have tried to use is unknown to the user. It is an object of the present invention to provide a spell check device that is easy for the user to use by presenting candidates based on the mastery level of the user, such as presenting the words in preference to likely words.

【0008】また、第2の課題に対しては、従来のスペ
ルチェック装置ではスペルミスと検出できなかったスペ
ルミスも検出できるようなスペルチェック装置を提供す
ることを目的とする。
Another object of the present invention is to provide a spell check device that can detect spelling mistakes that cannot be detected by conventional spell check devices.

【0009】[0009]

【課題を解決するための手段】この課題を解決するため
に、本発明によるスペルチェック装置は、第1に、修得
レベルを含む単語に関する各種情報を格納するチェック
辞書を備え、前記修得レベルに基づく順序で正しい文字
列の候補を出力する構成となっている。
In order to solve this problem, a spell check device according to the present invention firstly comprises a check dictionary for storing various information regarding words including a mastery level, and is based on the mastery level. It is configured to output correct character string candidates in order.

【0010】第2に、スペルチェックを行なう文字列を
入力する入力手段と、修得レベルを含む単語に関する各
種情報と格納するチェック辞書と、スペルチェックを行
なう文字列に対して類似文字列を正解候補として生成す
る候補作成手段と、前記チェック辞書からスペルチェッ
クを行なう文字列または前記候補作成手段により作成さ
れた文字列を検索する検索手段と、前記候補作成手段に
より作成された文字列の前記検索手段の検索結果を保持
する検索結果保持手段と、前記検索結果保持手段手段に
保持された検索結果を出力する候補出力手段とを備え、
候補作成手段が、チェック辞書から検索手段によりスペ
ルチェックを行なう文字列が検索できない場合に類似文
字列を正解候補として生成し、候補出力手段が、検索結
果保持手段に保持された検索結果である単語を、当該単
語に含まれる修得レベルに基づく順序で出力する構成と
なっている。
Secondly, an input means for inputting a character string for spell checking, a check dictionary for storing various information about words including a learning level, and a similar character string for the character string for spell checking are correct candidates. Creating means, a searching means for searching a character string to be spell checked from the check dictionary or a character string created by the candidate creating means, and a searching means for the character string created by the candidate creating means. Search result holding means for holding the search result, and candidate output means for outputting the search result held in the search result holding means means,
The candidate creating means generates a similar character string as a correct answer candidate when the character string to be spell checked cannot be searched from the check dictionary by the searching means, and the candidate output means is the word which is the search result held in the search result holding means. Are output in the order based on the mastery level included in the word.

【0011】第3に、前記第2の手段において、候補出
力手段が習得レベルの低い順に出力する構成となってい
る。
Thirdly, in the second means, the candidate output means outputs the candidates in ascending order of learning level.

【0012】第4に、スペルチェックを行なう文字列を
入力するためのチェック文字列入力部と、入力されたチ
ェック対象の文字列を保持するチェック文字列保持部
と、単語に対する各種情報を格納し、さらに登録されて
いる各単語が一般的な学習者の習得レベルに応じてグル
ープ分けがなされているチェック辞書と、チェック文字
列に対して類似文字列を正解候補として生成する候補作
成部と、指定された文字列がチェック辞書中に登録され
ているかどうかと、登録されている場合にどのグループ
に入れられているかに関する情報を取得するチェック辞
書検索部と、チェック辞書検索部の検索結果、チェック
辞書に登録されていることが確認された正解候補とその
グループに関する情報を保持する検索結果保持部と、習
得レベルの低い順に検索結果保持部に保持されたれた候
補を表示する候補出力部とを備えた構成となっている。
Fourthly, a check character string input unit for inputting a character string for spell checking, a check character string holding unit for holding the input character string to be checked, and various information for words are stored. , A check dictionary in which each registered word is grouped according to the learning level of a general learner, and a candidate creation unit that generates a similar character string as a correct answer candidate for the check character string, A check dictionary search unit that obtains information about whether the specified character string is registered in the check dictionary and, if registered, which group is included in the check dictionary, the search result of the check dictionary search unit, and the check result. A search result holding unit that holds information about correct candidates and their groups confirmed to be registered in the dictionary, and in order of increasing learning level It has a configuration that includes a candidate output unit for displaying the search results holding unit candidates held in the.

【0013】第5に、前記第2から第4の手段に加え、
修得レベル毎にスペルミスの可能性を検討すべき単語グ
ループに関する情報を保持する要注意単語グループ保持
部を備え、入力手段により入力された文字列が前記要注
意単語グループ保持部に保持されており、入力された文
字列の前記要注意単語グループ保持部における修得レベ
ルと利用者により指定された修得レベルとが等しい場
合、候補作成手段が前記入力された文字列に対し正解候
補を作成する構成となっている。
Fifth, in addition to the second to fourth means,
A caution word group holding unit that holds information about a word group for which the possibility of spelling mistakes should be considered for each learning level is provided, and the character string input by the input means is held in the caution word group holding unit, When the mastering level of the input character string in the caution word group holding unit is equal to the mastering level designated by the user, the candidate creating means creates a correct answer candidate for the input character string. ing.

【0014】[0014]

【作用】本発明の第1の手段によるスペルチェック装置
では、修得レベルに基づく順序で正しい文字列の候補が
出力される。
In the spell check device according to the first means of the present invention, correct character string candidates are output in the order based on the mastery level.

【0015】また、本発明の第2、第3および第4のス
ペルチェック装置では、まず、入力文字列自体につい
て、チェック辞書検索部によってチェック辞書を検索
し、チェック辞書に登録されているか調べられる。登録
されていた場合は、スペルミスではないと判断される。
In the second, third and fourth spell checking devices of the present invention, first, the input dictionary itself is searched by the check dictionary searching section for a check dictionary to check whether the input character string is registered in the check dictionary. . If it is registered, it is determined that it is not a misspelling.

【0016】登録されていなかった場合は、候補作成部
によってチェック文字列と類似の文字列が生成され、そ
れらに対してチェック辞書検索部によってチェック辞書
が検索される。その結果、登録されている単語は、その
修得レベルに関する情報とともに検索結果保持部に格納
される。そして、候補出力手段により検索結果保持手段
に格納された候補が、第2の手段では、修得レベルに基
づく指定された順序で出力され、第3、第4の手段では
習得レベルの低い順にユーザに提示されることにより、
ユーザが候補中により早く意図した語を見つけることが
可能になり、使いやすくなる。
If not registered, the candidate creating unit generates a character string similar to the check character string, and the check dictionary searching unit searches the check dictionary for them. As a result, the registered word is stored in the search result holding unit together with the information regarding the learning level. Then, the candidates stored in the search result holding means by the candidate output means are output in the designated order based on the mastering level in the second means, and the candidates are output to the user in the order of lower learning level in the third and fourth means. By being presented,
It allows the user to find the intended word earlier in the candidates and is easier to use.

【0017】また、本発明の第5のスペルチェック装置
では、まず、入力手段により入力された文字列自体の検
索が行なわれ、チェック辞書に登録されていた場合、さ
らに要注意単語グループ保持部の中を検索し、要注意単
語グループ保持部に入力文字列が登録されており、か
つ、利用者により指定された修得レベルと要注意単語グ
ループ保持部におけ当該文字列の修得レベルが等しい場
合、候補作成手段が当該文字列に対し正解候補を作成す
ることにより、ユーザにとって要注意グループに属する
単語については、スペルミスの可能性が検討され、たま
たま結果の文字列と同綴りの単語がチェック辞書に登録
されていた場合にも、ユーザの犯したスペルミスを指摘
できないということが回避できる。
Further, in the fifth spell check device of the present invention, first, the character string itself input by the input means is searched, and if it is registered in the check dictionary, the word group holding unit of the caution word group is further searched. If the input character string is registered in the caution word group holding unit, and the master level specified by the user and the master level of the character string in the caution word group holding unit are equal, By creating a correct answer candidate for the character string by the candidate creating means, the possibility of misspelling is examined for the word belonging to the attention group for the user, and the word that happens to be the same as the result character string is checked in the check dictionary. Even if it is registered, it can be avoided that the spelling mistake made by the user cannot be pointed out.

【0018】[0018]

【実施例】【Example】

(実施例1)以下、本発明の第1の実施例について、図
面を参照しながら説明する。図1において、1はチェッ
ク文字列入力部、2はチェック文字列保持部、3はチェ
ック辞書、4は候補作成部、5はチェック辞書検索部、
6は検索結果保持部、7は候補出力部である。
(First Embodiment) A first embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, 1 is a check character string input unit, 2 is a check character string holding unit, 3 is a check dictionary, 4 is a candidate creating unit, 5 is a check dictionary searching unit,
Reference numeral 6 is a search result holding unit, and 7 is a candidate output unit.

【0019】以上のように構成されたスペルチェック装
置について、チェック文字列として”thema”が入
力された場合の動作を図2を用いて説明する。なお、こ
こでは、ユーザは高校レベルで、意図した単語は”th
eme”であったとする。また、結果は習得レベルの低
い順に提示されるものとする。
The operation of the spell check device configured as described above when "thema" is input as a check character string will be described with reference to FIG. Here, the user is at the high school level, and the intended word is "th
In addition, the results shall be presented in ascending order of learning level.

【0020】まず、文字列”thema”は、チェック
文字列入力部によって入力されると、チェック文字列保
持部に格納される。そして、まず、その文字列自体につ
いて、チェック辞書検索部によってチェック辞書を検索
し、チェック辞書に登録されているか調べられる。
First, when the character string "thema" is input by the check character string input unit, it is stored in the check character string holding unit. Then, first, the check dictionary search unit searches the check dictionary for the character string itself to check whether the character string is registered in the check dictionary.

【0021】ここでは、チェック辞書に載っていなかっ
たとする。すると、候補作成部によってチェック文字列
と類似の文字列が生成され、それらに対してチェック辞
書検索部によってチェック辞書が検索される。その結
果、登録されているものについては、属しているグルー
プに関する情報とともに、検索結果保持部に格納され
る。
Here, it is assumed that the check dictionary is not included. Then, the candidate creation unit generates character strings similar to the check character string, and the check dictionary search unit searches the check dictionary for them. As a result, the registered information is stored in the search result holding unit together with the information about the group to which it belongs.

【0022】以下では、”them”,”thec
a”,”theta”,”theme”という候補が、
それぞれ、「中学程度」、「一般」、「大学程度」、
「高校程度」というグループに属するとして得られたと
する。ここで、習得レベルとしては、「中学程度」、
「高校程度」、「大学程度」、「一般」の順に高いと定
義されているものとする。
In the following, "them" and "thec"
The candidates "a", "theta", and "theme" are
"Middle school", "General", "University",
Suppose that you were obtained as a member of a group called "high school". Here, the level of learning is "junior high school",
“High school”, “university”, and “general” are defined as high in this order.

【0023】従来のスペルチェッカでは、それらが何ら
かの順序でユーザに提示されるが、かならずしも、”t
hem”や”theme”が”theca”や”the
ta”より先に提示されるとは限らなかった。
In conventional spell checkers, they are presented to the user in some order, but always "t".
"hem" and "theme" are "theca" and "the"
It was not always presented before "ta".

【0024】この場合ユーザは高校レベルと指定されて
いるので、従来例では、ユーザにとって未習得語であ
る、”theca”や”theta”が、ユーザの意図
した”theme”より先に提示される可能性があり、
ユーザにとって混乱が生じることになる。
In this case, since the user is designated as a high school level, in the conventional example, "theca" and "theta" which are unlearned words for the user are presented before "theme" intended by the user. There is a possibility,
This will be confusing for the user.

【0025】ところが、本実施例では、これらは習得レ
ベルの低い順に提示されるので、提示順序は、”the
m”,”theme”,”theca”,”thet
a”となり、ユーザは、自分にとって未知語の、”th
eca”,”theta”に惑わされずに、意図した”
theme”を見つけることができる。
However, in the present embodiment, these are presented in ascending order of learning level, so the presentation order is "the
m "," theme "," theca "," thet
"a", and the user knows "th
"ca" and "theta"weren't confused
"theme" can be found.

【0026】”them”は”theme”より前に来
るが、ユーザにとって習得済みの語であるので、ユーザ
に混乱は生じない。
Although "them" comes before "theme", since it is a word that the user has learned, the user is not confused.

【0027】以上のように、本実施例によれば、チェッ
ク辞書に修得レベルを含め、修得レベルに基づく順序で
正しい文字列の候補を出力することによりユーザにとっ
て使いやすいスペルチェック装置を提供することができ
る。
As described above, according to the present embodiment, it is possible to provide a spell checking device that is easy for the user to use by including the mastering level in the check dictionary and outputting correct character string candidates in the order based on the mastering level. You can

【0028】なお、提示順序を習得レベルの低い順では
なく、ユーザの修得レベルをまず提示し、次にユーザの
修得レベルよりも高いレベルの候補を順次提示し、後に
習得レベルの低い順からユーザの修得レベルまで提示す
る等、その設定をユーザの好みに応じて自由行えること
は本実施例から明かである。
The order of presentation is not the order of the learning level, but the learning level of the user is first presented, then the candidates of the level higher than the learning level of the user are sequentially presented, and the user is later ordered from the lower learning level. It is apparent from the present embodiment that the setting can be freely performed according to the user's preference, such as presenting up to the mastery level.

【0029】(実施例2)以下、本発明の第2の一実施
例について、図面を参照しながら説明する。図3におい
て、31はチェック文字列入力部、32はチェック文字
列保持部、33はチェック辞書、34は候補作成部、3
5はチェック辞書検索部、36は検索結果保持部、37
は候補出力部、38は要注意単語グループ保持部であ
る。
(Second Embodiment) A second embodiment of the present invention will be described below with reference to the drawings. In FIG. 3, 31 is a check character string input unit, 32 is a check character string holding unit, 33 is a check dictionary, 34 is a candidate creating unit, 3
5 is a check dictionary search unit, 36 is a search result holding unit, 37
Is a candidate output unit, and 38 is a caution word group holding unit.

【0030】以上のように構成されたスペルチェック装
置について、チェック文字列として”putted”が
入力された場合の動作を図4を用いて説明する。なお、
ここで、ユーザの意図した単語は”put”(過去形)
であったとする。また、要注意グループとして「一般」
が指定されているものとする。
The operation of the spell check device configured as described above when "putted" is input as the check character string will be described with reference to FIG. In addition,
Here, the word intended by the user is “put” (past tense)
Assume that Also, as a caution group, "general"
Shall be specified.

【0031】まず、文字列”putted”は、チェッ
ク文字列入力部によって入力されると、チェック文字列
保持部に格納される。そして、まず、その文字列自体に
ついて、チェック辞書検索部によってチェック辞書を検
索し、チェック辞書に登録されているか調べられる。こ
こで、「一般」に属する”putt”(ゴルフでパット
する)の過去形として”putted”がチェック辞書
に載っていたとする。
First, when the character string "putted" is input by the check character string input unit, it is stored in the check character string holding unit. Then, first, the check dictionary search unit searches the check dictionary for the character string itself to check whether the character string is registered in the check dictionary. Here, it is assumed that "putted" is included in the check dictionary as the past tense of "putt" (putting at golf) belonging to "general".

【0032】すると、従来のスペルチェッカでは”pu
tted”は、ユーザの意図と違っているにも関わら
ず、スペルミスとして検出されない。
Then, in the conventional spell checker, "pu
"tted" is not detected as a misspelling, although it is different from the user's intention.

【0033】これに対して、本実施例のスペルチェッカ
では、”putted”の属するグループ「一般」が要
注意グループとなっており、スペルチェックの対象とな
るため、候補作成部により類似文字列が作成され、それ
らに対してチェック辞書検索部によってチェック辞書が
検索される。
On the other hand, in the spell checker of the present embodiment, the group “general” to which “putted” belongs is a caution group and is the target of spell check. The check dictionaries are created, and the check dictionaries are searched for by them.

【0034】ここで、本実施例のスペルチェッカは、活
用間違いの文字列に対して、本来の活用形を候補として
提示する能力を有するものとすると、”putted”
に対して、候補として”put”が提示される。
Here, assuming that the spell checker of this embodiment has a capability of presenting an actual inflection form as a candidate for a character string of incorrect utilization, it is "putted".
, “Put” is presented as a candidate.

【0035】以上のように、本実施例によれば、学習者
の各レベルに対して、スペルミスの可能性を検討すべき
単語グループに関する情報を保持する要注意単語グルー
プ保持部を備えることにより、ユーザにとって要注意グ
ループに属する単語については、スペルミスの可能性が
検討され、たまたま結果の文字列と同綴りの単語がチェ
ック辞書に登録されていた場合にも、ユーザの犯したス
ペルミスを指摘できないということが回避できる。
As described above, according to the present embodiment, by providing the caution word group holding unit that holds the information on the word group for which the possibility of spelling error should be considered for each level of the learner, Regarding the words that belong to the caution group for users, the possibility of spelling mistakes is considered, and even if a word that spells the same as the resulting character string happens to be registered in the check dictionary, it cannot point out the spelling mistake that the user made. Can be avoided.

【0036】[0036]

【発明の効果】以上のように、本発明によれば、ユーザ
の修得レベルを考慮してた順序で候補を提示でき、ユー
ザにとって使いやすいスペルチェック装置を提供するこ
とができる。
As described above, according to the present invention, the candidates can be presented in the order in consideration of the mastery level of the user, and the spell check device which is easy for the user to use can be provided.

【0037】また、修得レベル毎にスペルミスの可能性
を検討すべき単語グループに関する情報を保持すること
により、各修得レベルに合わせ、従来のスペルチェック
装置ではスペルミスと検出できなかったスペルミスも検
出することが可能となる。
Further, by retaining information on word groups for which the possibility of spelling mistakes should be considered for each learning level, it is possible to detect spelling mistakes that cannot be detected as spelling mistakes by conventional spell checking devices according to each learning level. Is possible.

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

【図1】本発明の第1の実施例におけるスペルチェック
装置の構成図
FIG. 1 is a configuration diagram of a spell check device according to a first embodiment of the present invention.

【図2】本発明の第1の実施例におけるスペルチェック
装置の動作を示す流れ図
FIG. 2 is a flowchart showing the operation of the spell check device in the first embodiment of the present invention.

【図3】本発明の第2の実施例におけるスペルチェック
装置の構成図
FIG. 3 is a configuration diagram of a spell check device according to a second embodiment of the present invention.

【図4】本発明の第2の実施例におけるスペルチェック
装置の動作を示す流れ図
FIG. 4 is a flowchart showing the operation of the spell check device according to the second embodiment of the present invention.

【図5】従来のスペルチェッカの構成図FIG. 5 is a block diagram of a conventional spell checker.

【図6】従来のスペルチェッカの動作を表す流れ図FIG. 6 is a flowchart showing the operation of a conventional spell checker.

【符号の説明】[Explanation of symbols]

1 チェック文字列入力部 2 チェック文字列保持部 3 チェック辞書 4 候補作成部 5 チェック辞書検索部 6 検索結果保持部 7 候補出力部 31 チェック文字列入力部 32 チェック文字列保持部 33 チェック辞書 34 候補作成部 35 チェック辞書検索部 36 検索結果保持部 37 候補出力部 38 要注意単語グループ保持部 1 check character string input unit 2 check character string holding unit 3 check dictionary 4 candidate creating unit 5 check dictionary searching unit 6 search result holding unit 7 candidate output unit 31 check character string input unit 32 check character string holding unit 33 check dictionary 34 candidate Creation unit 35 Check dictionary search unit 36 Search result storage unit 37 Candidate output unit 38 Caution word group storage unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 高橋 雅則 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 ─────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Masanori Takahashi 1006 Kadoma, Kadoma City, Osaka Prefecture Matsushita Electric Industrial Co., Ltd.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 入力された文字列をチェックし、正しい
文字列の候補を出力するスペルチェック装置において、
修得レベルを含む単語に関する各種情報を格納するチェ
ック辞書を備え、前記修得レベルに基づく順序で正しい
文字列の候補を出力することを特徴とするスペルチェッ
ク装置。
1. A spell check device for checking an input character string and outputting a correct character string candidate,
A spell check device, comprising: a check dictionary for storing various information about words including a mastery level, and outputting correct character string candidates in an order based on the mastery level.
【請求項2】 スペルチェックを行なう文字列を入力す
る入力手段と、修得レベルを含む単語に関する各種情報
と格納するチェック辞書と、スペルチェックを行なう文
字列に対して類似文字列を正解候補として生成する候補
作成手段と、前記チェック辞書からスペルチェックを行
なう文字列または前記候補作成手段により作成された文
字列を検索する検索手段と、前記候補作成手段により作
成された文字列の前記検索手段の検索結果を保持する検
索結果保持手段と、前記検索結果保持手段手段に保持さ
れた検索結果を出力する候補出力手段とを備え、 候補作成手段が、チェック辞書から検索手段によりスペ
ルチェックを行なう文字列が検索できない場合に類似文
字列を正解候補として生成し、 候補出力手段が、検索結果保持手段に保持された検索結
果である単語を、当該単語に含まれる修得レベルに基づ
く順序で出力することを特徴とするスペルチェック装
置。
2. An input means for inputting a character string to be checked for spelling, a check dictionary for storing various kinds of information about a word including a learning level, and a similar character string as a correct answer candidate for the character string to be spell checked. Candidate creating means, a searching means for searching a character string to be spell checked or a character string created by the candidate creating means from the check dictionary, and a search for the character string created by the candidate creating means in the searching means. The search result holding means for holding the result and the candidate output means for outputting the search result held in the search result holding means means are provided, and the candidate creating means stores the character string to be spell checked by the search means from the check dictionary. When the search cannot be performed, a similar character string is generated as a correct answer candidate, and the candidate output means is held in the search result holding means. A word is a search result, spell checking apparatus and outputs in an order based on the acquisition level included in the word.
【請求項3】 候補出力手段が習得レベルの低い順に出
力することを特徴とする請求項2記載のスペルチェック
装置。
3. The spell check device according to claim 2, wherein the candidate output means outputs the candidates in ascending order of learning level.
【請求項4】 スペルチェックを行なう文字列を入力す
るためのチェック文字列入力部と、入力されたチェック
対象の文字列を保持するチェック文字列保持部と、単語
に対する各種情報を格納し、さらに登録されている各単
語が一般的な学習者の習得レベルに応じてグループ分け
がなされているチェック辞書と、チェック文字列に対し
て類似文字列を正解候補として生成する候補作成手段
と、指定された文字列がチェック辞書中に登録されてい
るかどうかと、登録されている場合にどのグループに入
れられているかに関する情報を取得するチェック辞書検
索手段と、チェック辞書検索部の検索結果、チェック辞
書に登録されていることが確認された正解候補とそのグ
ループに関する情報を保持する検索結果保持手段と、習
得レベルの低い順に検索結果保持手段に保持されたれた
候補を表示する候補出力手段とを備えたスペルチェック
装置。
4. A check character string input unit for inputting a character string for spell checking, a check character string holding unit for holding an input character string to be checked, and various information for words are stored. A check dictionary in which each registered word is grouped according to the general learning level of a learner, and a candidate creating unit that creates a similar character string as a correct answer candidate for the check character string are specified. Checked dictionary search means that obtains information about whether the specified character string is registered in the checked dictionary, and if it is registered in which group, the search result of the checked dictionary search unit, and the checked dictionary A search result holding unit that holds information about the correct answer candidate and its group confirmed to be registered, and the search results are checked in ascending order of learning level. A spell check device comprising: candidate output means for displaying the candidates held in the search result holding means.
【請求項5】 修得レベル毎にスペルミスの可能性を検
討すべき単語グループに関する情報を保持する要注意単
語グループ保持部を備え、入力手段により入力された文
字列が前記要注意単語グループ保持部に保持されてお
り、入力された文字列の前記要注意単語グループ保持部
における修得レベルと利用者により指定された修得レベ
ルとが等しい場合、候補作成手段が前記入力された文字
列に対し正解候補を作成することを特徴とする請求項2
から請求項4のいずれかに記載のスペルチェック装置。
5. A caution word group holding unit for holding information on a word group for which the possibility of spelling mistake should be considered for each learning level is provided, and the character string input by the input means is stored in the caution word group holding unit. If the master level is held and the master level in the caution word group holding section of the input character string is equal to the master level specified by the user, the candidate creating means selects correct answer candidates for the input character string. It creates, It is characterized by the above-mentioned.
5. The spell check device according to claim 4.
JP6285017A 1994-11-18 1994-11-18 Spell checker Expired - Fee Related JP2991058B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6285017A JP2991058B2 (en) 1994-11-18 1994-11-18 Spell checker

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6285017A JP2991058B2 (en) 1994-11-18 1994-11-18 Spell checker

Publications (2)

Publication Number Publication Date
JPH08147300A true JPH08147300A (en) 1996-06-07
JP2991058B2 JP2991058B2 (en) 1999-12-20

Family

ID=17686082

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6285017A Expired - Fee Related JP2991058B2 (en) 1994-11-18 1994-11-18 Spell checker

Country Status (1)

Country Link
JP (1) JP2991058B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10154156A (en) * 1996-11-22 1998-06-09 Nec Corp English word retrieval device
JP2005250936A (en) * 2004-03-05 2005-09-15 Casio Comput Co Ltd Information display control device, server and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10154156A (en) * 1996-11-22 1998-06-09 Nec Corp English word retrieval device
JP2005250936A (en) * 2004-03-05 2005-09-15 Casio Comput Co Ltd Information display control device, server and program

Also Published As

Publication number Publication date
JP2991058B2 (en) 1999-12-20

Similar Documents

Publication Publication Date Title
US6729882B2 (en) Phonetic instructional database computer device for teaching the sound patterns of English
Carroll The analysis of reading instruction: Perspectives from psychology and linguistics
BR122017002795B1 (en) systems and methods for language learning
Bergenholtz et al. A new perspective on the access process
TW200910280A (en) Planning device and method for learning
JP2018159736A (en) Information display device, information display method, and program
JP2002072841A (en) Word learning system
JPH08147300A (en) Spelling checker
Gavriilidou Users’ abilities and performance in dictionary look up
US20030130836A1 (en) Evaluation system of vocabulary knowledge level and the method thereof
CN108446277B (en) Method and device for simulating learning
JP3111860B2 (en) Spell checker
JP2021135433A (en) Learning apparatus, learning method, and program
JP2002366018A (en) Foreign language learning system
KR101440394B1 (en) Method for studying word
JP2000268039A (en) Retrieving device and recording medium
US20230169877A1 (en) Learning via a virtual reality experience
JP4293260B2 (en) Data search method, data search device, and navigation device
KR20100111331A (en) Apparatus for studing language based speaking language principle and method thereof
JP2002351868A (en) Electronic dictionary
Mavluda GAINING SKILLS FOR USING ONLINE DICTIONARIES
JPH10116188A (en) Method and device for generating instruction sentence
Tighe et al. Old issues and helpful hints: content area reading for second language learners
JP3196917U (en) Electronic dictionary device
JPH05334302A (en) Method and device for document processing

Legal Events

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

Free format text: PAYMENT UNTIL: 20081015

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20091015

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees