ヘンペルユーザーが名前を正しく書き込むのに役立ちます。これらの名前は、各ユーザーが自分の重要な名前のリストを定義できるように、ユーザーのホームディレクトリに定義する必要があります。
ユーザーが名前辞書を作成することから始めると、これは非常に実現可能です。名前を確認してください:
# Name # should be detected as
Walter Brattain # correct
Walter Britain # wrong
Leon Cooper # correct
Leon Copper # wrong
Léon Brillouin # correct
Leon Brillouin # wrong
必要な辞書を生成するには?
これまで私は試しました
cat ~/.hunspell_default/mynames.dic
Walter Brattain
Leon Cooper
Léon Brillouin
cat ~/.hunspell_default/mynames.aff
SET UTF-8
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
ただし、これはHunspellがスペルの間違った名前を見つけるのに役立ちません。
~/.hunspell_default$ echo "Walter Britain and Leon Copper visit Leon Brillouin." | hunspell -m -p mynames.dic
Walter st:Walter
Walter st:Walt fl:R
Britain st:Britain
and st:and
Leon st:Leon
Copper st:copper
Copper st:cop fl:R
visit st:visit
Leon st:Leon
Brillouin st:Brillouin