搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Need better dictionary (US-America). Too many words simply not there. How to replace?

  • 2 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 tgm1024

more options

There are a number of words that aren't in the dictionary, including common acronyms, and adding them becomes a royal pain after awhile.

I'm not going to get into examples; there ought to be many here who have seen this before.

--->I'm willing to get down and dirty and add words programmatically from a known dictionary word list, but I don't know either the format or where it's installed<---

But there really seems to be no where online that I can find where someone else has done all this already.

And all the addons that I can find are about changing dictionaries by locale, or getting dictionary definitions.

Any ideas?

Thanks!

There are a number of words that aren't in the dictionary, including common acronyms, and adding them becomes a royal pain after awhile. I'm not going to get into examples; there ought to be many here who have seen this before. --->I'm willing to get down and dirty and add words programmatically from a known dictionary word list, but I don't know either the format or where it's installed<--- But there really seems to be no where online that I can find where someone else has done all this already. And all the addons that I can find are about changing dictionaries by locale, or getting dictionary definitions. Any ideas? Thanks!

被采纳的解决方案

hi, you can put custom words into the persdict.dat file in your profile folder (one per line).

Profiles - Where Firefox stores your bookmarks, passwords and other user data

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

hi, you can put custom words into the persdict.dat file in your profile folder (one per line).

Profiles - Where Firefox stores your bookmarks, passwords and other user data

more options

Perfect! Thanks.

All I need to do is write a crafty program (likely Java) to siphon through the very large word lists out there, check against the existing US-en dic file, and enter it if it doesn't exist.

I wonder if things will slow down some? LOL...