Describing Words
This tool helps you find adjectives for things that you're trying to describe. Also check out ReverseDictionary.org and RelatedWords.org.
Click words for definitions.
Words to Describe phones
Below is a list of describing words for phones. You can sort the descriptive words by uniqueness or commonness using the button above. Sorry if there's a few unusual suggestions! The algorithm isn't perfect, but it does a pretty good job for most common nouns. Here's the list of words that can be used to describe phones:
- decent mobile
- nationwide mobile
- smelly public
- extremely primitive and expensive
- apparently unlisted
- slim mobile
- miniature cellular
- decreasingly serene
- illicit anonymous
- nifty portable
- black dial
- non-dial
- special non-dial
- simple push-button
- cordless
- modern cellular
- tiny cellular
- solid, better
- prepaid mobile
- german mobile
- two-year-old obsolete
- old-fashioned rotary
- black rotary
- blocky, black
- neat mobile
- newer flip
- antique stand-up
- early mobile
- notoriously political
- antique rotary
- clunky cordless
- digital, wireless
- professionally hearty
- anonymous, puzzling
- on-the-job official
- big long-distance
- portable orange
- direct red
- boxy cellular
- outgoing long-distance
- superior, unpleasant
- frantic long-distance
- other collectible
- telephonically functional
- intact, cordless
- digital mobile
- pulse-dial
- western electric
- rotary dial
- private, unlimited
- cordless remote
- stupid hysterical
- excruciatingly personal
- disposable mobile
- cellular, digital
- polish long-distance
- old-fashioned blind
- small cellular
- touch-tone
- cellular
- touch-tone push-button
- unsecured black
- own innumerable
- excru\-ciatingly dull
- rugged cellular
- fake touch-tone
- slim cordless
- sophisticated cellular
- respective mobile
- fancy mobile
- coloured mobile
- splintered goofy
- beige two-button
- bulky mobile
- latest cellular
- high-tech but oddly bulky
- voice-only cellular
- old rotary
- harder, mobile
- personal cellular
- olive rotary
- own cordless
- yellow dial
- underwater acoustic
- ornery mobile
- bloody wonderful
- totally portable
- damned cellular
- lengthy, expensive
- long-distance person-to-person
- old-fashioned dial
- goddam cellular
- state-of-the-art cellular
- handy cellular
- fast dial
- old rotary-dial
- perfectly ghastly
- official off-hours
- old cellular
- delicate long-distance
Popular Searches
Describing Words
The idea for the Describing Words engine came when I was building the engine for Related Words (it's like a thesaurus, but gives you a much broader set of related words, rather than just synonyms). While playing around with word vectors and the "HasProperty" API of conceptnet, I had a bit of fun trying to get the adjectives which commonly describe a word. Eventually I realised that there's a much better way of doing this: parse books!
Project Gutenberg was the initial corpus, but the parser got greedier and greedier and I ended up feeding it somewhere around 100 gigabytes of text files - mostly fiction, including many contemporary works. The parser simply looks through each book and pulls out the various descriptions of nouns.
Hopefully it's more than just a novelty and some people will actually find it useful for their writing and brainstorming, but one neat little thing to try is to compare two nouns which are similar, but different in some significant way - for example, gender is interesting: "woman" versus "man" and "boy" versus "girl". On an inital quick analysis it seems that authors of fiction are at least 4x more likely to describe women (as opposed to men) with beauty-related terms (regarding their weight, features and general attractiveness). In fact, "beautiful" is possibly the most widely used adjective for women in all of the world's literature, which is quite in line with the general unidimensional representation of women in many other media forms. If anyone wants to do further research into this, let me know and I can give you a lot more data (for example, there are about 25000 different entries for "woman" - too many to show here).
The blueness of the results represents their relative frequency. You can hover over an item for a second and the frequency score should pop up. The "uniqueness" sorting is default, and thanks to my Complicated Algorithm™, it orders them by the adjectives' uniqueness to that particular noun relative to other nouns (it's actually pretty simple). As you'd expect, you can click the "Sort By Usage Frequency" button to adjectives by their usage frequency for that noun.
Special thanks to the contributors of the open-source mongodb which was used in this project.
Please note that Describing Words uses third party scripts (such as Google Analytics and advertisements) which use cookies. To learn more, see the privacy policy.