67 comments

[ 3.9 ms ] story [ 123 ms ] thread
In this friendustry informat is the mewsage.
labyrinth + monster = navigator (navigate/gator)
bad seed: horrendousperm (horrendous + endosperm). Possibly produced by a fertilizer miser.
Ah, it's an adjecdevice! Or a pejoradevice, depending on how rude it's being.
This is terrible fun, or dare i say "shitty-witty"
"existential" + "angst" yields some great results, including despairitual (despair/spiritual), tormentological (torment/ontological), and sartrevail (sartre/travail)
Seeding with “tiger mom” didn’t disappoint:

  - galigator (gal/alligator)
  - croctuplets (croc/octuplets)
  - Pumather-in-law (puma/mother-in-law)
Seeded it with fish and plane because they were the first two words I could think of.

"tarmackerel"

I am complete.

Well... Time to change careers. A "sex" and "travel" blog called "exploregasm" needs to exist.
Those traveling instagram models will still not admit what they are doing. But typing in "prostitute" and "travel" for some really interesting stuff:

passport escort

nymphomaniac backpack

whore explore

euphemism tourism

The Portmanteaus are even better.

flying + dinosaur -> travelociraptor
Your generator keeps suggesting me to use the n-word (hard r) and I am not putting anything racist in. Can you please add some filters?
I would even go so far as to say he should just take that word out of his dictionary. There's never a time that it should serve it as a suggestion, IMO.
Totally agree and yet I get downvoted, presumably by those who enjoyed the n word in the program.
(comment deleted)
Tongue in cheek: misleader (mislead/leader) and the rhyme “disrespect reelect”
This is cool. I entered Bird + Word and got:

  - beak speak
  - lexicon swan
  - ornithology terminology 
And to cap it off, the portmentau of spellican!
My favorite:

timid + programmer => softwary (software/wary)

This is internet gold

spaghetti + mom yields:

grandpasta mommytball spagheteenager spagheteen fettuccineice

I think I found my next online nickname: "grandpasta flash"

Oh, I've got another one:

Britain and exit yields: Briturn - I think the signs have spoken

Rockstar + Developer yields the rather delightful "insomniactor".
This is where rappers hang out.
warfareogance (warfare arrogance) needs to become a thing
We used to just call them NeoCons.
Very cool and impressive project. "portmanteau" + "website" yields "internetymology".
I had my doubts going in, but:

"Pointless" "Meeting" -> Morondezvous

I think it just found the perfect word for my daily life.

You've just added value to my life! I will use this word with great pleasure.
Also: "programateurish" - might come in handy for code reviews?
continuous integration = continunity (continue/unity)

artificial intelligence = smartificial (smart/artificial)

garbage collector = debriscycler (debris/recycler)

Suggestion: integrate this on a domain name suggestion service.
As far as I can tell, it already serves that purpose beautifully in its current state :P
For sure. Showing what .com is available would be nice, though.
The results are just incredible. The depth of the project is very deep. Case in point, chess+clock yields hourglasker (hourglass & Lasker). Lasker was a German chess champion, well known in chess circles but the average person would have no idea who he is.

I wonder if this is using wikipedia or dbpedia to walk a graph and find words to stick together. That's the only way I could think of doing this.

Nope, the paper says it's just using the FastText word embedding: https://nips2018creativity.github.io/doc/entendrepreneur.pdf which is just a particularly well-done word2vec: https://arxiv.org/pdf/1712.09405.pdf 'Lasker' and 'chess' no doubt co-occur quite strongly in their Internet corpus.
On the other hand, it comes up with "Beagle" and "Labrador" as synonyms of "cat". Color me unimpressed.

This seems like something that has been done before, and the fact the paper has no references indicates to me that the author maybe didn't do background research. While [0] is different, I could have sworn I've seen a paper which discussed creating puns in this fashion.

[0] http://www.aclweb.org/anthology/W05-1614

fasttext and word2vec only encode contextual similarity, they're not meant to generate synonyms.
So, you agree with me then. You can't say "What do you call a sleepy cat? A /grumbea-gle/ (grumpy-beagle)!" It's a portmanteau, sure, but it is not really even close to the input. Using word2vec here is probably wrong, or should have different pruning for word variance. It's a flaw of the technique and choices of the author.
> On the other hand, it comes up with "Beagle" and "Labrador" as synonyms of "cat". Color me unimpressed.

'It doesn't matter whether a cat has floppy ears or yellow fur so long as it catches mice.'

Perhaps it's thinking in Ron Swanson terms:

"Any dog under fifty pounds is a cat and cats are useless."

>Lasker was a German chess champion

That doesn't quite do him justice - Emanuel Lasker was world champion for 27 (!) years, 1894-1921, a record not likely ever to be surpassed. And a mathematician (e.g. see https://en.wikipedia.org/wiki/Laskerian_ring ) and fine writer. In fact I learnt to play from Lasker's Manual of Chess. It's very poetic in places, e.g.

On the chessboard, lies and hypocrisy do not survive long. The creative combination lays bare the presumption of a lie; the merciless fact, culminating in the checkmate, contradicts the hypocrite.

edit: I guess you knew that if you were trying chess + clock hehe.

That's really cool, but as I described above, my experience was different. The phoneme matching is really impressive but the word selection functionality seems pretty weak.

I had better luck with "large" and "cat" which gave me "colossalot", as in "colossal ocelot", which is a real winner.

However, I don't want to dismiss the hard work that went into this tool, despite my criticisms. It's very, very cool.