captbaritone / urlmeme

A meme generator where the URL is the user interface
http://urlme.me
MIT License
123 stars 18 forks source link

"badluck" should return "Bad luck Brian" #6

Closed captbaritone closed 7 years ago

captbaritone commented 8 years ago

Instead it returns a bear.

seanlane commented 7 years ago

Looks like badluck matches evenly with bad luck bear and bad luck brian, which seems algorithmically correct. Maybe have it randomly select even results instead of having it pick the first one?

captbaritone commented 7 years ago

Hmm, that makes sense. I think it's best for the results to be deterministic. I suppose it's just up to the user to scope down their request by adding either "bear" or "brian" Thanks for digging into this for me!