计算机可读的人名列表/电话簿?
我正在尝试编译一个不错的 .zwl 文件,以便在 Flex 中进行波浪形拼写检查;使用英国单词,而不是默认提供的美国单词。
我成功创建了一份不错的英国单词列表,并通过 AdobeSpellingGen 应用程序运行它们以获得 .zwl;很棒的东西。
但是,我需要在此列表中添加一个名称列表,这样它们就不会被标记。
有谁知道免费或付费的英语姓名列表的好来源吗?我一边打字一边尝试 BT :)
谢谢,任何有关此问题的帮助将不胜感激。
I'm trying to compile a decent .zwl file for squiggly spell checking in Flex; using British words, not American as supplied by default.
Ive managed to create a decent British list of words and ran them through the AdobeSpellingGen app to get a .zwl; great stuff.
However i need to add into this list a list of names, so they wont be flagged.
Does anyone know of a good source of either free, or paid for list of English Fore and surnames? Im trying BT as i type :)
Thanks, any help with this would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
那里有很多婴儿名字网站。这可能是一个很好的 http://www.listofbabynames.org/a_boys.htm 作为复制起来相当容易。
我会继续寻找
There are lots of baby names sites out there. This might be a good one http://www.listofbabynames.org/a_boys.htm as it would be fairly easy to copy.
I'll keep looking
您可以通过屏幕抓取 http://www.britishsurnames.co.uk/browse 获取列表的姓氏。我不确定你在哪里可以找到名字。
You can screen scrape http://www.britishsurnames.co.uk/browse for a list of surnames. I'm not sure where you'd find first names though.
gnu aspell 对常用名称进行拼写检查。您可以在这里尝试一下:
http://chxo.com/scripts/spellcheck.php ?showsource=1
来源在这里:http://aspell.net/
我也不是虽然熟悉它,所以我无法告诉你如何提取字典。
gnu aspell has spell checking for common names. You can try it out here:
http://chxo.com/scripts/spellcheck.php?showsource=1
source is here: http://aspell.net/
i'm not too familiar with it though so i couldn't tell you how to extract the dictionaries.
美国人口普查网站有 1990 年和 2000 年人口普查中超过 15 万个名字和姓氏的列表,网址为
http://www.census.gov/genealogy/www/
当然,这些不是英国名字,但如果您找不到更好的名字,也可以使用。
The US Census site has a list of >150k first names and surnames from the 1990 and 2000 censuses, at
http://www.census.gov/genealogy/www/
Of course, these aren't UK names, but might do if you can't find anything better.