名词 /形容词 /等单词列表或字典(常用单词)

发布于 2024-12-05 06:33:05 字数 427 浏览 0 评论 0原文

我正在寻找用语音部分分裂的字典,最好是更常见的词。

我正在尝试生成随机的乐队名称,以娱乐。

我找到了一组字典在这里是从中汇编的Moby Word列表 UK Advanced Cryptics Dictionary ,但是,当我生成随机频段名称时,我会得到这样的东西:

bandName = "Nummulite Repercussions"
bandName = "Lemures DebasementsEarphones"

显然很愚蠢。

有什么建议吗?

I am looking for dictionaries that are split up by parts of speech and are preferably more common words.

I am trying to generate random band names for fun.

I found a set of dictionaries HERE which was compiled from the MOBY Word Lists and the UK Advanced Cryptics Dictionary, however, when I generate random band names I get stuff like this:

bandName = "Nummulite Repercussions"
bandName = "Lemures DebasementsEarphones"

which is obviously dumb.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江湖彼岸 2024-12-12 06:33:05

我写了一个小但足够且可扩展的php library 用于解析wiktionary.org类别。您可以解析名词,形容词等的列表,您需要做的就是选择所需的类别。

存储库在示例中具有名词词典目录作为其工作的一个示例。

I've written a small yet sufficient and extensible PHP library for parsing the wiktionary.org categories. You can parse lists of nouns, adjectives, e.t.c. All you need to do is to select a desired category.

The repository has noun dictionaries in samples directory as an example of its work.

只是一片海 2024-12-12 06:33:05

http://dictionary-thesaurus.com/wordlists.html 很难以可用的形式获得。

http://dictionary-thesaurus.com/wordlists.html has some decent short lists but they are hard to get in a usable form.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文