 h a l f b a k e r y You want a piece of this?
idea:
add, search, annotate, link, view, overview, recent, by name, best, random
meta:
news, help, about, links, report a problem
account:
Browse anonymously,
or get an account
and write.
or Create a new account.
|
|
|
Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
Doug is writing up an incident report to discuss what happened in his laboratory last night. All he told me was that it involved ethanol and a large electromagnet.
Doug needs a word similar to both "mangle" and "break". More explicitly, he needs a verb that both describes the action of changing
unsatisfactorily, and making some object no longer function.
He attempted using the reverse lookup dictionary, but he had a hard time constructing a definition to suit his needs. He would much rather enter two words into a web form, and have the computer do the work for him.
Such a service could be implemented by creating a map of relationships between lexemes. The search process would involve building a list of synonyms for the two queried words, and returning the intersection of lexemes that correlate with both words. Reverse-lookup Online Dictionary
Reverse-lookup_20Online_20Dictionary Doug tried to use this resource to solve his problem. [ed, Nov 28 2007]
Visual Thesaurus
http://www.visualthesaurus.com/ I like this UI [hippo, Nov 29 2007]
Princeton WordNet
http://wordnet.princeton.edu/ Perhaps this data set could be adapted [wiml, Nov 29 2007]
Annotation:
|
| |
An excellent idea and very easy to implement.[+] For example, the results given from a search at thesaurus.com could be searched for a second term with very little additional code. You can kinda do it using CTRL+f. |
|
| |
The search could be made better by also looking at second level relationships if there are no results for the 2 terms you entered, ie, a word from each result have the same synonym. |
|
| |
My only concern is that the whole scenario behind this idea is a sham. It's really going to be used for inventive pun creation, isn't it?! |
|
| |
(Wow, [hippo]. That's a very smart bit of content presentation. I'm impressed.) |
|
| |
Yes, very nice, it allowed Tom to find the word "mutilate", which appears to fit Doug's requirements. |
|
| |
I would have settled for 'breangle', myself. There's nothing wrong with a good portmanteau, or goodmanteau. |
|
| |
Cool, now I just need to find a dictionary and look up lexemes. But even as a pun creation tool it is cool. |
|
| |
This is the 'six degrees of separation' graph traversal problem, although for sensible answers it has to be a three-step chain from Word A <-> target <-> Word B. |
|
| |
What's potentially more fun is any odd-numbered chain of the form Word A <-> Word A+1 <-> ... target ... Word B-1 Word B. |
|
| |
I might just code this up this evening for the fun of it - I have all the necessary tools. |
|
| |