top | item 33226817

Show HN: Carefulwords.com, a more inspiring thesaurus

258 points| simonsarris | 3 years ago |carefulwords.com | reply

I began this in late September purely on the whims of frustration with thesaurus.com, which does not bother to focus the input box! So I made my own site that focuses the input box. And because I wanted a thesaurus where I could type just the term in the address bar (eg type carefulwords.com/word) to get my results.

It is very rough around the edges right now. There are far too many synonyms, which themselves are only organized alphabetically. I hope to take the site in a more inspiring direction over time than merely synonyms. Perhaps euphemisms, or other poetic uses from the past, or author commentary, or something altogether different.

53 comments

order
[+] ivanche|3 years ago|reply
I must be missing something here. https://carefulwords.com/fast gives back 349 results, starting with "Barmecidal feast, Encratism, Friday, Lenten diet, Lenten entertainment, Lenten fare, Pythagoreanism, Pythagorism, Rechabitism, Sabbath, Shakerism, Spartan fare, Stoicism, Sunday" and also containing "ecclesiastical calendar, extravagant, firm as Gibraltar, hell for leather, hell-bent, promiscuous" and many many others which, I believe, are nowhere near being synonimous with "fast".
[+] derbOac|3 years ago|reply
"Promiscuous" is in fact a now dated implied synonym for "fast": "fast" in the sense of "quick or very open to engaging in sexual activity".

You're right about many of the rest not being synonyms per se, although they are related words (related to "religious fasting" for example).

[+] mcculley|3 years ago|reply
This is great!

I have been working on something related, a tool to watch over my own writing and suggest better words: https://github.com/mcculley/WordWhittler

Would you consider making an API or an export of your thesaurus?

[+] throwthere|3 years ago|reply

  curl https://carefulwords.com/word | sed -rn 's/<li>([^<]*)<.*/\1/p'
[+] noodlesUK|3 years ago|reply
This is gorgeous. I was just discussing the need for a better thesaurus with my partner!

I love the quotes.

One suggestion — could you make the result words clickable? So as to let me go way down the rabbit hole?

[+] bhrgunatha|3 years ago|reply
I just added a keyword search in firefox* for inspiration when I'm searching for a replacement word.

* Assign a keyword (e.g. care) to a regular bookmark but place %s in the url (https://carefulwords.com/%s). It gets substituted for whatever is typed after the keyword.

So my keyword is care and I can type "care joy" into the url bar which opens https://carefulwords.com/joy.

[+] simonsarris|3 years ago|reply
I will. I said to another person, I hesitated because I personally like to double click the word text to copy it, and that gets in the way, but enough people have asked for it.
[+] 2devnull|3 years ago|reply
This is excellent. It would be even more fun if clicking on one of the synonyms opened a page for that synonym. I really like the quotes and the esteem for the classical, and myth.
[+] richardatlarge|3 years ago|reply
Yes, box should link to that entry.

What is really needed in this and the app on my phone is a decision tree before the results to narrow down in terms of adjective, verb, adverb, etc. This shortens to the words you’re really wanting.

For example, entry: boot

Verb? Noun?

[+] rnkn|3 years ago|reply
Agree. The synonyms really look like buttons that may be clicked/tapped.
[+] tfsh|3 years ago|reply
This is really nice! I generally use powerthesarus.org when I'm in need of synonyms, however the slimmed-down design of this and quotes are a charming touch. The dataset also seems to be better, for want of a better word (ironically!), the output seems more sophisticated. How much if this is hand curated?
[+] simonsarris|3 years ago|reply
I'm using the Moby Thesaurus, a public-domain thesaurus of about 30,000 terms, slightly edited by me so far. I am not crazy about this source, but it was an easier way to start.

My intent is to hand-curate the most common 2,000 or more words, over time. But since I am just one person and have many projects (and two babies), I can only devote about one hour each night or less to this, once everyone else is in bed, so it will take me a little while.

[+] yreg|3 years ago|reply
Power Thesaurus gives much better results imho. Careful Words includes a lot of results that are not synonyms at all, and just relate to the query in some way. So depends on what the user is after I guess.

I'm also not a fan of the results being sorted alphabetically, it would be more useful to have them ranked. The design and simplicity is nice though.

[+] Ologn|3 years ago|reply
Tangentially - I developed a Thesaurus site a bit back. One minorly innovative thing is I used hunspell for verb tense, singular/plural etc. (so you have https://www.matchingwords.com/en/flowed as opposed to https://carefulwords.com/flowed or https://www.matchingwords.com/en/trees as opposed to https://carefulwords.com/trees ). So I tried to do a Google Adwords campaign for the website and they said I need an about, contact and disclaimer section - so I put that. Then they said I was not "unique enough" to be able to pay them to run ads for my site. So I showed them how I could handle more cases than many thesaurus's could due to hunspell, but - no deal.

I usually do Android apps, but so much of the work was getting hunspell and the MyThes thesaurus working I decided to put up a website with that. But there was so much hassle, like Adwords not wanting to take my money, my first website money-making venture of that era was a bust. I did OK on Android apps though.

[+] motohagiography|3 years ago|reply
This is beautiful and even revolutionary. The references from poetry and other great works that provide context for why those words mean what they do to us are a stroke of genius.
[+] jasonshen|3 years ago|reply
Love this! The addition of phrases (I searched "invent" and got "break ground" "bring forth" and "hit upon") is what my other favorite word explorer (onelook.com) is missing. Great for coming up with terms for headlines, marketing copy, and titles. Congrats on the launch and keep going.
[+] jansan|3 years ago|reply
Not sure if this makes sense or if it is possible, but getting something like a word cloud as a result would be awesome. The more obvious synonyms will be bigger, the more distant ones will be smaller. Even if it does not work 100% I think this would be nice.
[+] antognini|3 years ago|reply
This is very cool! I'm reminded a little bit of definr.com, which was a basic super-fast online dictionary but sadly disappeared a few years ago.

Where did you get the thesaurus that you based this off of?

[+] nathias|3 years ago|reply
These aren't really synonyms right? What are they? How are you getting the data? (I'm basing this on solitutde - alienation example).
[+] vector_spaces|3 years ago|reply
This is silly but typing "poop" in the search bar and hitting enter gives a "Page not found" -- maybe the search auto complete drop-down can let you know that a word isn't in the thesaurus and not try to redirect on enter.
[+] simonsarris|3 years ago|reply
Oh that's a good idea. Since I'm already loading all possible words in the JS, I don't even need to point to a 404 or "term not found" page, it can be right there that I display something.

I'll add that soon.

[+] Timwi|3 years ago|reply
How many other thesaurus websites have you examined? It sounds like you assumed thesaurus.com was the only one in existence. (Personally I use freethesaurus.com, and if I need more synonyms, Merriam-Webster.com.)
[+] malloryerik|3 years ago|reply
Just wanted to mention that I love this. Checked it out yesterday and am back today for actual use.

Ah, I should add that I came to HN first because I couldn't remember the name. Carefulwords.com

[+] 50|3 years ago|reply
I love this! A Barthesian project.

Should we be careful of what words do compared to what they mean, or rather, is it best to be impulsive at the risk of catastrophe?