Noun / Adjective / Etc Word Lists or Dictionaries (Common Words)
Asked Answered
U

2

0

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?

Unapproachable answered 16/9, 2011 at 2:32 Comment(0)
U
0

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

Unapproachable answered 16/9, 2011 at 4:25 Comment(0)
R
1

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.

Rebekahrebekkah answered 3/3, 2016 at 19:42 Comment(0)
U
0

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

Unapproachable answered 16/9, 2011 at 4:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.