Skip to content

Commit cdad615

Browse files
committed
soundfold() #94
1 parent 34cf19d commit cdad615

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/eval.jax

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5253,12 +5253,13 @@ sort({list} [, {func} [, {dict}]]) *sort()* *E702*
52535253
<
52545254
*soundfold()*
52555255
soundfold({word})
5256-
{word}と同値でsound-foldされた単語を返す。カレントウィンドウの
5257-
'spelllang' で設定された言語のうち、soundfoldingに対応する最初
5258-
の言語が使用される。'spell' がオンでなければならない。
5259-
soundfoldingができない場合、{word}がそのまま返される。
5260-
この関数はスペリング候補を作るために使われる。Note この方法は
5261-
とても遅くなる可能性がある。
5256+
{word} の soundfold 値を返す。カレントウィンドウの 'spelllang'
5257+
で設定された言語のうち、soundfold に対応している最初の言語が使
5258+
用される。'spell' がオンでなければならない。soundfold ができな
5259+
い場合は {word} がそのまま返される。
5260+
この関数はスペル修正候補の作成に使える。Note この方法はとても
5261+
遅くなる可能性がある。
5262+
{訳注: phonetic algorithm の一種}
52625263

52635264
*spellbadword()*
52645265
spellbadword([{sentence}])

0 commit comments

Comments
 (0)