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 tickets
Below is a list of describing words for tickets. 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 tickets:
- complimentary round-trip
- blue linear
- better, separate
- fabulous meal
- tolerant and humane
- single third-class
- straight democratic
- unrolled, quiet
- second-class circular
- heavenly meal
- successful meal
- extra first-class
- main meal
- rascal and hard
- independent or municipal
- third-class single
- non-partisan municipal
- aside free
- errant one-way
- outstanding or recent
- satisfactory yellow
- down unpaid
- sure meal
- leaden teetotal
- original electoral
- therefore second-class
- photographic nontransferable
- interim, blank
- cheap patriotic
- sure separate
- common reptilian
- transferable meal
- straight electoral
- prepaid around-the-world
- pale, expensive
- joint electoral
- blank non-official
- populist electoral
- new meal
- bogus theatrical
- straight socialist
- fifty-two pink
- straight or unaltered
- round-trip first-class
- white fifty-cent
- innumerable continental
- too--radical
- local or round-trip
- cheap circular
- early high-priced
- free matinee
- first-class single
- enough meal
- respective annual
- free meal
- last lucky
- round-trip
- i>commercial
- first-class one-way
- phony meal
- single second-class
- potential meal
- easy meal
- orange week-long
- wilfully unhelpful
- now one-way
- yellow first-class
- many meal
- inconspicuous one-way
- photographic, nontransferable
- odd unpaid
- nontransferable
- expensive one-way
- special and other
- one-way, non-refundable
- less bogus
- second-class single
- usual complementary
meal
- necessary complementary
- >meal
- circular or round-trip
meal
- also complimentary
- biggest pink
- interminable green
- first-class, one-way
- attractive meal
- real one-way
- academic meal
- one-way, third-class
- own second-class
- everlasting general
- prospective meal
- entire clean
- national and conservative
- presidential or other
- own third-class
- net one-way
- second-class, third-class
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.